Skip to main content

Gavel


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">gavel</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#gavel" />
</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-gavel" viewBox="0 0 24 24">
  <path d="M13 22H4c-.55 0-1-.45-1-1s.45-1 1-1h9c.55 0 1 .45 1 1s-.45 1-1 1M6.48 9.01l-2.12 2.12c-.2.2-.2.51 0 .71l3.54 3.54c.2.2.51.2.71 0l2.12-2.12-4.24-4.24Zm7.78.71 2.12-2.12c.2-.2.2-.51 0-.71l-3.54-3.54c-.2-.2-.51-.2-.71 0l-2.12 2.12 4.24 4.24Zm-.71.71L9.31 6.19 7.19 8.31l4.24 4.24 7.17 7.17c.39.39 1.02.39 1.41 0l.71-.71a.996.996 0 0 0 0-1.41z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.