hair-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.

Name
hair-line
Set
MingCute Icon
Style
Line
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="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="m8.828 18.344l-.552 1.103a1 1 0 0 1-.894.553H6a2 2 0 0 1-2-2v-6a8 8 0 1 1 16 0v6a2 2 0 0 1-2 2h-1.382a1 1 0 0 1-.894-.553l-.552-1.103M12 9.664a5.5 5.5 0 0 1-4.676 2.333A6.5 6.5 0 0 0 7 14c0 3.818 3.125 6 5 6s5-2.182 5-6c0-.68-.115-1.358-.324-2.003L16.5 12A5.5 5.5 0 0 1 12 9.663Z"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteHairLine(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" strokeLinejoin="round" strokeWidth="2" d="m8.828 18.344l-.552 1.103a1 1 0 0 1-.894.553H6a2 2 0 0 1-2-2v-6a8 8 0 1 1 16 0v6a2 2 0 0 1-2 2h-1.382a1 1 0 0 1-.894-.553l-.552-1.103M12 9.664a5.5 5.5 0 0 1-4.676 2.333A6.5 6.5 0 0 0 7 14c0 3.818 3.125 6 5 6s5-2.182 5-6c0-.68-.115-1.358-.324-2.003L16.5 12A5.5 5.5 0 0 1 12 9.663Z"/></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-linejoin="round" stroke-width="2" d="m8.828 18.344l-.552 1.103a1 1 0 0 1-.894.553H6a2 2 0 0 1-2-2v-6a8 8 0 1 1 16 0v6a2 2 0 0 1-2 2h-1.382a1 1 0 0 1-.894-.553l-.552-1.103M12 9.664a5.5 5.5 0 0 1-4.676 2.333A6.5 6.5 0 0 0 7 14c0 3.818 3.125 6 5 6s5-2.182 5-6c0-.68-.115-1.358-.324-2.003L16.5 12A5.5 5.5 0 0 1 12 9.663Z"/></svg>
</template>

CSS

.icon-hair-line {
  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-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m8.828%2018.344l-.552%201.103a1%201%200%200%201-.894.553H6a2%202%200%200%201-2-2v-6a8%208%200%201%201%2016%200v6a2%202%200%200%201-2%202h-1.382a1%201%200%200%201-.894-.553l-.552-1.103M12%209.664a5.5%205.5%200%200%201-4.676%202.333A6.5%206.5%200%200%200%207%2014c0%203.818%203.125%206%205%206s5-2.182%205-6c0-.68-.115-1.358-.324-2.003L16.5%2012A5.5%205.5%200%200%201%2012%209.663Z%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-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m8.828%2018.344l-.552%201.103a1%201%200%200%201-.894.553H6a2%202%200%200%201-2-2v-6a8%208%200%201%201%2016%200v6a2%202%200%200%201-2%202h-1.382a1%201%200%200%201-.894-.553l-.552-1.103M12%209.664a5.5%205.5%200%200%201-4.676%202.333A6.5%206.5%200%200%200%207%2014c0%203.818%203.125%206%205%206s5-2.182%205-6c0-.68-.115-1.358-.324-2.003L16.5%2012A5.5%205.5%200%200%201%2012%209.663Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/hair-line.svg?color=%231a73e8&size=48