Gavel Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Gavel icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/305746.svg" alt="Gavel icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305746.svg" alt="Gavel icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305746.svg" alt="Gavel icon" :width="24" :height="24" />
CSS background
.icon-gavel {
background-image: url('https://proicons.com/icon/305746.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M179 463c-9-9-22-9-31 0l-79 80c-8 9-8 22 0 31l245 252c8 9 21 9 30 0l83-83c8-8 8-22 0-30L179 463zm527-29c8 8 22 8 30 0l83-83c9-8 9-22 0-31L571 70c-8-9-22-9-30 0l-79 80c-9 9-9 23-1 31l245 253zm206 359c-94-93-187-187-281-280-3-3-6-5-11-9 13-12 24-23 35-34 9-8 9-22 1-31-67-69-133-138-200-207-8-9-22-9-30-1-63 65-126 129-190 194-8 8-9 22 0 31 65 69 129 138 195 207 8 8 21 8 30 0 14-15 29-30 45-45 3 4 6 8 9 11 93 94 187 187 280 281 24 23 52 31 84 22 32-10 52-33 57-67 5-28-4-52-24-72z"/></svg>
Copied!