shower-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
shower-light
Set
Phosphor
Style
Light
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the shower icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M62 236a10 10 0 1 1-10-10a10 10 0 0 1 10 10m22-42a10 10 0 1 0 10 10a10 10 0 0 0-10-10m-64 0a10 10 0 1 0 10 10a10 10 0 0 0-10-10m32-32a10 10 0 1 0 10 10a10 10 0 0 0-10-10M254 40a6 6 0 0 1-6 6h-29.51l-28.9 28.89l-21.76 127.43a14 14 0 0 1-23.71 7.57l-98-98a14 14 0 0 1 7.6-23.71l127.4-21.76l30.65-30.65A6 6 0 0 1 216 34h32a6 6 0 0 1 6 6m-77.34 39.34L55.7 100a2 2 0 0 0-1.11 3.39l98 98a2 2 0 0 0 3.39-1.09Z"/></svg>

React

import type { SVGProps } from "react";

export function PhShowerLight(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M62 236a10 10 0 1 1-10-10a10 10 0 0 1 10 10m22-42a10 10 0 1 0 10 10a10 10 0 0 0-10-10m-64 0a10 10 0 1 0 10 10a10 10 0 0 0-10-10m32-32a10 10 0 1 0 10 10a10 10 0 0 0-10-10M254 40a6 6 0 0 1-6 6h-29.51l-28.9 28.89l-21.76 127.43a14 14 0 0 1-23.71 7.57l-98-98a14 14 0 0 1 7.6-23.71l127.4-21.76l30.65-30.65A6 6 0 0 1 216 34h32a6 6 0 0 1 6 6m-77.34 39.34L55.7 100a2 2 0 0 0-1.11 3.39l98 98a2 2 0 0 0 3.39-1.09Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M62 236a10 10 0 1 1-10-10a10 10 0 0 1 10 10m22-42a10 10 0 1 0 10 10a10 10 0 0 0-10-10m-64 0a10 10 0 1 0 10 10a10 10 0 0 0-10-10m32-32a10 10 0 1 0 10 10a10 10 0 0 0-10-10M254 40a6 6 0 0 1-6 6h-29.51l-28.9 28.89l-21.76 127.43a14 14 0 0 1-23.71 7.57l-98-98a14 14 0 0 1 7.6-23.71l127.4-21.76l30.65-30.65A6 6 0 0 1 216 34h32a6 6 0 0 1 6 6m-77.34 39.34L55.7 100a2 2 0 0 0-1.11 3.39l98 98a2 2 0 0 0 3.39-1.09Z"/></svg>
</template>

CSS

.icon-shower-light {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M62%20236a10%2010%200%201%201-10-10a10%2010%200%200%201%2010%2010m22-42a10%2010%200%201%200%2010%2010a10%2010%200%200%200-10-10m-64%200a10%2010%200%201%200%2010%2010a10%2010%200%200%200-10-10m32-32a10%2010%200%201%200%2010%2010a10%2010%200%200%200-10-10M254%2040a6%206%200%200%201-6%206h-29.51l-28.9%2028.89l-21.76%20127.43a14%2014%200%200%201-23.71%207.57l-98-98a14%2014%200%200%201%207.6-23.71l127.4-21.76l30.65-30.65A6%206%200%200%201%20216%2034h32a6%206%200%200%201%206%206m-77.34%2039.34L55.7%20100a2%202%200%200%200-1.11%203.39l98%2098a2%202%200%200%200%203.39-1.09Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M62%20236a10%2010%200%201%201-10-10a10%2010%200%200%201%2010%2010m22-42a10%2010%200%201%200%2010%2010a10%2010%200%200%200-10-10m-64%200a10%2010%200%201%200%2010%2010a10%2010%200%200%200-10-10m32-32a10%2010%200%201%200%2010%2010a10%2010%200%200%200-10-10M254%2040a6%206%200%200%201-6%206h-29.51l-28.9%2028.89l-21.76%20127.43a14%2014%200%200%201-23.71%207.57l-98-98a14%2014%200%200%201%207.6-23.71l127.4-21.76l30.65-30.65A6%206%200%200%201%20216%2034h32a6%206%200%200%201%206%206m-77.34%2039.34L55.7%20100a2%202%200%200%200-1.11%203.39l98%2098a2%202%200%200%200%203.39-1.09Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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