peanut off filled icon

peanut-off-filled from Material Line Icons by Vjacheslav Trushkin · Line · Food and Drink · MIT Free for personal and commercial use.

Name
peanut-off-filled
Set
Material Line Icons
Style
Line
Category
Food and Drink
Viewbox
24×24
License
MIT

More food and drink icons from Material Line Icons

Use the peanut off filled icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><defs><mask id="SVGvLwRzb9j"><path fill="#fff" fill-opacity="0" stroke="#fff" stroke-dasharray="56" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 2c2.5 0 5 2 5 5c0 1.13 -0.37 2.16 -1 3c-0.28 0.38 -0.5 1 -0.5 1.5c0 0.5 0.2 0.91 0.5 1.23c0.93 0.98 1.5 2.31 1.5 3.77c0 3.04 -2.46 5.5 -5.5 5.5c-3.04 0 -5.5 -2.46 -5.5 -5.5c0 -1.46 0.57 -2.79 1.5 -3.77c0.3 -0.32 0.5 -0.73 0.5 -1.23c0 -0.5 -0.22 -1.12 -0.5 -1.5c-0.63 -0.84 -1 -1.87 -1 -3c0 -2.76 2 -5 5 -5Z"><animate fill="freeze" attributeName="stroke-dashoffset" dur="0.6s" values="56;0"/><animate fill="freeze" attributeName="fill-opacity" begin="0.6s" dur="0.4s" to="1"/></path><circle cx="13" cy="15"><animate fill="freeze" attributeName="r" begin="1.1s" dur="0.2s" to="1"/></circle><circle cx="13" cy="6"><animate fill="freeze" attributeName="r" begin="1.3s" dur="0.2s" to="1"/></circle><circle cx="11" cy="17"><animate fill="freeze" attributeName="r" begin="1.5s" dur="0.2s" to="1"/></circle><circle cx="14" cy="18"><animate fill="freeze" attributeName="r" begin="1.7s" dur="0.2s" to="1"/></circle><path fill="none" stroke="#000" stroke-dasharray="26" stroke-dashoffset="26" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M1 11h24" transform="rotate(45 12 12)"><animate fill="freeze" attributeName="stroke-dashoffset" begin="1.9s" dur="0.4s" to="0"/></path></mask></defs><path fill="currentColor" d="M0 0h24v24H0z" mask="url(#SVGvLwRzb9j)"/><path fill="none" stroke="currentColor" stroke-dasharray="26" stroke-dashoffset="26" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M1 13h24" transform="rotate(45 12 12)"><animate fill="freeze" attributeName="stroke-dashoffset" begin="1.9s" dur="0.4s" to="0"/></path></svg>

React

import type { SVGProps } from "react";

