gavel icon
gavel-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- gavel-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M6.44 5.283a1.5 1.5 0 0 0 .225 2.307l1.766 1.183l-5.853 5.853a1.976 1.976 0 1 0 2.795 2.795l5.853-5.853l1.183 1.767a1.5 1.5 0 0 0 2.307.225l2.84-2.84a1.5 1.5 0 0 0-.183-2.279l-3.315-2.387a.5.5 0 0 1-.113-.114l-2.387-3.315a1.5 1.5 0 0 0-2.278-.184zm4.219 5.438l-5.993 5.993a.977.977 0 0 1-1.38-1.381L9.277 9.34l.745.5a.5.5 0 0 1 .137.137zM7.222 6.76a.5.5 0 0 1-.075-.77l2.84-2.84a.5.5 0 0 1 .76.06l.568.79L8.02 7.293zm1.644 1.1l3.04-3.04l1.228 1.704a1.5 1.5 0 0 0 .34.34l1.705 1.228l-3.04 3.04L10.99 9.42a1.5 1.5 0 0 0-.41-.411zm7.135.824l.787.568a.5.5 0 0 1 .061.759l-2.84 2.841a.5.5 0 0 1-.77-.075l-.533-.798zM12 16.5a.5.5 0 0 1 .5-.5h3a.5.5 0 1 1 0 1h2a.5.5 0 1 1 0 1h-7a.5.5 0 1 1 0-1h2a.5.5 0 0 1-.5-.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentGavel20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6.44 5.283a1.5 1.5 0 0 0 .225 2.307l1.766 1.183l-5.853 5.853a1.976 1.976 0 1 0 2.795 2.795l5.853-5.853l1.183 1.767a1.5 1.5 0 0 0 2.307.225l2.84-2.84a1.5 1.5 0 0 0-.183-2.279l-3.315-2.387a.5.5 0 0 1-.113-.114l-2.387-3.315a1.5 1.5 0 0 0-2.278-.184zm4.219 5.438l-5.993 5.993a.977.977 0 0 1-1.38-1.381L9.277 9.34l.745.5a.5.5 0 0 1 .137.137zM7.222 6.76a.5.5 0 0 1-.075-.77l2.84-2.84a.5.5 0 0 1 .76.06l.568.79L8.02 7.293zm1.644 1.1l3.04-3.04l1.228 1.704a1.5 1.5 0 0 0 .34.34l1.705 1.228l-3.04 3.04L10.99 9.42a1.5 1.5 0 0 0-.41-.411zm7.135.824l.787.568a.5.5 0 0 1 .061.759l-2.84 2.841a.5.5 0 0 1-.77-.075l-.533-.798zM12 16.5a.5.5 0 0 1 .5-.5h3a.5.5 0 1 1 0 1h2a.5.5 0 1 1 0 1h-7a.5.5 0 1 1 0-1h2a.5.5 0 0 1-.5-.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6.44 5.283a1.5 1.5 0 0 0 .225 2.307l1.766 1.183l-5.853 5.853a1.976 1.976 0 1 0 2.795 2.795l5.853-5.853l1.183 1.767a1.5 1.5 0 0 0 2.307.225l2.84-2.84a1.5 1.5 0 0 0-.183-2.279l-3.315-2.387a.5.5 0 0 1-.113-.114l-2.387-3.315a1.5 1.5 0 0 0-2.278-.184zm4.219 5.438l-5.993 5.993a.977.977 0 0 1-1.38-1.381L9.277 9.34l.745.5a.5.5 0 0 1 .137.137zM7.222 6.76a.5.5 0 0 1-.075-.77l2.84-2.84a.5.5 0 0 1 .76.06l.568.79L8.02 7.293zm1.644 1.1l3.04-3.04l1.228 1.704a1.5 1.5 0 0 0 .34.34l1.705 1.228l-3.04 3.04L10.99 9.42a1.5 1.5 0 0 0-.41-.411zm7.135.824l.787.568a.5.5 0 0 1 .061.759l-2.84 2.841a.5.5 0 0 1-.77-.075l-.533-.798zM12 16.5a.5.5 0 0 1 .5-.5h3a.5.5 0 1 1 0 1h2a.5.5 0 1 1 0 1h-7a.5.5 0 1 1 0-1h2a.5.5 0 0 1-.5-.5"/></svg> </template>
CSS
.icon-gavel-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.44%205.283a1.5%201.5%200%200%200%20.225%202.307l1.766%201.183l-5.853%205.853a1.976%201.976%200%201%200%202.795%202.795l5.853-5.853l1.183%201.767a1.5%201.5%200%200%200%202.307.225l2.84-2.84a1.5%201.5%200%200%200-.183-2.279l-3.315-2.387a.5.5%200%200%201-.113-.114l-2.387-3.315a1.5%201.5%200%200%200-2.278-.184zm4.219%205.438l-5.993%205.993a.977.977%200%200%201-1.38-1.381L9.277%209.34l.745.5a.5.5%200%200%201%20.137.137zM7.222%206.76a.5.5%200%200%201-.075-.77l2.84-2.84a.5.5%200%200%201%20.76.06l.568.79L8.02%207.293zm1.644%201.1l3.04-3.04l1.228%201.704a1.5%201.5%200%200%200%20.34.34l1.705%201.228l-3.04%203.04L10.99%209.42a1.5%201.5%200%200%200-.41-.411zm7.135.824l.787.568a.5.5%200%200%201%20.061.759l-2.84%202.841a.5.5%200%200%201-.77-.075l-.533-.798zM12%2016.5a.5.5%200%200%201%20.5-.5h3a.5.5%200%201%201%200%201h2a.5.5%200%201%201%200%201h-7a.5.5%200%201%201%200-1h2a.5.5%200%200%201-.5-.5%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.44%205.283a1.5%201.5%200%200%200%20.225%202.307l1.766%201.183l-5.853%205.853a1.976%201.976%200%201%200%202.795%202.795l5.853-5.853l1.183%201.767a1.5%201.5%200%200%200%202.307.225l2.84-2.84a1.5%201.5%200%200%200-.183-2.279l-3.315-2.387a.5.5%200%200%201-.113-.114l-2.387-3.315a1.5%201.5%200%200%200-2.278-.184zm4.219%205.438l-5.993%205.993a.977.977%200%200%201-1.38-1.381L9.277%209.34l.745.5a.5.5%200%200%201%20.137.137zM7.222%206.76a.5.5%200%200%201-.075-.77l2.84-2.84a.5.5%200%200%201%20.76.06l.568.79L8.02%207.293zm1.644%201.1l3.04-3.04l1.228%201.704a1.5%201.5%200%200%200%20.34.34l1.705%201.228l-3.04%203.04L10.99%209.42a1.5%201.5%200%200%200-.41-.411zm7.135.824l.787.568a.5.5%200%200%201%20.061.759l-2.84%202.841a.5.5%200%200%201-.77-.075l-.533-.798zM12%2016.5a.5.5%200%200%201%20.5-.5h3a.5.5%200%201%201%200%201h2a.5.5%200%201%201%200%201h-7a.5.5%200%201%201%200-1h2a.5.5%200%200%201-.5-.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/gavel-20-regular.svg?color=%231a73e8&size=48