bxs brush icon
bxs-brush from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.
- Name
- bxs-brush
- Set
- BoxIcons v2
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
Related icons in BoxIcons v2
bxs-add-to-queuebxs-adjustbxs-adjust-altbxs-alarmbxs-alarm-addbxs-alarm-exclamationbxs-alarm-offbxs-alarm-snoozebxs-albumbxs-ambulancebxs-analysebxs-angrybxs-archbxs-archivebxs-archive-inbxs-archive-outbxs-areabxs-arrow-from-bottombxs-arrow-from-leftbxs-arrow-from-rightbxs-arrow-from-topbxs-arrow-to-bottombxs-arrow-to-leftbxs-arrow-to-right
Use the bxs brush icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M21.207 11.278l-2.035-2.035l-1.415-1.415l-5.035-5.035a.999.999 0 0 0-1.414 0L6.151 7.949L4.736 9.363a2.985 2.985 0 0 0-.878 2.122c0 .802.313 1.556.879 2.121l.707.707l-2.122 2.122a2.925 2.925 0 0 0-.873 2.108a2.968 2.968 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.157a.999.999 0 0 0 0-1.414zm-7.277 5.865l-.708.706a1.021 1.021 0 0 1-1.414 0l-1.414-1.413a.999.999 0 0 0-1.414 0l-2.746 2.745a1.192 1.192 0 0 1-.836.352a.914.914 0 0 1-.595-.208a.981.981 0 0 1-.354-.782a.955.955 0 0 1 .287-.692l2.829-2.829a.999.999 0 0 0 0-1.414l-1.414-1.415c-.189-.188-.293-.438-.293-.706s.104-.519.293-.708l.707-.707l3.536 3.536l3.536 3.535z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function BxBxsBrush(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M21.207 11.278l-2.035-2.035l-1.415-1.415l-5.035-5.035a.999.999 0 0 0-1.414 0L6.151 7.949L4.736 9.363a2.985 2.985 0 0 0-.878 2.122c0 .802.313 1.556.879 2.121l.707.707l-2.122 2.122a2.925 2.925 0 0 0-.873 2.108a2.968 2.968 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.157a.999.999 0 0 0 0-1.414zm-7.277 5.865l-.708.706a1.021 1.021 0 0 1-1.414 0l-1.414-1.413a.999.999 0 0 0-1.414 0l-2.746 2.745a1.192 1.192 0 0 1-.836.352a.914.914 0 0 1-.595-.208a.981.981 0 0 1-.354-.782a.955.955 0 0 1 .287-.692l2.829-2.829a.999.999 0 0 0 0-1.414l-1.414-1.415c-.189-.188-.293-.438-.293-.706s.104-.519.293-.708l.707-.707l3.536 3.536l3.536 3.535z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M21.207 11.278l-2.035-2.035l-1.415-1.415l-5.035-5.035a.999.999 0 0 0-1.414 0L6.151 7.949L4.736 9.363a2.985 2.985 0 0 0-.878 2.122c0 .802.313 1.556.879 2.121l.707.707l-2.122 2.122a2.925 2.925 0 0 0-.873 2.108a2.968 2.968 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.157a.999.999 0 0 0 0-1.414zm-7.277 5.865l-.708.706a1.021 1.021 0 0 1-1.414 0l-1.414-1.413a.999.999 0 0 0-1.414 0l-2.746 2.745a1.192 1.192 0 0 1-.836.352a.914.914 0 0 1-.595-.208a.981.981 0 0 1-.354-.782a.955.955 0 0 1 .287-.692l2.829-2.829a.999.999 0 0 0 0-1.414l-1.414-1.415c-.189-.188-.293-.438-.293-.706s.104-.519.293-.708l.707-.707l3.536 3.536l3.536 3.535z" fill="currentColor"/></svg> </template>
CSS
.icon-bxs-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%20d%3D%22M21.207%2011.278l-2.035-2.035l-1.415-1.415l-5.035-5.035a.999.999%200%200%200-1.414%200L6.151%207.949L4.736%209.363a2.985%202.985%200%200%200-.878%202.122c0%20.802.313%201.556.879%202.121l.707.707l-2.122%202.122a2.925%202.925%200%200%200-.873%202.108a2.968%202.968%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.157a.999.999%200%200%200%200-1.414zm-7.277%205.865l-.708.706a1.021%201.021%200%200%201-1.414%200l-1.414-1.413a.999.999%200%200%200-1.414%200l-2.746%202.745a1.192%201.192%200%200%201-.836.352a.914.914%200%200%201-.595-.208a.981.981%200%200%201-.354-.782a.955.955%200%200%201%20.287-.692l2.829-2.829a.999.999%200%200%200%200-1.414l-1.414-1.415c-.189-.188-.293-.438-.293-.706s.104-.519.293-.708l.707-.707l3.536%203.536l3.536%203.535z%22%20fill%3D%22currentColor%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%20d%3D%22M21.207%2011.278l-2.035-2.035l-1.415-1.415l-5.035-5.035a.999.999%200%200%200-1.414%200L6.151%207.949L4.736%209.363a2.985%202.985%200%200%200-.878%202.122c0%20.802.313%201.556.879%202.121l.707.707l-2.122%202.122a2.925%202.925%200%200%200-.873%202.108a2.968%202.968%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.157a.999.999%200%200%200%200-1.414zm-7.277%205.865l-.708.706a1.021%201.021%200%200%201-1.414%200l-1.414-1.413a.999.999%200%200%200-1.414%200l-2.746%202.745a1.192%201.192%200%200%201-.836.352a.914.914%200%200%201-.595-.208a.981.981%200%200%201-.354-.782a.955.955%200%200%201%20.287-.692l2.829-2.829a.999.999%200%200%200%200-1.414l-1.414-1.415c-.189-.188-.293-.438-.293-.706s.104-.519.293-.708l.707-.707l3.536%203.536l3.536%203.535z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/bxs-brush.svg?color=%231a73e8&size=48