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

Name
yarn-bold
Set
Phosphor
Style
Bold
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the yarn icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M232 212h-36.17A107.94 107.94 0 1 0 128 236h104a12 12 0 1 0 0-24M128 44a83.3 83.3 0 0 1 34.9 7.63q-9.69 4.82-18.9 10.51a227.6 227.6 0 0 0-32.13-16.58A84.5 84.5 0 0 1 128 44M79.33 59.6a201.6 201.6 0 0 1 43.17 17.71q-6.73 5.35-13 11.2A185.5 185.5 0 0 0 65 72.49A85 85 0 0 1 79.33 59.6M51.11 94.23a161.5 161.5 0 0 1 40.75 12.43q-5.44 6.25-10.44 12.9a146 146 0 0 0-35.37-9.92a83 83 0 0 1 5.06-15.41m2.76 73.23a83.5 83.5 0 0 1-9.66-33.83A122 122 0 0 1 67.79 140a229 229 0 0 0-13.92 27.46M71 189.67A205.38 205.38 0 0 1 186.1 67.42a85.4 85.4 0 0 1 11 12.86A187.87 187.87 0 0 0 84.55 199.86A84 84 0 0 1 71 189.67m51.67 22.15a84 84 0 0 1-16-2.55a163.87 163.87 0 0 1 101.07-107.4a83.4 83.4 0 0 1 3.52 15.78a148.76 148.76 0 0 0-88.55 94.17Zm26.4-2.51a124.78 124.78 0 0 1 61.31-65.15a84.25 84.25 0 0 1-61.27 65.15Z"/></svg>

React

import type { SVGProps } from "react";