export function LineMdPeanutOffFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><defs><mask id="SVGvLwRzb9j"><path fill="#fff" fillOpacity="0" stroke="#fff" strokeDasharray="56" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M12 2c2.5 0 5 2 5 5c0 1.13 -0.37 2.16 -1 3c-0.28 0.38 -0.5 1 -0.5 1.5c0 0.5 0.2 0.91 0.5 1.23c0.93 0.98 1.5 2.31 1.5 3.77c0 3.04 -2.46 5.5 -5.5 5.5c-3.04 0 -5.5 -2.46 -5.5 -5.5c0 -1.46 0.57 -2.79 1.5 -3.77c0.3 -0.32 0.5 -0.73 0.5 -1.23c0 -0.5 -0.22 -1.12 -0.5 -1.5c-0.63 -0.84 -1 -1.87 -1 -3c0 -2.76 2 -5 5 -5Z"><animate fill="freeze" attributeName="strokeDashoffset" dur="0.6s" values="56;0"/><animate fill="freeze" attributeName="fillOpacity" begin="0.6s" dur="0.4s" to="1"/></path><circle cx="13" cy="15"><animate fill="freeze" attributeName="r" begin="1.1s" dur="0.2s" to="1"/></circle><circle cx="13" cy="6"><animate fill="freeze" attributeName="r" begin="1.3s" dur="0.2s" to="1"/></circle><circle cx="11" cy="17"><animate fill="freeze" attributeName="r" begin="1.5s" dur="0.2s" to="1"/></circle><circle cx="14" cy="18"><animate fill="freeze" attributeName="r" begin="1.7s" dur="0.2s" to="1"/></circle><path fill="none" stroke="#000" strokeDasharray="26" strokeDashoffset="26" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M1 11h24" transform="rotate(45 12 12)"><animate fill="freeze" attributeName="strokeDashoffset" begin="1.9s" dur="0.4s" to="0"/></path></mask></defs><path fill="currentColor" d="M0 0h24v24H0z" mask="url(#SVGvLwRzb9j)"/><path fill="none" stroke="currentColor" strokeDasharray="26" strokeDashoffset="26" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M1 13h24" transform="rotate(45 12 12)"><animate fill="freeze" attributeName="strokeDashoffset" begin="1.9s" dur="0.4s" to="0"/></path></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><defs><mask id="SVGvLwRzb9j"><path fill="#fff" fill-opacity="0" stroke="#fff" stroke-dasharray="56" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 2c2.5 0 5 2 5 5c0 1.13 -0.37 2.16 -1 3c-0.28 0.38 -0.5 1 -0.5 1.5c0 0.5 0.2 0.91 0.5 1.23c0.93 0.98 1.5 2.31 1.5 3.77c0 3.04 -2.46 5.5 -5.5 5.5c-3.04 0 -5.5 -2.46 -5.5 -5.5c0 -1.46 0.57 -2.79 1.5 -3.77c0.3 -0.32 0.5 -0.73 0.5 -1.23c0 -0.5 -0.22 -1.12 -0.5 -1.5c-0.63 -0.84 -1 -1.87 -1 -3c0 -2.76 2 -5 5 -5Z"><animate fill="freeze" attributeName="stroke-dashoffset" dur="0.6s" values="56;0"/><animate fill="freeze" attributeName="fill-opacity" begin="0.6s" dur="0.4s" to="1"/></path><circle cx="13" cy="15"><animate fill="freeze" attributeName="r" begin="1.1s" dur="0.2s" to="1"/></circle><circle cx="13" cy="6"><animate fill="freeze" attributeName="r" begin="1.3s" dur="0.2s" to="1"/></circle><circle cx="11" cy="17"><animate fill="freeze" attributeName="r" begin="1.5s" dur="0.2s" to="1"/></circle><circle cx="14" cy="18"><animate fill="freeze" attributeName="r" begin="1.7s" dur="0.2s" to="1"/></circle><path fill="none" stroke="#000" stroke-dasharray="26" stroke-dashoffset="26" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M1 11h24" transform="rotate(45 12 12)"><animate fill="freeze" attributeName="stroke-dashoffset" begin="1.9s" dur="0.4s" to="0"/></path></mask></defs><path fill="currentColor" d="M0 0h24v24H0z" mask="url(#SVGvLwRzb9j)"/><path fill="none" stroke="currentColor" stroke-dasharray="26" stroke-dashoffset="26" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M1 13h24" transform="rotate(45 12 12)"><animate fill="freeze" attributeName="stroke-dashoffset" begin="1.9s" dur="0.4s" to="0"/></path></svg>
</template>

CSS

