barber brush icon
barber-brush from IconPark by ByteDance · Color · Makeups · Apache-2.0 Free for personal and commercial use.
- Name
- barber-brush
- Set
- IconPark
- Style
- Color
- Category
- Makeups
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More makeups icons from IconPark
Use the barber brush icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" d="M29.7961 24H16.2039C16.2039 24 12.2176 31.7083 18.7524 34.8333C22.9346 37.3333 16.2039 44 16.2039 44H29.7962C29.7962 44 23.0654 36.7083 27.2476 34.8333C33.7824 31.7083 29.7961 24 29.7961 24Z"/><path d="M37 10L30 24H16L9 10C9 10 12 4 23 4C34 4 37 10 37 10Z"/><path d="M25 24L27 12"/><path d="M21 24L19 12"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkBarberBrush(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="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"><path fill="#2F88FF" d="M29.7961 24H16.2039C16.2039 24 12.2176 31.7083 18.7524 34.8333C22.9346 37.3333 16.2039 44 16.2039 44H29.7962C29.7962 44 23.0654 36.7083 27.2476 34.8333C33.7824 31.7083 29.7961 24 29.7961 24Z"/><path d="M37 10L30 24H16L9 10C9 10 12 4 23 4C34 4 37 10 37 10Z"/><path d="M25 24L27 12"/><path d="M21 24L19 12"/></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="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" d="M29.7961 24H16.2039C16.2039 24 12.2176 31.7083 18.7524 34.8333C22.9346 37.3333 16.2039 44 16.2039 44H29.7962C29.7962 44 23.0654 36.7083 27.2476 34.8333C33.7824 31.7083 29.7961 24 29.7961 24Z"/><path d="M37 10L30 24H16L9 10C9 10 12 4 23 4C34 4 37 10 37 10Z"/><path d="M25 24L27 12"/><path d="M21 24L19 12"/></g></svg> </template>
CSS
.icon-barber-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%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M29.7961%2024H16.2039C16.2039%2024%2012.2176%2031.7083%2018.7524%2034.8333C22.9346%2037.3333%2016.2039%2044%2016.2039%2044H29.7962C29.7962%2044%2023.0654%2036.7083%2027.2476%2034.8333C33.7824%2031.7083%2029.7961%2024%2029.7961%2024Z%22%2F%3E%3Cpath%20d%3D%22M37%2010L30%2024H16L9%2010C9%2010%2012%204%2023%204C34%204%2037%2010%2037%2010Z%22%2F%3E%3Cpath%20d%3D%22M25%2024L27%2012%22%2F%3E%3Cpath%20d%3D%22M21%2024L19%2012%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%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M29.7961%2024H16.2039C16.2039%2024%2012.2176%2031.7083%2018.7524%2034.8333C22.9346%2037.3333%2016.2039%2044%2016.2039%2044H29.7962C29.7962%2044%2023.0654%2036.7083%2027.2476%2034.8333C33.7824%2031.7083%2029.7961%2024%2029.7961%2024Z%22%2F%3E%3Cpath%20d%3D%22M37%2010L30%2024H16L9%2010C9%2010%2012%204%2023%204C34%204%2037%2010%2037%2010Z%22%2F%3E%3Cpath%20d%3D%22M25%2024L27%2012%22%2F%3E%3Cpath%20d%3D%22M21%2024L19%2012%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/barber-brush.svg?color=%231a73e8&size=48