Skip to main content

Edit Combination


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">edit_combination</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#edit-combination" />
</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-edit-combination" viewBox="0 0 24 24">
  <path d="M17.2 6.4h-3.6V2.8c0-.99-.81-1.8-1.8-1.8h-9C1.81 1 1 1.81 1 2.8v9c0 .99.81 1.8 1.8 1.8h3.6v3.6c0 .99.81 1.8 1.8 1.8h2.612l1.806-1.8H8.2v-5.4H2.8v-9h9v5.4h5.4v4.412l1.8-1.8V8.2c0-.99-.81-1.8-1.8-1.8m1.56 7.5-6.67 6.65c-.06.06-.09.13-.09.22v1.86c0 .17.13.31.31.31h1.86c.08 0 .16-.03.21-.09l6.67-6.66zm4.05-.35-1.43-1.43a.605.605 0 0 0-.86 0l-1.12 1.12 2.29 2.29 1.12-1.12a.607.607 0 0 0 0-.86"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.