.icon-peanut-off-filled {
  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%3Cdefs%3E%3Cmask%20id%3D%22SVGvLwRzb9j%22%3E%3Cpath%20fill%3D%22%23fff%22%20fill-opacity%3D%220%22%20stroke%3D%22%23fff%22%20stroke-dasharray%3D%2256%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M12%202c2.5%200%205%202%205%205c0%201.13%20-0.37%202.16%20-1%203c-0.28%200.38%20-0.5%201%20-0.5%201.5c0%200.5%200.2%200.91%200.5%201.23c0.93%200.98%201.5%202.31%201.5%203.77c0%203.04%20-2.46%205.5%20-5.5%205.5c-3.04%200%20-5.5%20-2.46%20-5.5%20-5.5c0%20-1.46%200.57%20-2.79%201.5%20-3.77c0.3%20-0.32%200.5%20-0.73%200.5%20-1.23c0%20-0.5%20-0.22%20-1.12%20-0.5%20-1.5c-0.63%20-0.84%20-1%20-1.87%20-1%20-3c0%20-2.76%202%20-5%205%20-5Z%22%3E%3Canimate%20fill%3D%22freeze%22%20attributeName%3D%22stroke-dashoffset%22%20dur%3D%220.6s%22%20values%3D%2256%3B0%22%2F%3E%3Canimate%20fill%3D%22freeze%22%20attributeName%3D%22fill-opacity%22%20begin%3D%220.6s%22%20dur%3D%220.4s%22%20to%3D%221%22%2F%3E%3C%2Fpath%3E%3Ccircle%20cx%3D%2213%22%20cy%3D%2215%22%3E%3Canimate%20fill%3D%22freeze%22%20attributeName%3D%22r%22%20begin%3D%221.1s%22%20dur%3D%220.2s%22%20to%3D%221%22%2F%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%2213%22%20cy%3D%226%22%3E%3Canimate%20fill%3D%22freeze%22%20attributeName%3D%22r%22%20begin%3D%221.3s%22%20dur%3D%220.2s%22%20to%3D%221%22%2F%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%2211%22%20cy%3D%2217%22%3E%3Canimate%20fill%3D%22freeze%22%20attributeName%3D%22r%22%20begin%3D%221.5s%22%20dur%3D%220.2s%22%20to%3D%221%22%2F%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%2214%22%20cy%3D%2218%22%3E%3Canimate%20fill%3D%22freeze%22%20attributeName%3D%22r%22%20begin%3D%221.7s%22%20dur%3D%220.2s%22%20to%3D%221%22%2F%3E%3C%2Fcircle%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-dasharray%3D%2226%22%20stroke-dashoffset%3D%2226%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M1%2011h24%22%20transform%3D%22rotate(45%2012%2012)%22%3E%3Canimate%20fill%3D%22freeze%22%20attributeName%3D%22stroke-dashoffset%22%20begin%3D%221.9s%22%20dur%3D%220.4s%22%20to%3D%220%22%2F%3E%3C%2Fpath%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h24v24H0z%22%20mask%3D%22url(%23SVGvLwRzb9j)%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-dasharray%3D%2226%22%20stroke-dashoffset%3D%2226%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M1%2013h24%22%20transform%3D%22rotate(45%2012%2012)%22%3E%3Canimate%20fill%3D%22freeze%22%20attributeName%3D%22stroke-dashoffset%22%20begin%3D%221.9s%22%20dur%3D%220.4s%22%20to%3D%220%22%2F%3E%3C%2Fpath%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%3Cdefs%3E%3Cmask%20id%3D%22SVGvLwRzb9j%22%3E%3Cpath%20fill%3D%22%23fff%22%20fill-opacity%3D%220%22%20stroke%3D%22%23fff%22%20stroke-dasharray%3D%2256%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M12%202c2.5%200%205%202%205%205c0%201.13%20-0.37%202.16%20-1%203c-0.28%200.38%20-0.5%201%20-0.5%201.5c0%200.5%200.2%200.91%200.5%201.23c0.93%200.98%201.5%202.31%201.5%203.77c0%203.04%20-2.46%205.5%20-5.5%205.5c-3.04%200%20-5.5%20-2.46%20-5.5%20-5.5c0%20-1.46%200.57%20-2.79%201.5%20-3.77c0.3%20-0.32%200.5%20-0.73%200.5%20-1.23c0%20-0.5%20-0.22%20-1.12%20-0.5%20-1.5c-0.63%20-0.84%20-1%20-1.87%20-1%20-3c0%20-2.76%202%20-5%205%20-5Z%22%3E%3Canimate%20fill%3D%22freeze%22%20attributeName%3D%22stroke-dashoffset%22%20dur%3D%220.6s%22%20values%3D%2256%3B0%22%2F%3E%3Canimate%20fill%3D%22freeze%22%20attributeName%3D%22fill-opacity%22%20begin%3D%220.6s%22%20dur%3D%220.4s%22%20to%3D%221%22%2F%3E%3C%2Fpath%3E%3Ccircle%20cx%3D%2213%22%20cy%3D%2215%22%3E%3Canimate%20fill%3D%22freeze%22%20attributeName%3D%22r%22%20begin%3D%221.1s%22%20dur%3D%220.2s%22%20to%3D%221%22%2F%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%2213%22%20cy%3D%226%22%3E%3Canimate%20fill%3D%22freeze%22%20attributeName%3D%22r%22%20begin%3D%221.3s%22%20dur%3D%220.2s%22%20to%3D%221%22%2F%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%2211%22%20cy%3D%2217%22%3E%3Canimate%20fill%3D%22freeze%22%20attributeName%3D%22r%22%20begin%3D%221.5s%22%20dur%3D%220.2s%22%20to%3D%221%22%2F%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%2214%22%20cy%3D%2218%22%3E%3Canimate%20fill%3D%22freeze%22%20attributeName%3D%22r%22%20begin%3D%221.7s%22%20dur%3D%220.2s%22%20to%3D%221%22%2F%3E%3C%2Fcircle%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-dasharray%3D%2226%22%20stroke-dashoffset%3D%2226%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M1%2011h24%22%20transform%3D%22rotate(45%2012%2012)%22%3E%3Canimate%20fill%3D%22freeze%22%20attributeName%3D%22stroke-dashoffset%22%20begin%3D%221.9s%22%20dur%3D%220.4s%22%20to%3D%220%22%2F%3E%3C%2Fpath%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h24v24H0z%22%20mask%3D%22url(%23SVGvLwRzb9j)%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-dasharray%3D%2226%22%20stroke-dashoffset%3D%2226%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M1%2013h24%22%20transform%3D%22rotate(45%2012%2012)%22%3E%3Canimate%20fill%3D%22freeze%22%20attributeName%3D%22stroke-dashoffset%22%20begin%3D%221.9s%22%20dur%3D%220.4s%22%20to%3D%220%22%2F%3E%3C%2Fpath%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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