Skip to main content
Demo The difference between Icon and Image is that Icon’s goal is to display simple svg monochrome graphics accorded to the sibling text content.

Minimal usage

# Page/Block
- slug: Icon
  icon: prisme.ai
icon is the name of any available icon:
  • prisme.ai
  • arrow
  • arrow-to-center
  • arrow-to-outer
  • arrow-wall
  • attachment
  • atom
  • back
  • bars-three
  • brain
  • books
  • bubble
  • bubble-annotation
  • calendar
  • charts
  • chevron
  • code-bracket
  • images
  • list-star
  • pencil-magic
  • checkbox-checked
  • checkbox-unchecked
  • checkmark
  • circle-checkmark
  • code
  • copy
  • cross
  • cube
  • download
  • expand
  • eye
  • export
  • file
  • file-bend
  • filter
  • firework
  • funnel
  • folder
  • gear
  • help
  • home
  • import
  • link
  • magnifier
  • magnifying-filled
  • navigate
  • news
  • pause
  • pencil
  • people
  • play
  • plus
  • privacy
  • puzzle
  • reload
  • regen
  • robot
  • search
  • send
  • share
  • sliders
  • star
  • store
  • test-tube
  • three-dots
  • thumb
  • tool
  • tools
  • trash
  • warning
You can see them on the demo page. icon can also be an url to an image file but it’s usefull only for svg files. Use Image Block for any other uses.

Advanced usage

rotate can rotate the icon with a number value in degrees.
# Page/Block
- slug: Icon
  icon: arrow
  rotate: 180
width and height can force dimensions. Without this, the icon will fit its container. Value can be any valid height/width in css.
# Page/Block
- slug: Icon
  icon: gear
  width: 2rem
  height: 2rem