Gavel Icon
Free SVG icon from the Govicons collection. Download or copy for use in any project.
The Gavel icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/304797.svg" alt="Gavel icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304797.svg" alt="Gavel icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304797.svg" alt="Gavel icon" :width="24" :height="24" />
CSS background
.icon-gavel {
background-image: url('https://proicons.com/icon/304797.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 56"><title>gavel</title><path d="M59,27.27l-10,10a3.66,3.66,0,0,1-5.18-.07,3.7,3.7,0,0,1-.56-4.56l-4.4-4.4-3.57,3.58A3.84,3.84,0,0,1,34.17,35L18.61,50.54a3.87,3.87,0,0,1-5.48-5.48L28.68,29.52a3.91,3.91,0,0,1,4.23-.85l3.18-3.18-4.4-4.4a3.72,3.72,0,0,1-4.63-5.74l10-10A3.72,3.72,0,0,1,42.79,10L54.33,21.54A3.72,3.72,0,0,1,59,27.27Z"/></svg>
Copied!