Skip to main content

Map 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">map_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="/modus-outlined-icons.svg#map-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-outline mi-map-poi" viewBox="0 0 24 24">
  <path d="M21.66 11.25a4.77 4.77 0 0 0-4.38-3.27 4.67 4.67 0 0 0-4.62 4.72v.04a4.78 4.78 0 0 0 3.27 4.56l.93 4.16a.443.443 0 0 0 .84 0l.93-4.16a4.78 4.78 0 0 0 3.03-6.04Zm-2.46 1.84c-.17.69-.74 1.26-1.43 1.43a1.983 1.983 0 0 1-2.41-2.41c.17-.69.74-1.26 1.43-1.43a1.983 1.983 0 0 1 2.41 2.41m-8.19 4.2-2.08-.73V4.22l4.29 1.56v1.63q.825-.645 1.83-1.02v-.63l3.41-1.25v1.62c.64.13 1.26.35 1.83.65V3.21c0-.52-.42-.92-.91-.92-.1 0-.21.02-.32.06l-4.94 1.81-5.77-2.1c-.1-.04-.21-.06-.31-.06s-.2.02-.3.05L2.61 3.84c-.37.13-.61.47-.61.86v14.44c0 .52.43.92.91.92.1 0 .21-.02.32-.06l4.84-1.79 5.75 2.03h.01l.85.3-.56-2.14-3.11-1.09ZM7.1 16.6l-3.28 1.21V5.35L7.1 4.21v12.4Z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.