nut icon
nut-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- nut-thin
- Set
- Phosphor
- Style
- Thin
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Use the nut icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 84a44 44 0 1 0 44 44a44.05 44.05 0 0 0-44-44m0 80a36 36 0 1 1 36-36a36 36 0 0 1-36 36m93.76-94.34l-88-48.18a12 12 0 0 0-11.52 0l-88 48.18A12 12 0 0 0 28 80.18v95.64a12 12 0 0 0 6.24 10.52l88 48.18a11.95 11.95 0 0 0 11.52 0l88-48.18a12 12 0 0 0 6.24-10.52V80.18a12 12 0 0 0-6.24-10.52M220 175.82a4 4 0 0 1-2.08 3.5l-88 48.18a4 4 0 0 1-3.84 0l-88-48.17a4 4 0 0 1-2.08-3.51V80.18a4 4 0 0 1 2.08-3.5l88-48.18a3.94 3.94 0 0 1 3.84 0l88 48.18a4 4 0 0 1 2.08 3.5Z"/></svg>
React
import type { SVGProps } from "react";
export function PhNutThin(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 84a44 44 0 1 0 44 44a44.05 44.05 0 0 0-44-44m0 80a36 36 0 1 1 36-36a36 36 0 0 1-36 36m93.76-94.34l-88-48.18a12 12 0 0 0-11.52 0l-88 48.18A12 12 0 0 0 28 80.18v95.64a12 12 0 0 0 6.24 10.52l88 48.18a11.95 11.95 0 0 0 11.52 0l88-48.18a12 12 0 0 0 6.24-10.52V80.18a12 12 0 0 0-6.24-10.52M220 175.82a4 4 0 0 1-2.08 3.5l-88 48.18a4 4 0 0 1-3.84 0l-88-48.17a4 4 0 0 1-2.08-3.51V80.18a4 4 0 0 1 2.08-3.5l88-48.18a3.94 3.94 0 0 1 3.84 0l88 48.18a4 4 0 0 1 2.08 3.5Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 84a44 44 0 1 0 44 44a44.05 44.05 0 0 0-44-44m0 80a36 36 0 1 1 36-36a36 36 0 0 1-36 36m93.76-94.34l-88-48.18a12 12 0 0 0-11.52 0l-88 48.18A12 12 0 0 0 28 80.18v95.64a12 12 0 0 0 6.24 10.52l88 48.18a11.95 11.95 0 0 0 11.52 0l88-48.18a12 12 0 0 0 6.24-10.52V80.18a12 12 0 0 0-6.24-10.52M220 175.82a4 4 0 0 1-2.08 3.5l-88 48.18a4 4 0 0 1-3.84 0l-88-48.17a4 4 0 0 1-2.08-3.51V80.18a4 4 0 0 1 2.08-3.5l88-48.18a3.94 3.94 0 0 1 3.84 0l88 48.18a4 4 0 0 1 2.08 3.5Z"/></svg> </template>
CSS
.icon-nut-thin {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M128%2084a44%2044%200%201%200%2044%2044a44.05%2044.05%200%200%200-44-44m0%2080a36%2036%200%201%201%2036-36a36%2036%200%200%201-36%2036m93.76-94.34l-88-48.18a12%2012%200%200%200-11.52%200l-88%2048.18A12%2012%200%200%200%2028%2080.18v95.64a12%2012%200%200%200%206.24%2010.52l88%2048.18a11.95%2011.95%200%200%200%2011.52%200l88-48.18a12%2012%200%200%200%206.24-10.52V80.18a12%2012%200%200%200-6.24-10.52M220%20175.82a4%204%200%200%201-2.08%203.5l-88%2048.18a4%204%200%200%201-3.84%200l-88-48.17a4%204%200%200%201-2.08-3.51V80.18a4%204%200%200%201%202.08-3.5l88-48.18a3.94%203.94%200%200%201%203.84%200l88%2048.18a4%204%200%200%201%202.08%203.5Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M128%2084a44%2044%200%201%200%2044%2044a44.05%2044.05%200%200%200-44-44m0%2080a36%2036%200%201%201%2036-36a36%2036%200%200%201-36%2036m93.76-94.34l-88-48.18a12%2012%200%200%200-11.52%200l-88%2048.18A12%2012%200%200%200%2028%2080.18v95.64a12%2012%200%200%200%206.24%2010.52l88%2048.18a11.95%2011.95%200%200%200%2011.52%200l88-48.18a12%2012%200%200%200%206.24-10.52V80.18a12%2012%200%200%200-6.24-10.52M220%20175.82a4%204%200%200%201-2.08%203.5l-88%2048.18a4%204%200%200%201-3.84%200l-88-48.17a4%204%200%200%201-2.08-3.51V80.18a4%204%200%200%201%202.08-3.5l88-48.18a3.94%203.94%200%200%201%203.84%200l88%2048.18a4%204%200%200%201%202.08%203.5Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/nut-thin.svg?color=%231a73e8&size=48