nut-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.

Name
nut-bold
Set
Phosphor
Style
Bold
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="M76 128a52 52 0 1 0 52-52a52.05 52.05 0 0 0-52 52m80 0a28 28 0 1 1-28-28a28 28 0 0 1 28 28m69.6-65.36l-88-48.17a19.91 19.91 0 0 0-19.2 0l-88 48.17A20 20 0 0 0 20 80.19v95.62a20 20 0 0 0 10.4 17.55l88 48.17a19.89 19.89 0 0 0 19.2 0l88-48.17a20 20 0 0 0 10.4-17.55V80.19a20 20 0 0 0-10.4-17.55M212 173.44l-84 46l-84-46V82.56l84-46l84 46Z"/></svg>

React

import type { SVGProps } from "react";

export function PhNutBold(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="M76 128a52 52 0 1 0 52-52a52.05 52.05 0 0 0-52 52m80 0a28 28 0 1 1-28-28a28 28 0 0 1 28 28m69.6-65.36l-88-48.17a19.91 19.91 0 0 0-19.2 0l-88 48.17A20 20 0 0 0 20 80.19v95.62a20 20 0 0 0 10.4 17.55l88 48.17a19.89 19.89 0 0 0 19.2 0l88-48.17a20 20 0 0 0 10.4-17.55V80.19a20 20 0 0 0-10.4-17.55M212 173.44l-84 46l-84-46V82.56l84-46l84 46Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M76 128a52 52 0 1 0 52-52a52.05 52.05 0 0 0-52 52m80 0a28 28 0 1 1-28-28a28 28 0 0 1 28 28m69.6-65.36l-88-48.17a19.91 19.91 0 0 0-19.2 0l-88 48.17A20 20 0 0 0 20 80.19v95.62a20 20 0 0 0 10.4 17.55l88 48.17a19.89 19.89 0 0 0 19.2 0l88-48.17a20 20 0 0 0 10.4-17.55V80.19a20 20 0 0 0-10.4-17.55M212 173.44l-84 46l-84-46V82.56l84-46l84 46Z"/></svg>
</template>

CSS

.icon-nut-bold {
  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%22M76%20128a52%2052%200%201%200%2052-52a52.05%2052.05%200%200%200-52%2052m80%200a28%2028%200%201%201-28-28a28%2028%200%200%201%2028%2028m69.6-65.36l-88-48.17a19.91%2019.91%200%200%200-19.2%200l-88%2048.17A20%2020%200%200%200%2020%2080.19v95.62a20%2020%200%200%200%2010.4%2017.55l88%2048.17a19.89%2019.89%200%200%200%2019.2%200l88-48.17a20%2020%200%200%200%2010.4-17.55V80.19a20%2020%200%200%200-10.4-17.55M212%20173.44l-84%2046l-84-46V82.56l84-46l84%2046Z%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%22M76%20128a52%2052%200%201%200%2052-52a52.05%2052.05%200%200%200-52%2052m80%200a28%2028%200%201%201-28-28a28%2028%200%200%201%2028%2028m69.6-65.36l-88-48.17a19.91%2019.91%200%200%200-19.2%200l-88%2048.17A20%2020%200%200%200%2020%2080.19v95.62a20%2020%200%200%200%2010.4%2017.55l88%2048.17a19.89%2019.89%200%200%200%2019.2%200l88-48.17a20%2020%200%200%200%2010.4-17.55V80.19a20%2020%200%200%200-10.4-17.55M212%20173.44l-84%2046l-84-46V82.56l84-46l84%2046Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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