paintbrush icon
paintbrush-16 from Octicons by GitHub · 16 · MIT Free for personal and commercial use.
- Name
- paintbrush-16
- Set
- Octicons
- Style
- 16
- Viewbox
- 16×16
- License
- MIT
1 other variant in Octicons
The same icon in other sets
paintbrushEmoji One (Colored)paintbrushFramework7 IconspaintbrushFont Awesome 6 SolidpaintbrushFont Awesome SolidpaintbrushFluent EmojipaintbrushFluent Emoji FlatpaintbrushFluent Emoji High ContrastpaintbrushHuge IconspaintbrushIonIconspaintbrushLucidepaintbrushNoto EmojipaintbrushOpenMojipaintbrush-outlineTeenyiconspaintbrushTwitter Emoji
Use the paintbrush icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11.134 1.535c.7-.509 1.416-.942 2.076-1.155c.649-.21 1.463-.267 2.069.34c.603.601.568 1.411.368 2.07c-.202.668-.624 1.39-1.125 2.096c-1.011 1.424-2.496 2.987-3.775 4.249c-1.098 1.084-2.132 1.839-3.04 2.3a3.74 3.74 0 0 1-1.055 3.217c-.431.431-1.065.691-1.657.861c-.614.177-1.294.287-1.914.357A21 21 0 0 1 .797 16H.743l.007-.75H.749L.742 16a.75.75 0 0 1-.743-.742l.743-.008l-.742.007v-.054a21 21 0 0 1 .13-2.284q.101-.972.358-1.914c.17-.591.43-1.226.86-1.657a3.75 3.75 0 0 1 3.227-1.054c.466-.893 1.225-1.907 2.314-2.982c1.271-1.255 2.833-2.75 4.245-3.777M1.62 13.089q-.077.696-.104 1.395q.7-.027 1.396-.104a10.5 10.5 0 0 0 1.668-.309c.526-.151.856-.325 1.011-.48a2.25 2.25 0 1 0-3.182-3.182c-.155.155-.329.485-.48 1.01a10.5 10.5 0 0 0-.309 1.67m10.396-10.34c-1.224.89-2.605 2.189-3.822 3.384l1.718 1.718c1.21-1.205 2.51-2.597 3.387-3.833c.47-.662.78-1.227.912-1.662c.134-.444.032-.551.009-.575h-.001V1.78c-.014-.014-.113-.113-.548.027c-.432.14-.995.462-1.655.942m-4.832 7.266a10 10 0 0 0 1.63-1.142L7.155 7.216a9.7 9.7 0 0 0-1.161 1.607c.482.302.889.71 1.19 1.192"/></svg>
React
import type { SVGProps } from "react";
export function OcticonPaintbrush16(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11.134 1.535c.7-.509 1.416-.942 2.076-1.155c.649-.21 1.463-.267 2.069.34c.603.601.568 1.411.368 2.07c-.202.668-.624 1.39-1.125 2.096c-1.011 1.424-2.496 2.987-3.775 4.249c-1.098 1.084-2.132 1.839-3.04 2.3a3.74 3.74 0 0 1-1.055 3.217c-.431.431-1.065.691-1.657.861c-.614.177-1.294.287-1.914.357A21 21 0 0 1 .797 16H.743l.007-.75H.749L.742 16a.75.75 0 0 1-.743-.742l.743-.008l-.742.007v-.054a21 21 0 0 1 .13-2.284q.101-.972.358-1.914c.17-.591.43-1.226.86-1.657a3.75 3.75 0 0 1 3.227-1.054c.466-.893 1.225-1.907 2.314-2.982c1.271-1.255 2.833-2.75 4.245-3.777M1.62 13.089q-.077.696-.104 1.395q.7-.027 1.396-.104a10.5 10.5 0 0 0 1.668-.309c.526-.151.856-.325 1.011-.48a2.25 2.25 0 1 0-3.182-3.182c-.155.155-.329.485-.48 1.01a10.5 10.5 0 0 0-.309 1.67m10.396-10.34c-1.224.89-2.605 2.189-3.822 3.384l1.718 1.718c1.21-1.205 2.51-2.597 3.387-3.833c.47-.662.78-1.227.912-1.662c.134-.444.032-.551.009-.575h-.001V1.78c-.014-.014-.113-.113-.548.027c-.432.14-.995.462-1.655.942m-4.832 7.266a10 10 0 0 0 1.63-1.142L7.155 7.216a9.7 9.7 0 0 0-1.161 1.607c.482.302.889.71 1.19 1.192"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11.134 1.535c.7-.509 1.416-.942 2.076-1.155c.649-.21 1.463-.267 2.069.34c.603.601.568 1.411.368 2.07c-.202.668-.624 1.39-1.125 2.096c-1.011 1.424-2.496 2.987-3.775 4.249c-1.098 1.084-2.132 1.839-3.04 2.3a3.74 3.74 0 0 1-1.055 3.217c-.431.431-1.065.691-1.657.861c-.614.177-1.294.287-1.914.357A21 21 0 0 1 .797 16H.743l.007-.75H.749L.742 16a.75.75 0 0 1-.743-.742l.743-.008l-.742.007v-.054a21 21 0 0 1 .13-2.284q.101-.972.358-1.914c.17-.591.43-1.226.86-1.657a3.75 3.75 0 0 1 3.227-1.054c.466-.893 1.225-1.907 2.314-2.982c1.271-1.255 2.833-2.75 4.245-3.777M1.62 13.089q-.077.696-.104 1.395q.7-.027 1.396-.104a10.5 10.5 0 0 0 1.668-.309c.526-.151.856-.325 1.011-.48a2.25 2.25 0 1 0-3.182-3.182c-.155.155-.329.485-.48 1.01a10.5 10.5 0 0 0-.309 1.67m10.396-10.34c-1.224.89-2.605 2.189-3.822 3.384l1.718 1.718c1.21-1.205 2.51-2.597 3.387-3.833c.47-.662.78-1.227.912-1.662c.134-.444.032-.551.009-.575h-.001V1.78c-.014-.014-.113-.113-.548.027c-.432.14-.995.462-1.655.942m-4.832 7.266a10 10 0 0 0 1.63-1.142L7.155 7.216a9.7 9.7 0 0 0-1.161 1.607c.482.302.889.71 1.19 1.192"/></svg> </template>
CSS
.icon-paintbrush-16 {
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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.134%201.535c.7-.509%201.416-.942%202.076-1.155c.649-.21%201.463-.267%202.069.34c.603.601.568%201.411.368%202.07c-.202.668-.624%201.39-1.125%202.096c-1.011%201.424-2.496%202.987-3.775%204.249c-1.098%201.084-2.132%201.839-3.04%202.3a3.74%203.74%200%200%201-1.055%203.217c-.431.431-1.065.691-1.657.861c-.614.177-1.294.287-1.914.357A21%2021%200%200%201%20.797%2016H.743l.007-.75H.749L.742%2016a.75.75%200%200%201-.743-.742l.743-.008l-.742.007v-.054a21%2021%200%200%201%20.13-2.284q.101-.972.358-1.914c.17-.591.43-1.226.86-1.657a3.75%203.75%200%200%201%203.227-1.054c.466-.893%201.225-1.907%202.314-2.982c1.271-1.255%202.833-2.75%204.245-3.777M1.62%2013.089q-.077.696-.104%201.395q.7-.027%201.396-.104a10.5%2010.5%200%200%200%201.668-.309c.526-.151.856-.325%201.011-.48a2.25%202.25%200%201%200-3.182-3.182c-.155.155-.329.485-.48%201.01a10.5%2010.5%200%200%200-.309%201.67m10.396-10.34c-1.224.89-2.605%202.189-3.822%203.384l1.718%201.718c1.21-1.205%202.51-2.597%203.387-3.833c.47-.662.78-1.227.912-1.662c.134-.444.032-.551.009-.575h-.001V1.78c-.014-.014-.113-.113-.548.027c-.432.14-.995.462-1.655.942m-4.832%207.266a10%2010%200%200%200%201.63-1.142L7.155%207.216a9.7%209.7%200%200%200-1.161%201.607c.482.302.889.71%201.19%201.192%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.134%201.535c.7-.509%201.416-.942%202.076-1.155c.649-.21%201.463-.267%202.069.34c.603.601.568%201.411.368%202.07c-.202.668-.624%201.39-1.125%202.096c-1.011%201.424-2.496%202.987-3.775%204.249c-1.098%201.084-2.132%201.839-3.04%202.3a3.74%203.74%200%200%201-1.055%203.217c-.431.431-1.065.691-1.657.861c-.614.177-1.294.287-1.914.357A21%2021%200%200%201%20.797%2016H.743l.007-.75H.749L.742%2016a.75.75%200%200%201-.743-.742l.743-.008l-.742.007v-.054a21%2021%200%200%201%20.13-2.284q.101-.972.358-1.914c.17-.591.43-1.226.86-1.657a3.75%203.75%200%200%201%203.227-1.054c.466-.893%201.225-1.907%202.314-2.982c1.271-1.255%202.833-2.75%204.245-3.777M1.62%2013.089q-.077.696-.104%201.395q.7-.027%201.396-.104a10.5%2010.5%200%200%200%201.668-.309c.526-.151.856-.325%201.011-.48a2.25%202.25%200%201%200-3.182-3.182c-.155.155-.329.485-.48%201.01a10.5%2010.5%200%200%200-.309%201.67m10.396-10.34c-1.224.89-2.605%202.189-3.822%203.384l1.718%201.718c1.21-1.205%202.51-2.597%203.387-3.833c.47-.662.78-1.227.912-1.662c.134-.444.032-.551.009-.575h-.001V1.78c-.014-.014-.113-.113-.548.027c-.432.14-.995.462-1.655.942m-4.832%207.266a10%2010%200%200%200%201.63-1.142L7.155%207.216a9.7%209.7%200%200%200-1.161%201.607c.482.302.889.71%201.19%201.192%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/octicon/paintbrush-16.svg?color=%231a73e8&size=48