paintbrush vertical icon
paintbrush-vertical from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- paintbrush-vertical
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the paintbrush vertical 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="M17.493 9.896V6.001c0-1.886 0-2.828-.586-3.414S15.378 2 13.493 2h-3c-1.886 0-2.829 0-3.414.586c-.586.586-.586 1.528-.586 3.414v3.895"/><path stroke-linejoin="round" d="M14.329 19.507a2.341 2.341 0 1 1-4.672 0l.23-3.508c.047-.71.07-1.065-.097-1.337a1 1 0 0 0-.109-.145c-.214-.237-.56-.314-1.256-.469l-.827-.184c-.511-.113-.767-.17-.977-.272a2 2 0 0 1-1.074-1.339c-.054-.227-.054-.49-.054-1.013c0-.32 0-.48.036-.61a1 1 0 0 1 .697-.697c.13-.037.29-.037.61-.037H17.15c.32 0 .48 0 .61.037a1 1 0 0 1 .698.697c.036.13.036.29.036.61c0 .524 0 .786-.054 1.013a2 2 0 0 1-1.074 1.339c-.21.102-.466.159-.977.272l-.828.184c-.694.155-1.042.232-1.256.469a1 1 0 0 0-.108.145c-.168.271-.145.627-.098 1.337z"/><path stroke-linecap="round" d="M9.993 2.001v2.5m4-2.5v4"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsPaintbrushVertical(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="M17.493 9.896V6.001c0-1.886 0-2.828-.586-3.414S15.378 2 13.493 2h-3c-1.886 0-2.829 0-3.414.586c-.586.586-.586 1.528-.586 3.414v3.895"/><path strokeLinejoin="round" d="M14.329 19.507a2.341 2.341 0 1 1-4.672 0l.23-3.508c.047-.71.07-1.065-.097-1.337a1 1 0 0 0-.109-.145c-.214-.237-.56-.314-1.256-.469l-.827-.184c-.511-.113-.767-.17-.977-.272a2 2 0 0 1-1.074-1.339c-.054-.227-.054-.49-.054-1.013c0-.32 0-.48.036-.61a1 1 0 0 1 .697-.697c.13-.037.29-.037.61-.037H17.15c.32 0 .48 0 .61.037a1 1 0 0 1 .698.697c.036.13.036.29.036.61c0 .524 0 .786-.054 1.013a2 2 0 0 1-1.074 1.339c-.21.102-.466.159-.977.272l-.828.184c-.694.155-1.042.232-1.256.469a1 1 0 0 0-.108.145c-.168.271-.145.627-.098 1.337z"/><path strokeLinecap="round" d="M9.993 2.001v2.5m4-2.5v4"/></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="M17.493 9.896V6.001c0-1.886 0-2.828-.586-3.414S15.378 2 13.493 2h-3c-1.886 0-2.829 0-3.414.586c-.586.586-.586 1.528-.586 3.414v3.895"/><path stroke-linejoin="round" d="M14.329 19.507a2.341 2.341 0 1 1-4.672 0l.23-3.508c.047-.71.07-1.065-.097-1.337a1 1 0 0 0-.109-.145c-.214-.237-.56-.314-1.256-.469l-.827-.184c-.511-.113-.767-.17-.977-.272a2 2 0 0 1-1.074-1.339c-.054-.227-.054-.49-.054-1.013c0-.32 0-.48.036-.61a1 1 0 0 1 .697-.697c.13-.037.29-.037.61-.037H17.15c.32 0 .48 0 .61.037a1 1 0 0 1 .698.697c.036.13.036.29.036.61c0 .524 0 .786-.054 1.013a2 2 0 0 1-1.074 1.339c-.21.102-.466.159-.977.272l-.828.184c-.694.155-1.042.232-1.256.469a1 1 0 0 0-.108.145c-.168.271-.145.627-.098 1.337z"/><path stroke-linecap="round" d="M9.993 2.001v2.5m4-2.5v4"/></g></svg> </template>
CSS
.icon-paintbrush-vertical {
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%22M17.493%209.896V6.001c0-1.886%200-2.828-.586-3.414S15.378%202%2013.493%202h-3c-1.886%200-2.829%200-3.414.586c-.586.586-.586%201.528-.586%203.414v3.895%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M14.329%2019.507a2.341%202.341%200%201%201-4.672%200l.23-3.508c.047-.71.07-1.065-.097-1.337a1%201%200%200%200-.109-.145c-.214-.237-.56-.314-1.256-.469l-.827-.184c-.511-.113-.767-.17-.977-.272a2%202%200%200%201-1.074-1.339c-.054-.227-.054-.49-.054-1.013c0-.32%200-.48.036-.61a1%201%200%200%201%20.697-.697c.13-.037.29-.037.61-.037H17.15c.32%200%20.48%200%20.61.037a1%201%200%200%201%20.698.697c.036.13.036.29.036.61c0%20.524%200%20.786-.054%201.013a2%202%200%200%201-1.074%201.339c-.21.102-.466.159-.977.272l-.828.184c-.694.155-1.042.232-1.256.469a1%201%200%200%200-.108.145c-.168.271-.145.627-.098%201.337z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9.993%202.001v2.5m4-2.5v4%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%22M17.493%209.896V6.001c0-1.886%200-2.828-.586-3.414S15.378%202%2013.493%202h-3c-1.886%200-2.829%200-3.414.586c-.586.586-.586%201.528-.586%203.414v3.895%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M14.329%2019.507a2.341%202.341%200%201%201-4.672%200l.23-3.508c.047-.71.07-1.065-.097-1.337a1%201%200%200%200-.109-.145c-.214-.237-.56-.314-1.256-.469l-.827-.184c-.511-.113-.767-.17-.977-.272a2%202%200%200%201-1.074-1.339c-.054-.227-.054-.49-.054-1.013c0-.32%200-.48.036-.61a1%201%200%200%201%20.697-.697c.13-.037.29-.037.61-.037H17.15c.32%200%20.48%200%20.61.037a1%201%200%200%201%20.698.697c.036.13.036.29.036.61c0%20.524%200%20.786-.054%201.013a2%202%200%200%201-1.074%201.339c-.21.102-.466.159-.977.272l-.828.184c-.694.155-1.042.232-1.256.469a1%201%200%200%200-.108.145c-.168.271-.145.627-.098%201.337z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9.993%202.001v2.5m4-2.5v4%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-vertical.svg?color=%231a73e8&size=48