Skip to main content

Pin Straight Cancel


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_cancel</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-cancel" />
</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-cancel" viewBox="0 0 24 24">
  <path d="m18.72 16.9-3.86-3.86h.03l-2.28-2.28h-.03l-.9-.9v-.03L9.69 7.84v.03L6.57 4.75a.996.996 0 1 0-1.41 1.41L9.7 10.7v.21c-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.28-6.65 4.01 4.01c.2.2.45.29.71.29s.51-.1.71-.29a.996.996 0 0 0 0-1.41ZM9.68 4.47v1.24l1.99 1.99V4.19h1.99v5.5l3.05 3.05c.88-.22 1.42-.5 1.43-.82 0-.42-.99-.81-2.47-1.02V4.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.87Z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.