gavel icon
gavel-rounded from Material Symbols Light by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- gavel-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- gavel-outline-rounded
1 other variant in Material Symbols Light
The same icon in other sets
More social icons from Material Symbols Light
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="M4.616 19.5h10q.213 0 .356.143q.144.143.144.357t-.144.357t-.356.143h-10q-.214 0-.357-.143T4.115 20t.144-.357t.356-.143m4.322-5.602l-2.69-2.69q-.46-.46-.473-1.124t.447-1.143l.302-.322l5.008 4.958l-.321.321q-.46.46-1.137.46t-1.136-.46m6.64-4.367l-4.958-5.008l.322-.302q.478-.46 1.143-.447q.664.012 1.124.472l2.69 2.69q.46.46.46 1.137t-.46 1.137zm4.67 9.423L8.241 6.95l.708-.708l12.004 12.004q.14.14.15.345q.01.203-.15.363t-.354.16t-.354-.16"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightGavelRounded(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="M4.616 19.5h10q.213 0 .356.143q.144.143.144.357t-.144.357t-.356.143h-10q-.214 0-.357-.143T4.115 20t.144-.357t.356-.143m4.322-5.602l-2.69-2.69q-.46-.46-.473-1.124t.447-1.143l.302-.322l5.008 4.958l-.321.321q-.46.46-1.137.46t-1.136-.46m6.64-4.367l-4.958-5.008l.322-.302q.478-.46 1.143-.447q.664.012 1.124.472l2.69 2.69q.46.46.46 1.137t-.46 1.137zm4.67 9.423L8.241 6.95l.708-.708l12.004 12.004q.14.14.15.345q.01.203-.15.363t-.354.16t-.354-.16"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.616 19.5h10q.213 0 .356.143q.144.143.144.357t-.144.357t-.356.143h-10q-.214 0-.357-.143T4.115 20t.144-.357t.356-.143m4.322-5.602l-2.69-2.69q-.46-.46-.473-1.124t.447-1.143l.302-.322l5.008 4.958l-.321.321q-.46.46-1.137.46t-1.136-.46m6.64-4.367l-4.958-5.008l.322-.302q.478-.46 1.143-.447q.664.012 1.124.472l2.69 2.69q.46.46.46 1.137t-.46 1.137zm4.67 9.423L8.241 6.95l.708-.708l12.004 12.004q.14.14.15.345q.01.203-.15.363t-.354.16t-.354-.16"/></svg> </template>
CSS
.icon-gavel-rounded {
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%22M4.616%2019.5h10q.213%200%20.356.143q.144.143.144.357t-.144.357t-.356.143h-10q-.214%200-.357-.143T4.115%2020t.144-.357t.356-.143m4.322-5.602l-2.69-2.69q-.46-.46-.473-1.124t.447-1.143l.302-.322l5.008%204.958l-.321.321q-.46.46-1.137.46t-1.136-.46m6.64-4.367l-4.958-5.008l.322-.302q.478-.46%201.143-.447q.664.012%201.124.472l2.69%202.69q.46.46.46%201.137t-.46%201.137zm4.67%209.423L8.241%206.95l.708-.708l12.004%2012.004q.14.14.15.345q.01.203-.15.363t-.354.16t-.354-.16%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%22M4.616%2019.5h10q.213%200%20.356.143q.144.143.144.357t-.144.357t-.356.143h-10q-.214%200-.357-.143T4.115%2020t.144-.357t.356-.143m4.322-5.602l-2.69-2.69q-.46-.46-.473-1.124t.447-1.143l.302-.322l5.008%204.958l-.321.321q-.46.46-1.137.46t-1.136-.46m6.64-4.367l-4.958-5.008l.322-.302q.478-.46%201.143-.447q.664.012%201.124.472l2.69%202.69q.46.46.46%201.137t-.46%201.137zm4.67%209.423L8.241%206.95l.708-.708l12.004%2012.004q.14.14.15.345q.01.203-.15.363t-.354.16t-.354-.16%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/gavel-rounded.svg?color=%231a73e8&size=48