export function PhYarnBold(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="M232 212h-36.17A107.94 107.94 0 1 0 128 236h104a12 12 0 1 0 0-24M128 44a83.3 83.3 0 0 1 34.9 7.63q-9.69 4.82-18.9 10.51a227.6 227.6 0 0 0-32.13-16.58A84.5 84.5 0 0 1 128 44M79.33 59.6a201.6 201.6 0 0 1 43.17 17.71q-6.73 5.35-13 11.2A185.5 185.5 0 0 0 65 72.49A85 85 0 0 1 79.33 59.6M51.11 94.23a161.5 161.5 0 0 1 40.75 12.43q-5.44 6.25-10.44 12.9a146 146 0 0 0-35.37-9.92a83 83 0 0 1 5.06-15.41m2.76 73.23a83.5 83.5 0 0 1-9.66-33.83A122 122 0 0 1 67.79 140a229 229 0 0 0-13.92 27.46M71 189.67A205.38 205.38 0 0 1 186.1 67.42a85.4 85.4 0 0 1 11 12.86A187.87 187.87 0 0 0 84.55 199.86A84 84 0 0 1 71 189.67m51.67 22.15a84 84 0 0 1-16-2.55a163.87 163.87 0 0 1 101.07-107.4a83.4 83.4 0 0 1 3.52 15.78a148.76 148.76 0 0 0-88.55 94.17Zm26.4-2.51a124.78 124.78 0 0 1 61.31-65.15a84.25 84.25 0 0 1-61.27 65.15Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M232 212h-36.17A107.94 107.94 0 1 0 128 236h104a12 12 0 1 0 0-24M128 44a83.3 83.3 0 0 1 34.9 7.63q-9.69 4.82-18.9 10.51a227.6 227.6 0 0 0-32.13-16.58A84.5 84.5 0 0 1 128 44M79.33 59.6a201.6 201.6 0 0 1 43.17 17.71q-6.73 5.35-13 11.2A185.5 185.5 0 0 0 65 72.49A85 85 0 0 1 79.33 59.6M51.11 94.23a161.5 161.5 0 0 1 40.75 12.43q-5.44 6.25-10.44 12.9a146 146 0 0 0-35.37-9.92a83 83 0 0 1 5.06-15.41m2.76 73.23a83.5 83.5 0 0 1-9.66-33.83A122 122 0 0 1 67.79 140a229 229 0 0 0-13.92 27.46M71 189.67A205.38 205.38 0 0 1 186.1 67.42a85.4 85.4 0 0 1 11 12.86A187.87 187.87 0 0 0 84.55 199.86A84 84 0 0 1 71 189.67m51.67 22.15a84 84 0 0 1-16-2.55a163.87 163.87 0 0 1 101.07-107.4a83.4 83.4 0 0 1 3.52 15.78a148.76 148.76 0 0 0-88.55 94.17Zm26.4-2.51a124.78 124.78 0 0 1 61.31-65.15a84.25 84.25 0 0 1-61.27 65.15Z"/></svg>
</template>

CSS

.icon-yarn-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%22M232%20212h-36.17A107.94%20107.94%200%201%200%20128%20236h104a12%2012%200%201%200%200-24M128%2044a83.3%2083.3%200%200%201%2034.9%207.63q-9.69%204.82-18.9%2010.51a227.6%20227.6%200%200%200-32.13-16.58A84.5%2084.5%200%200%201%20128%2044M79.33%2059.6a201.6%20201.6%200%200%201%2043.17%2017.71q-6.73%205.35-13%2011.2A185.5%20185.5%200%200%200%2065%2072.49A85%2085%200%200%201%2079.33%2059.6M51.11%2094.23a161.5%20161.5%200%200%201%2040.75%2012.43q-5.44%206.25-10.44%2012.9a146%20146%200%200%200-35.37-9.92a83%2083%200%200%201%205.06-15.41m2.76%2073.23a83.5%2083.5%200%200%201-9.66-33.83A122%20122%200%200%201%2067.79%20140a229%20229%200%200%200-13.92%2027.46M71%20189.67A205.38%20205.38%200%200%201%20186.1%2067.42a85.4%2085.4%200%200%201%2011%2012.86A187.87%20187.87%200%200%200%2084.55%20199.86A84%2084%200%200%201%2071%20189.67m51.67%2022.15a84%2084%200%200%201-16-2.55a163.87%20163.87%200%200%201%20101.07-107.4a83.4%2083.4%200%200%201%203.52%2015.78a148.76%20148.76%200%200%200-88.55%2094.17Zm26.4-2.51a124.78%20124.78%200%200%201%2061.31-65.15a84.25%2084.25%200%200%201-61.27%2065.15Z%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%22M232%20212h-36.17A107.94%20107.94%200%201%200%20128%20236h104a12%2012%200%201%200%200-24M128%2044a83.3%2083.3%200%200%201%2034.9%207.63q-9.69%204.82-18.9%2010.51a227.6%20227.6%200%200%200-32.13-16.58A84.5%2084.5%200%200%201%20128%2044M79.33%2059.6a201.6%20201.6%200%200%201%2043.17%2017.71q-6.73%205.35-13%2011.2A185.5%20185.5%200%200%200%2065%2072.49A85%2085%200%200%201%2079.33%2059.6M51.11%2094.23a161.5%20161.5%200%200%201%2040.75%2012.43q-5.44%206.25-10.44%2012.9a146%20146%200%200%200-35.37-9.92a83%2083%200%200%201%205.06-15.41m2.76%2073.23a83.5%2083.5%200%200%201-9.66-33.83A122%20122%200%200%201%2067.79%20140a229%20229%200%200%200-13.92%2027.46M71%20189.67A205.38%20205.38%200%200%201%20186.1%2067.42a85.4%2085.4%200%200%201%2011%2012.86A187.87%20187.87%200%200%200%2084.55%20199.86A84%2084%200%200%201%2071%20189.67m51.67%2022.15a84%2084%200%200%201-16-2.55a163.87%20163.87%200%200%201%20101.07-107.4a83.4%2083.4%200%200%201%203.52%2015.78a148.76%20148.76%200%200%200-88.55%2094.17Zm26.4-2.51a124.78%20124.78%200%200%201%2061.31-65.15a84.25%2084.25%200%200%201-61.27%2065.15Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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