gavel prohibited icon
gavel-prohibited-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- gavel-prohibited-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- License
- MIT
3 other variants in Fluent UI System Icons
Use the gavel prohibited icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m8.24 2.23l.3.46l-2.79 2.79l-.46-.3a.492.492 0 0 1-.08-.77l2.26-2.26c.23-.23.6-.19.77.08m-.018 4.853L6.61 6.04L9.1 3.55l1.12 1.73q.18.27.45.45l.438.284Q11.303 6 11.5 6a5.5 5.5 0 0 1 1.997.374L11.2 4.89a.5.5 0 0 1-.15-.15L9.08 1.69h.01c-.52-.8-1.65-.92-2.32-.25L4.5 3.7c-.68.68-.56 1.8.25 2.32l1.42.92l-4.58 4.59c-.78.78-.78 2.05 0 2.83s2.05.78 2.83 0l1.702-1.702a5.5 5.5 0 0 1-.12-1.31L3.7 13.65a.996.996 0 1 1-1.41-1.41l4.74-4.73l.42.268zM7 11.5a4.5 4.5 0 1 0 9 0a4.5 4.5 0 0 0-9 0m1 0a3.5 3.5 0 0 1 5.596-2.803l-4.9 4.9A3.5 3.5 0 0 1 8 11.5m3.5 3.5c-.786 0-1.512-.26-2.096-.697l4.9-4.9A3.5 3.5 0 0 1 11.5 15"/></svg>
React
import type { SVGProps } from "react";
export function FluentGavelProhibited16Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m8.24 2.23l.3.46l-2.79 2.79l-.46-.3a.492.492 0 0 1-.08-.77l2.26-2.26c.23-.23.6-.19.77.08m-.018 4.853L6.61 6.04L9.1 3.55l1.12 1.73q.18.27.45.45l.438.284Q11.303 6 11.5 6a5.5 5.5 0 0 1 1.997.374L11.2 4.89a.5.5 0 0 1-.15-.15L9.08 1.69h.01c-.52-.8-1.65-.92-2.32-.25L4.5 3.7c-.68.68-.56 1.8.25 2.32l1.42.92l-4.58 4.59c-.78.78-.78 2.05 0 2.83s2.05.78 2.83 0l1.702-1.702a5.5 5.5 0 0 1-.12-1.31L3.7 13.65a.996.996 0 1 1-1.41-1.41l4.74-4.73l.42.268zM7 11.5a4.5 4.5 0 1 0 9 0a4.5 4.5 0 0 0-9 0m1 0a3.5 3.5 0 0 1 5.596-2.803l-4.9 4.9A3.5 3.5 0 0 1 8 11.5m3.5 3.5c-.786 0-1.512-.26-2.096-.697l4.9-4.9A3.5 3.5 0 0 1 11.5 15"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m8.24 2.23l.3.46l-2.79 2.79l-.46-.3a.492.492 0 0 1-.08-.77l2.26-2.26c.23-.23.6-.19.77.08m-.018 4.853L6.61 6.04L9.1 3.55l1.12 1.73q.18.27.45.45l.438.284Q11.303 6 11.5 6a5.5 5.5 0 0 1 1.997.374L11.2 4.89a.5.5 0 0 1-.15-.15L9.08 1.69h.01c-.52-.8-1.65-.92-2.32-.25L4.5 3.7c-.68.68-.56 1.8.25 2.32l1.42.92l-4.58 4.59c-.78.78-.78 2.05 0 2.83s2.05.78 2.83 0l1.702-1.702a5.5 5.5 0 0 1-.12-1.31L3.7 13.65a.996.996 0 1 1-1.41-1.41l4.74-4.73l.42.268zM7 11.5a4.5 4.5 0 1 0 9 0a4.5 4.5 0 0 0-9 0m1 0a3.5 3.5 0 0 1 5.596-2.803l-4.9 4.9A3.5 3.5 0 0 1 8 11.5m3.5 3.5c-.786 0-1.512-.26-2.096-.697l4.9-4.9A3.5 3.5 0 0 1 11.5 15"/></svg> </template>
CSS
.icon-gavel-prohibited-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m8.24%202.23l.3.46l-2.79%202.79l-.46-.3a.492.492%200%200%201-.08-.77l2.26-2.26c.23-.23.6-.19.77.08m-.018%204.853L6.61%206.04L9.1%203.55l1.12%201.73q.18.27.45.45l.438.284Q11.303%206%2011.5%206a5.5%205.5%200%200%201%201.997.374L11.2%204.89a.5.5%200%200%201-.15-.15L9.08%201.69h.01c-.52-.8-1.65-.92-2.32-.25L4.5%203.7c-.68.68-.56%201.8.25%202.32l1.42.92l-4.58%204.59c-.78.78-.78%202.05%200%202.83s2.05.78%202.83%200l1.702-1.702a5.5%205.5%200%200%201-.12-1.31L3.7%2013.65a.996.996%200%201%201-1.41-1.41l4.74-4.73l.42.268zM7%2011.5a4.5%204.5%200%201%200%209%200a4.5%204.5%200%200%200-9%200m1%200a3.5%203.5%200%200%201%205.596-2.803l-4.9%204.9A3.5%203.5%200%200%201%208%2011.5m3.5%203.5c-.786%200-1.512-.26-2.096-.697l4.9-4.9A3.5%203.5%200%200%201%2011.5%2015%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m8.24%202.23l.3.46l-2.79%202.79l-.46-.3a.492.492%200%200%201-.08-.77l2.26-2.26c.23-.23.6-.19.77.08m-.018%204.853L6.61%206.04L9.1%203.55l1.12%201.73q.18.27.45.45l.438.284Q11.303%206%2011.5%206a5.5%205.5%200%200%201%201.997.374L11.2%204.89a.5.5%200%200%201-.15-.15L9.08%201.69h.01c-.52-.8-1.65-.92-2.32-.25L4.5%203.7c-.68.68-.56%201.8.25%202.32l1.42.92l-4.58%204.59c-.78.78-.78%202.05%200%202.83s2.05.78%202.83%200l1.702-1.702a5.5%205.5%200%200%201-.12-1.31L3.7%2013.65a.996.996%200%201%201-1.41-1.41l4.74-4.73l.42.268zM7%2011.5a4.5%204.5%200%201%200%209%200a4.5%204.5%200%200%200-9%200m1%200a3.5%203.5%200%200%201%205.596-2.803l-4.9%204.9A3.5%203.5%200%200%201%208%2011.5m3.5%203.5c-.786%200-1.512-.26-2.096-.697l4.9-4.9A3.5%203.5%200%200%201%2011.5%2015%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/gavel-prohibited-16-regular.svg?color=%231a73e8&size=48