paint icon
paint from IconPark by ByteDance · Color · Makeups · Apache-2.0 Free for personal and commercial use.
- Name
- paint
- Set
- IconPark
- Style
- Color
- Category
- Makeups
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More makeups icons from IconPark
Use the paint icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M15.5355 22.8977L25.435 32.7972"/><path d="M15.5356 22.8977L7.05025 31.383C4.31658 34.1167 4.31658 38.5488 7.05025 41.2825C9.78387 44.0162 14.2161 44.0162 16.9498 41.2825L25.4351 32.7972"/><path d="M15.5355 32.7973L11.2928 37.0399"/><path fill="#2F88FF" d="M25.435 32.7973L40.3424 26.365C43.0296 25.2055 44.1508 21.986 42.4279 19.6202C38.2642 13.9031 32.6507 8.89045 28.5095 5.82296C26.2199 4.12709 23.1795 5.18222 22.0507 7.79827L15.5355 22.8978L25.435 32.7973Z"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkPaint(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"><path d="M15.5355 22.8977L25.435 32.7972"/><path d="M15.5356 22.8977L7.05025 31.383C4.31658 34.1167 4.31658 38.5488 7.05025 41.2825C9.78387 44.0162 14.2161 44.0162 16.9498 41.2825L25.4351 32.7972"/><path d="M15.5355 32.7973L11.2928 37.0399"/><path fill="#2F88FF" d="M25.435 32.7973L40.3424 26.365C43.0296 25.2055 44.1508 21.986 42.4279 19.6202C38.2642 13.9031 32.6507 8.89045 28.5095 5.82296C26.2199 4.12709 23.1795 5.18222 22.0507 7.79827L15.5355 22.8978L25.435 32.7973Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M15.5355 22.8977L25.435 32.7972"/><path d="M15.5356 22.8977L7.05025 31.383C4.31658 34.1167 4.31658 38.5488 7.05025 41.2825C9.78387 44.0162 14.2161 44.0162 16.9498 41.2825L25.4351 32.7972"/><path d="M15.5355 32.7973L11.2928 37.0399"/><path fill="#2F88FF" d="M25.435 32.7973L40.3424 26.365C43.0296 25.2055 44.1508 21.986 42.4279 19.6202C38.2642 13.9031 32.6507 8.89045 28.5095 5.82296C26.2199 4.12709 23.1795 5.18222 22.0507 7.79827L15.5355 22.8978L25.435 32.7973Z"/></g></svg> </template>
CSS
.icon-paint {
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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M15.5355%2022.8977L25.435%2032.7972%22%2F%3E%3Cpath%20d%3D%22M15.5356%2022.8977L7.05025%2031.383C4.31658%2034.1167%204.31658%2038.5488%207.05025%2041.2825C9.78387%2044.0162%2014.2161%2044.0162%2016.9498%2041.2825L25.4351%2032.7972%22%2F%3E%3Cpath%20d%3D%22M15.5355%2032.7973L11.2928%2037.0399%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M25.435%2032.7973L40.3424%2026.365C43.0296%2025.2055%2044.1508%2021.986%2042.4279%2019.6202C38.2642%2013.9031%2032.6507%208.89045%2028.5095%205.82296C26.2199%204.12709%2023.1795%205.18222%2022.0507%207.79827L15.5355%2022.8978L25.435%2032.7973Z%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M15.5355%2022.8977L25.435%2032.7972%22%2F%3E%3Cpath%20d%3D%22M15.5356%2022.8977L7.05025%2031.383C4.31658%2034.1167%204.31658%2038.5488%207.05025%2041.2825C9.78387%2044.0162%2014.2161%2044.0162%2016.9498%2041.2825L25.4351%2032.7972%22%2F%3E%3Cpath%20d%3D%22M15.5355%2032.7973L11.2928%2037.0399%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M25.435%2032.7973L40.3424%2026.365C43.0296%2025.2055%2044.1508%2021.986%2042.4279%2019.6202C38.2642%2013.9031%2032.6507%208.89045%2028.5095%205.82296C26.2199%204.12709%2023.1795%205.18222%2022.0507%207.79827L15.5355%2022.8978L25.435%2032.7973Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/paint.svg?color=%231a73e8&size=48