Skip to main content

Person Edit


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">person_edit</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#person-edit" />
</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-person-edit" viewBox="0 0 24 24">
  <path d="M9.5 11.94c2.23 0 4.04-1.81 4.04-4.04S11.73 3.86 9.5 3.86 5.46 5.67 5.46 7.9s1.81 4.04 4.04 4.04m0 1.28c-3.08 0-5.51.87-6.82 1.47S1 15.77 1 16.62c0 .46.25 1.39.47 2.18.21.72.88 1.22 1.63 1.22h7.03c.11-.33.29-.64.55-.89l4.8-4.8c-1.39-.54-3.45-1.12-5.97-1.12Zm13.31.33-1.43-1.43a.604.604 0 0 0-.86 0s-1.12 1.12-1.12 1.12l2.29 2.29 1.12-1.12c.24-.24.24-.62 0-.86m-10.72 7c-.06.06-.09.13-.09.22v1.86c0 .17.13.31.31.31h1.86c.08 0 .16-.03.21-.09l6.67-6.66-2.29-2.29-6.66 6.66Z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.