Skip to main content

Column Copy


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_copy</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#column-copy" />
</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-column-copy" 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.5V8H12zM8.25 16H7.5V3.5H12v.75c0 .41.34.75.75.75s.75-.34.75-.75V2.5c0-.28-.22-.5-.5-.5H6.5c-.28 0-.5.22-.5.5V17c0 .28.22.5.5.5h1.75c.41 0 .75-.34.75-.75S8.66 16 8.25 16"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.