peanut icon
peanut-outline from Material Design Icons by Pictogrammers · Outline · Agriculture · Apache-2.0 Free for personal and commercial use.
- Name
- peanut-outline
- Set
- Material Design Icons
- Style
- Outline
- Category
- Agriculture
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- allergen-outline, food-allergy-outline
1 other variant in Material Design Icons
The same icon in other sets
More agriculture icons from Material Design Icons
Use the peanut icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 23c-.47 0-.93-.05-1.39-.15c-3.51-.75-5.74-4.21-4.99-7.72c.25-1.18.83-2.26 1.66-3.13a.93.93 0 0 0 0-1.28c-2.08-2.58-1.68-6.36.9-8.44s6.36-1.673 8.44.91c1.77 2.19 1.77 5.31 0 7.53c-.29.41-.25.98.1 1.34c2.45 2.62 2.32 6.74-.31 9.19A6.44 6.44 0 0 1 12 23m0-20c-.91 0-1.8.31-2.5.89a3.98 3.98 0 0 0-.62 5.61c.96 1.14.89 2.83-.15 3.91c-1.7 1.81-1.6 4.66.21 6.36s4.66 1.61 6.36-.21a4.5 4.5 0 0 0 0-6.15a3 3 0 0 1-.18-4a4 4 0 0 0-.62-5.62c-.5-.38-1.03-.65-1.62-.79zm0 3c0 .55.45 1 1 1s1-.45 1-1s-.45-1-1-1s-1 .45-1 1m2 13c.55 0 1-.45 1-1s-.45-1-1-1s-1 .45-1 1s.45 1 1 1m-1-3c.55 0 1-.45 1-1s-.45-1-1-1s-1 .45-1 1s.45 1 1 1m-2 2c.55 0 1-.45 1-1s-.45-1-1-1s-1 .45-1 1s.45 1 1 1"/></svg>
React
import type { SVGProps } from "react";
export function MdiPeanutOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 23c-.47 0-.93-.05-1.39-.15c-3.51-.75-5.74-4.21-4.99-7.72c.25-1.18.83-2.26 1.66-3.13a.93.93 0 0 0 0-1.28c-2.08-2.58-1.68-6.36.9-8.44s6.36-1.673 8.44.91c1.77 2.19 1.77 5.31 0 7.53c-.29.41-.25.98.1 1.34c2.45 2.62 2.32 6.74-.31 9.19A6.44 6.44 0 0 1 12 23m0-20c-.91 0-1.8.31-2.5.89a3.98 3.98 0 0 0-.62 5.61c.96 1.14.89 2.83-.15 3.91c-1.7 1.81-1.6 4.66.21 6.36s4.66 1.61 6.36-.21a4.5 4.5 0 0 0 0-6.15a3 3 0 0 1-.18-4a4 4 0 0 0-.62-5.62c-.5-.38-1.03-.65-1.62-.79zm0 3c0 .55.45 1 1 1s1-.45 1-1s-.45-1-1-1s-1 .45-1 1m2 13c.55 0 1-.45 1-1s-.45-1-1-1s-1 .45-1 1s.45 1 1 1m-1-3c.55 0 1-.45 1-1s-.45-1-1-1s-1 .45-1 1s.45 1 1 1m-2 2c.55 0 1-.45 1-1s-.45-1-1-1s-1 .45-1 1s.45 1 1 1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 23c-.47 0-.93-.05-1.39-.15c-3.51-.75-5.74-4.21-4.99-7.72c.25-1.18.83-2.26 1.66-3.13a.93.93 0 0 0 0-1.28c-2.08-2.58-1.68-6.36.9-8.44s6.36-1.673 8.44.91c1.77 2.19 1.77 5.31 0 7.53c-.29.41-.25.98.1 1.34c2.45 2.62 2.32 6.74-.31 9.19A6.44 6.44 0 0 1 12 23m0-20c-.91 0-1.8.31-2.5.89a3.98 3.98 0 0 0-.62 5.61c.96 1.14.89 2.83-.15 3.91c-1.7 1.81-1.6 4.66.21 6.36s4.66 1.61 6.36-.21a4.5 4.5 0 0 0 0-6.15a3 3 0 0 1-.18-4a4 4 0 0 0-.62-5.62c-.5-.38-1.03-.65-1.62-.79zm0 3c0 .55.45 1 1 1s1-.45 1-1s-.45-1-1-1s-1 .45-1 1m2 13c.55 0 1-.45 1-1s-.45-1-1-1s-1 .45-1 1s.45 1 1 1m-1-3c.55 0 1-.45 1-1s-.45-1-1-1s-1 .45-1 1s.45 1 1 1m-2 2c.55 0 1-.45 1-1s-.45-1-1-1s-1 .45-1 1s.45 1 1 1"/></svg> </template>
CSS
.icon-peanut-outline {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2023c-.47%200-.93-.05-1.39-.15c-3.51-.75-5.74-4.21-4.99-7.72c.25-1.18.83-2.26%201.66-3.13a.93.93%200%200%200%200-1.28c-2.08-2.58-1.68-6.36.9-8.44s6.36-1.673%208.44.91c1.77%202.19%201.77%205.31%200%207.53c-.29.41-.25.98.1%201.34c2.45%202.62%202.32%206.74-.31%209.19A6.44%206.44%200%200%201%2012%2023m0-20c-.91%200-1.8.31-2.5.89a3.98%203.98%200%200%200-.62%205.61c.96%201.14.89%202.83-.15%203.91c-1.7%201.81-1.6%204.66.21%206.36s4.66%201.61%206.36-.21a4.5%204.5%200%200%200%200-6.15a3%203%200%200%201-.18-4a4%204%200%200%200-.62-5.62c-.5-.38-1.03-.65-1.62-.79zm0%203c0%20.55.45%201%201%201s1-.45%201-1s-.45-1-1-1s-1%20.45-1%201m2%2013c.55%200%201-.45%201-1s-.45-1-1-1s-1%20.45-1%201s.45%201%201%201m-1-3c.55%200%201-.45%201-1s-.45-1-1-1s-1%20.45-1%201s.45%201%201%201m-2%202c.55%200%201-.45%201-1s-.45-1-1-1s-1%20.45-1%201s.45%201%201%201%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2023c-.47%200-.93-.05-1.39-.15c-3.51-.75-5.74-4.21-4.99-7.72c.25-1.18.83-2.26%201.66-3.13a.93.93%200%200%200%200-1.28c-2.08-2.58-1.68-6.36.9-8.44s6.36-1.673%208.44.91c1.77%202.19%201.77%205.31%200%207.53c-.29.41-.25.98.1%201.34c2.45%202.62%202.32%206.74-.31%209.19A6.44%206.44%200%200%201%2012%2023m0-20c-.91%200-1.8.31-2.5.89a3.98%203.98%200%200%200-.62%205.61c.96%201.14.89%202.83-.15%203.91c-1.7%201.81-1.6%204.66.21%206.36s4.66%201.61%206.36-.21a4.5%204.5%200%200%200%200-6.15a3%203%200%200%201-.18-4a4%204%200%200%200-.62-5.62c-.5-.38-1.03-.65-1.62-.79zm0%203c0%20.55.45%201%201%201s1-.45%201-1s-.45-1-1-1s-1%20.45-1%201m2%2013c.55%200%201-.45%201-1s-.45-1-1-1s-1%20.45-1%201s.45%201%201%201m-1-3c.55%200%201-.45%201-1s-.45-1-1-1s-1%20.45-1%201s.45%201%201%201m-2%202c.55%200%201-.45%201-1s-.45-1-1-1s-1%20.45-1%201s.45%201%201%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/peanut-outline.svg?color=%231a73e8&size=48