scarf icon
scarf from Lucide Lab by Lucide Contributors · Outline · ISC Free for personal and commercial use.
- Name
- scarf
- Set
- Lucide Lab
- Style
- Outline
- Viewbox
- 24×24
- License
- ISC
The same icon in other sets
Use the scarf icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19.5 2.5L7 15c-.5.5-.6 1.5-.2 2L9 20L21.6 7.6a2 1.7 0 0 0 .1-1.9l-2-3c-.2-.4-.7-.7-1.2-.7h-13c-.5 0-1 .3-1.2.7l-2 3a2 1.7 0 0 0 .2 2l6 5.8M12 10L4.5 2.5M13 20v2m3-16H8m9 6.1V22m0-4h4m-4 2H9v2M21 8.2V20"/></svg>
React
import type { SVGProps } from "react";
export function LucideLabScarf(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M19.5 2.5L7 15c-.5.5-.6 1.5-.2 2L9 20L21.6 7.6a2 1.7 0 0 0 .1-1.9l-2-3c-.2-.4-.7-.7-1.2-.7h-13c-.5 0-1 .3-1.2.7l-2 3a2 1.7 0 0 0 .2 2l6 5.8M12 10L4.5 2.5M13 20v2m3-16H8m9 6.1V22m0-4h4m-4 2H9v2M21 8.2V20"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19.5 2.5L7 15c-.5.5-.6 1.5-.2 2L9 20L21.6 7.6a2 1.7 0 0 0 .1-1.9l-2-3c-.2-.4-.7-.7-1.2-.7h-13c-.5 0-1 .3-1.2.7l-2 3a2 1.7 0 0 0 .2 2l6 5.8M12 10L4.5 2.5M13 20v2m3-16H8m9 6.1V22m0-4h4m-4 2H9v2M21 8.2V20"/></svg> </template>
CSS
.icon-scarf {
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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M19.5%202.5L7%2015c-.5.5-.6%201.5-.2%202L9%2020L21.6%207.6a2%201.7%200%200%200%20.1-1.9l-2-3c-.2-.4-.7-.7-1.2-.7h-13c-.5%200-1%20.3-1.2.7l-2%203a2%201.7%200%200%200%20.2%202l6%205.8M12%2010L4.5%202.5M13%2020v2m3-16H8m9%206.1V22m0-4h4m-4%202H9v2M21%208.2V20%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M19.5%202.5L7%2015c-.5.5-.6%201.5-.2%202L9%2020L21.6%207.6a2%201.7%200%200%200%20.1-1.9l-2-3c-.2-.4-.7-.7-1.2-.7h-13c-.5%200-1%20.3-1.2.7l-2%203a2%201.7%200%200%200%20.2%202l6%205.8M12%2010L4.5%202.5M13%2020v2m3-16H8m9%206.1V22m0-4h4m-4%202H9v2M21%208.2V20%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/lucide-lab/scarf.svg?color=%231a73e8&size=48