gavel icon
gavel-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- gavel-fill
- Set
- Phosphor
- Style
- Fill
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Use the gavel icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M52.69 99.31a16 16 0 0 1 0-22.63l64-64a16 16 0 0 1 22.63 22.63l-64 64a16 16 0 0 1-22.63 0m190.63 17.37a16 16 0 0 0-22.63 0l-64 64a16 16 0 0 0 0 22.63a16 16 0 0 0 22.63 0l64-64a16 16 0 0 0 0-22.63m-35.11-15.8l-53.09-53.09a4 4 0 0 0-5.66 0L87.8 109.45a4 4 0 0 0 0 5.66l15.2 15.23l-74.31 74.35a16 16 0 0 0 22.62 22.62L125.66 153l15.23 15.23a4 4 0 0 0 5.66 0l61.66-61.66a4 4 0 0 0 0-5.69"/></svg>
React
import type { SVGProps } from "react";
export function PhGavelFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M52.69 99.31a16 16 0 0 1 0-22.63l64-64a16 16 0 0 1 22.63 22.63l-64 64a16 16 0 0 1-22.63 0m190.63 17.37a16 16 0 0 0-22.63 0l-64 64a16 16 0 0 0 0 22.63a16 16 0 0 0 22.63 0l64-64a16 16 0 0 0 0-22.63m-35.11-15.8l-53.09-53.09a4 4 0 0 0-5.66 0L87.8 109.45a4 4 0 0 0 0 5.66l15.2 15.23l-74.31 74.35a16 16 0 0 0 22.62 22.62L125.66 153l15.23 15.23a4 4 0 0 0 5.66 0l61.66-61.66a4 4 0 0 0 0-5.69"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M52.69 99.31a16 16 0 0 1 0-22.63l64-64a16 16 0 0 1 22.63 22.63l-64 64a16 16 0 0 1-22.63 0m190.63 17.37a16 16 0 0 0-22.63 0l-64 64a16 16 0 0 0 0 22.63a16 16 0 0 0 22.63 0l64-64a16 16 0 0 0 0-22.63m-35.11-15.8l-53.09-53.09a4 4 0 0 0-5.66 0L87.8 109.45a4 4 0 0 0 0 5.66l15.2 15.23l-74.31 74.35a16 16 0 0 0 22.62 22.62L125.66 153l15.23 15.23a4 4 0 0 0 5.66 0l61.66-61.66a4 4 0 0 0 0-5.69"/></svg> </template>
CSS
.icon-gavel-fill {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M52.69%2099.31a16%2016%200%200%201%200-22.63l64-64a16%2016%200%200%201%2022.63%2022.63l-64%2064a16%2016%200%200%201-22.63%200m190.63%2017.37a16%2016%200%200%200-22.63%200l-64%2064a16%2016%200%200%200%200%2022.63a16%2016%200%200%200%2022.63%200l64-64a16%2016%200%200%200%200-22.63m-35.11-15.8l-53.09-53.09a4%204%200%200%200-5.66%200L87.8%20109.45a4%204%200%200%200%200%205.66l15.2%2015.23l-74.31%2074.35a16%2016%200%200%200%2022.62%2022.62L125.66%20153l15.23%2015.23a4%204%200%200%200%205.66%200l61.66-61.66a4%204%200%200%200%200-5.69%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M52.69%2099.31a16%2016%200%200%201%200-22.63l64-64a16%2016%200%200%201%2022.63%2022.63l-64%2064a16%2016%200%200%201-22.63%200m190.63%2017.37a16%2016%200%200%200-22.63%200l-64%2064a16%2016%200%200%200%200%2022.63a16%2016%200%200%200%2022.63%200l64-64a16%2016%200%200%200%200-22.63m-35.11-15.8l-53.09-53.09a4%204%200%200%200-5.66%200L87.8%20109.45a4%204%200%200%200%200%205.66l15.2%2015.23l-74.31%2074.35a16%2016%200%200%200%2022.62%2022.62L125.66%20153l15.23%2015.23a4%204%200%200%200%205.66%200l61.66-61.66a4%204%200%200%200%200-5.69%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/gavel-fill.svg?color=%231a73e8&size=48