Pestle Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Pestle 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/306230.svg" alt="Pestle icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306230.svg" alt="Pestle icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306230.svg" alt="Pestle icon" :width="24" :height="24" />
CSS background
.icon-pestle {
background-image: url('https://proicons.com/icon/306230.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M798 351v-1h-20v-1H651v1H436l-24-45c6-4 8-10 6-15-2-4-9-5-15-1L290 81c6-4 9-11 7-15-3-4-10-5-16-1l-87 54c-6 3-9 10-7 15 2 4 9 5 15 1l113 208c-3 2-5 4-6 7h-20v1c-9 3-16 11-16 20s7 16 16 19v175c0 185 71 245 168 260v50c-74 7-127 29-127 62h427c0-33-53-55-127-62v-50c97-15 168-75 168-260V390c9-3 16-11 16-19 0-9-7-17-16-20z"/></svg>
Copied!