gavel icon
gavel-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- gavel-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
7 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
Use the gavel icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.14 2.98a2.25 2.25 0 0 0-3.411-.268L7.264 6.177a2.25 2.25 0 0 0 .342 3.463l2.01 1.339l-6.873 6.743a2.51 2.51 0 1 0 3.532 3.565l6.872-6.872l1.216 1.91a2.25 2.25 0 0 0 3.49.384l3.436-3.436a2.25 2.25 0 0 0-.268-3.411l-3.888-2.828a.8.8 0 0 1-.166-.166zm-2.35.792a.75.75 0 0 1 1.136.09l.46.632L9.068 8.81l-.63-.42a.75.75 0 0 1-.114-1.154zM10.34 9.66l3.939-3.938l1.475 2.028q.21.287.496.497l1.96 1.423l-3.852 3.851l-1.054-1.657a2.25 2.25 0 0 0-.65-.664zm4.842 5.159l4.255-4.255l.702.51a.75.75 0 0 1 .09 1.138l-3.437 3.436a.75.75 0 0 1-1.163-.127zm-2.86-1.7l-7.108 7.108a1.01 1.01 0 1 1-1.42-1.435l7.096-6.963l.93.62a.75.75 0 0 1 .217.222zM14.75 19a.75.75 0 0 0 0 1.5h-2a.75.75 0 0 0 0 1.5h8.5a.75.75 0 0 0 0-1.5h-2a.75.75 0 0 0 0-1.5z"/></svg>
React
import type { SVGProps } from "react";
export function FluentGavel24Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.14 2.98a2.25 2.25 0 0 0-3.411-.268L7.264 6.177a2.25 2.25 0 0 0 .342 3.463l2.01 1.339l-6.873 6.743a2.51 2.51 0 1 0 3.532 3.565l6.872-6.872l1.216 1.91a2.25 2.25 0 0 0 3.49.384l3.436-3.436a2.25 2.25 0 0 0-.268-3.411l-3.888-2.828a.8.8 0 0 1-.166-.166zm-2.35.792a.75.75 0 0 1 1.136.09l.46.632L9.068 8.81l-.63-.42a.75.75 0 0 1-.114-1.154zM10.34 9.66l3.939-3.938l1.475 2.028q.21.287.496.497l1.96 1.423l-3.852 3.851l-1.054-1.657a2.25 2.25 0 0 0-.65-.664zm4.842 5.159l4.255-4.255l.702.51a.75.75 0 0 1 .09 1.138l-3.437 3.436a.75.75 0 0 1-1.163-.127zm-2.86-1.7l-7.108 7.108a1.01 1.01 0 1 1-1.42-1.435l7.096-6.963l.93.62a.75.75 0 0 1 .217.222zM14.75 19a.75.75 0 0 0 0 1.5h-2a.75.75 0 0 0 0 1.5h8.5a.75.75 0 0 0 0-1.5h-2a.75.75 0 0 0 0-1.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.14 2.98a2.25 2.25 0 0 0-3.411-.268L7.264 6.177a2.25 2.25 0 0 0 .342 3.463l2.01 1.339l-6.873 6.743a2.51 2.51 0 1 0 3.532 3.565l6.872-6.872l1.216 1.91a2.25 2.25 0 0 0 3.49.384l3.436-3.436a2.25 2.25 0 0 0-.268-3.411l-3.888-2.828a.8.8 0 0 1-.166-.166zm-2.35.792a.75.75 0 0 1 1.136.09l.46.632L9.068 8.81l-.63-.42a.75.75 0 0 1-.114-1.154zM10.34 9.66l3.939-3.938l1.475 2.028q.21.287.496.497l1.96 1.423l-3.852 3.851l-1.054-1.657a2.25 2.25 0 0 0-.65-.664zm4.842 5.159l4.255-4.255l.702.51a.75.75 0 0 1 .09 1.138l-3.437 3.436a.75.75 0 0 1-1.163-.127zm-2.86-1.7l-7.108 7.108a1.01 1.01 0 1 1-1.42-1.435l7.096-6.963l.93.62a.75.75 0 0 1 .217.222zM14.75 19a.75.75 0 0 0 0 1.5h-2a.75.75 0 0 0 0 1.5h8.5a.75.75 0 0 0 0-1.5h-2a.75.75 0 0 0 0-1.5z"/></svg> </template>
CSS
.icon-gavel-24-regular {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.14%202.98a2.25%202.25%200%200%200-3.411-.268L7.264%206.177a2.25%202.25%200%200%200%20.342%203.463l2.01%201.339l-6.873%206.743a2.51%202.51%200%201%200%203.532%203.565l6.872-6.872l1.216%201.91a2.25%202.25%200%200%200%203.49.384l3.436-3.436a2.25%202.25%200%200%200-.268-3.411l-3.888-2.828a.8.8%200%200%201-.166-.166zm-2.35.792a.75.75%200%200%201%201.136.09l.46.632L9.068%208.81l-.63-.42a.75.75%200%200%201-.114-1.154zM10.34%209.66l3.939-3.938l1.475%202.028q.21.287.496.497l1.96%201.423l-3.852%203.851l-1.054-1.657a2.25%202.25%200%200%200-.65-.664zm4.842%205.159l4.255-4.255l.702.51a.75.75%200%200%201%20.09%201.138l-3.437%203.436a.75.75%200%200%201-1.163-.127zm-2.86-1.7l-7.108%207.108a1.01%201.01%200%201%201-1.42-1.435l7.096-6.963l.93.62a.75.75%200%200%201%20.217.222zM14.75%2019a.75.75%200%200%200%200%201.5h-2a.75.75%200%200%200%200%201.5h8.5a.75.75%200%200%200%200-1.5h-2a.75.75%200%200%200%200-1.5z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.14%202.98a2.25%202.25%200%200%200-3.411-.268L7.264%206.177a2.25%202.25%200%200%200%20.342%203.463l2.01%201.339l-6.873%206.743a2.51%202.51%200%201%200%203.532%203.565l6.872-6.872l1.216%201.91a2.25%202.25%200%200%200%203.49.384l3.436-3.436a2.25%202.25%200%200%200-.268-3.411l-3.888-2.828a.8.8%200%200%201-.166-.166zm-2.35.792a.75.75%200%200%201%201.136.09l.46.632L9.068%208.81l-.63-.42a.75.75%200%200%201-.114-1.154zM10.34%209.66l3.939-3.938l1.475%202.028q.21.287.496.497l1.96%201.423l-3.852%203.851l-1.054-1.657a2.25%202.25%200%200%200-.65-.664zm4.842%205.159l4.255-4.255l.702.51a.75.75%200%200%201%20.09%201.138l-3.437%203.436a.75.75%200%200%201-1.163-.127zm-2.86-1.7l-7.108%207.108a1.01%201.01%200%201%201-1.42-1.435l7.096-6.963l.93.62a.75.75%200%200%201%20.217.222zM14.75%2019a.75.75%200%200%200%200%201.5h-2a.75.75%200%200%200%200%201.5h8.5a.75.75%200%200%200%200-1.5h-2a.75.75%200%200%200%200-1.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/gavel-24-regular.svg?color=%231a73e8&size=48