Skip to main content

Text Strikethrough


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="/modus-solid-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-solid mi-text-strikethrough" viewBox="0 0 24 24">
  <path d="M20 11.5v1H4v-1h4.67c-.83-.59-1.36-1.39-1.36-2.65 0-2.27 1.85-3.76 4.56-3.76s4.18 1.3 4.99 2.86l-1.64 1.13c-.79-1.33-1.93-1.94-3.37-1.94s-2.32.54-2.32 1.51c0 1.24.95 1.66 3.13 2.3.57.17 1.11.35 1.6.54H20Zm-6.27 2c.88.43 1.25.93 1.25 1.69 0 1.21-1.1 1.73-2.72 1.73s-2.88-.76-3.67-2.32l-1.78.94c.85 2.02 2.72 3.38 5.37 3.38 3.17 0 5.02-1.71 5.02-3.89 0-.6-.12-1.1-.33-1.52h-3.14Z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.