brush from BoxIcons v2 Solid by Boxicons · Solid · MIT Free for personal and commercial use.

Name
brush
Set
BoxIcons v2 Solid
Style
Solid
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in BoxIcons v2 Solid

Use the brush icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.207 11.278l-2.035-2.035l-1.415-1.415l-5.035-5.035a1 1 0 0 0-1.414 0L6.151 7.949L4.736 9.363a3 3 0 0 0-.878 2.122c0 .802.313 1.556.879 2.121l.707.707l-2.122 2.122a2.93 2.93 0 0 0-.873 2.108a2.97 2.97 0 0 0 1.063 2.308a2.92 2.92 0 0 0 1.886.681c.834 0 1.654-.341 2.25-.937l2.039-2.039l.707.706c1.133 1.133 3.107 1.134 4.242.001l.708-.707l.569-.569l.138-.138l5.156-5.157a1 1 0 0 0 0-1.414m-7.277 5.865l-.708.706a1.02 1.02 0 0 1-1.414 0l-1.414-1.413a1 1 0 0 0-1.414 0l-2.746 2.745a1.2 1.2 0 0 1-.836.352a.9.9 0 0 1-.595-.208a.98.98 0 0 1-.354-.782a.96.96 0 0 1 .287-.692l2.829-2.829a1 1 0 0 0 0-1.414l-1.414-1.415c-.189-.188-.293-.438-.293-.706s.104-.519.293-.708l.707-.707l3.536 3.536z"/></svg>

React

import type { SVGProps } from "react";

export function BxsBrush(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.207 11.278l-2.035-2.035l-1.415-1.415l-5.035-5.035a1 1 0 0 0-1.414 0L6.151 7.949L4.736 9.363a3 3 0 0 0-.878 2.122c0 .802.313 1.556.879 2.121l.707.707l-2.122 2.122a2.93 2.93 0 0 0-.873 2.108a2.97 2.97 0 0 0 1.063 2.308a2.92 2.92 0 0 0 1.886.681c.834 0 1.654-.341 2.25-.937l2.039-2.039l.707.706c1.133 1.133 3.107 1.134 4.242.001l.708-.707l.569-.569l.138-.138l5.156-5.157a1 1 0 0 0 0-1.414m-7.277 5.865l-.708.706a1.02 1.02 0 0 1-1.414 0l-1.414-1.413a1 1 0 0 0-1.414 0l-2.746 2.745a1.2 1.2 0 0 1-.836.352a.9.9 0 0 1-.595-.208a.98.98 0 0 1-.354-.782a.96.96 0 0 1 .287-.692l2.829-2.829a1 1 0 0 0 0-1.414l-1.414-1.415c-.189-.188-.293-.438-.293-.706s.104-.519.293-.708l.707-.707l3.536 3.536z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.207 11.278l-2.035-2.035l-1.415-1.415l-5.035-5.035a1 1 0 0 0-1.414 0L6.151 7.949L4.736 9.363a3 3 0 0 0-.878 2.122c0 .802.313 1.556.879 2.121l.707.707l-2.122 2.122a2.93 2.93 0 0 0-.873 2.108a2.97 2.97 0 0 0 1.063 2.308a2.92 2.92 0 0 0 1.886.681c.834 0 1.654-.341 2.25-.937l2.039-2.039l.707.706c1.133 1.133 3.107 1.134 4.242.001l.708-.707l.569-.569l.138-.138l5.156-5.157a1 1 0 0 0 0-1.414m-7.277 5.865l-.708.706a1.02 1.02 0 0 1-1.414 0l-1.414-1.413a1 1 0 0 0-1.414 0l-2.746 2.745a1.2 1.2 0 0 1-.836.352a.9.9 0 0 1-.595-.208a.98.98 0 0 1-.354-.782a.96.96 0 0 1 .287-.692l2.829-2.829a1 1 0 0 0 0-1.414l-1.414-1.415c-.189-.188-.293-.438-.293-.706s.104-.519.293-.708l.707-.707l3.536 3.536z"/></svg>
</template>

CSS

.icon-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m21.207%2011.278l-2.035-2.035l-1.415-1.415l-5.035-5.035a1%201%200%200%200-1.414%200L6.151%207.949L4.736%209.363a3%203%200%200%200-.878%202.122c0%20.802.313%201.556.879%202.121l.707.707l-2.122%202.122a2.93%202.93%200%200%200-.873%202.108a2.97%202.97%200%200%200%201.063%202.308a2.92%202.92%200%200%200%201.886.681c.834%200%201.654-.341%202.25-.937l2.039-2.039l.707.706c1.133%201.133%203.107%201.134%204.242.001l.708-.707l.569-.569l.138-.138l5.156-5.157a1%201%200%200%200%200-1.414m-7.277%205.865l-.708.706a1.02%201.02%200%200%201-1.414%200l-1.414-1.413a1%201%200%200%200-1.414%200l-2.746%202.745a1.2%201.2%200%200%201-.836.352a.9.9%200%200%201-.595-.208a.98.98%200%200%201-.354-.782a.96.96%200%200%201%20.287-.692l2.829-2.829a1%201%200%200%200%200-1.414l-1.414-1.415c-.189-.188-.293-.438-.293-.706s.104-.519.293-.708l.707-.707l3.536%203.536z%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%22currentColor%22%20d%3D%22m21.207%2011.278l-2.035-2.035l-1.415-1.415l-5.035-5.035a1%201%200%200%200-1.414%200L6.151%207.949L4.736%209.363a3%203%200%200%200-.878%202.122c0%20.802.313%201.556.879%202.121l.707.707l-2.122%202.122a2.93%202.93%200%200%200-.873%202.108a2.97%202.97%200%200%200%201.063%202.308a2.92%202.92%200%200%200%201.886.681c.834%200%201.654-.341%202.25-.937l2.039-2.039l.707.706c1.133%201.133%203.107%201.134%204.242.001l.708-.707l.569-.569l.138-.138l5.156-5.157a1%201%200%200%200%200-1.414m-7.277%205.865l-.708.706a1.02%201.02%200%200%201-1.414%200l-1.414-1.413a1%201%200%200%200-1.414%200l-2.746%202.745a1.2%201.2%200%200%201-.836.352a.9.9%200%200%201-.595-.208a.98.98%200%200%201-.354-.782a.96.96%200%200%201%20.287-.692l2.829-2.829a1%201%200%200%200%200-1.414l-1.414-1.415c-.189-.188-.293-.438-.293-.706s.104-.519.293-.708l.707-.707l3.536%203.536z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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