Skip to main content

Pin


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">pin</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#pin" />
</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-pin" viewBox="0 0 24 24">
  <path d="m13.67 14.58 4.56-4.56c.79.49 1.41.68 1.65.44.46-.46-.59-2.25-2.35-4s-3.54-2.8-4-2.34c-.25.25-.05.88.45 1.68l-4.55 4.55C8.21 9.44 7.23 9 6.93 9.3c-.44.44.68 2.3 2.55 4.27l-5.29 5.75-.2.69.69-.2 5.75-5.29c1.97 1.86 3.81 2.98 4.26 2.54.3-.3-.13-1.27-1.03-2.47Zm-1.32-1.51-1.41-1.41 4.64-4.64 1.41 1.41z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.