peanut-off from Material Design Icons by Pictogrammers · Filled · Agriculture · Apache-2.0 Free for personal and commercial use.

Name
peanut-off
Set
Material Design Icons
Style
Filled
Category
Agriculture
Viewbox
24×24
License
Apache 2.0
Aliases
allergen-off, food-allergy-off

1 other variant in Material Design Icons

The same icon in other sets

More agriculture icons from Material Design Icons

Use the peanut off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.9 10.12a5 5 0 0 0-2.82-8A5.7 5.7 0 0 0 12 2a5 5 0 0 0-4.32 2.5l8.7 8.68a4 4 0 0 0-.34-.41a2 2 0 0 1-.14-2.65M13 7a1 1 0 1 1 1-1a1 1 0 0 1-1 1m-6-.61L2.39 1.73L1.11 3L7.8 9.69c.1.15.2.31.31.43a2 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 5-3.14l3.87 3.87l1.27-1.27M11 18a1 1 0 1 1 1-1a1 1 0 0 1-1 1m3 1a1 1 0 1 1 1-1a1 1 0 0 1-1 1m-1-3a1 1 0 0 1-1-1a1 1 0 0 1 .35-.76l1.41 1.41A1 1 0 0 1 13 16"/></svg>

React

import type { SVGProps } from "react";

export function MdiPeanutOff(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="M15.9 10.12a5 5 0 0 0-2.82-8A5.7 5.7 0 0 0 12 2a5 5 0 0 0-4.32 2.5l8.7 8.68a4 4 0 0 0-.34-.41a2 2 0 0 1-.14-2.65M13 7a1 1 0 1 1 1-1a1 1 0 0 1-1 1m-6-.61L2.39 1.73L1.11 3L7.8 9.69c.1.15.2.31.31.43a2 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 5-3.14l3.87 3.87l1.27-1.27M11 18a1 1 0 1 1 1-1a1 1 0 0 1-1 1m3 1a1 1 0 1 1 1-1a1 1 0 0 1-1 1m-1-3a1 1 0 0 1-1-1a1 1 0 0 1 .35-.76l1.41 1.41A1 1 0 0 1 13 16"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.9 10.12a5 5 0 0 0-2.82-8A5.7 5.7 0 0 0 12 2a5 5 0 0 0-4.32 2.5l8.7 8.68a4 4 0 0 0-.34-.41a2 2 0 0 1-.14-2.65M13 7a1 1 0 1 1 1-1a1 1 0 0 1-1 1m-6-.61L2.39 1.73L1.11 3L7.8 9.69c.1.15.2.31.31.43a2 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 5-3.14l3.87 3.87l1.27-1.27M11 18a1 1 0 1 1 1-1a1 1 0 0 1-1 1m3 1a1 1 0 1 1 1-1a1 1 0 0 1-1 1m-1-3a1 1 0 0 1-1-1a1 1 0 0 1 .35-.76l1.41 1.41A1 1 0 0 1 13 16"/></svg>
</template>

CSS

.icon-peanut-off {
  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%22M15.9%2010.12a5%205%200%200%200-2.82-8A5.7%205.7%200%200%200%2012%202a5%205%200%200%200-4.32%202.5l8.7%208.68a4%204%200%200%200-.34-.41a2%202%200%200%201-.14-2.65M13%207a1%201%200%201%201%201-1a1%201%200%200%201-1%201m-6-.61L2.39%201.73L1.11%203L7.8%209.69c.1.15.2.31.31.43a2%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%205-3.14l3.87%203.87l1.27-1.27M11%2018a1%201%200%201%201%201-1a1%201%200%200%201-1%201m3%201a1%201%200%201%201%201-1a1%201%200%200%201-1%201m-1-3a1%201%200%200%201-1-1a1%201%200%200%201%20.35-.76l1.41%201.41A1%201%200%200%201%2013%2016%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%22M15.9%2010.12a5%205%200%200%200-2.82-8A5.7%205.7%200%200%200%2012%202a5%205%200%200%200-4.32%202.5l8.7%208.68a4%204%200%200%200-.34-.41a2%202%200%200%201-.14-2.65M13%207a1%201%200%201%201%201-1a1%201%200%200%201-1%201m-6-.61L2.39%201.73L1.11%203L7.8%209.69c.1.15.2.31.31.43a2%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%205-3.14l3.87%203.87l1.27-1.27M11%2018a1%201%200%201%201%201-1a1%201%200%200%201-1%201m3%201a1%201%200%201%201%201-1a1%201%200%200%201-1%201m-1-3a1%201%200%200%201-1-1a1%201%200%200%201%20.35-.76l1.41%201.41A1%201%200%200%201%2013%2016%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/peanut-off.svg?color=%231a73e8&size=48