needle from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.

Name
needle
Set
Phosphor
Style
Regular
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the needle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M189.66 66.34a8 8 0 0 1 0 11.32l-16 16a8 8 0 0 1-11.32-11.32l16-16a8 8 0 0 1 11.32 0M224 72a39.7 39.7 0 0 1-11.72 28.28l-24 24a8 8 0 0 1-4.3 2.23c-51.49 8.84-137.46 94.28-138.32 95.15a8 8 0 0 1-11.31-11.32C36 208.73 120.69 123.28 129.49 72a8 8 0 0 1 2.23-4.3l24-24A40 40 0 0 1 224 72m-16 0a24 24 0 0 0-41-17l-22.23 22.29c-4.41 21.15-18.9 46.19-35.49 69.43c23.24-16.59 48.28-31.08 69.43-35.49L201 89a23.85 23.85 0 0 0 7-17"/></svg>

React

import type { SVGProps } from "react";

export function PhNeedle(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="M189.66 66.34a8 8 0 0 1 0 11.32l-16 16a8 8 0 0 1-11.32-11.32l16-16a8 8 0 0 1 11.32 0M224 72a39.7 39.7 0 0 1-11.72 28.28l-24 24a8 8 0 0 1-4.3 2.23c-51.49 8.84-137.46 94.28-138.32 95.15a8 8 0 0 1-11.31-11.32C36 208.73 120.69 123.28 129.49 72a8 8 0 0 1 2.23-4.3l24-24A40 40 0 0 1 224 72m-16 0a24 24 0 0 0-41-17l-22.23 22.29c-4.41 21.15-18.9 46.19-35.49 69.43c23.24-16.59 48.28-31.08 69.43-35.49L201 89a23.85 23.85 0 0 0 7-17"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M189.66 66.34a8 8 0 0 1 0 11.32l-16 16a8 8 0 0 1-11.32-11.32l16-16a8 8 0 0 1 11.32 0M224 72a39.7 39.7 0 0 1-11.72 28.28l-24 24a8 8 0 0 1-4.3 2.23c-51.49 8.84-137.46 94.28-138.32 95.15a8 8 0 0 1-11.31-11.32C36 208.73 120.69 123.28 129.49 72a8 8 0 0 1 2.23-4.3l24-24A40 40 0 0 1 224 72m-16 0a24 24 0 0 0-41-17l-22.23 22.29c-4.41 21.15-18.9 46.19-35.49 69.43c23.24-16.59 48.28-31.08 69.43-35.49L201 89a23.85 23.85 0 0 0 7-17"/></svg>
</template>

CSS

.icon-needle {
  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%22M189.66%2066.34a8%208%200%200%201%200%2011.32l-16%2016a8%208%200%200%201-11.32-11.32l16-16a8%208%200%200%201%2011.32%200M224%2072a39.7%2039.7%200%200%201-11.72%2028.28l-24%2024a8%208%200%200%201-4.3%202.23c-51.49%208.84-137.46%2094.28-138.32%2095.15a8%208%200%200%201-11.31-11.32C36%20208.73%20120.69%20123.28%20129.49%2072a8%208%200%200%201%202.23-4.3l24-24A40%2040%200%200%201%20224%2072m-16%200a24%2024%200%200%200-41-17l-22.23%2022.29c-4.41%2021.15-18.9%2046.19-35.49%2069.43c23.24-16.59%2048.28-31.08%2069.43-35.49L201%2089a23.85%2023.85%200%200%200%207-17%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%22M189.66%2066.34a8%208%200%200%201%200%2011.32l-16%2016a8%208%200%200%201-11.32-11.32l16-16a8%208%200%200%201%2011.32%200M224%2072a39.7%2039.7%200%200%201-11.72%2028.28l-24%2024a8%208%200%200%201-4.3%202.23c-51.49%208.84-137.46%2094.28-138.32%2095.15a8%208%200%200%201-11.31-11.32C36%20208.73%20120.69%20123.28%20129.49%2072a8%208%200%200%201%202.23-4.3l24-24A40%2040%200%200%201%20224%2072m-16%200a24%2024%200%200%200-41-17l-22.23%2022.29c-4.41%2021.15-18.9%2046.19-35.49%2069.43c23.24-16.59%2048.28-31.08%2069.43-35.49L201%2089a23.85%2023.85%200%200%200%207-17%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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