nut-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
nut-light
Set
Phosphor
Style
Light
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 82a46 46 0 1 0 46 46a46.06 46.06 0 0 0-46-46m0 80a34 34 0 1 1 34-34a34 34 0 0 1-34 34m94.72-94.09l-88-48.18a13.9 13.9 0 0 0-13.44 0l-88 48.18A14 14 0 0 0 26 80.18v95.64a14 14 0 0 0 7.28 12.27l88 48.18a13.92 13.92 0 0 0 13.44 0l88-48.18a14 14 0 0 0 7.28-12.27V80.18a14 14 0 0 0-7.28-12.27M218 175.82a2 2 0 0 1-1 1.75l-88 48.18a2 2 0 0 1-1.92 0L39 177.57a2 2 0 0 1-1-1.75V80.18a2 2 0 0 1 1-1.75l88-48.18a2 2 0 0 1 1.92 0l88 48.18a2 2 0 0 1 1 1.75Z"/></svg>

React

import type { SVGProps } from "react";

export function PhNutLight(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 82a46 46 0 1 0 46 46a46.06 46.06 0 0 0-46-46m0 80a34 34 0 1 1 34-34a34 34 0 0 1-34 34m94.72-94.09l-88-48.18a13.9 13.9 0 0 0-13.44 0l-88 48.18A14 14 0 0 0 26 80.18v95.64a14 14 0 0 0 7.28 12.27l88 48.18a13.92 13.92 0 0 0 13.44 0l88-48.18a14 14 0 0 0 7.28-12.27V80.18a14 14 0 0 0-7.28-12.27M218 175.82a2 2 0 0 1-1 1.75l-88 48.18a2 2 0 0 1-1.92 0L39 177.57a2 2 0 0 1-1-1.75V80.18a2 2 0 0 1 1-1.75l88-48.18a2 2 0 0 1 1.92 0l88 48.18a2 2 0 0 1 1 1.75Z"/></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 82a46 46 0 1 0 46 46a46.06 46.06 0 0 0-46-46m0 80a34 34 0 1 1 34-34a34 34 0 0 1-34 34m94.72-94.09l-88-48.18a13.9 13.9 0 0 0-13.44 0l-88 48.18A14 14 0 0 0 26 80.18v95.64a14 14 0 0 0 7.28 12.27l88 48.18a13.92 13.92 0 0 0 13.44 0l88-48.18a14 14 0 0 0 7.28-12.27V80.18a14 14 0 0 0-7.28-12.27M218 175.82a2 2 0 0 1-1 1.75l-88 48.18a2 2 0 0 1-1.92 0L39 177.57a2 2 0 0 1-1-1.75V80.18a2 2 0 0 1 1-1.75l88-48.18a2 2 0 0 1 1.92 0l88 48.18a2 2 0 0 1 1 1.75Z"/></svg>
</template>

CSS

.icon-nut-light {
  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%2082a46%2046%200%201%200%2046%2046a46.06%2046.06%200%200%200-46-46m0%2080a34%2034%200%201%201%2034-34a34%2034%200%200%201-34%2034m94.72-94.09l-88-48.18a13.9%2013.9%200%200%200-13.44%200l-88%2048.18A14%2014%200%200%200%2026%2080.18v95.64a14%2014%200%200%200%207.28%2012.27l88%2048.18a13.92%2013.92%200%200%200%2013.44%200l88-48.18a14%2014%200%200%200%207.28-12.27V80.18a14%2014%200%200%200-7.28-12.27M218%20175.82a2%202%200%200%201-1%201.75l-88%2048.18a2%202%200%200%201-1.92%200L39%20177.57a2%202%200%200%201-1-1.75V80.18a2%202%200%200%201%201-1.75l88-48.18a2%202%200%200%201%201.92%200l88%2048.18a2%202%200%200%201%201%201.75Z%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%2082a46%2046%200%201%200%2046%2046a46.06%2046.06%200%200%200-46-46m0%2080a34%2034%200%201%201%2034-34a34%2034%200%200%201-34%2034m94.72-94.09l-88-48.18a13.9%2013.9%200%200%200-13.44%200l-88%2048.18A14%2014%200%200%200%2026%2080.18v95.64a14%2014%200%200%200%207.28%2012.27l88%2048.18a13.92%2013.92%200%200%200%2013.44%200l88-48.18a14%2014%200%200%200%207.28-12.27V80.18a14%2014%200%200%200-7.28-12.27M218%20175.82a2%202%200%200%201-1%201.75l-88%2048.18a2%202%200%200%201-1.92%200L39%20177.57a2%202%200%200%201-1-1.75V80.18a2%202%200%200%201%201-1.75l88-48.18a2%202%200%200%201%201.92%200l88%2048.18a2%202%200%200%201%201%201.75Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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