hair icon
hair-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- hair-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
Related icons in MingCute Icon
Use the hair icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 3a9 9 0 0 1 9 9v6a3 3 0 0 1-3 3h-1.382a2 2 0 0 1-1.789-1.105l-.176-.351c.315-.22.62-.473.905-.76C16.656 17.678 17.5 16.054 17.5 14c0-.735-.124-1.466-.349-2.157c-.1-.307-.377-.343-.651-.343a5 5 0 0 1-4.09-2.125a.5.5 0 0 0-.82 0A5 5 0 0 1 7.5 11.5c-.274 0-.552.036-.651.343A7 7 0 0 0 6.5 14c0 2.055.844 3.678 1.942 4.784c.285.287.59.54.904.76l-.175.35A2 2 0 0 1 7.38 21H6a3 3 0 0 1-3-3v-6a9 9 0 0 1 9-9"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteHairFill(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="M12 3a9 9 0 0 1 9 9v6a3 3 0 0 1-3 3h-1.382a2 2 0 0 1-1.789-1.105l-.176-.351c.315-.22.62-.473.905-.76C16.656 17.678 17.5 16.054 17.5 14c0-.735-.124-1.466-.349-2.157c-.1-.307-.377-.343-.651-.343a5 5 0 0 1-4.09-2.125a.5.5 0 0 0-.82 0A5 5 0 0 1 7.5 11.5c-.274 0-.552.036-.651.343A7 7 0 0 0 6.5 14c0 2.055.844 3.678 1.942 4.784c.285.287.59.54.904.76l-.175.35A2 2 0 0 1 7.38 21H6a3 3 0 0 1-3-3v-6a9 9 0 0 1 9-9"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 3a9 9 0 0 1 9 9v6a3 3 0 0 1-3 3h-1.382a2 2 0 0 1-1.789-1.105l-.176-.351c.315-.22.62-.473.905-.76C16.656 17.678 17.5 16.054 17.5 14c0-.735-.124-1.466-.349-2.157c-.1-.307-.377-.343-.651-.343a5 5 0 0 1-4.09-2.125a.5.5 0 0 0-.82 0A5 5 0 0 1 7.5 11.5c-.274 0-.552.036-.651.343A7 7 0 0 0 6.5 14c0 2.055.844 3.678 1.942 4.784c.285.287.59.54.904.76l-.175.35A2 2 0 0 1 7.38 21H6a3 3 0 0 1-3-3v-6a9 9 0 0 1 9-9"/></svg> </template>
CSS
.icon-hair-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%22M12%203a9%209%200%200%201%209%209v6a3%203%200%200%201-3%203h-1.382a2%202%200%200%201-1.789-1.105l-.176-.351c.315-.22.62-.473.905-.76C16.656%2017.678%2017.5%2016.054%2017.5%2014c0-.735-.124-1.466-.349-2.157c-.1-.307-.377-.343-.651-.343a5%205%200%200%201-4.09-2.125a.5.5%200%200%200-.82%200A5%205%200%200%201%207.5%2011.5c-.274%200-.552.036-.651.343A7%207%200%200%200%206.5%2014c0%202.055.844%203.678%201.942%204.784c.285.287.59.54.904.76l-.175.35A2%202%200%200%201%207.38%2021H6a3%203%200%200%201-3-3v-6a9%209%200%200%201%209-9%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%22M12%203a9%209%200%200%201%209%209v6a3%203%200%200%201-3%203h-1.382a2%202%200%200%201-1.789-1.105l-.176-.351c.315-.22.62-.473.905-.76C16.656%2017.678%2017.5%2016.054%2017.5%2014c0-.735-.124-1.466-.349-2.157c-.1-.307-.377-.343-.651-.343a5%205%200%200%201-4.09-2.125a.5.5%200%200%200-.82%200A5%205%200%200%201%207.5%2011.5c-.274%200-.552.036-.651.343A7%207%200%200%200%206.5%2014c0%202.055.844%203.678%201.942%204.784c.285.287.59.54.904.76l-.175.35A2%202%200%200%201%207.38%2021H6a3%203%200%200%201-3-3v-6a9%209%200%200%201%209-9%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/hair-fill.svg?color=%231a73e8&size=48