Skip to main content

Annotations

  • Tags:

Examples

Heading
Smaller heading

Inline text 

Example link text 

Icon font

Use in web applications, on buttons, and anywhere you need more than a few icons.

<i class="modus-icons" aria-hidden="true">annotations</i>

SVG sprite

Use for static sites when you only need a few icons.

<svg class="mi" width="1em" height="1em" fill="currentColor">
  <use xlink:href="/connect-icons.svg#annotations" />
</svg>

SVG code

Use when you don't want any dependency.

<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="mi-connect mi-annotations" viewBox="0 0 24 24">
  <path d="M5.52 3.63c.78-.78 2.05-.78 2.83 0l4.14 4.13 1.57-1.57 3.75 3.75-1.57 1.57 4.13 4.13c.78.78.78 2.05 0 2.83l-1.9 1.9c-.6.6-1.88.95-2.83 0l-4.13-4.13L6.75 21H3v-3.75l4.75-4.76-4.13-4.13c-.78-.78-.78-2.05 0-2.83zm7.41 11.2 4.13 4.13 1.9-1.9-1.27-1.27-1.19 1.19-1.41-1.41 1.19-1.19-1.45-1.45zM5.04 6.94l4.14 4.13 1.89-1.9-1.45-1.45-1.19 1.19L7.02 7.5 8.2 6.31 6.93 5.04zm11.92-3.65c.29-.29.94-.47 1.41 0l2.34 2.34c.39.39.39 1.02 0 1.41l-1.83 1.83-3.75-3.75z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.