Skip to main content

Text Strikethrough

  • Tags:

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">text_strikethrough</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="/connect-icons.svg#text-strikethrough" />
</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-connect mi-text-strikethrough" viewBox="0 0 24 24">
  <path d="M20.72 10.14H2.98v1.7h17.74zm-8.87-6.31 2.4 5.77h2.68l-3.28-8c-.24-.43-.67-.72-1.16-.77h-1.15c-.51-.01-.97.3-1.16.77L6.85 9.56h2.59zm3.25 8.62 2 4.74h2.57l-2-4.74zm-11.08 4.7h2.57l2-4.74H6.03z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.