yarn icon
yarn from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.
- Name
- yarn
- Set
- Line Awesome
- Style
- Line
- Category
- Other
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More other icons from Line Awesome
Use the yarn icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3C8.8 3 3 8.8 3 16s5.8 13 13 13s13-5.8 13-13S23.2 3 16 3m0 2c6.1 0 11 4.9 11 11s-4.9 11-11 11S5 22.1 5 16S9.9 5 16 5m.209 4.045c-.45.076-.908 1.455-.908 1.455s-1.201-.2-2.201.8c-.2.2-.4.3-.7.4c-.1.1-.2.1-.4.7c-.4.9.6 2 .6 2c-2.1 1.5-2 3.5-1.9 4c-1.3 1.1-.8 2.5-.5 2.9c.2.3.4.2.5.2c0 .1-.5.7 0 .9c.5.3 1.3.4 1.7 0c.3-.3.4-.9.5-1.2c.1-.1.1.2.5.4c0 0-.7.3-.4 1c.1.2.4.4 1 .4c.2 0 2.6-.1 3.2-.3c.4-.1.5-.3.5-.3c2.6-.7 3.1-1.8 4.9-2.2c.6-.1.6-1.1-.5-1c-.8 0-1.5.4-2.1.8c-1 .6-1.7.7-1.7.6c-.1-.1.4-1.3-.1-2.6c-.5-1.4-1.4-1.8-1.3-1.9c.3-.5 1-1.3 1.3-2.7c.1-.9.1-2.4-.3-3.1c-.1-.2-.7.2-.7.2s-.6-1.3-.8-1.4a.23.23 0 0 0-.191-.055"/></svg>
React
import type { SVGProps } from "react";
export function LaYarn(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3C8.8 3 3 8.8 3 16s5.8 13 13 13s13-5.8 13-13S23.2 3 16 3m0 2c6.1 0 11 4.9 11 11s-4.9 11-11 11S5 22.1 5 16S9.9 5 16 5m.209 4.045c-.45.076-.908 1.455-.908 1.455s-1.201-.2-2.201.8c-.2.2-.4.3-.7.4c-.1.1-.2.1-.4.7c-.4.9.6 2 .6 2c-2.1 1.5-2 3.5-1.9 4c-1.3 1.1-.8 2.5-.5 2.9c.2.3.4.2.5.2c0 .1-.5.7 0 .9c.5.3 1.3.4 1.7 0c.3-.3.4-.9.5-1.2c.1-.1.1.2.5.4c0 0-.7.3-.4 1c.1.2.4.4 1 .4c.2 0 2.6-.1 3.2-.3c.4-.1.5-.3.5-.3c2.6-.7 3.1-1.8 4.9-2.2c.6-.1.6-1.1-.5-1c-.8 0-1.5.4-2.1.8c-1 .6-1.7.7-1.7.6c-.1-.1.4-1.3-.1-2.6c-.5-1.4-1.4-1.8-1.3-1.9c.3-.5 1-1.3 1.3-2.7c.1-.9.1-2.4-.3-3.1c-.1-.2-.7.2-.7.2s-.6-1.3-.8-1.4a.23.23 0 0 0-.191-.055"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3C8.8 3 3 8.8 3 16s5.8 13 13 13s13-5.8 13-13S23.2 3 16 3m0 2c6.1 0 11 4.9 11 11s-4.9 11-11 11S5 22.1 5 16S9.9 5 16 5m.209 4.045c-.45.076-.908 1.455-.908 1.455s-1.201-.2-2.201.8c-.2.2-.4.3-.7.4c-.1.1-.2.1-.4.7c-.4.9.6 2 .6 2c-2.1 1.5-2 3.5-1.9 4c-1.3 1.1-.8 2.5-.5 2.9c.2.3.4.2.5.2c0 .1-.5.7 0 .9c.5.3 1.3.4 1.7 0c.3-.3.4-.9.5-1.2c.1-.1.1.2.5.4c0 0-.7.3-.4 1c.1.2.4.4 1 .4c.2 0 2.6-.1 3.2-.3c.4-.1.5-.3.5-.3c2.6-.7 3.1-1.8 4.9-2.2c.6-.1.6-1.1-.5-1c-.8 0-1.5.4-2.1.8c-1 .6-1.7.7-1.7.6c-.1-.1.4-1.3-.1-2.6c-.5-1.4-1.4-1.8-1.3-1.9c.3-.5 1-1.3 1.3-2.7c.1-.9.1-2.4-.3-3.1c-.1-.2-.7.2-.7.2s-.6-1.3-.8-1.4a.23.23 0 0 0-.191-.055"/></svg> </template>
CSS
.icon-yarn {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%203C8.8%203%203%208.8%203%2016s5.8%2013%2013%2013s13-5.8%2013-13S23.2%203%2016%203m0%202c6.1%200%2011%204.9%2011%2011s-4.9%2011-11%2011S5%2022.1%205%2016S9.9%205%2016%205m.209%204.045c-.45.076-.908%201.455-.908%201.455s-1.201-.2-2.201.8c-.2.2-.4.3-.7.4c-.1.1-.2.1-.4.7c-.4.9.6%202%20.6%202c-2.1%201.5-2%203.5-1.9%204c-1.3%201.1-.8%202.5-.5%202.9c.2.3.4.2.5.2c0%20.1-.5.7%200%20.9c.5.3%201.3.4%201.7%200c.3-.3.4-.9.5-1.2c.1-.1.1.2.5.4c0%200-.7.3-.4%201c.1.2.4.4%201%20.4c.2%200%202.6-.1%203.2-.3c.4-.1.5-.3.5-.3c2.6-.7%203.1-1.8%204.9-2.2c.6-.1.6-1.1-.5-1c-.8%200-1.5.4-2.1.8c-1%20.6-1.7.7-1.7.6c-.1-.1.4-1.3-.1-2.6c-.5-1.4-1.4-1.8-1.3-1.9c.3-.5%201-1.3%201.3-2.7c.1-.9.1-2.4-.3-3.1c-.1-.2-.7.2-.7.2s-.6-1.3-.8-1.4a.23.23%200%200%200-.191-.055%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%203C8.8%203%203%208.8%203%2016s5.8%2013%2013%2013s13-5.8%2013-13S23.2%203%2016%203m0%202c6.1%200%2011%204.9%2011%2011s-4.9%2011-11%2011S5%2022.1%205%2016S9.9%205%2016%205m.209%204.045c-.45.076-.908%201.455-.908%201.455s-1.201-.2-2.201.8c-.2.2-.4.3-.7.4c-.1.1-.2.1-.4.7c-.4.9.6%202%20.6%202c-2.1%201.5-2%203.5-1.9%204c-1.3%201.1-.8%202.5-.5%202.9c.2.3.4.2.5.2c0%20.1-.5.7%200%20.9c.5.3%201.3.4%201.7%200c.3-.3.4-.9.5-1.2c.1-.1.1.2.5.4c0%200-.7.3-.4%201c.1.2.4.4%201%20.4c.2%200%202.6-.1%203.2-.3c.4-.1.5-.3.5-.3c2.6-.7%203.1-1.8%204.9-2.2c.6-.1.6-1.1-.5-1c-.8%200-1.5.4-2.1.8c-1%20.6-1.7.7-1.7.6c-.1-.1.4-1.3-.1-2.6c-.5-1.4-1.4-1.8-1.3-1.9c.3-.5%201-1.3%201.3-2.7c.1-.9.1-2.4-.3-3.1c-.1-.2-.7.2-.7.2s-.6-1.3-.8-1.4a.23.23%200%200%200-.191-.055%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/yarn.svg?color=%231a73e8&size=48