Skip to main content

Content Close

  • Tags:

Examples

Heading
Smaller heading

Inline text 

Example link text 

CSS Recommended

<i class="connect-icon-content-close"></i>

Icon font

<i class="modus-icons" aria-hidden="true">content_close</i>

SVG sprite

<svg class="mi" width="1em" height="1em" fill="currentColor">
  <use xlink:href="/connect-icons.svg#content-close" />
</svg>

SVG code

<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="mi-connect mi-content-close" viewBox="0 0 24 24">
  <path d="M18.364 7.05 13.414 12l4.95 4.95-1.415 1.413L12 13.414l-4.95 4.95-1.414-1.415L10.586 12l-4.95-4.95L7.05 5.636l4.95 4.95 4.95-4.95z"/>
</svg>

SVG CSS code