brush polygon icon
brush-polygon from Carbon by IBM · Outline · Apache-2.0 Free for personal and commercial use.
- Name
- brush-polygon
- Set
- Carbon
- Style
- Outline
- Viewbox
- 32×32
- License
- Apache 2.0
Related icons in Carbon
Use the brush polygon icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path d="M28.828 3.172a4.094 4.094 0 0 0-5.656 0L4.05 22.292A6.954 6.954 0 0 0 2 27.242V30h2.756a6.952 6.952 0 0 0 4.95-2.05L28.828 8.829a3.999 3.999 0 0 0 0-5.657zM10.91 18.26l2.829 2.829l-2.122 2.121l-2.828-2.828zm-2.619 8.276A4.966 4.966 0 0 1 4.756 28H4v-.759a4.967 4.967 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.828z" fill="currentColor"/><path d="M14 2a2.995 2.995 0 0 0-2.816 2H7.816A2.993 2.993 0 1 0 4 7.815v3.37a3 3 0 1 0 2 0v-3.37A2.996 2.996 0 0 0 7.816 6h3.368A2.995 2.995 0 1 0 14 2zM5 15a1 1 0 1 1 1-1a1 1 0 0 1-1 1zm0-9a1 1 0 1 1 1-1a1 1 0 0 1-1 1zm9 0a1 1 0 1 1 1-1a1 1 0 0 1-1 1z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function CarbonBrushPolygon(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path d="M28.828 3.172a4.094 4.094 0 0 0-5.656 0L4.05 22.292A6.954 6.954 0 0 0 2 27.242V30h2.756a6.952 6.952 0 0 0 4.95-2.05L28.828 8.829a3.999 3.999 0 0 0 0-5.657zM10.91 18.26l2.829 2.829l-2.122 2.121l-2.828-2.828zm-2.619 8.276A4.966 4.966 0 0 1 4.756 28H4v-.759a4.967 4.967 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.828z" fill="currentColor"/><path d="M14 2a2.995 2.995 0 0 0-2.816 2H7.816A2.993 2.993 0 1 0 4 7.815v3.37a3 3 0 1 0 2 0v-3.37A2.996 2.996 0 0 0 7.816 6h3.368A2.995 2.995 0 1 0 14 2zM5 15a1 1 0 1 1 1-1a1 1 0 0 1-1 1zm0-9a1 1 0 1 1 1-1a1 1 0 0 1-1 1zm9 0a1 1 0 1 1 1-1a1 1 0 0 1-1 1z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path d="M28.828 3.172a4.094 4.094 0 0 0-5.656 0L4.05 22.292A6.954 6.954 0 0 0 2 27.242V30h2.756a6.952 6.952 0 0 0 4.95-2.05L28.828 8.829a3.999 3.999 0 0 0 0-5.657zM10.91 18.26l2.829 2.829l-2.122 2.121l-2.828-2.828zm-2.619 8.276A4.966 4.966 0 0 1 4.756 28H4v-.759a4.967 4.967 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.828z" fill="currentColor"/><path d="M14 2a2.995 2.995 0 0 0-2.816 2H7.816A2.993 2.993 0 1 0 4 7.815v3.37a3 3 0 1 0 2 0v-3.37A2.996 2.996 0 0 0 7.816 6h3.368A2.995 2.995 0 1 0 14 2zM5 15a1 1 0 1 1 1-1a1 1 0 0 1-1 1zm0-9a1 1 0 1 1 1-1a1 1 0 0 1-1 1zm9 0a1 1 0 1 1 1-1a1 1 0 0 1-1 1z" fill="currentColor"/></svg> </template>
CSS
.icon-brush-polygon {
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%20d%3D%22M28.828%203.172a4.094%204.094%200%200%200-5.656%200L4.05%2022.292A6.954%206.954%200%200%200%202%2027.242V30h2.756a6.952%206.952%200%200%200%204.95-2.05L28.828%208.829a3.999%203.999%200%200%200%200-5.657zM10.91%2018.26l2.829%202.829l-2.122%202.121l-2.828-2.828zm-2.619%208.276A4.966%204.966%200%200%201%204.756%2028H4v-.759a4.967%204.967%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.828z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M14%202a2.995%202.995%200%200%200-2.816%202H7.816A2.993%202.993%200%201%200%204%207.815v3.37a3%203%200%201%200%202%200v-3.37A2.996%202.996%200%200%200%207.816%206h3.368A2.995%202.995%200%201%200%2014%202zM5%2015a1%201%200%201%201%201-1a1%201%200%200%201-1%201zm0-9a1%201%200%201%201%201-1a1%201%200%200%201-1%201zm9%200a1%201%200%201%201%201-1a1%201%200%200%201-1%201z%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%2032%2032%22%3E%3Cpath%20d%3D%22M28.828%203.172a4.094%204.094%200%200%200-5.656%200L4.05%2022.292A6.954%206.954%200%200%200%202%2027.242V30h2.756a6.952%206.952%200%200%200%204.95-2.05L28.828%208.829a3.999%203.999%200%200%200%200-5.657zM10.91%2018.26l2.829%202.829l-2.122%202.121l-2.828-2.828zm-2.619%208.276A4.966%204.966%200%200%201%204.756%2028H4v-.759a4.967%204.967%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.828z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M14%202a2.995%202.995%200%200%200-2.816%202H7.816A2.993%202.993%200%201%200%204%207.815v3.37a3%203%200%201%200%202%200v-3.37A2.996%202.996%200%200%200%207.816%206h3.368A2.995%202.995%200%201%200%2014%202zM5%2015a1%201%200%201%201%201-1a1%201%200%200%201-1%201zm0-9a1%201%200%201%201%201-1a1%201%200%200%201-1%201zm9%200a1%201%200%201%201%201-1a1%201%200%200%201-1%201z%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/carbon/brush-polygon.svg?color=%231a73e8&size=48