Skip to main content

Row 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">row_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#row-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-row-copy" viewBox="0 0 24 24">
  <path d="M21.5 18H7c-.28 0-.5-.22-.5-.5V11c0-.28.22-.5.5-.5h14.5c.28 0 .5.22.5.5v6.5c0 .28-.22.5-.5.5M8 12v4.5h12.5V12zm8.75-3c.41 0 .75-.34.75-.75V6.5c0-.28-.22-.5-.5-.5H2.5c-.28 0-.5.22-.5.5V13c0 .28.22.5.5.5h1.75c.41 0 .75-.34.75-.75S4.66 12 4.25 12H3.5V7.5H16v.75c0 .41.34.75.75.75"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.