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

Name
hair-2-line
Set
MingCute Icon
Style
Line
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

Use the hair 2 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="M9 18v1.494c0 .715-.736 1.196-1.372.87C-.139 16.383 3.155 10.792 6 7c3.5-4.667 8.5-4.667 12 0c2.854 3.806 6.614 9.422-1.64 13.403c-.637.308-1.36-.173-1.36-.88V18m-7.5-4c0-3.262 1.672-5.33 3.537-5.863A5.5 5.5 0 0 0 16.445 13q.055.48.055 1c0 3.818-3 6-4.5 6s-4.5-2.182-4.5-6Z"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteHair2Line(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="M9 18v1.494c0 .715-.736 1.196-1.372.87C-.139 16.383 3.155 10.792 6 7c3.5-4.667 8.5-4.667 12 0c2.854 3.806 6.614 9.422-1.64 13.403c-.637.308-1.36-.173-1.36-.88V18m-7.5-4c0-3.262 1.672-5.33 3.537-5.863A5.5 5.5 0 0 0 16.445 13q.055.48.055 1c0 3.818-3 6-4.5 6s-4.5-2.182-4.5-6Z"/></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="M9 18v1.494c0 .715-.736 1.196-1.372.87C-.139 16.383 3.155 10.792 6 7c3.5-4.667 8.5-4.667 12 0c2.854 3.806 6.614 9.422-1.64 13.403c-.637.308-1.36-.173-1.36-.88V18m-7.5-4c0-3.262 1.672-5.33 3.537-5.863A5.5 5.5 0 0 0 16.445 13q.055.48.055 1c0 3.818-3 6-4.5 6s-4.5-2.182-4.5-6Z"/></svg>
</template>

CSS

.icon-hair-2-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%22M9%2018v1.494c0%20.715-.736%201.196-1.372.87C-.139%2016.383%203.155%2010.792%206%207c3.5-4.667%208.5-4.667%2012%200c2.854%203.806%206.614%209.422-1.64%2013.403c-.637.308-1.36-.173-1.36-.88V18m-7.5-4c0-3.262%201.672-5.33%203.537-5.863A5.5%205.5%200%200%200%2016.445%2013q.055.48.055%201c0%203.818-3%206-4.5%206s-4.5-2.182-4.5-6Z%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%22M9%2018v1.494c0%20.715-.736%201.196-1.372.87C-.139%2016.383%203.155%2010.792%206%207c3.5-4.667%208.5-4.667%2012%200c2.854%203.806%206.614%209.422-1.64%2013.403c-.637.308-1.36-.173-1.36-.88V18m-7.5-4c0-3.262%201.672-5.33%203.537-5.863A5.5%205.5%200%200%200%2016.445%2013q.055.48.055%201c0%203.818-3%206-4.5%206s-4.5-2.182-4.5-6Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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