hair-brush from IconPark Outline by ByteDance · Outline · Makeups · Apache-2.0 Free for personal and commercial use.

Name
hair-brush
Set
IconPark Outline
Style
Outline
Category
Makeups
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More makeups icons from IconPark Outline

Use the hair brush icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M18.197 31.424c3.124 3.124 10.722.592 16.97-5.657c6.249-6.248 8.781-13.846 5.657-16.97M27.389 6.675l1.414 1.415m-6.363 3.535l1.414 1.414m-5.658 4.243l1.414 1.414m-2.828 5.657l1.414 1.414M35.167 4.554l1.414 1.414m-2.828 7.072l2.828 2.828m-7.777 2.122l2.828 2.828m-8.485 1.414l2.828 2.828"/><rect width="6" height="14" x="16.075" y="29.303" rx="3" transform="rotate(45 16.075 29.303)"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkOutlineHairBrush(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"><path d="M18.197 31.424c3.124 3.124 10.722.592 16.97-5.657c6.249-6.248 8.781-13.846 5.657-16.97M27.389 6.675l1.414 1.415m-6.363 3.535l1.414 1.414m-5.658 4.243l1.414 1.414m-2.828 5.657l1.414 1.414M35.167 4.554l1.414 1.414m-2.828 7.072l2.828 2.828m-7.777 2.122l2.828 2.828m-8.485 1.414l2.828 2.828"/><rect width="6" height="14" x="16.075" y="29.303" rx="3" transform="rotate(45 16.075 29.303)"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M18.197 31.424c3.124 3.124 10.722.592 16.97-5.657c6.249-6.248 8.781-13.846 5.657-16.97M27.389 6.675l1.414 1.415m-6.363 3.535l1.414 1.414m-5.658 4.243l1.414 1.414m-2.828 5.657l1.414 1.414M35.167 4.554l1.414 1.414m-2.828 7.072l2.828 2.828m-7.777 2.122l2.828 2.828m-8.485 1.414l2.828 2.828"/><rect width="6" height="14" x="16.075" y="29.303" rx="3" transform="rotate(45 16.075 29.303)"/></g></svg>
</template>

CSS

.icon-hair-brush {
  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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M18.197%2031.424c3.124%203.124%2010.722.592%2016.97-5.657c6.249-6.248%208.781-13.846%205.657-16.97M27.389%206.675l1.414%201.415m-6.363%203.535l1.414%201.414m-5.658%204.243l1.414%201.414m-2.828%205.657l1.414%201.414M35.167%204.554l1.414%201.414m-2.828%207.072l2.828%202.828m-7.777%202.122l2.828%202.828m-8.485%201.414l2.828%202.828%22%2F%3E%3Crect%20width%3D%226%22%20height%3D%2214%22%20x%3D%2216.075%22%20y%3D%2229.303%22%20rx%3D%223%22%20transform%3D%22rotate(45%2016.075%2029.303)%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M18.197%2031.424c3.124%203.124%2010.722.592%2016.97-5.657c6.249-6.248%208.781-13.846%205.657-16.97M27.389%206.675l1.414%201.415m-6.363%203.535l1.414%201.414m-5.658%204.243l1.414%201.414m-2.828%205.657l1.414%201.414M35.167%204.554l1.414%201.414m-2.828%207.072l2.828%202.828m-7.777%202.122l2.828%202.828m-8.485%201.414l2.828%202.828%22%2F%3E%3Crect%20width%3D%226%22%20height%3D%2214%22%20x%3D%2216.075%22%20y%3D%2229.303%22%20rx%3D%223%22%20transform%3D%22rotate(45%2016.075%2029.303)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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