yarn icon
yarn-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- yarn-light
- Set
- Phosphor
- Style
- Light
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
yarn-fillAkar IconsyarnBoxicons BrandsyarnCatppuccin IconsyarnCoreUI BrandsyarnDeviconyarnFont Awesome 6 BrandsyarnFont Awesome BrandsyarnFluent EmojiyarnFluent Emoji FlatyarnFluent Emoji High ContrastyarnLine AwesomeyarnSVG LogosyarnMaterial Icon ThemeyarnNoto EmojiyarnOpenMojiyarnSimple Iconsyarn-darkSkill IconsyarnTabler IconsyarnTwitter Emoji
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 218h-56a102 102 0 1 0-48 12h104a6 6 0 1 0 0-12M128 38a89.53 89.53 0 0 1 48.24 14a220 220 0 0 0-32.19 17.19A220.4 220.4 0 0 0 93.2 45a89.65 89.65 0 0 1 34.8-7M78.2 53.07a208.6 208.6 0 0 1 55.09 23.57a224 224 0 0 0-22.84 19.16a180 180 0 0 0-56.22-19.3A90.9 90.9 0 0 1 78.2 53.07M47.58 87.62a168.1 168.1 0 0 1 54.07 17.11A223 223 0 0 0 83.42 127A140.4 140.4 0 0 0 39 114.79a89.5 89.5 0 0 1 8.58-27.17m7.53 93.11A89.5 89.5 0 0 1 38 128v-1.25a128.5 128.5 0 0 1 38.6 10.33a220.5 220.5 0 0 0-21.49 43.65m9 10.64A211.27 211.27 0 0 1 187.39 60.44a90.6 90.6 0 0 1 18.76 23A181.86 181.86 0 0 0 88.22 208.71a90.4 90.4 0 0 1-24.07-17.34Zm63 26.62a89.7 89.7 0 0 1-27.75-4.65a169.86 169.86 0 0 1 112-119a89.1 89.1 0 0 1 6.34 27.41A142.57 142.57 0 0 0 127.15 218Zm90.62-83.53a90.15 90.15 0 0 1-77.88 82.75a130.62 130.62 0 0 1 77.92-82.75Z"/></svg>
React
import type { SVGProps } from "react";
export function PhYarnLight(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 218h-56a102 102 0 1 0-48 12h104a6 6 0 1 0 0-12M128 38a89.53 89.53 0 0 1 48.24 14a220 220 0 0 0-32.19 17.19A220.4 220.4 0 0 0 93.2 45a89.65 89.65 0 0 1 34.8-7M78.2 53.07a208.6 208.6 0 0 1 55.09 23.57a224 224 0 0 0-22.84 19.16a180 180 0 0 0-56.22-19.3A90.9 90.9 0 0 1 78.2 53.07M47.58 87.62a168.1 168.1 0 0 1 54.07 17.11A223 223 0 0 0 83.42 127A140.4 140.4 0 0 0 39 114.79a89.5 89.5 0 0 1 8.58-27.17m7.53 93.11A89.5 89.5 0 0 1 38 128v-1.25a128.5 128.5 0 0 1 38.6 10.33a220.5 220.5 0 0 0-21.49 43.65m9 10.64A211.27 211.27 0 0 1 187.39 60.44a90.6 90.6 0 0 1 18.76 23A181.86 181.86 0 0 0 88.22 208.71a90.4 90.4 0 0 1-24.07-17.34Zm63 26.62a89.7 89.7 0 0 1-27.75-4.65a169.86 169.86 0 0 1 112-119a89.1 89.1 0 0 1 6.34 27.41A142.57 142.57 0 0 0 127.15 218Zm90.62-83.53a90.15 90.15 0 0 1-77.88 82.75a130.62 130.62 0 0 1 77.92-82.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="M232 218h-56a102 102 0 1 0-48 12h104a6 6 0 1 0 0-12M128 38a89.53 89.53 0 0 1 48.24 14a220 220 0 0 0-32.19 17.19A220.4 220.4 0 0 0 93.2 45a89.65 89.65 0 0 1 34.8-7M78.2 53.07a208.6 208.6 0 0 1 55.09 23.57a224 224 0 0 0-22.84 19.16a180 180 0 0 0-56.22-19.3A90.9 90.9 0 0 1 78.2 53.07M47.58 87.62a168.1 168.1 0 0 1 54.07 17.11A223 223 0 0 0 83.42 127A140.4 140.4 0 0 0 39 114.79a89.5 89.5 0 0 1 8.58-27.17m7.53 93.11A89.5 89.5 0 0 1 38 128v-1.25a128.5 128.5 0 0 1 38.6 10.33a220.5 220.5 0 0 0-21.49 43.65m9 10.64A211.27 211.27 0 0 1 187.39 60.44a90.6 90.6 0 0 1 18.76 23A181.86 181.86 0 0 0 88.22 208.71a90.4 90.4 0 0 1-24.07-17.34Zm63 26.62a89.7 89.7 0 0 1-27.75-4.65a169.86 169.86 0 0 1 112-119a89.1 89.1 0 0 1 6.34 27.41A142.57 142.57 0 0 0 127.15 218Zm90.62-83.53a90.15 90.15 0 0 1-77.88 82.75a130.62 130.62 0 0 1 77.92-82.75Z"/></svg> </template>
CSS
.icon-yarn-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%22M232%20218h-56a102%20102%200%201%200-48%2012h104a6%206%200%201%200%200-12M128%2038a89.53%2089.53%200%200%201%2048.24%2014a220%20220%200%200%200-32.19%2017.19A220.4%20220.4%200%200%200%2093.2%2045a89.65%2089.65%200%200%201%2034.8-7M78.2%2053.07a208.6%20208.6%200%200%201%2055.09%2023.57a224%20224%200%200%200-22.84%2019.16a180%20180%200%200%200-56.22-19.3A90.9%2090.9%200%200%201%2078.2%2053.07M47.58%2087.62a168.1%20168.1%200%200%201%2054.07%2017.11A223%20223%200%200%200%2083.42%20127A140.4%20140.4%200%200%200%2039%20114.79a89.5%2089.5%200%200%201%208.58-27.17m7.53%2093.11A89.5%2089.5%200%200%201%2038%20128v-1.25a128.5%20128.5%200%200%201%2038.6%2010.33a220.5%20220.5%200%200%200-21.49%2043.65m9%2010.64A211.27%20211.27%200%200%201%20187.39%2060.44a90.6%2090.6%200%200%201%2018.76%2023A181.86%20181.86%200%200%200%2088.22%20208.71a90.4%2090.4%200%200%201-24.07-17.34Zm63%2026.62a89.7%2089.7%200%200%201-27.75-4.65a169.86%20169.86%200%200%201%20112-119a89.1%2089.1%200%200%201%206.34%2027.41A142.57%20142.57%200%200%200%20127.15%20218Zm90.62-83.53a90.15%2090.15%200%200%201-77.88%2082.75a130.62%20130.62%200%200%201%2077.92-82.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%22M232%20218h-56a102%20102%200%201%200-48%2012h104a6%206%200%201%200%200-12M128%2038a89.53%2089.53%200%200%201%2048.24%2014a220%20220%200%200%200-32.19%2017.19A220.4%20220.4%200%200%200%2093.2%2045a89.65%2089.65%200%200%201%2034.8-7M78.2%2053.07a208.6%20208.6%200%200%201%2055.09%2023.57a224%20224%200%200%200-22.84%2019.16a180%20180%200%200%200-56.22-19.3A90.9%2090.9%200%200%201%2078.2%2053.07M47.58%2087.62a168.1%20168.1%200%200%201%2054.07%2017.11A223%20223%200%200%200%2083.42%20127A140.4%20140.4%200%200%200%2039%20114.79a89.5%2089.5%200%200%201%208.58-27.17m7.53%2093.11A89.5%2089.5%200%200%201%2038%20128v-1.25a128.5%20128.5%200%200%201%2038.6%2010.33a220.5%20220.5%200%200%200-21.49%2043.65m9%2010.64A211.27%20211.27%200%200%201%20187.39%2060.44a90.6%2090.6%200%200%201%2018.76%2023A181.86%20181.86%200%200%200%2088.22%20208.71a90.4%2090.4%200%200%201-24.07-17.34Zm63%2026.62a89.7%2089.7%200%200%201-27.75-4.65a169.86%20169.86%200%200%201%20112-119a89.1%2089.1%200%200%201%206.34%2027.41A142.57%20142.57%200%200%200%20127.15%20218Zm90.62-83.53a90.15%2090.15%200%200%201-77.88%2082.75a130.62%20130.62%200%200%201%2077.92-82.75Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/yarn-light.svg?color=%231a73e8&size=48