spray paint icon

spray-paint from Carbon by IBM · Outline · Actions · Apache-2.0 Free for personal and commercial use.

Name
spray-paint
Set
Carbon
Style
Outline
Category
Actions
Viewbox
32×32
License
Apache 2.0

More actions icons from Carbon

Use the spray paint icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M22.5 23a4.5 4.5 0 1 1 4.5-4.5a4.505 4.505 0 0 1-4.5 4.5m0-7a2.5 2.5 0 1 0 2.5 2.5a2.503 2.503 0 0 0-2.5-2.5"/><path fill="currentColor" d="M28 8h-2V3h-7v5h-2a2 2 0 0 0-2 2v18a2 2 0 0 0 2 2h11a2.003 2.003 0 0 0 2-2V10a2 2 0 0 0-2-2m-7-3h3v3h-3Zm-4 23V10h11l.002 18ZM2 14h3v3H2zm5-5h3v3H7zM2 9h3v3H2zm10-5h3v3h-3zM7 4h3v3H7zM2 4h3v3H2z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonSprayPaint(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M22.5 23a4.5 4.5 0 1 1 4.5-4.5a4.505 4.505 0 0 1-4.5 4.5m0-7a2.5 2.5 0 1 0 2.5 2.5a2.503 2.503 0 0 0-2.5-2.5"/><path fill="currentColor" d="M28 8h-2V3h-7v5h-2a2 2 0 0 0-2 2v18a2 2 0 0 0 2 2h11a2.003 2.003 0 0 0 2-2V10a2 2 0 0 0-2-2m-7-3h3v3h-3Zm-4 23V10h11l.002 18ZM2 14h3v3H2zm5-5h3v3H7zM2 9h3v3H2zm10-5h3v3h-3zM7 4h3v3H7zM2 4h3v3H2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M22.5 23a4.5 4.5 0 1 1 4.5-4.5a4.505 4.505 0 0 1-4.5 4.5m0-7a2.5 2.5 0 1 0 2.5 2.5a2.503 2.503 0 0 0-2.5-2.5"/><path fill="currentColor" d="M28 8h-2V3h-7v5h-2a2 2 0 0 0-2 2v18a2 2 0 0 0 2 2h11a2.003 2.003 0 0 0 2-2V10a2 2 0 0 0-2-2m-7-3h3v3h-3Zm-4 23V10h11l.002 18ZM2 14h3v3H2zm5-5h3v3H7zM2 9h3v3H2zm10-5h3v3h-3zM7 4h3v3H7zM2 4h3v3H2z"/></svg>
</template>

CSS

.icon-spray-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.5%2023a4.5%204.5%200%201%201%204.5-4.5a4.505%204.505%200%200%201-4.5%204.5m0-7a2.5%202.5%200%201%200%202.5%202.5a2.503%202.503%200%200%200-2.5-2.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28%208h-2V3h-7v5h-2a2%202%200%200%200-2%202v18a2%202%200%200%200%202%202h11a2.003%202.003%200%200%200%202-2V10a2%202%200%200%200-2-2m-7-3h3v3h-3Zm-4%2023V10h11l.002%2018ZM2%2014h3v3H2zm5-5h3v3H7zM2%209h3v3H2zm10-5h3v3h-3zM7%204h3v3H7zM2%204h3v3H2z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.5%2023a4.5%204.5%200%201%201%204.5-4.5a4.505%204.505%200%200%201-4.5%204.5m0-7a2.5%202.5%200%201%200%202.5%202.5a2.503%202.503%200%200%200-2.5-2.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28%208h-2V3h-7v5h-2a2%202%200%200%200-2%202v18a2%202%200%200%200%202%202h11a2.003%202.003%200%200%200%202-2V10a2%202%200%200%200-2-2m-7-3h3v3h-3Zm-4%2023V10h11l.002%2018ZM2%2014h3v3H2zm5-5h3v3H7zM2%209h3v3H2zm10-5h3v3h-3zM7%204h3v3H7zM2%204h3v3H2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/spray-paint.svg?color=%231a73e8&size=48