brush icon
brush from Line Awesome by Icons8 · Line · Design · Apache-2.0 Free for personal and commercial use.
- Name
- brush
- Set
- Line Awesome
- Style
- Line
- Category
- Design
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- brush-solid
The same icon in other sets
brushBootstrap IconsbrushBoxIcons v2brushBoxIcons v2 SolidbrushElement Plusbrush-fillEva IconsbrushFont Awesome 6 SolidbrushFont Awesome Solidbrushcss.ggbrushHuge IconsbrushIonIconsbrushJam IconsbrushLucidebrushMaterial SymbolsbrushMaterial Symbols LightbrushMaterial Design Iconsbrush-fillMingCute IconbrushPixelarticonsbrush-fillRemix IconbrushTabler IconsbrushTDesign Iconsbrush-outlineTeenyiconsbrushWeb3 Icons Branded
More design icons from Line Awesome
Use the brush icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m19 2.031l-.719.688l-5.562 5.594L12 9l-1 1l-2.281 2.313l-.563.562l.438.688s.61.937 1.094 1.968c.242.516.46 1.063.53 1.438c.036.187.04.3.032.343c-.11.086-1.426 1.13-3 2.407c-1.64 1.328-3.383 2.726-4.094 3.437a4.013 4.013 0 0 0 0 5.657c1.547 1.546 4.07 1.535 5.625 0h.031c.715-.715 2.149-2.43 3.47-4.063a653 653 0 0 0 2.437-3.031c-.004.004.043-.063.406 0c.363.062.879.25 1.375.5a16 16 0 0 1 1.906 1.156l.688.5l.593-.594L22 21l1-1l.688-.719l5.593-5.562l.688-.719l-.688-.719L19.72 2.72zm1.313 5.219c.19.016.34.09.468.219c.512.515-.234 2.52-.593 3.375c-.36.86-.247 1.531.218 2c.793.8 2.89-1.082 3.782-.188c.886.895-.727 2.797-.157 3.375l.032.032l-1.782 1.78l-8.125-8.124l1.375-1.375c.02.023.04.039.063.062c.68.684 2.074.031 2.656-.344c.688-.44 1.492-.859 2.063-.812m-7.594 3.906l8.125 8.125l-.282.282l-1.718 1.75c-.387-.266-.657-.485-1.438-.875c-.597-.297-1.246-.57-1.937-.688s-1.567-.09-2.188.531l-.031.063l-.031.031s-1.18 1.496-2.5 3.125s-2.852 3.445-3.313 3.906c-.789.79-2.023.79-2.812 0a1.967 1.967 0 0 1 0-2.812c.46-.461 2.277-1.992 3.906-3.313c1.629-1.32 3.125-2.5 3.125-2.5l.031-.031l.063-.031c.633-.63.594-1.465.469-2.125c-.126-.66-.407-1.305-.688-1.907c-.379-.812-.602-1.109-.844-1.5l1.781-1.75zm-6.469 13.5a1.093 1.093 0 1 0 0 2.188a1.093 1.093 0 1 0 0-2.188"/></svg>
React
import type { SVGProps } from "react";
export function LaBrush(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m19 2.031l-.719.688l-5.562 5.594L12 9l-1 1l-2.281 2.313l-.563.562l.438.688s.61.937 1.094 1.968c.242.516.46 1.063.53 1.438c.036.187.04.3.032.343c-.11.086-1.426 1.13-3 2.407c-1.64 1.328-3.383 2.726-4.094 3.437a4.013 4.013 0 0 0 0 5.657c1.547 1.546 4.07 1.535 5.625 0h.031c.715-.715 2.149-2.43 3.47-4.063a653 653 0 0 0 2.437-3.031c-.004.004.043-.063.406 0c.363.062.879.25 1.375.5a16 16 0 0 1 1.906 1.156l.688.5l.593-.594L22 21l1-1l.688-.719l5.593-5.562l.688-.719l-.688-.719L19.72 2.72zm1.313 5.219c.19.016.34.09.468.219c.512.515-.234 2.52-.593 3.375c-.36.86-.247 1.531.218 2c.793.8 2.89-1.082 3.782-.188c.886.895-.727 2.797-.157 3.375l.032.032l-1.782 1.78l-8.125-8.124l1.375-1.375c.02.023.04.039.063.062c.68.684 2.074.031 2.656-.344c.688-.44 1.492-.859 2.063-.812m-7.594 3.906l8.125 8.125l-.282.282l-1.718 1.75c-.387-.266-.657-.485-1.438-.875c-.597-.297-1.246-.57-1.937-.688s-1.567-.09-2.188.531l-.031.063l-.031.031s-1.18 1.496-2.5 3.125s-2.852 3.445-3.313 3.906c-.789.79-2.023.79-2.812 0a1.967 1.967 0 0 1 0-2.812c.46-.461 2.277-1.992 3.906-3.313c1.629-1.32 3.125-2.5 3.125-2.5l.031-.031l.063-.031c.633-.63.594-1.465.469-2.125c-.126-.66-.407-1.305-.688-1.907c-.379-.812-.602-1.109-.844-1.5l1.781-1.75zm-6.469 13.5a1.093 1.093 0 1 0 0 2.188a1.093 1.093 0 1 0 0-2.188"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m19 2.031l-.719.688l-5.562 5.594L12 9l-1 1l-2.281 2.313l-.563.562l.438.688s.61.937 1.094 1.968c.242.516.46 1.063.53 1.438c.036.187.04.3.032.343c-.11.086-1.426 1.13-3 2.407c-1.64 1.328-3.383 2.726-4.094 3.437a4.013 4.013 0 0 0 0 5.657c1.547 1.546 4.07 1.535 5.625 0h.031c.715-.715 2.149-2.43 3.47-4.063a653 653 0 0 0 2.437-3.031c-.004.004.043-.063.406 0c.363.062.879.25 1.375.5a16 16 0 0 1 1.906 1.156l.688.5l.593-.594L22 21l1-1l.688-.719l5.593-5.562l.688-.719l-.688-.719L19.72 2.72zm1.313 5.219c.19.016.34.09.468.219c.512.515-.234 2.52-.593 3.375c-.36.86-.247 1.531.218 2c.793.8 2.89-1.082 3.782-.188c.886.895-.727 2.797-.157 3.375l.032.032l-1.782 1.78l-8.125-8.124l1.375-1.375c.02.023.04.039.063.062c.68.684 2.074.031 2.656-.344c.688-.44 1.492-.859 2.063-.812m-7.594 3.906l8.125 8.125l-.282.282l-1.718 1.75c-.387-.266-.657-.485-1.438-.875c-.597-.297-1.246-.57-1.937-.688s-1.567-.09-2.188.531l-.031.063l-.031.031s-1.18 1.496-2.5 3.125s-2.852 3.445-3.313 3.906c-.789.79-2.023.79-2.812 0a1.967 1.967 0 0 1 0-2.812c.46-.461 2.277-1.992 3.906-3.313c1.629-1.32 3.125-2.5 3.125-2.5l.031-.031l.063-.031c.633-.63.594-1.465.469-2.125c-.126-.66-.407-1.305-.688-1.907c-.379-.812-.602-1.109-.844-1.5l1.781-1.75zm-6.469 13.5a1.093 1.093 0 1 0 0 2.188a1.093 1.093 0 1 0 0-2.188"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m19%202.031l-.719.688l-5.562%205.594L12%209l-1%201l-2.281%202.313l-.563.562l.438.688s.61.937%201.094%201.968c.242.516.46%201.063.53%201.438c.036.187.04.3.032.343c-.11.086-1.426%201.13-3%202.407c-1.64%201.328-3.383%202.726-4.094%203.437a4.013%204.013%200%200%200%200%205.657c1.547%201.546%204.07%201.535%205.625%200h.031c.715-.715%202.149-2.43%203.47-4.063a653%20653%200%200%200%202.437-3.031c-.004.004.043-.063.406%200c.363.062.879.25%201.375.5a16%2016%200%200%201%201.906%201.156l.688.5l.593-.594L22%2021l1-1l.688-.719l5.593-5.562l.688-.719l-.688-.719L19.72%202.72zm1.313%205.219c.19.016.34.09.468.219c.512.515-.234%202.52-.593%203.375c-.36.86-.247%201.531.218%202c.793.8%202.89-1.082%203.782-.188c.886.895-.727%202.797-.157%203.375l.032.032l-1.782%201.78l-8.125-8.124l1.375-1.375c.02.023.04.039.063.062c.68.684%202.074.031%202.656-.344c.688-.44%201.492-.859%202.063-.812m-7.594%203.906l8.125%208.125l-.282.282l-1.718%201.75c-.387-.266-.657-.485-1.438-.875c-.597-.297-1.246-.57-1.937-.688s-1.567-.09-2.188.531l-.031.063l-.031.031s-1.18%201.496-2.5%203.125s-2.852%203.445-3.313%203.906c-.789.79-2.023.79-2.812%200a1.967%201.967%200%200%201%200-2.812c.46-.461%202.277-1.992%203.906-3.313c1.629-1.32%203.125-2.5%203.125-2.5l.031-.031l.063-.031c.633-.63.594-1.465.469-2.125c-.126-.66-.407-1.305-.688-1.907c-.379-.812-.602-1.109-.844-1.5l1.781-1.75zm-6.469%2013.5a1.093%201.093%200%201%200%200%202.188a1.093%201.093%200%201%200%200-2.188%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m19%202.031l-.719.688l-5.562%205.594L12%209l-1%201l-2.281%202.313l-.563.562l.438.688s.61.937%201.094%201.968c.242.516.46%201.063.53%201.438c.036.187.04.3.032.343c-.11.086-1.426%201.13-3%202.407c-1.64%201.328-3.383%202.726-4.094%203.437a4.013%204.013%200%200%200%200%205.657c1.547%201.546%204.07%201.535%205.625%200h.031c.715-.715%202.149-2.43%203.47-4.063a653%20653%200%200%200%202.437-3.031c-.004.004.043-.063.406%200c.363.062.879.25%201.375.5a16%2016%200%200%201%201.906%201.156l.688.5l.593-.594L22%2021l1-1l.688-.719l5.593-5.562l.688-.719l-.688-.719L19.72%202.72zm1.313%205.219c.19.016.34.09.468.219c.512.515-.234%202.52-.593%203.375c-.36.86-.247%201.531.218%202c.793.8%202.89-1.082%203.782-.188c.886.895-.727%202.797-.157%203.375l.032.032l-1.782%201.78l-8.125-8.124l1.375-1.375c.02.023.04.039.063.062c.68.684%202.074.031%202.656-.344c.688-.44%201.492-.859%202.063-.812m-7.594%203.906l8.125%208.125l-.282.282l-1.718%201.75c-.387-.266-.657-.485-1.438-.875c-.597-.297-1.246-.57-1.937-.688s-1.567-.09-2.188.531l-.031.063l-.031.031s-1.18%201.496-2.5%203.125s-2.852%203.445-3.313%203.906c-.789.79-2.023.79-2.812%200a1.967%201.967%200%200%201%200-2.812c.46-.461%202.277-1.992%203.906-3.313c1.629-1.32%203.125-2.5%203.125-2.5l.031-.031l.063-.031c.633-.63.594-1.465.469-2.125c-.126-.66-.407-1.305-.688-1.907c-.379-.812-.602-1.109-.844-1.5l1.781-1.75zm-6.469%2013.5a1.093%201.093%200%201%200%200%202.188a1.093%201.093%200%201%200%200-2.188%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/brush.svg?color=%231a73e8&size=48