paint brush 02 icon
paint-brush-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- paint-brush-02
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the paint brush 02 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-linecap="round" stroke-width="1.5"><path d="M4 5c0-.744 0-1.116.09-1.42a2.2 2.2 0 0 1 1.49-1.49C5.884 2 6.256 2 7 2h7c.744 0 1.116 0 1.42.09a2.2 2.2 0 0 1 1.49 1.49c.09.304.09.676.09 1.42s0 1.116-.09 1.42a2.2 2.2 0 0 1-1.49 1.49C15.116 8 14.744 8 14 8H7c-.744 0-1.116 0-1.42-.09a2.2 2.2 0 0 1-1.49-1.49C4 6.116 4 5.744 4 5Zm8 12.5c0-.466 0-.699.076-.883a1 1 0 0 1 .541-.54c.184-.077.417-.077.883-.077s.699 0 .883.076a1 1 0 0 1 .54.541c.077.184.077.417.077.883v3c0 .466 0 .699-.076.883a1 1 0 0 1-.541.54c-.184.077-.417.077-.883.077s-.699 0-.883-.076a1 1 0 0 1-.54-.541C12 21.199 12 20.966 12 20.5z"/><path stroke-linejoin="round" d="M17.249 5c.855 0 1.282 0 1.62.152C19.997 5.662 20 6.862 20 8.004c0 .957 0 1.435-.13 1.838c-.419 1.296-2.131 1.926-3.786 2.395c-1.183.336-1.775.503-2.18 1.039c-.404.535-.404 1.163-.404 2.42V16"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsPaintBrush02(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" strokeLinecap="round" strokeWidth="1.5"><path d="M4 5c0-.744 0-1.116.09-1.42a2.2 2.2 0 0 1 1.49-1.49C5.884 2 6.256 2 7 2h7c.744 0 1.116 0 1.42.09a2.2 2.2 0 0 1 1.49 1.49c.09.304.09.676.09 1.42s0 1.116-.09 1.42a2.2 2.2 0 0 1-1.49 1.49C15.116 8 14.744 8 14 8H7c-.744 0-1.116 0-1.42-.09a2.2 2.2 0 0 1-1.49-1.49C4 6.116 4 5.744 4 5Zm8 12.5c0-.466 0-.699.076-.883a1 1 0 0 1 .541-.54c.184-.077.417-.077.883-.077s.699 0 .883.076a1 1 0 0 1 .54.541c.077.184.077.417.077.883v3c0 .466 0 .699-.076.883a1 1 0 0 1-.541.54c-.184.077-.417.077-.883.077s-.699 0-.883-.076a1 1 0 0 1-.54-.541C12 21.199 12 20.966 12 20.5z"/><path strokeLinejoin="round" d="M17.249 5c.855 0 1.282 0 1.62.152C19.997 5.662 20 6.862 20 8.004c0 .957 0 1.435-.13 1.838c-.419 1.296-2.131 1.926-3.786 2.395c-1.183.336-1.775.503-2.18 1.039c-.404.535-.404 1.163-.404 2.42V16"/></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-linecap="round" stroke-width="1.5"><path d="M4 5c0-.744 0-1.116.09-1.42a2.2 2.2 0 0 1 1.49-1.49C5.884 2 6.256 2 7 2h7c.744 0 1.116 0 1.42.09a2.2 2.2 0 0 1 1.49 1.49c.09.304.09.676.09 1.42s0 1.116-.09 1.42a2.2 2.2 0 0 1-1.49 1.49C15.116 8 14.744 8 14 8H7c-.744 0-1.116 0-1.42-.09a2.2 2.2 0 0 1-1.49-1.49C4 6.116 4 5.744 4 5Zm8 12.5c0-.466 0-.699.076-.883a1 1 0 0 1 .541-.54c.184-.077.417-.077.883-.077s.699 0 .883.076a1 1 0 0 1 .54.541c.077.184.077.417.077.883v3c0 .466 0 .699-.076.883a1 1 0 0 1-.541.54c-.184.077-.417.077-.883.077s-.699 0-.883-.076a1 1 0 0 1-.54-.541C12 21.199 12 20.966 12 20.5z"/><path stroke-linejoin="round" d="M17.249 5c.855 0 1.282 0 1.62.152C19.997 5.662 20 6.862 20 8.004c0 .957 0 1.435-.13 1.838c-.419 1.296-2.131 1.926-3.786 2.395c-1.183.336-1.775.503-2.18 1.039c-.404.535-.404 1.163-.404 2.42V16"/></g></svg> </template>
CSS
.icon-paint-brush-02 {
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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M4%205c0-.744%200-1.116.09-1.42a2.2%202.2%200%200%201%201.49-1.49C5.884%202%206.256%202%207%202h7c.744%200%201.116%200%201.42.09a2.2%202.2%200%200%201%201.49%201.49c.09.304.09.676.09%201.42s0%201.116-.09%201.42a2.2%202.2%200%200%201-1.49%201.49C15.116%208%2014.744%208%2014%208H7c-.744%200-1.116%200-1.42-.09a2.2%202.2%200%200%201-1.49-1.49C4%206.116%204%205.744%204%205Zm8%2012.5c0-.466%200-.699.076-.883a1%201%200%200%201%20.541-.54c.184-.077.417-.077.883-.077s.699%200%20.883.076a1%201%200%200%201%20.54.541c.077.184.077.417.077.883v3c0%20.466%200%20.699-.076.883a1%201%200%200%201-.541.54c-.184.077-.417.077-.883.077s-.699%200-.883-.076a1%201%200%200%201-.54-.541C12%2021.199%2012%2020.966%2012%2020.5z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M17.249%205c.855%200%201.282%200%201.62.152C19.997%205.662%2020%206.862%2020%208.004c0%20.957%200%201.435-.13%201.838c-.419%201.296-2.131%201.926-3.786%202.395c-1.183.336-1.775.503-2.18%201.039c-.404.535-.404%201.163-.404%202.42V16%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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M4%205c0-.744%200-1.116.09-1.42a2.2%202.2%200%200%201%201.49-1.49C5.884%202%206.256%202%207%202h7c.744%200%201.116%200%201.42.09a2.2%202.2%200%200%201%201.49%201.49c.09.304.09.676.09%201.42s0%201.116-.09%201.42a2.2%202.2%200%200%201-1.49%201.49C15.116%208%2014.744%208%2014%208H7c-.744%200-1.116%200-1.42-.09a2.2%202.2%200%200%201-1.49-1.49C4%206.116%204%205.744%204%205Zm8%2012.5c0-.466%200-.699.076-.883a1%201%200%200%201%20.541-.54c.184-.077.417-.077.883-.077s.699%200%20.883.076a1%201%200%200%201%20.54.541c.077.184.077.417.077.883v3c0%20.466%200%20.699-.076.883a1%201%200%200%201-.541.54c-.184.077-.417.077-.883.077s-.699%200-.883-.076a1%201%200%200%201-.54-.541C12%2021.199%2012%2020.966%2012%2020.5z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M17.249%205c.855%200%201.282%200%201.62.152C19.997%205.662%2020%206.862%2020%208.004c0%20.957%200%201.435-.13%201.838c-.419%201.296-2.131%201.926-3.786%202.395c-1.183.336-1.775.503-2.18%201.039c-.404.535-.404%201.163-.404%202.42V16%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/paint-brush-02.svg?color=%231a73e8&size=48