scarf icon
scarf-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- scarf-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
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="currentColor" d="M8.828 3a3 3 0 0 0-2.12.879l-3.001 3a3 3 0 0 0 0 4.242l1.465 1.465a1 1 0 0 0 1.414 0l4-4a1 1 0 0 0 0-1.414L8.478 5.064A1 1 0 0 1 8.828 5h6.344a1 1 0 0 1 .35.064l-7.23 7.229a3.82 3.82 0 0 0-1.12 2.73a3.8 3.8 0 0 0 1.121 2.685a3.82 3.82 0 0 0 3.101 1.1l1.399 1.4a1 1 0 0 0 1.414-1.415l-.809-.809q.16-.129.31-.277l.292-.293l1.293 1.293a1 1 0 0 0 1.414-1.414L15.414 16l.586-.586l1.793 1.793a1 1 0 0 0 1.414-1.414L17.414 14l2.879-2.879a3 3 0 0 0 0-4.242l-3-3A3 3 0 0 0 15.172 3z"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteScarfFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.828 3a3 3 0 0 0-2.12.879l-3.001 3a3 3 0 0 0 0 4.242l1.465 1.465a1 1 0 0 0 1.414 0l4-4a1 1 0 0 0 0-1.414L8.478 5.064A1 1 0 0 1 8.828 5h6.344a1 1 0 0 1 .35.064l-7.23 7.229a3.82 3.82 0 0 0-1.12 2.73a3.8 3.8 0 0 0 1.121 2.685a3.82 3.82 0 0 0 3.101 1.1l1.399 1.4a1 1 0 0 0 1.414-1.415l-.809-.809q.16-.129.31-.277l.292-.293l1.293 1.293a1 1 0 0 0 1.414-1.414L15.414 16l.586-.586l1.793 1.793a1 1 0 0 0 1.414-1.414L17.414 14l2.879-2.879a3 3 0 0 0 0-4.242l-3-3A3 3 0 0 0 15.172 3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.828 3a3 3 0 0 0-2.12.879l-3.001 3a3 3 0 0 0 0 4.242l1.465 1.465a1 1 0 0 0 1.414 0l4-4a1 1 0 0 0 0-1.414L8.478 5.064A1 1 0 0 1 8.828 5h6.344a1 1 0 0 1 .35.064l-7.23 7.229a3.82 3.82 0 0 0-1.12 2.73a3.8 3.8 0 0 0 1.121 2.685a3.82 3.82 0 0 0 3.101 1.1l1.399 1.4a1 1 0 0 0 1.414-1.415l-.809-.809q.16-.129.31-.277l.292-.293l1.293 1.293a1 1 0 0 0 1.414-1.414L15.414 16l.586-.586l1.793 1.793a1 1 0 0 0 1.414-1.414L17.414 14l2.879-2.879a3 3 0 0 0 0-4.242l-3-3A3 3 0 0 0 15.172 3z"/></svg> </template>
CSS
.icon-scarf-fill {
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%22currentColor%22%20d%3D%22M8.828%203a3%203%200%200%200-2.12.879l-3.001%203a3%203%200%200%200%200%204.242l1.465%201.465a1%201%200%200%200%201.414%200l4-4a1%201%200%200%200%200-1.414L8.478%205.064A1%201%200%200%201%208.828%205h6.344a1%201%200%200%201%20.35.064l-7.23%207.229a3.82%203.82%200%200%200-1.12%202.73a3.8%203.8%200%200%200%201.121%202.685a3.82%203.82%200%200%200%203.101%201.1l1.399%201.4a1%201%200%200%200%201.414-1.415l-.809-.809q.16-.129.31-.277l.292-.293l1.293%201.293a1%201%200%200%200%201.414-1.414L15.414%2016l.586-.586l1.793%201.793a1%201%200%200%200%201.414-1.414L17.414%2014l2.879-2.879a3%203%200%200%200%200-4.242l-3-3A3%203%200%200%200%2015.172%203z%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%22currentColor%22%20d%3D%22M8.828%203a3%203%200%200%200-2.12.879l-3.001%203a3%203%200%200%200%200%204.242l1.465%201.465a1%201%200%200%200%201.414%200l4-4a1%201%200%200%200%200-1.414L8.478%205.064A1%201%200%200%201%208.828%205h6.344a1%201%200%200%201%20.35.064l-7.23%207.229a3.82%203.82%200%200%200-1.12%202.73a3.8%203.8%200%200%200%201.121%202.685a3.82%203.82%200%200%200%203.101%201.1l1.399%201.4a1%201%200%200%200%201.414-1.415l-.809-.809q.16-.129.31-.277l.292-.293l1.293%201.293a1%201%200%200%200%201.414-1.414L15.414%2016l.586-.586l1.793%201.793a1%201%200%200%200%201.414-1.414L17.414%2014l2.879-2.879a3%203%200%200%200%200-4.242l-3-3A3%203%200%200%200%2015.172%203z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/scarf-fill.svg?color=%231a73e8&size=48