gavel from IconPark Solid by ByteDance · Solid · Others · Apache-2.0 Free for personal and commercial use.

Name
gavel
Set
IconPark Solid
Style
Solid
Category
Others
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More others icons from IconPark Solid

Use the gavel icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M11.075 37.08c-3.386 1.46-5.039 3.444-5.71 4.83c-.266.548.181 1.09.79 1.09h21.232c.742 0 1.212-.776.779-1.38c-1.75-2.438-4.384-3.977-5.777-4.552a.9.9 0 0 0-.357-.068h-10.57a1 1 0 0 0-.387.08"/><path fill="currentColor" stroke="currentColor" stroke-linejoin="round" stroke-width="4" d="m14.732 18.856l5-8.66l8.66 5l-5 8.66z"/><path fill="currentColor" d="m27.392 16.928l1-1.732a2 2 0 0 0-2.732.732zm-3 5.196l-1.732-1a2 2 0 0 0 .732 2.732zm2-3.464l12.99 7.5l2-3.464l-12.99-7.5zm11.99 9.232l-12.99-7.5l-2 3.464l12.99 7.5zm-12.258-4.768l3-5.196l-3.464-2l-3 5.196zm13.625 4.402a1 1 0 0 1-1.367.366l-2 3.464a5 5 0 0 0 6.83-1.83zm-.367-1.366a1 1 0 0 1 .367 1.366l3.464 2a5 5 0 0 0-1.83-6.83z"/><rect width="14" height="6" x="21" y="4" fill="currentColor" stroke="currentColor" stroke-linejoin="round" stroke-width="4" rx="3" transform="rotate(30 21 4)"/><rect width="14" height="6" x="13" y="17.856" fill="currentColor" stroke="currentColor" stroke-linejoin="round" stroke-width="4" rx="3" transform="rotate(30 13 17.856)"/></svg>

React

import type { SVGProps } from "react";

