Skip to main content

Column Cut


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">column_cut</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#column-cut" />
</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-column-cut" viewBox="0 0 24 24">
  <path d="M17.5 22H11c-.28 0-.5-.22-.5-.5V7c0-.28.22-.5.5-.5h6.5c.28 0 .5.22.5.5v14.5c0 .28-.22.5-.5.5M12 20.5h4.5V8H12zM6 11h1.5v2H6zm1.5-6V3.5H9V2H6.5c-.28 0-.5.22-.5.5V5zm.75 11H7.5v-1H6v2c0 .28.22.5.5.5h1.75c.41 0 .75-.34.75-.75S8.66 16 8.25 16M13 2h-2v1.5h1v.75c0 .41.34.75.75.75s.75-.34.75-.75V2.5c0-.28-.22-.5-.5-.5M6 7h1.5v2H6z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.