paintbrush icon
paintbrush from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- paintbrush
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
paintbrushEmoji One (Colored)paintbrushFramework7 IconspaintbrushFont Awesome 6 SolidpaintbrushFont Awesome SolidpaintbrushFluent EmojipaintbrushFluent Emoji FlatpaintbrushFluent Emoji High ContrastpaintbrushIonIconspaintbrushLucidepaintbrushNoto Emojipaintbrush-16OcticonspaintbrushOpenMojipaintbrush-outlineTeenyiconspaintbrushTwitter Emoji
Related icons in Huge Icons
Use the paintbrush icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M7.515 8.955L4.952 11.55c-1.309 1.326-1.963 1.988-1.96 2.808c.002.82.66 1.478 1.978 2.796l1.867 1.867c1.317 1.317 1.976 1.976 2.795 1.978c.82.003 1.483-.652 2.808-1.96l2.595-2.563"/><path stroke-linejoin="round" d="M16.943 3.778a2.316 2.316 0 1 1 3.27 3.27l-2.749 2.44c-.534.474-.802.711-.872 1.025a1 1 0 0 0-.022.158c-.019.321.173.622.557 1.225l.458.72c.285.448.427.672.504.896c.19.559.123 1.174-.185 1.679c-.123.202-.31.39-.686.765c-.23.23-.344.344-.464.411a.99.99 0 0 1-.97 0c-.12-.067-.235-.182-.464-.411L8.037 8.672c-.23-.229-.344-.344-.411-.464a1 1 0 0 1 0-.97c.067-.12.182-.235.41-.464c.376-.375.564-.563.766-.686a1.99 1.99 0 0 1 1.679-.185c.224.077.448.22.896.504l.72.458c.602.384.903.576 1.224.557a1 1 0 0 0 .158-.022c.314-.07.551-.338 1.025-.872z"/><path stroke-linecap="round" d="m7.64 19.33l1.49-1.491m-4.47-1.491l2.484-2.485"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsPaintbrush(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" strokeLinejoin="round" d="M7.515 8.955L4.952 11.55c-1.309 1.326-1.963 1.988-1.96 2.808c.002.82.66 1.478 1.978 2.796l1.867 1.867c1.317 1.317 1.976 1.976 2.795 1.978c.82.003 1.483-.652 2.808-1.96l2.595-2.563"/><path strokeLinejoin="round" d="M16.943 3.778a2.316 2.316 0 1 1 3.27 3.27l-2.749 2.44c-.534.474-.802.711-.872 1.025a1 1 0 0 0-.022.158c-.019.321.173.622.557 1.225l.458.72c.285.448.427.672.504.896c.19.559.123 1.174-.185 1.679c-.123.202-.31.39-.686.765c-.23.23-.344.344-.464.411a.99.99 0 0 1-.97 0c-.12-.067-.235-.182-.464-.411L8.037 8.672c-.23-.229-.344-.344-.411-.464a1 1 0 0 1 0-.97c.067-.12.182-.235.41-.464c.376-.375.564-.563.766-.686a1.99 1.99 0 0 1 1.679-.185c.224.077.448.22.896.504l.72.458c.602.384.903.576 1.224.557a1 1 0 0 0 .158-.022c.314-.07.551-.338 1.025-.872z"/><path strokeLinecap="round" d="m7.64 19.33l1.49-1.491m-4.47-1.491l2.484-2.485"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M7.515 8.955L4.952 11.55c-1.309 1.326-1.963 1.988-1.96 2.808c.002.82.66 1.478 1.978 2.796l1.867 1.867c1.317 1.317 1.976 1.976 2.795 1.978c.82.003 1.483-.652 2.808-1.96l2.595-2.563"/><path stroke-linejoin="round" d="M16.943 3.778a2.316 2.316 0 1 1 3.27 3.27l-2.749 2.44c-.534.474-.802.711-.872 1.025a1 1 0 0 0-.022.158c-.019.321.173.622.557 1.225l.458.72c.285.448.427.672.504.896c.19.559.123 1.174-.185 1.679c-.123.202-.31.39-.686.765c-.23.23-.344.344-.464.411a.99.99 0 0 1-.97 0c-.12-.067-.235-.182-.464-.411L8.037 8.672c-.23-.229-.344-.344-.411-.464a1 1 0 0 1 0-.97c.067-.12.182-.235.41-.464c.376-.375.564-.563.766-.686a1.99 1.99 0 0 1 1.679-.185c.224.077.448.22.896.504l.72.458c.602.384.903.576 1.224.557a1 1 0 0 0 .158-.022c.314-.07.551-.338 1.025-.872z"/><path stroke-linecap="round" d="m7.64 19.33l1.49-1.491m-4.47-1.491l2.484-2.485"/></g></svg> </template>
CSS
.icon-paintbrush {
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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M7.515%208.955L4.952%2011.55c-1.309%201.326-1.963%201.988-1.96%202.808c.002.82.66%201.478%201.978%202.796l1.867%201.867c1.317%201.317%201.976%201.976%202.795%201.978c.82.003%201.483-.652%202.808-1.96l2.595-2.563%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M16.943%203.778a2.316%202.316%200%201%201%203.27%203.27l-2.749%202.44c-.534.474-.802.711-.872%201.025a1%201%200%200%200-.022.158c-.019.321.173.622.557%201.225l.458.72c.285.448.427.672.504.896c.19.559.123%201.174-.185%201.679c-.123.202-.31.39-.686.765c-.23.23-.344.344-.464.411a.99.99%200%200%201-.97%200c-.12-.067-.235-.182-.464-.411L8.037%208.672c-.23-.229-.344-.344-.411-.464a1%201%200%200%201%200-.97c.067-.12.182-.235.41-.464c.376-.375.564-.563.766-.686a1.99%201.99%200%200%201%201.679-.185c.224.077.448.22.896.504l.72.458c.602.384.903.576%201.224.557a1%201%200%200%200%20.158-.022c.314-.07.551-.338%201.025-.872z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m7.64%2019.33l1.49-1.491m-4.47-1.491l2.484-2.485%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M7.515%208.955L4.952%2011.55c-1.309%201.326-1.963%201.988-1.96%202.808c.002.82.66%201.478%201.978%202.796l1.867%201.867c1.317%201.317%201.976%201.976%202.795%201.978c.82.003%201.483-.652%202.808-1.96l2.595-2.563%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M16.943%203.778a2.316%202.316%200%201%201%203.27%203.27l-2.749%202.44c-.534.474-.802.711-.872%201.025a1%201%200%200%200-.022.158c-.019.321.173.622.557%201.225l.458.72c.285.448.427.672.504.896c.19.559.123%201.174-.185%201.679c-.123.202-.31.39-.686.765c-.23.23-.344.344-.464.411a.99.99%200%200%201-.97%200c-.12-.067-.235-.182-.464-.411L8.037%208.672c-.23-.229-.344-.344-.411-.464a1%201%200%200%201%200-.97c.067-.12.182-.235.41-.464c.376-.375.564-.563.766-.686a1.99%201.99%200%200%201%201.679-.185c.224.077.448.22.896.504l.72.458c.602.384.903.576%201.224.557a1%201%200%200%200%20.158-.022c.314-.07.551-.338%201.025-.872z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m7.64%2019.33l1.49-1.491m-4.47-1.491l2.484-2.485%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/paintbrush.svg?color=%231a73e8&size=48