Skip to main content

Scissors


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">scissors</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#scissors" />
</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-scissors" viewBox="0 0 24 24">
  <path d="M19.96 5.49a1.026 1.026 0 0 0-1.45-1.45l-5.04 5.04 1.45 1.45zm-5.78 7.23-.72-.72-1.45-1.45-.72-.72-1.56-1.56c.73-1.36.54-3.08-.61-4.22-1.4-1.4-3.66-1.4-5.06 0s-1.4 3.66 0 5.06a3.57 3.57 0 0 0 4.22.61l2.29 2.29-2.29 2.29c-1.36-.73-3.08-.54-4.22.61-1.4 1.4-1.4 3.66 0 5.06s3.66 1.4 5.06 0a3.57 3.57 0 0 0 .61-4.22l2.29-2.29 6.51 6.51a1.026 1.026 0 0 0 1.45-1.45l-5.78-5.78ZM7.67 7.66c-.6.6-1.57.6-2.17 0s-.6-1.57 0-2.17 1.57-.6 2.17 0 .6 1.57 0 2.17m0 10.84c-.6.6-1.57.6-2.17 0s-.6-1.57 0-2.17 1.57-.6 2.17 0 .6 1.57 0 2.17m4.7-6.14c-.2.2-.52.2-.72 0s-.2-.52 0-.72.52-.2.72 0 .2.52 0 .72"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.