cosmetic brush icon

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

Name
cosmetic-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 cosmetic brush icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" stroke="#000" d="M16.0991 25.8287L38.7265 6.02967C38.7265 6.02967 40.8478 3.90835 42.9691 6.02967C45.0904 8.15099 42.9691 10.2723 42.9691 10.2723L23.1701 32.8997L16.0991 25.8287Z"/><path stroke="#fff" stroke-linecap="round" d="M22.4639 20.8789L28.1207 26.5358"/><path stroke="#000" d="M5.49331 30.7782L16.0999 25.8284L23.171 32.8995L18.2212 43.5061C18.2212 43.5061 13.2715 44.2132 9.02884 39.9706C4.7862 35.7279 5.49331 30.7782 5.49331 30.7782Z"/><path stroke="#000" stroke-linecap="round" d="M6.90783 36.4349L11.8576 34.3136"/><path stroke="#000" stroke-linecap="round" d="M12.5653 42.0921L13.9795 39.2637"/><path stroke="#000" d="M18.9291 23.3536L21.7575 20.8787L24.586 18.4038"/><path stroke="#000" d="M30.5957 24.4141L28.1208 27.2425L25.646 30.0709"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkCosmeticBrush(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" strokeLinejoin="round" strokeWidth="4"><path fill="#2F88FF" stroke="#000" d="M16.0991 25.8287L38.7265 6.02967C38.7265 6.02967 40.8478 3.90835 42.9691 6.02967C45.0904 8.15099 42.9691 10.2723 42.9691 10.2723L23.1701 32.8997L16.0991 25.8287Z"/><path stroke="#fff" strokeLinecap="round" d="M22.4639 20.8789L28.1207 26.5358"/><path stroke="#000" d="M5.49331 30.7782L16.0999 25.8284L23.171 32.8995L18.2212 43.5061C18.2212 43.5061 13.2715 44.2132 9.02884 39.9706C4.7862 35.7279 5.49331 30.7782 5.49331 30.7782Z"/><path stroke="#000" strokeLinecap="round" d="M6.90783 36.4349L11.8576 34.3136"/><path stroke="#000" strokeLinecap="round" d="M12.5653 42.0921L13.9795 39.2637"/><path stroke="#000" d="M18.9291 23.3536L21.7575 20.8787L24.586 18.4038"/><path stroke="#000" d="M30.5957 24.4141L28.1208 27.2425L25.646 30.0709"/></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-linejoin="round" stroke-width="4"><path fill="#2F88FF" stroke="#000" d="M16.0991 25.8287L38.7265 6.02967C38.7265 6.02967 40.8478 3.90835 42.9691 6.02967C45.0904 8.15099 42.9691 10.2723 42.9691 10.2723L23.1701 32.8997L16.0991 25.8287Z"/><path stroke="#fff" stroke-linecap="round" d="M22.4639 20.8789L28.1207 26.5358"/><path stroke="#000" d="M5.49331 30.7782L16.0999 25.8284L23.171 32.8995L18.2212 43.5061C18.2212 43.5061 13.2715 44.2132 9.02884 39.9706C4.7862 35.7279 5.49331 30.7782 5.49331 30.7782Z"/><path stroke="#000" stroke-linecap="round" d="M6.90783 36.4349L11.8576 34.3136"/><path stroke="#000" stroke-linecap="round" d="M12.5653 42.0921L13.9795 39.2637"/><path stroke="#000" d="M18.9291 23.3536L21.7575 20.8787L24.586 18.4038"/><path stroke="#000" d="M30.5957 24.4141L28.1208 27.2425L25.646 30.0709"/></g></svg>
</template>

CSS

.icon-cosmetic-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-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20d%3D%22M16.0991%2025.8287L38.7265%206.02967C38.7265%206.02967%2040.8478%203.90835%2042.9691%206.02967C45.0904%208.15099%2042.9691%2010.2723%2042.9691%2010.2723L23.1701%2032.8997L16.0991%2025.8287Z%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M22.4639%2020.8789L28.1207%2026.5358%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20d%3D%22M5.49331%2030.7782L16.0999%2025.8284L23.171%2032.8995L18.2212%2043.5061C18.2212%2043.5061%2013.2715%2044.2132%209.02884%2039.9706C4.7862%2035.7279%205.49331%2030.7782%205.49331%2030.7782Z%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20d%3D%22M6.90783%2036.4349L11.8576%2034.3136%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20d%3D%22M12.5653%2042.0921L13.9795%2039.2637%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20d%3D%22M18.9291%2023.3536L21.7575%2020.8787L24.586%2018.4038%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20d%3D%22M30.5957%2024.4141L28.1208%2027.2425L25.646%2030.0709%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-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20d%3D%22M16.0991%2025.8287L38.7265%206.02967C38.7265%206.02967%2040.8478%203.90835%2042.9691%206.02967C45.0904%208.15099%2042.9691%2010.2723%2042.9691%2010.2723L23.1701%2032.8997L16.0991%2025.8287Z%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M22.4639%2020.8789L28.1207%2026.5358%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20d%3D%22M5.49331%2030.7782L16.0999%2025.8284L23.171%2032.8995L18.2212%2043.5061C18.2212%2043.5061%2013.2715%2044.2132%209.02884%2039.9706C4.7862%2035.7279%205.49331%2030.7782%205.49331%2030.7782Z%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20d%3D%22M6.90783%2036.4349L11.8576%2034.3136%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20d%3D%22M12.5653%2042.0921L13.9795%2039.2637%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20d%3D%22M18.9291%2023.3536L21.7575%2020.8787L24.586%2018.4038%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20d%3D%22M30.5957%2024.4141L28.1208%2027.2425L25.646%2030.0709%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/cosmetic-brush.svg?color=%231a73e8&size=48