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

Name
gavel-20-filled
Set
Fluent UI System Icons
Style
20 Filled
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.666 7.59a1.5 1.5 0 0 1-.226-2.307L9.281 2.44a1.5 1.5 0 0 1 2.278.184l.473.657l-4.733 4.732zm1.48.991l4.478-4.477l1.322 1.836a.5.5 0 0 0 .113.114l1.837 1.323l-4.478 4.477l-1.257-1.877a.5.5 0 0 0-.137-.137zm3.84 4.12l4.732-4.732l.656.472a1.5 1.5 0 0 1 .183 2.278l-2.84 2.841a1.5 1.5 0 0 1-2.307-.225zM8.188 9.814l-5.775 5.775a1.412 1.412 0 1 0 1.997 1.997l5.775-5.775l-.801-1.196zM12 16.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h2a.5.5 0 0 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 FluentGavel20Filled(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.666 7.59a1.5 1.5 0 0 1-.226-2.307L9.281 2.44a1.5 1.5 0 0 1 2.278.184l.473.657l-4.733 4.732zm1.48.991l4.478-4.477l1.322 1.836a.5.5 0 0 0 .113.114l1.837 1.323l-4.478 4.477l-1.257-1.877a.5.5 0 0 0-.137-.137zm3.84 4.12l4.732-4.732l.656.472a1.5 1.5 0 0 1 .183 2.278l-2.84 2.841a1.5 1.5 0 0 1-2.307-.225zM8.188 9.814l-5.775 5.775a1.412 1.412 0 1 0 1.997 1.997l5.775-5.775l-.801-1.196zM12 16.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h2a.5.5 0 0 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.666 7.59a1.5 1.5 0 0 1-.226-2.307L9.281 2.44a1.5 1.5 0 0 1 2.278.184l.473.657l-4.733 4.732zm1.48.991l4.478-4.477l1.322 1.836a.5.5 0 0 0 .113.114l1.837 1.323l-4.478 4.477l-1.257-1.877a.5.5 0 0 0-.137-.137zm3.84 4.12l4.732-4.732l.656.472a1.5 1.5 0 0 1 .183 2.278l-2.84 2.841a1.5 1.5 0 0 1-2.307-.225zM8.188 9.814l-5.775 5.775a1.412 1.412 0 1 0 1.997 1.997l5.775-5.775l-.801-1.196zM12 16.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h2a.5.5 0 0 1 0 1h-7a.5.5 0 1 1 0-1h2a.5.5 0 0 1-.5-.5"/></svg>
</template>

CSS

.icon-gavel-20-filled {
  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.666%207.59a1.5%201.5%200%200%201-.226-2.307L9.281%202.44a1.5%201.5%200%200%201%202.278.184l.473.657l-4.733%204.732zm1.48.991l4.478-4.477l1.322%201.836a.5.5%200%200%200%20.113.114l1.837%201.323l-4.478%204.477l-1.257-1.877a.5.5%200%200%200-.137-.137zm3.84%204.12l4.732-4.732l.656.472a1.5%201.5%200%200%201%20.183%202.278l-2.84%202.841a1.5%201.5%200%200%201-2.307-.225zM8.188%209.814l-5.775%205.775a1.412%201.412%200%201%200%201.997%201.997l5.775-5.775l-.801-1.196zM12%2016.5a.5.5%200%200%201%20.5-.5h3a.5.5%200%200%201%200%201h2a.5.5%200%200%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.666%207.59a1.5%201.5%200%200%201-.226-2.307L9.281%202.44a1.5%201.5%200%200%201%202.278.184l.473.657l-4.733%204.732zm1.48.991l4.478-4.477l1.322%201.836a.5.5%200%200%200%20.113.114l1.837%201.323l-4.478%204.477l-1.257-1.877a.5.5%200%200%200-.137-.137zm3.84%204.12l4.732-4.732l.656.472a1.5%201.5%200%200%201%20.183%202.278l-2.84%202.841a1.5%201.5%200%200%201-2.307-.225zM8.188%209.814l-5.775%205.775a1.412%201.412%200%201%200%201.997%201.997l5.775-5.775l-.801-1.196zM12%2016.5a.5.5%200%200%201%20.5-.5h3a.5.5%200%200%201%200%201h2a.5.5%200%200%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-filled.svg?color=%231a73e8&size=48