peanut icon
peanut from Material Design Icons by Pictogrammers · Filled · Agriculture · Apache-2.0 Free for personal and commercial use.
- Name
- peanut
- Set
- Material Design Icons
- Style
- Filled
- Category
- Agriculture
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- allergen, food-allergy
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="M16 12.77a2 2 0 0 1-.14-2.65a5 5 0 0 0-2.82-8A5.7 5.7 0 0 0 12 2a5 5 0 0 0-5 5a5 5 0 0 0 1.11 3.12a2 2 0 0 1-.11 2.6a5.5 5.5 0 0 0 2.81 9.15A5.4 5.4 0 0 0 12 22a5.5 5.5 0 0 0 4-9.23M13 5a1 1 0 1 1-1 1a1 1 0 0 1 1-1m-2 13a1 1 0 1 1 1-1a1 1 0 0 1-1 1m1-3a1 1 0 1 1 1 1a1 1 0 0 1-1-1m2 4a1 1 0 1 1 1-1a1 1 0 0 1-1 1"/></svg>
React
import type { SVGProps } from "react";
export function MdiPeanut(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="M16 12.77a2 2 0 0 1-.14-2.65a5 5 0 0 0-2.82-8A5.7 5.7 0 0 0 12 2a5 5 0 0 0-5 5a5 5 0 0 0 1.11 3.12a2 2 0 0 1-.11 2.6a5.5 5.5 0 0 0 2.81 9.15A5.4 5.4 0 0 0 12 22a5.5 5.5 0 0 0 4-9.23M13 5a1 1 0 1 1-1 1a1 1 0 0 1 1-1m-2 13a1 1 0 1 1 1-1a1 1 0 0 1-1 1m1-3a1 1 0 1 1 1 1a1 1 0 0 1-1-1m2 4a1 1 0 1 1 1-1a1 1 0 0 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="M16 12.77a2 2 0 0 1-.14-2.65a5 5 0 0 0-2.82-8A5.7 5.7 0 0 0 12 2a5 5 0 0 0-5 5a5 5 0 0 0 1.11 3.12a2 2 0 0 1-.11 2.6a5.5 5.5 0 0 0 2.81 9.15A5.4 5.4 0 0 0 12 22a5.5 5.5 0 0 0 4-9.23M13 5a1 1 0 1 1-1 1a1 1 0 0 1 1-1m-2 13a1 1 0 1 1 1-1a1 1 0 0 1-1 1m1-3a1 1 0 1 1 1 1a1 1 0 0 1-1-1m2 4a1 1 0 1 1 1-1a1 1 0 0 1-1 1"/></svg> </template>
CSS
.icon-peanut {
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%22M16%2012.77a2%202%200%200%201-.14-2.65a5%205%200%200%200-2.82-8A5.7%205.7%200%200%200%2012%202a5%205%200%200%200-5%205a5%205%200%200%200%201.11%203.12a2%202%200%200%201-.11%202.6a5.5%205.5%200%200%200%202.81%209.15A5.4%205.4%200%200%200%2012%2022a5.5%205.5%200%200%200%204-9.23M13%205a1%201%200%201%201-1%201a1%201%200%200%201%201-1m-2%2013a1%201%200%201%201%201-1a1%201%200%200%201-1%201m1-3a1%201%200%201%201%201%201a1%201%200%200%201-1-1m2%204a1%201%200%201%201%201-1a1%201%200%200%201-1%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%22M16%2012.77a2%202%200%200%201-.14-2.65a5%205%200%200%200-2.82-8A5.7%205.7%200%200%200%2012%202a5%205%200%200%200-5%205a5%205%200%200%200%201.11%203.12a2%202%200%200%201-.11%202.6a5.5%205.5%200%200%200%202.81%209.15A5.4%205.4%200%200%200%2012%2022a5.5%205.5%200%200%200%204-9.23M13%205a1%201%200%201%201-1%201a1%201%200%200%201%201-1m-2%2013a1%201%200%201%201%201-1a1%201%200%200%201-1%201m1-3a1%201%200%201%201%201%201a1%201%200%200%201-1-1m2%204a1%201%200%201%201%201-1a1%201%200%200%201-1%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/peanut.svg?color=%231a73e8&size=48