Skip to main content

Poi


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">poi</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="/transportation-icons.svg#poi" />
</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-solid mi-poi" viewBox="0 0 24 24">
  <path d="M11.95 2A7.025 7.025 0 0 0 5 9a7.84 7.84 0 0 0 2.72 5.6c.704.7 1.309 1.4 1.712 1.8C10.74 17.9 11.95 22 11.95 22s1.208-4.1 2.518-5.6c.403-.5 1.007-1.1 1.712-1.8A7.8 7.8 0 0 0 19 9a7.11 7.11 0 0 0-7.05-7M12 12a2.995 2.995 0 0 1-3-3 3.066 3.066 0 0 1 3-3 3.066 3.066 0 0 1 3 3 2.995 2.995 0 0 1-3 3"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.