spray can icon

spray-can from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
spray-can
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the spray can 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-linejoin="round" stroke-width="1.5"><path d="M10 8V6c0-.465 0-.697-.051-.888a1.5 1.5 0 0 0-1.06-1.06C8.696 4 8.464 4 8 4s-.697 0-.888.051a1.5 1.5 0 0 0-1.06 1.06C6 5.304 6 5.536 6 6v2zm0 0H6l-.656.985c-.667 1-1 1.5-1.172 2.067S4 12.22 4 13.422V18c0 1.886 0 2.828.586 3.414S6.114 22 8 22s2.828 0 3.414-.586S12 19.886 12 18v-4.578c0-1.202 0-1.803-.172-2.37s-.505-1.067-1.172-2.067z"/><path d="M11.5 12H11c-1.414 0-2.121 0-2.56.44C8 12.878 8 13.585 8 15s0 2.121.44 2.56C8.878 18 9.585 18 11 18h.5m2.375-12h-.125m6.125 0h-.125m-2.875 2h-.125m.125-4h-.125m3.125-1.75h-.125m.125 7.5h-.125M14 6a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m6 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m-3 2a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m0-4a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m3-1.75a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m0 7.5a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsSprayCan(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" strokeLinejoin="round" strokeWidth="1.5"><path d="M10 8V6c0-.465 0-.697-.051-.888a1.5 1.5 0 0 0-1.06-1.06C8.696 4 8.464 4 8 4s-.697 0-.888.051a1.5 1.5 0 0 0-1.06 1.06C6 5.304 6 5.536 6 6v2zm0 0H6l-.656.985c-.667 1-1 1.5-1.172 2.067S4 12.22 4 13.422V18c0 1.886 0 2.828.586 3.414S6.114 22 8 22s2.828 0 3.414-.586S12 19.886 12 18v-4.578c0-1.202 0-1.803-.172-2.37s-.505-1.067-1.172-2.067z"/><path d="M11.5 12H11c-1.414 0-2.121 0-2.56.44C8 12.878 8 13.585 8 15s0 2.121.44 2.56C8.878 18 9.585 18 11 18h.5m2.375-12h-.125m6.125 0h-.125m-2.875 2h-.125m.125-4h-.125m3.125-1.75h-.125m.125 7.5h-.125M14 6a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m6 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m-3 2a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m0-4a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m3-1.75a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m0 7.5a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></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-linejoin="round" stroke-width="1.5"><path d="M10 8V6c0-.465 0-.697-.051-.888a1.5 1.5 0 0 0-1.06-1.06C8.696 4 8.464 4 8 4s-.697 0-.888.051a1.5 1.5 0 0 0-1.06 1.06C6 5.304 6 5.536 6 6v2zm0 0H6l-.656.985c-.667 1-1 1.5-1.172 2.067S4 12.22 4 13.422V18c0 1.886 0 2.828.586 3.414S6.114 22 8 22s2.828 0 3.414-.586S12 19.886 12 18v-4.578c0-1.202 0-1.803-.172-2.37s-.505-1.067-1.172-2.067z"/><path d="M11.5 12H11c-1.414 0-2.121 0-2.56.44C8 12.878 8 13.585 8 15s0 2.121.44 2.56C8.878 18 9.585 18 11 18h.5m2.375-12h-.125m6.125 0h-.125m-2.875 2h-.125m.125-4h-.125m3.125-1.75h-.125m.125 7.5h-.125M14 6a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m6 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m-3 2a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m0-4a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m3-1.75a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m0 7.5a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></g></svg>
</template>

CSS

.icon-spray-can {
  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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M10%208V6c0-.465%200-.697-.051-.888a1.5%201.5%200%200%200-1.06-1.06C8.696%204%208.464%204%208%204s-.697%200-.888.051a1.5%201.5%200%200%200-1.06%201.06C6%205.304%206%205.536%206%206v2zm0%200H6l-.656.985c-.667%201-1%201.5-1.172%202.067S4%2012.22%204%2013.422V18c0%201.886%200%202.828.586%203.414S6.114%2022%208%2022s2.828%200%203.414-.586S12%2019.886%2012%2018v-4.578c0-1.202%200-1.803-.172-2.37s-.505-1.067-1.172-2.067z%22%2F%3E%3Cpath%20d%3D%22M11.5%2012H11c-1.414%200-2.121%200-2.56.44C8%2012.878%208%2013.585%208%2015s0%202.121.44%202.56C8.878%2018%209.585%2018%2011%2018h.5m2.375-12h-.125m6.125%200h-.125m-2.875%202h-.125m.125-4h-.125m3.125-1.75h-.125m.125%207.5h-.125M14%206a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200m6%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200m-3%202a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200m0-4a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200m3-1.75a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200m0%207.5a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200%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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M10%208V6c0-.465%200-.697-.051-.888a1.5%201.5%200%200%200-1.06-1.06C8.696%204%208.464%204%208%204s-.697%200-.888.051a1.5%201.5%200%200%200-1.06%201.06C6%205.304%206%205.536%206%206v2zm0%200H6l-.656.985c-.667%201-1%201.5-1.172%202.067S4%2012.22%204%2013.422V18c0%201.886%200%202.828.586%203.414S6.114%2022%208%2022s2.828%200%203.414-.586S12%2019.886%2012%2018v-4.578c0-1.202%200-1.803-.172-2.37s-.505-1.067-1.172-2.067z%22%2F%3E%3Cpath%20d%3D%22M11.5%2012H11c-1.414%200-2.121%200-2.56.44C8%2012.878%208%2013.585%208%2015s0%202.121.44%202.56C8.878%2018%209.585%2018%2011%2018h.5m2.375-12h-.125m6.125%200h-.125m-2.875%202h-.125m.125-4h-.125m3.125-1.75h-.125m.125%207.5h-.125M14%206a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200m6%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200m-3%202a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200m0-4a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200m3-1.75a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200m0%207.5a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200%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/spray-can.svg?color=%231a73e8&size=48