paintbrush icon
paintbrush-outline from Teenyicons by smhmd · Outline · MIT Free for personal and commercial use.
- Name
- paintbrush-outline
- Set
- Teenyicons
- Style
- Outline
- Viewbox
- 15×15
- License
- MIT
1 other variant in Teenyicons
The same icon in other sets
paintbrushEmoji One (Colored)paintbrushFramework7 IconspaintbrushFont Awesome 6 SolidpaintbrushFont Awesome SolidpaintbrushFluent EmojipaintbrushFluent Emoji FlatpaintbrushFluent Emoji High ContrastpaintbrushHuge IconspaintbrushIonIconspaintbrushLucidepaintbrushNoto Emojipaintbrush-16OcticonspaintbrushOpenMojipaintbrushTwitter Emoji
Use the paintbrush icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="m.5 14l-.481-.136a.5.5 0 0 0 .758.552zm.971-3.422l.481.136zm-.46 3.081l-.277-.416zm2.062-.148l-.215.451zM5 6l-.25-.433a.5.5 0 0 0-.104.787zm4 4l-.354.354a.5.5 0 0 0 .787-.103zM14.5.5l.433.25a.5.5 0 0 0-.684-.683zM.981 14.137l.971-3.423l-.962-.273l-.971 3.422zm2.956-4.923H4v-1h-.063zm2.063 2v.053h1v-.053zm-1.947 2h-.08v1h.08zm-3.32.03l-.51.34l.554.832l.512-.34zm2.555-.185a2.6 2.6 0 0 0-2.554.184l.555.832a1.6 1.6 0 0 1 1.569-.113zm.685.155c-.237 0-.471-.053-.685-.155l-.43.903c.348.166.73.252 1.115.252zM6 11.267a1.947 1.947 0 0 1-1.947 1.947v1A2.947 2.947 0 0 0 7 11.267zM4 9.214a2 2 0 0 1 2 2h1a3 3 0 0 0-3-3zm-2.048 1.5a2.06 2.06 0 0 1 1.985-1.5v-1c-1.37 0-2.573.91-2.947 2.227zm2.694-4.36l4 4l.708-.708l-4-4zM14.25.067l-9.5 5.5l.5.866l9.5-5.5zM9.433 10.251l5.5-9.5l-.866-.502l-5.5 9.5zM7.146 4.854l3 3l.708-.708l-3-3z"/></svg>
React
import type { SVGProps } from "react";
export function TeenyiconsPaintbrushOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="m.5 14l-.481-.136a.5.5 0 0 0 .758.552zm.971-3.422l.481.136zm-.46 3.081l-.277-.416zm2.062-.148l-.215.451zM5 6l-.25-.433a.5.5 0 0 0-.104.787zm4 4l-.354.354a.5.5 0 0 0 .787-.103zM14.5.5l.433.25a.5.5 0 0 0-.684-.683zM.981 14.137l.971-3.423l-.962-.273l-.971 3.422zm2.956-4.923H4v-1h-.063zm2.063 2v.053h1v-.053zm-1.947 2h-.08v1h.08zm-3.32.03l-.51.34l.554.832l.512-.34zm2.555-.185a2.6 2.6 0 0 0-2.554.184l.555.832a1.6 1.6 0 0 1 1.569-.113zm.685.155c-.237 0-.471-.053-.685-.155l-.43.903c.348.166.73.252 1.115.252zM6 11.267a1.947 1.947 0 0 1-1.947 1.947v1A2.947 2.947 0 0 0 7 11.267zM4 9.214a2 2 0 0 1 2 2h1a3 3 0 0 0-3-3zm-2.048 1.5a2.06 2.06 0 0 1 1.985-1.5v-1c-1.37 0-2.573.91-2.947 2.227zm2.694-4.36l4 4l.708-.708l-4-4zM14.25.067l-9.5 5.5l.5.866l9.5-5.5zM9.433 10.251l5.5-9.5l-.866-.502l-5.5 9.5zM7.146 4.854l3 3l.708-.708l-3-3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="m.5 14l-.481-.136a.5.5 0 0 0 .758.552zm.971-3.422l.481.136zm-.46 3.081l-.277-.416zm2.062-.148l-.215.451zM5 6l-.25-.433a.5.5 0 0 0-.104.787zm4 4l-.354.354a.5.5 0 0 0 .787-.103zM14.5.5l.433.25a.5.5 0 0 0-.684-.683zM.981 14.137l.971-3.423l-.962-.273l-.971 3.422zm2.956-4.923H4v-1h-.063zm2.063 2v.053h1v-.053zm-1.947 2h-.08v1h.08zm-3.32.03l-.51.34l.554.832l.512-.34zm2.555-.185a2.6 2.6 0 0 0-2.554.184l.555.832a1.6 1.6 0 0 1 1.569-.113zm.685.155c-.237 0-.471-.053-.685-.155l-.43.903c.348.166.73.252 1.115.252zM6 11.267a1.947 1.947 0 0 1-1.947 1.947v1A2.947 2.947 0 0 0 7 11.267zM4 9.214a2 2 0 0 1 2 2h1a3 3 0 0 0-3-3zm-2.048 1.5a2.06 2.06 0 0 1 1.985-1.5v-1c-1.37 0-2.573.91-2.947 2.227zm2.694-4.36l4 4l.708-.708l-4-4zM14.25.067l-9.5 5.5l.5.866l9.5-5.5zM9.433 10.251l5.5-9.5l-.866-.502l-5.5 9.5zM7.146 4.854l3 3l.708-.708l-3-3z"/></svg> </template>
CSS
.icon-paintbrush-outline {
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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m.5%2014l-.481-.136a.5.5%200%200%200%20.758.552zm.971-3.422l.481.136zm-.46%203.081l-.277-.416zm2.062-.148l-.215.451zM5%206l-.25-.433a.5.5%200%200%200-.104.787zm4%204l-.354.354a.5.5%200%200%200%20.787-.103zM14.5.5l.433.25a.5.5%200%200%200-.684-.683zM.981%2014.137l.971-3.423l-.962-.273l-.971%203.422zm2.956-4.923H4v-1h-.063zm2.063%202v.053h1v-.053zm-1.947%202h-.08v1h.08zm-3.32.03l-.51.34l.554.832l.512-.34zm2.555-.185a2.6%202.6%200%200%200-2.554.184l.555.832a1.6%201.6%200%200%201%201.569-.113zm.685.155c-.237%200-.471-.053-.685-.155l-.43.903c.348.166.73.252%201.115.252zM6%2011.267a1.947%201.947%200%200%201-1.947%201.947v1A2.947%202.947%200%200%200%207%2011.267zM4%209.214a2%202%200%200%201%202%202h1a3%203%200%200%200-3-3zm-2.048%201.5a2.06%202.06%200%200%201%201.985-1.5v-1c-1.37%200-2.573.91-2.947%202.227zm2.694-4.36l4%204l.708-.708l-4-4zM14.25.067l-9.5%205.5l.5.866l9.5-5.5zM9.433%2010.251l5.5-9.5l-.866-.502l-5.5%209.5zM7.146%204.854l3%203l.708-.708l-3-3z%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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m.5%2014l-.481-.136a.5.5%200%200%200%20.758.552zm.971-3.422l.481.136zm-.46%203.081l-.277-.416zm2.062-.148l-.215.451zM5%206l-.25-.433a.5.5%200%200%200-.104.787zm4%204l-.354.354a.5.5%200%200%200%20.787-.103zM14.5.5l.433.25a.5.5%200%200%200-.684-.683zM.981%2014.137l.971-3.423l-.962-.273l-.971%203.422zm2.956-4.923H4v-1h-.063zm2.063%202v.053h1v-.053zm-1.947%202h-.08v1h.08zm-3.32.03l-.51.34l.554.832l.512-.34zm2.555-.185a2.6%202.6%200%200%200-2.554.184l.555.832a1.6%201.6%200%200%201%201.569-.113zm.685.155c-.237%200-.471-.053-.685-.155l-.43.903c.348.166.73.252%201.115.252zM6%2011.267a1.947%201.947%200%200%201-1.947%201.947v1A2.947%202.947%200%200%200%207%2011.267zM4%209.214a2%202%200%200%201%202%202h1a3%203%200%200%200-3-3zm-2.048%201.5a2.06%202.06%200%200%201%201.985-1.5v-1c-1.37%200-2.573.91-2.947%202.227zm2.694-4.36l4%204l.708-.708l-4-4zM14.25.067l-9.5%205.5l.5.866l9.5-5.5zM9.433%2010.251l5.5-9.5l-.866-.502l-5.5%209.5zM7.146%204.854l3%203l.708-.708l-3-3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/teenyicons/paintbrush-outline.svg?color=%231a73e8&size=48