export function IconParkSolidGavel(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M11.075 37.08c-3.386 1.46-5.039 3.444-5.71 4.83c-.266.548.181 1.09.79 1.09h21.232c.742 0 1.212-.776.779-1.38c-1.75-2.438-4.384-3.977-5.777-4.552a.9.9 0 0 0-.357-.068h-10.57a1 1 0 0 0-.387.08"/><path fill="currentColor" stroke="currentColor" strokeLinejoin="round" strokeWidth="4" d="m14.732 18.856l5-8.66l8.66 5l-5 8.66z"/><path fill="currentColor" d="m27.392 16.928l1-1.732a2 2 0 0 0-2.732.732zm-3 5.196l-1.732-1a2 2 0 0 0 .732 2.732zm2-3.464l12.99 7.5l2-3.464l-12.99-7.5zm11.99 9.232l-12.99-7.5l-2 3.464l12.99 7.5zm-12.258-4.768l3-5.196l-3.464-2l-3 5.196zm13.625 4.402a1 1 0 0 1-1.367.366l-2 3.464a5 5 0 0 0 6.83-1.83zm-.367-1.366a1 1 0 0 1 .367 1.366l3.464 2a5 5 0 0 0-1.83-6.83z"/><rect width="14" height="6" x="21" y="4" fill="currentColor" stroke="currentColor" strokeLinejoin="round" strokeWidth="4" rx="3" transform="rotate(30 21 4)"/><rect width="14" height="6" x="13" y="17.856" fill="currentColor" stroke="currentColor" strokeLinejoin="round" strokeWidth="4" rx="3" transform="rotate(30 13 17.856)"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M11.075 37.08c-3.386 1.46-5.039 3.444-5.71 4.83c-.266.548.181 1.09.79 1.09h21.232c.742 0 1.212-.776.779-1.38c-1.75-2.438-4.384-3.977-5.777-4.552a.9.9 0 0 0-.357-.068h-10.57a1 1 0 0 0-.387.08"/><path fill="currentColor" stroke="currentColor" stroke-linejoin="round" stroke-width="4" d="m14.732 18.856l5-8.66l8.66 5l-5 8.66z"/><path fill="currentColor" d="m27.392 16.928l1-1.732a2 2 0 0 0-2.732.732zm-3 5.196l-1.732-1a2 2 0 0 0 .732 2.732zm2-3.464l12.99 7.5l2-3.464l-12.99-7.5zm11.99 9.232l-12.99-7.5l-2 3.464l12.99 7.5zm-12.258-4.768l3-5.196l-3.464-2l-3 5.196zm13.625 4.402a1 1 0 0 1-1.367.366l-2 3.464a5 5 0 0 0 6.83-1.83zm-.367-1.366a1 1 0 0 1 .367 1.366l3.464 2a5 5 0 0 0-1.83-6.83z"/><rect width="14" height="6" x="21" y="4" fill="currentColor" stroke="currentColor" stroke-linejoin="round" stroke-width="4" rx="3" transform="rotate(30 21 4)"/><rect width="14" height="6" x="13" y="17.856" fill="currentColor" stroke="currentColor" stroke-linejoin="round" stroke-width="4" rx="3" transform="rotate(30 13 17.856)"/></svg>
</template>

CSS

.icon-gavel {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M11.075%2037.08c-3.386%201.46-5.039%203.444-5.71%204.83c-.266.548.181%201.09.79%201.09h21.232c.742%200%201.212-.776.779-1.38c-1.75-2.438-4.384-3.977-5.777-4.552a.9.9%200%200%200-.357-.068h-10.57a1%201%200%200%200-.387.08%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22m14.732%2018.856l5-8.66l8.66%205l-5%208.66z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m27.392%2016.928l1-1.732a2%202%200%200%200-2.732.732zm-3%205.196l-1.732-1a2%202%200%200%200%20.732%202.732zm2-3.464l12.99%207.5l2-3.464l-12.99-7.5zm11.99%209.232l-12.99-7.5l-2%203.464l12.99%207.5zm-12.258-4.768l3-5.196l-3.464-2l-3%205.196zm13.625%204.402a1%201%200%200%201-1.367.366l-2%203.464a5%205%200%200%200%206.83-1.83zm-.367-1.366a1%201%200%200%201%20.367%201.366l3.464%202a5%205%200%200%200-1.83-6.83z%22%2F%3E%3Crect%20width%3D%2214%22%20height%3D%226%22%20x%3D%2221%22%20y%3D%224%22%20fill%3D%22currentColor%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20rx%3D%223%22%20transform%3D%22rotate(30%2021%204)%22%2F%3E%3Crect%20width%3D%2214%22%20height%3D%226%22%20x%3D%2213%22%20y%3D%2217.856%22%20fill%3D%22currentColor%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20rx%3D%223%22%20transform%3D%22rotate(30%2013%2017.856)%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M11.075%2037.08c-3.386%201.46-5.039%203.444-5.71%204.83c-.266.548.181%201.09.79%201.09h21.232c.742%200%201.212-.776.779-1.38c-1.75-2.438-4.384-3.977-5.777-4.552a.9.9%200%200%200-.357-.068h-10.57a1%201%200%200%200-.387.08%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22m14.732%2018.856l5-8.66l8.66%205l-5%208.66z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m27.392%2016.928l1-1.732a2%202%200%200%200-2.732.732zm-3%205.196l-1.732-1a2%202%200%200%200%20.732%202.732zm2-3.464l12.99%207.5l2-3.464l-12.99-7.5zm11.99%209.232l-12.99-7.5l-2%203.464l12.99%207.5zm-12.258-4.768l3-5.196l-3.464-2l-3%205.196zm13.625%204.402a1%201%200%200%201-1.367.366l-2%203.464a5%205%200%200%200%206.83-1.83zm-.367-1.366a1%201%200%200%201%20.367%201.366l3.464%202a5%205%200%200%200-1.83-6.83z%22%2F%3E%3Crect%20width%3D%2214%22%20height%3D%226%22%20x%3D%2221%22%20y%3D%224%22%20fill%3D%22currentColor%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20rx%3D%223%22%20transform%3D%22rotate(30%2021%204)%22%2F%3E%3Crect%20width%3D%2214%22%20height%3D%226%22%20x%3D%2213%22%20y%3D%2217.856%22%20fill%3D%22currentColor%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20rx%3D%223%22%20transform%3D%22rotate(30%2013%2017.856)%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park-solid/gavel.svg?color=%231a73e8&size=48