paint brush alt icon
paint-brush-alt from Carbon by IBM · Outline · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- paint-brush-alt
- Set
- Carbon
- Style
- Outline
- Category
- Actions
- Viewbox
- 32×32
- License
- Apache 2.0
More actions icons from Carbon
activity-taskadapter-notificationaddadd-altadd-commentadd-largealign-box-bottom-centeralign-box-bottom-leftalign-box-bottom-rightalign-box-middle-centeralign-box-middle-leftalign-box-middle-rightalign-box-top-centeralign-box-top-leftalign-box-top-rightalign-horizontal-centeralign-horizontal-leftalign-horizontal-rightalign-vertical-bottomalign-vertical-centeralign-vertical-topappsareaarea-custom
Use the paint brush alt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M28.828 3.172a4.094 4.094 0 0 0-5.656 0L4.05 22.292A6.95 6.95 0 0 0 2 27.242V30h2.756a6.95 6.95 0 0 0 4.95-2.05L28.828 8.829a4 4 0 0 0 0-5.657M10.91 18.26l2.829 2.829l-2.122 2.121l-2.828-2.828Zm-2.619 8.276A4.97 4.97 0 0 1 4.756 28H4v-.759a4.97 4.97 0 0 1 1.464-3.535l1.91-1.91l2.829 2.828ZM27.415 7.414l-12.261 12.26l-2.829-2.828l12.262-12.26a2.047 2.047 0 0 1 2.828 0a2 2 0 0 1 0 2.828"/></svg>
React
import type { SVGProps } from "react";
export function CarbonPaintBrushAlt(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="M28.828 3.172a4.094 4.094 0 0 0-5.656 0L4.05 22.292A6.95 6.95 0 0 0 2 27.242V30h2.756a6.95 6.95 0 0 0 4.95-2.05L28.828 8.829a4 4 0 0 0 0-5.657M10.91 18.26l2.829 2.829l-2.122 2.121l-2.828-2.828Zm-2.619 8.276A4.97 4.97 0 0 1 4.756 28H4v-.759a4.97 4.97 0 0 1 1.464-3.535l1.91-1.91l2.829 2.828ZM27.415 7.414l-12.261 12.26l-2.829-2.828l12.262-12.26a2.047 2.047 0 0 1 2.828 0a2 2 0 0 1 0 2.828"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M28.828 3.172a4.094 4.094 0 0 0-5.656 0L4.05 22.292A6.95 6.95 0 0 0 2 27.242V30h2.756a6.95 6.95 0 0 0 4.95-2.05L28.828 8.829a4 4 0 0 0 0-5.657M10.91 18.26l2.829 2.829l-2.122 2.121l-2.828-2.828Zm-2.619 8.276A4.97 4.97 0 0 1 4.756 28H4v-.759a4.97 4.97 0 0 1 1.464-3.535l1.91-1.91l2.829 2.828ZM27.415 7.414l-12.261 12.26l-2.829-2.828l12.262-12.26a2.047 2.047 0 0 1 2.828 0a2 2 0 0 1 0 2.828"/></svg> </template>
CSS
.icon-paint-brush-alt {
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%22M28.828%203.172a4.094%204.094%200%200%200-5.656%200L4.05%2022.292A6.95%206.95%200%200%200%202%2027.242V30h2.756a6.95%206.95%200%200%200%204.95-2.05L28.828%208.829a4%204%200%200%200%200-5.657M10.91%2018.26l2.829%202.829l-2.122%202.121l-2.828-2.828Zm-2.619%208.276A4.97%204.97%200%200%201%204.756%2028H4v-.759a4.97%204.97%200%200%201%201.464-3.535l1.91-1.91l2.829%202.828ZM27.415%207.414l-12.261%2012.26l-2.829-2.828l12.262-12.26a2.047%202.047%200%200%201%202.828%200a2%202%200%200%201%200%202.828%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%22M28.828%203.172a4.094%204.094%200%200%200-5.656%200L4.05%2022.292A6.95%206.95%200%200%200%202%2027.242V30h2.756a6.95%206.95%200%200%200%204.95-2.05L28.828%208.829a4%204%200%200%200%200-5.657M10.91%2018.26l2.829%202.829l-2.122%202.121l-2.828-2.828Zm-2.619%208.276A4.97%204.97%200%200%201%204.756%2028H4v-.759a4.97%204.97%200%200%201%201.464-3.535l1.91-1.91l2.829%202.828ZM27.415%207.414l-12.261%2012.26l-2.829-2.828l12.262-12.26a2.047%202.047%200%200%201%202.828%200a2%202%200%200%201%200%202.828%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/paint-brush-alt.svg?color=%231a73e8&size=48