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

Name
needle-bold
Set
Phosphor
Style
Bold
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="M215.11 40.89a44 44 0 0 0-62.22 0l-24 24a11.88 11.88 0 0 0-3.34 6.45c-7.15 41.66-70.24 112.36-94 136.14a12 12 0 0 0 17 17c23.75-23.73 94.49-86.88 136.18-94a12 12 0 0 0 6.45-3.34l24-24a44 44 0 0 0 0-62.22Zm-17 45.25l-21.42 21.43c-14.85 3.31-32.4 11.41-52.47 24.18c12.77-20.07 20.87-37.62 24.18-52.47l21.43-21.42a20 20 0 1 1 28.28 28.28"/></svg>

React

import type { SVGProps } from "react";

export function PhNeedleBold(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="M215.11 40.89a44 44 0 0 0-62.22 0l-24 24a11.88 11.88 0 0 0-3.34 6.45c-7.15 41.66-70.24 112.36-94 136.14a12 12 0 0 0 17 17c23.75-23.73 94.49-86.88 136.18-94a12 12 0 0 0 6.45-3.34l24-24a44 44 0 0 0 0-62.22Zm-17 45.25l-21.42 21.43c-14.85 3.31-32.4 11.41-52.47 24.18c12.77-20.07 20.87-37.62 24.18-52.47l21.43-21.42a20 20 0 1 1 28.28 28.28"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M215.11 40.89a44 44 0 0 0-62.22 0l-24 24a11.88 11.88 0 0 0-3.34 6.45c-7.15 41.66-70.24 112.36-94 136.14a12 12 0 0 0 17 17c23.75-23.73 94.49-86.88 136.18-94a12 12 0 0 0 6.45-3.34l24-24a44 44 0 0 0 0-62.22Zm-17 45.25l-21.42 21.43c-14.85 3.31-32.4 11.41-52.47 24.18c12.77-20.07 20.87-37.62 24.18-52.47l21.43-21.42a20 20 0 1 1 28.28 28.28"/></svg>
</template>

CSS

.icon-needle-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%22M215.11%2040.89a44%2044%200%200%200-62.22%200l-24%2024a11.88%2011.88%200%200%200-3.34%206.45c-7.15%2041.66-70.24%20112.36-94%20136.14a12%2012%200%200%200%2017%2017c23.75-23.73%2094.49-86.88%20136.18-94a12%2012%200%200%200%206.45-3.34l24-24a44%2044%200%200%200%200-62.22Zm-17%2045.25l-21.42%2021.43c-14.85%203.31-32.4%2011.41-52.47%2024.18c12.77-20.07%2020.87-37.62%2024.18-52.47l21.43-21.42a20%2020%200%201%201%2028.28%2028.28%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%22M215.11%2040.89a44%2044%200%200%200-62.22%200l-24%2024a11.88%2011.88%200%200%200-3.34%206.45c-7.15%2041.66-70.24%20112.36-94%20136.14a12%2012%200%200%200%2017%2017c23.75-23.73%2094.49-86.88%20136.18-94a12%2012%200%200%200%206.45-3.34l24-24a44%2044%200%200%200%200-62.22Zm-17%2045.25l-21.42%2021.43c-14.85%203.31-32.4%2011.41-52.47%2024.18c12.77-20.07%2020.87-37.62%2024.18-52.47l21.43-21.42a20%2020%200%201%201%2028.28%2028.28%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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