nut icon
nut from IconPark Outline by ByteDance · Outline · Foods · Apache-2.0 Free for personal and commercial use.
- Name
- nut
- Set
- IconPark Outline
- Style
- Outline
- Category
- Foods
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More foods icons from IconPark Outline
Use the nut icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M37.699 6c-.527.534-2.46 2.672-3.69 3.741c-.175.535 2.109 2.672 2.636 3.207s6.85-3.207 6.324-3.741c-.422-.428-3.69-2.316-5.27-3.207M11.372 16.722a6 6 0 0 1-.03-.264a19.6 19.6 0 0 0-4.3 6.142a3.515 3.515 0 1 1-1.506 6.866c-.02 3.546 1.15 6.955 3.58 9.601c3.505 3.815 8.81 5.151 14.03 4.064c3.214-.668 6.395-2.254 9.106-4.745a20 20 0 0 0 3.39-4.051c-2.225.67-4.675-.412-5.601-2.598a3.68 3.68 0 0 0-2.577-2.155l-1.682-.381a5.97 5.97 0 0 1-4.24-3.65l-.091-.231a5.58 5.58 0 0 0-4.857-3.539a5.58 5.58 0 0 1-5.19-4.826z"/><path d="m13.154 11.658l-.251.27a5.87 5.87 0 0 0-1.53 4.794l.03.233a5.58 5.58 0 0 0 5.191 4.826a5.58 5.58 0 0 1 4.857 3.54l.09.23a5.97 5.97 0 0 0 4.241 3.65l1.683.381a3.68 3.68 0 0 1 2.576 2.155c.996 2.35 3.755 3.425 6.1 2.416c2.368-1.019 4.084-3.199 4.483-5.746l.207-1.33a10 10 0 0 0 .1-2.166l-.108-1.69a17.27 17.27 0 0 0-3.504-9.38l-.252-.331a15.79 15.79 0 0 0-14.1-6.138l-1.406.138a13.3 13.3 0 0 0-8.407 4.148"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkOutlineNut(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"><path d="M37.699 6c-.527.534-2.46 2.672-3.69 3.741c-.175.535 2.109 2.672 2.636 3.207s6.85-3.207 6.324-3.741c-.422-.428-3.69-2.316-5.27-3.207M11.372 16.722a6 6 0 0 1-.03-.264a19.6 19.6 0 0 0-4.3 6.142a3.515 3.515 0 1 1-1.506 6.866c-.02 3.546 1.15 6.955 3.58 9.601c3.505 3.815 8.81 5.151 14.03 4.064c3.214-.668 6.395-2.254 9.106-4.745a20 20 0 0 0 3.39-4.051c-2.225.67-4.675-.412-5.601-2.598a3.68 3.68 0 0 0-2.577-2.155l-1.682-.381a5.97 5.97 0 0 1-4.24-3.65l-.091-.231a5.58 5.58 0 0 0-4.857-3.539a5.58 5.58 0 0 1-5.19-4.826z"/><path d="m13.154 11.658l-.251.27a5.87 5.87 0 0 0-1.53 4.794l.03.233a5.58 5.58 0 0 0 5.191 4.826a5.58 5.58 0 0 1 4.857 3.54l.09.23a5.97 5.97 0 0 0 4.241 3.65l1.683.381a3.68 3.68 0 0 1 2.576 2.155c.996 2.35 3.755 3.425 6.1 2.416c2.368-1.019 4.084-3.199 4.483-5.746l.207-1.33a10 10 0 0 0 .1-2.166l-.108-1.69a17.27 17.27 0 0 0-3.504-9.38l-.252-.331a15.79 15.79 0 0 0-14.1-6.138l-1.406.138a13.3 13.3 0 0 0-8.407 4.148"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M37.699 6c-.527.534-2.46 2.672-3.69 3.741c-.175.535 2.109 2.672 2.636 3.207s6.85-3.207 6.324-3.741c-.422-.428-3.69-2.316-5.27-3.207M11.372 16.722a6 6 0 0 1-.03-.264a19.6 19.6 0 0 0-4.3 6.142a3.515 3.515 0 1 1-1.506 6.866c-.02 3.546 1.15 6.955 3.58 9.601c3.505 3.815 8.81 5.151 14.03 4.064c3.214-.668 6.395-2.254 9.106-4.745a20 20 0 0 0 3.39-4.051c-2.225.67-4.675-.412-5.601-2.598a3.68 3.68 0 0 0-2.577-2.155l-1.682-.381a5.97 5.97 0 0 1-4.24-3.65l-.091-.231a5.58 5.58 0 0 0-4.857-3.539a5.58 5.58 0 0 1-5.19-4.826z"/><path d="m13.154 11.658l-.251.27a5.87 5.87 0 0 0-1.53 4.794l.03.233a5.58 5.58 0 0 0 5.191 4.826a5.58 5.58 0 0 1 4.857 3.54l.09.23a5.97 5.97 0 0 0 4.241 3.65l1.683.381a3.68 3.68 0 0 1 2.576 2.155c.996 2.35 3.755 3.425 6.1 2.416c2.368-1.019 4.084-3.199 4.483-5.746l.207-1.33a10 10 0 0 0 .1-2.166l-.108-1.69a17.27 17.27 0 0 0-3.504-9.38l-.252-.331a15.79 15.79 0 0 0-14.1-6.138l-1.406.138a13.3 13.3 0 0 0-8.407 4.148"/></g></svg> </template>
CSS
.icon-nut {
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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M37.699%206c-.527.534-2.46%202.672-3.69%203.741c-.175.535%202.109%202.672%202.636%203.207s6.85-3.207%206.324-3.741c-.422-.428-3.69-2.316-5.27-3.207M11.372%2016.722a6%206%200%200%201-.03-.264a19.6%2019.6%200%200%200-4.3%206.142a3.515%203.515%200%201%201-1.506%206.866c-.02%203.546%201.15%206.955%203.58%209.601c3.505%203.815%208.81%205.151%2014.03%204.064c3.214-.668%206.395-2.254%209.106-4.745a20%2020%200%200%200%203.39-4.051c-2.225.67-4.675-.412-5.601-2.598a3.68%203.68%200%200%200-2.577-2.155l-1.682-.381a5.97%205.97%200%200%201-4.24-3.65l-.091-.231a5.58%205.58%200%200%200-4.857-3.539a5.58%205.58%200%200%201-5.19-4.826z%22%2F%3E%3Cpath%20d%3D%22m13.154%2011.658l-.251.27a5.87%205.87%200%200%200-1.53%204.794l.03.233a5.58%205.58%200%200%200%205.191%204.826a5.58%205.58%200%200%201%204.857%203.54l.09.23a5.97%205.97%200%200%200%204.241%203.65l1.683.381a3.68%203.68%200%200%201%202.576%202.155c.996%202.35%203.755%203.425%206.1%202.416c2.368-1.019%204.084-3.199%204.483-5.746l.207-1.33a10%2010%200%200%200%20.1-2.166l-.108-1.69a17.27%2017.27%200%200%200-3.504-9.38l-.252-.331a15.79%2015.79%200%200%200-14.1-6.138l-1.406.138a13.3%2013.3%200%200%200-8.407%204.148%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M37.699%206c-.527.534-2.46%202.672-3.69%203.741c-.175.535%202.109%202.672%202.636%203.207s6.85-3.207%206.324-3.741c-.422-.428-3.69-2.316-5.27-3.207M11.372%2016.722a6%206%200%200%201-.03-.264a19.6%2019.6%200%200%200-4.3%206.142a3.515%203.515%200%201%201-1.506%206.866c-.02%203.546%201.15%206.955%203.58%209.601c3.505%203.815%208.81%205.151%2014.03%204.064c3.214-.668%206.395-2.254%209.106-4.745a20%2020%200%200%200%203.39-4.051c-2.225.67-4.675-.412-5.601-2.598a3.68%203.68%200%200%200-2.577-2.155l-1.682-.381a5.97%205.97%200%200%201-4.24-3.65l-.091-.231a5.58%205.58%200%200%200-4.857-3.539a5.58%205.58%200%200%201-5.19-4.826z%22%2F%3E%3Cpath%20d%3D%22m13.154%2011.658l-.251.27a5.87%205.87%200%200%200-1.53%204.794l.03.233a5.58%205.58%200%200%200%205.191%204.826a5.58%205.58%200%200%201%204.857%203.54l.09.23a5.97%205.97%200%200%200%204.241%203.65l1.683.381a3.68%203.68%200%200%201%202.576%202.155c.996%202.35%203.755%203.425%206.1%202.416c2.368-1.019%204.084-3.199%204.483-5.746l.207-1.33a10%2010%200%200%200%20.1-2.166l-.108-1.69a17.27%2017.27%200%200%200-3.504-9.38l-.252-.331a15.79%2015.79%200%200%200-14.1-6.138l-1.406.138a13.3%2013.3%200%200%200-8.407%204.148%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park-outline/nut.svg?color=%231a73e8&size=48