Skip to main content

Pin Straight


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_straight</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-straight" />
</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-straight" viewBox="0 0 24 24">
  <path d="M15.01 10.89V4.44c.91-.21 1.48-.52 1.48-.86 0-.65-2.01-1.17-4.49-1.17s-4.48.52-4.48 1.17c0 .35.59.66 1.51.87v6.43c-1.51.22-2.51.6-2.51 1.03 0 .62 2.11 1.15 4.82 1.22l.33 7.81.35.63.35-.63.33-7.81c2.71-.08 4.8-.59 4.81-1.22 0-.42-.99-.81-2.47-1.02Zm-2-.13h-1.99V4.2h1.99z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.