mortar pestle icon
mortar-pestle from Font Awesome Solid by Dave Gandy · Solid · Medical · CC-BY-4.0 Attribution required.
- Name
- mortar-pestle
- Set
- Font Awesome Solid
- Style
- Solid
- Category
- Medical
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
More medical icons from Font Awesome Solid
Use the mortar pestle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M568.3 75.1c-11-12.7-29.8-14.8-43.3-4.9L316.3 224h145l105.3-105.4c11.8-11.8 12.6-30.8 1.6-43.5zM96 256c-17.7 0-32 14.3-32 32s14.3 32 32 32c0 82.5 43.4 147.7 123.9 176.2c-11.1 13.9-19.4 30.3-23.9 48.1c-4.4 17.1 10.4 31.7 28.1 31.7h192c17.7 0 32.4-14.6 28.1-31.7c-4.5-17.8-12.8-34.1-23.9-48.1c80.5-28.6 123.9-93.7 123.9-176.2c17.7 0 32-14.3 32-32s-14.3-32-32-32z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidMortarPestle(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M568.3 75.1c-11-12.7-29.8-14.8-43.3-4.9L316.3 224h145l105.3-105.4c11.8-11.8 12.6-30.8 1.6-43.5zM96 256c-17.7 0-32 14.3-32 32s14.3 32 32 32c0 82.5 43.4 147.7 123.9 176.2c-11.1 13.9-19.4 30.3-23.9 48.1c-4.4 17.1 10.4 31.7 28.1 31.7h192c17.7 0 32.4-14.6 28.1-31.7c-4.5-17.8-12.8-34.1-23.9-48.1c80.5-28.6 123.9-93.7 123.9-176.2c17.7 0 32-14.3 32-32s-14.3-32-32-32z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M568.3 75.1c-11-12.7-29.8-14.8-43.3-4.9L316.3 224h145l105.3-105.4c11.8-11.8 12.6-30.8 1.6-43.5zM96 256c-17.7 0-32 14.3-32 32s14.3 32 32 32c0 82.5 43.4 147.7 123.9 176.2c-11.1 13.9-19.4 30.3-23.9 48.1c-4.4 17.1 10.4 31.7 28.1 31.7h192c17.7 0 32.4-14.6 28.1-31.7c-4.5-17.8-12.8-34.1-23.9-48.1c80.5-28.6 123.9-93.7 123.9-176.2c17.7 0 32-14.3 32-32s-14.3-32-32-32z"/></svg> </template>
CSS
.icon-mortar-pestle {
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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M568.3%2075.1c-11-12.7-29.8-14.8-43.3-4.9L316.3%20224h145l105.3-105.4c11.8-11.8%2012.6-30.8%201.6-43.5zM96%20256c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032c0%2082.5%2043.4%20147.7%20123.9%20176.2c-11.1%2013.9-19.4%2030.3-23.9%2048.1c-4.4%2017.1%2010.4%2031.7%2028.1%2031.7h192c17.7%200%2032.4-14.6%2028.1-31.7c-4.5-17.8-12.8-34.1-23.9-48.1c80.5-28.6%20123.9-93.7%20123.9-176.2c17.7%200%2032-14.3%2032-32s-14.3-32-32-32z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M568.3%2075.1c-11-12.7-29.8-14.8-43.3-4.9L316.3%20224h145l105.3-105.4c11.8-11.8%2012.6-30.8%201.6-43.5zM96%20256c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032c0%2082.5%2043.4%20147.7%20123.9%20176.2c-11.1%2013.9-19.4%2030.3-23.9%2048.1c-4.4%2017.1%2010.4%2031.7%2028.1%2031.7h192c17.7%200%2032.4-14.6%2028.1-31.7c-4.5-17.8-12.8-34.1-23.9-48.1c80.5-28.6%20123.9-93.7%20123.9-176.2c17.7%200%2032-14.3%2032-32s-14.3-32-32-32z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/mortar-pestle.svg?color=%231a73e8&size=48