brush icon
brush from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.
- Name
- brush
- Set
- BoxIcons v2
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
- Aliases
- bx-brush
The same icon in other sets
brushBootstrap IconsbrushBoxIcons v2 SolidbrushElement Plusbrush-fillEva IconsbrushFont Awesome 6 SolidbrushFont Awesome Solidbrushcss.ggbrushHuge IconsbrushIonIconsbrushJam IconsbrushLine AwesomebrushLucidebrushMaterial SymbolsbrushMaterial Symbols LightbrushMaterial Design Iconsbrush-fillMingCute IconbrushPixelarticonsbrush-fillRemix IconbrushTabler IconsbrushTDesign Iconsbrush-outlineTeenyiconsbrushWeb3 Icons Branded
Related icons in BoxIcons v2
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="M13.707 2.293a1 1 0 0 0-1.414 0l-5.84 5.84c-.015-.001-.029-.009-.044-.009a1 1 0 0 0-.707.293L4.288 9.831a3 3 0 0 0-.878 2.122c0 .802.313 1.556.879 2.121l.707.707l-2.122 2.122A2.92 2.92 0 0 0 2 19.012a2.97 2.97 0 0 0 1.063 2.308c.519.439 1.188.68 1.885.68c.834 0 1.654-.341 2.25-.937l2.04-2.039l.707.706c1.134 1.133 3.109 1.134 4.242.001l1.415-1.414a1 1 0 0 0 .293-.707c0-.026-.013-.05-.015-.076l5.827-5.827a1 1 0 0 0 0-1.414zm-.935 16.024a1.023 1.023 0 0 1-1.414-.001l-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-.594-.208A.98.98 0 0 1 4 19.01a.96.96 0 0 1 .287-.692l2.829-2.829a1 1 0 0 0 0-1.414L5.701 12.66a1 1 0 0 1-.292-.706c0-.268.104-.519.293-.708l.707-.707l7.071 7.072zm1.889-2.392L8.075 9.339L13 4.414L19.586 11z"/></svg>
React
import type { SVGProps } from "react";
export function BxBrush(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="M13.707 2.293a1 1 0 0 0-1.414 0l-5.84 5.84c-.015-.001-.029-.009-.044-.009a1 1 0 0 0-.707.293L4.288 9.831a3 3 0 0 0-.878 2.122c0 .802.313 1.556.879 2.121l.707.707l-2.122 2.122A2.92 2.92 0 0 0 2 19.012a2.97 2.97 0 0 0 1.063 2.308c.519.439 1.188.68 1.885.68c.834 0 1.654-.341 2.25-.937l2.04-2.039l.707.706c1.134 1.133 3.109 1.134 4.242.001l1.415-1.414a1 1 0 0 0 .293-.707c0-.026-.013-.05-.015-.076l5.827-5.827a1 1 0 0 0 0-1.414zm-.935 16.024a1.023 1.023 0 0 1-1.414-.001l-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-.594-.208A.98.98 0 0 1 4 19.01a.96.96 0 0 1 .287-.692l2.829-2.829a1 1 0 0 0 0-1.414L5.701 12.66a1 1 0 0 1-.292-.706c0-.268.104-.519.293-.708l.707-.707l7.071 7.072zm1.889-2.392L8.075 9.339L13 4.414L19.586 11z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.707 2.293a1 1 0 0 0-1.414 0l-5.84 5.84c-.015-.001-.029-.009-.044-.009a1 1 0 0 0-.707.293L4.288 9.831a3 3 0 0 0-.878 2.122c0 .802.313 1.556.879 2.121l.707.707l-2.122 2.122A2.92 2.92 0 0 0 2 19.012a2.97 2.97 0 0 0 1.063 2.308c.519.439 1.188.68 1.885.68c.834 0 1.654-.341 2.25-.937l2.04-2.039l.707.706c1.134 1.133 3.109 1.134 4.242.001l1.415-1.414a1 1 0 0 0 .293-.707c0-.026-.013-.05-.015-.076l5.827-5.827a1 1 0 0 0 0-1.414zm-.935 16.024a1.023 1.023 0 0 1-1.414-.001l-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-.594-.208A.98.98 0 0 1 4 19.01a.96.96 0 0 1 .287-.692l2.829-2.829a1 1 0 0 0 0-1.414L5.701 12.66a1 1 0 0 1-.292-.706c0-.268.104-.519.293-.708l.707-.707l7.071 7.072zm1.889-2.392L8.075 9.339L13 4.414L19.586 11z"/></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%22M13.707%202.293a1%201%200%200%200-1.414%200l-5.84%205.84c-.015-.001-.029-.009-.044-.009a1%201%200%200%200-.707.293L4.288%209.831a3%203%200%200%200-.878%202.122c0%20.802.313%201.556.879%202.121l.707.707l-2.122%202.122A2.92%202.92%200%200%200%202%2019.012a2.97%202.97%200%200%200%201.063%202.308c.519.439%201.188.68%201.885.68c.834%200%201.654-.341%202.25-.937l2.04-2.039l.707.706c1.134%201.133%203.109%201.134%204.242.001l1.415-1.414a1%201%200%200%200%20.293-.707c0-.026-.013-.05-.015-.076l5.827-5.827a1%201%200%200%200%200-1.414zm-.935%2016.024a1.023%201.023%200%200%201-1.414-.001l-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-.594-.208A.98.98%200%200%201%204%2019.01a.96.96%200%200%201%20.287-.692l2.829-2.829a1%201%200%200%200%200-1.414L5.701%2012.66a1%201%200%200%201-.292-.706c0-.268.104-.519.293-.708l.707-.707l7.071%207.072zm1.889-2.392L8.075%209.339L13%204.414L19.586%2011z%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%22M13.707%202.293a1%201%200%200%200-1.414%200l-5.84%205.84c-.015-.001-.029-.009-.044-.009a1%201%200%200%200-.707.293L4.288%209.831a3%203%200%200%200-.878%202.122c0%20.802.313%201.556.879%202.121l.707.707l-2.122%202.122A2.92%202.92%200%200%200%202%2019.012a2.97%202.97%200%200%200%201.063%202.308c.519.439%201.188.68%201.885.68c.834%200%201.654-.341%202.25-.937l2.04-2.039l.707.706c1.134%201.133%203.109%201.134%204.242.001l1.415-1.414a1%201%200%200%200%20.293-.707c0-.026-.013-.05-.015-.076l5.827-5.827a1%201%200%200%200%200-1.414zm-.935%2016.024a1.023%201.023%200%200%201-1.414-.001l-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-.594-.208A.98.98%200%200%201%204%2019.01a.96.96%200%200%201%20.287-.692l2.829-2.829a1%201%200%200%200%200-1.414L5.701%2012.66a1%201%200%200%201-.292-.706c0-.268.104-.519.293-.708l.707-.707l7.071%207.072zm1.889-2.392L8.075%209.339L13%204.414L19.586%2011z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/brush.svg?color=%231a73e8&size=48