gavel-prohibited-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
gavel-prohibited-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
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 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.795l3.679-3.678a5.46 5.46 0 0 1 .855-2.27l-5.241 5.241a.977.977 0 0 1-1.381-1.38L9.278 9.34l.744.499a.5.5 0 0 1 .137.137l.436.65a5.5 5.5 0 0 1 .77-.647l-.375-.56a1.5 1.5 0 0 0-.411-.41L8.866 7.86l3.04-3.04l1.227 1.704q.144.198.34.34l1.705 1.229l-.91.91a5.6 5.6 0 0 1 1.312.102l.42-.42l.788.567c.118.085.187.21.204.342q.486.248.911.584a1.5 1.5 0 0 0-.53-1.737l-3.315-2.388a.5.5 0 0 1-.113-.113l-2.387-3.315a1.5 1.5 0 0 0-2.278-.184zm.782 1.476a.5.5 0 0 1-.076-.769l2.841-2.84a.5.5 0 0 1 .76.061l.567.79L8.02 7.293zM10 14.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 11 14.5m3.5 3.5c-.786 0-1.512-.26-2.096-.697l4.9-4.9A3.5 3.5 0 0 1 14.5 18"/></svg>

React

import type { SVGProps } from "react";

export function FluentGavelProhibited20Regular(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.795l3.679-3.678a5.46 5.46 0 0 1 .855-2.27l-5.241 5.241a.977.977 0 0 1-1.381-1.38L9.278 9.34l.744.499a.5.5 0 0 1 .137.137l.436.65a5.5 5.5 0 0 1 .77-.647l-.375-.56a1.5 1.5 0 0 0-.411-.41L8.866 7.86l3.04-3.04l1.227 1.704q.144.198.34.34l1.705 1.229l-.91.91a5.6 5.6 0 0 1 1.312.102l.42-.42l.788.567c.118.085.187.21.204.342q.486.248.911.584a1.5 1.5 0 0 0-.53-1.737l-3.315-2.388a.5.5 0 0 1-.113-.113l-2.387-3.315a1.5 1.5 0 0 0-2.278-.184zm.782 1.476a.5.5 0 0 1-.076-.769l2.841-2.84a.5.5 0 0 1 .76.061l.567.79L8.02 7.293zM10 14.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 11 14.5m3.5 3.5c-.786 0-1.512-.26-2.096-.697l4.9-4.9A3.5 3.5 0 0 1 14.5 18"/></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.795l3.679-3.678a5.46 5.46 0 0 1 .855-2.27l-5.241 5.241a.977.977 0 0 1-1.381-1.38L9.278 9.34l.744.499a.5.5 0 0 1 .137.137l.436.65a5.5 5.5 0 0 1 .77-.647l-.375-.56a1.5 1.5 0 0 0-.411-.41L8.866 7.86l3.04-3.04l1.227 1.704q.144.198.34.34l1.705 1.229l-.91.91a5.6 5.6 0 0 1 1.312.102l.42-.42l.788.567c.118.085.187.21.204.342q.486.248.911.584a1.5 1.5 0 0 0-.53-1.737l-3.315-2.388a.5.5 0 0 1-.113-.113l-2.387-3.315a1.5 1.5 0 0 0-2.278-.184zm.782 1.476a.5.5 0 0 1-.076-.769l2.841-2.84a.5.5 0 0 1 .76.061l.567.79L8.02 7.293zM10 14.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 11 14.5m3.5 3.5c-.786 0-1.512-.26-2.096-.697l4.9-4.9A3.5 3.5 0 0 1 14.5 18"/></svg>
</template>

CSS

.icon-gavel-prohibited-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.795l3.679-3.678a5.46%205.46%200%200%201%20.855-2.27l-5.241%205.241a.977.977%200%200%201-1.381-1.38L9.278%209.34l.744.499a.5.5%200%200%201%20.137.137l.436.65a5.5%205.5%200%200%201%20.77-.647l-.375-.56a1.5%201.5%200%200%200-.411-.41L8.866%207.86l3.04-3.04l1.227%201.704q.144.198.34.34l1.705%201.229l-.91.91a5.6%205.6%200%200%201%201.312.102l.42-.42l.788.567c.118.085.187.21.204.342q.486.248.911.584a1.5%201.5%200%200%200-.53-1.737l-3.315-2.388a.5.5%200%200%201-.113-.113l-2.387-3.315a1.5%201.5%200%200%200-2.278-.184zm.782%201.476a.5.5%200%200%201-.076-.769l2.841-2.84a.5.5%200%200%201%20.76.061l.567.79L8.02%207.293zM10%2014.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%2011%2014.5m3.5%203.5c-.786%200-1.512-.26-2.096-.697l4.9-4.9A3.5%203.5%200%200%201%2014.5%2018%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.795l3.679-3.678a5.46%205.46%200%200%201%20.855-2.27l-5.241%205.241a.977.977%200%200%201-1.381-1.38L9.278%209.34l.744.499a.5.5%200%200%201%20.137.137l.436.65a5.5%205.5%200%200%201%20.77-.647l-.375-.56a1.5%201.5%200%200%200-.411-.41L8.866%207.86l3.04-3.04l1.227%201.704q.144.198.34.34l1.705%201.229l-.91.91a5.6%205.6%200%200%201%201.312.102l.42-.42l.788.567c.118.085.187.21.204.342q.486.248.911.584a1.5%201.5%200%200%200-.53-1.737l-3.315-2.388a.5.5%200%200%201-.113-.113l-2.387-3.315a1.5%201.5%200%200%200-2.278-.184zm.782%201.476a.5.5%200%200%201-.076-.769l2.841-2.84a.5.5%200%200%201%20.76.061l.567.79L8.02%207.293zM10%2014.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%2011%2014.5m3.5%203.5c-.786%200-1.512-.26-2.096-.697l4.9-4.9A3.5%203.5%200%200%201%2014.5%2018%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/gavel-prohibited-20-regular.svg?color=%231a73e8&size=48