shower icon
shower from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- shower
- Set
- Phosphor
- Style
- Regular
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
showerBoxIcons v2showerBoxIcons v2 SolidshowerEmoji One (Colored)showerFont Awesome 6 SolidshowerFont Awesome SolidshowerFluent EmojishowerFluent Emoji FlatshowerFluent Emoji High ContrastshowerFirefox OS EmojishowerLine AwesomeshowerLucide LabshowerMaterial SymbolsshowerMaterial Symbols LightshowerMaterial Design Iconsshower-fillMingCute IconshowerNoto EmojishowerOpenMojishowerStreamline EmojisshowerTwitter Emoji
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="M64 236a12 12 0 1 1-12-12a12 12 0 0 1 12 12m20-44a12 12 0 1 0 12 12a12 12 0 0 0-12-12m-64 0a12 12 0 1 0 12 12a12 12 0 0 0-12-12m32-32a12 12 0 1 0 12 12a12 12 0 0 0-12-12M256 40a8 8 0 0 1-8 8h-28.69l-27.85 27.86l-21.66 126.79a16 16 0 0 1-27.09 8.66l-98-98a16 16 0 0 1 8.69-27.1l126.74-21.67l30.2-30.2A8 8 0 0 1 216 32h32a8 8 0 0 1 8 8m-81.79 41.79L56 102l98 98Z"/></svg>
React
import type { SVGProps } from "react";
export function PhShower(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="M64 236a12 12 0 1 1-12-12a12 12 0 0 1 12 12m20-44a12 12 0 1 0 12 12a12 12 0 0 0-12-12m-64 0a12 12 0 1 0 12 12a12 12 0 0 0-12-12m32-32a12 12 0 1 0 12 12a12 12 0 0 0-12-12M256 40a8 8 0 0 1-8 8h-28.69l-27.85 27.86l-21.66 126.79a16 16 0 0 1-27.09 8.66l-98-98a16 16 0 0 1 8.69-27.1l126.74-21.67l30.2-30.2A8 8 0 0 1 216 32h32a8 8 0 0 1 8 8m-81.79 41.79L56 102l98 98Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M64 236a12 12 0 1 1-12-12a12 12 0 0 1 12 12m20-44a12 12 0 1 0 12 12a12 12 0 0 0-12-12m-64 0a12 12 0 1 0 12 12a12 12 0 0 0-12-12m32-32a12 12 0 1 0 12 12a12 12 0 0 0-12-12M256 40a8 8 0 0 1-8 8h-28.69l-27.85 27.86l-21.66 126.79a16 16 0 0 1-27.09 8.66l-98-98a16 16 0 0 1 8.69-27.1l126.74-21.67l30.2-30.2A8 8 0 0 1 216 32h32a8 8 0 0 1 8 8m-81.79 41.79L56 102l98 98Z"/></svg> </template>
CSS
.icon-shower {
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%22M64%20236a12%2012%200%201%201-12-12a12%2012%200%200%201%2012%2012m20-44a12%2012%200%201%200%2012%2012a12%2012%200%200%200-12-12m-64%200a12%2012%200%201%200%2012%2012a12%2012%200%200%200-12-12m32-32a12%2012%200%201%200%2012%2012a12%2012%200%200%200-12-12M256%2040a8%208%200%200%201-8%208h-28.69l-27.85%2027.86l-21.66%20126.79a16%2016%200%200%201-27.09%208.66l-98-98a16%2016%200%200%201%208.69-27.1l126.74-21.67l30.2-30.2A8%208%200%200%201%20216%2032h32a8%208%200%200%201%208%208m-81.79%2041.79L56%20102l98%2098Z%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%22M64%20236a12%2012%200%201%201-12-12a12%2012%200%200%201%2012%2012m20-44a12%2012%200%201%200%2012%2012a12%2012%200%200%200-12-12m-64%200a12%2012%200%201%200%2012%2012a12%2012%200%200%200-12-12m32-32a12%2012%200%201%200%2012%2012a12%2012%200%200%200-12-12M256%2040a8%208%200%200%201-8%208h-28.69l-27.85%2027.86l-21.66%20126.79a16%2016%200%200%201-27.09%208.66l-98-98a16%2016%200%200%201%208.69-27.1l126.74-21.67l30.2-30.2A8%208%200%200%201%20216%2032h32a8%208%200%200%201%208%208m-81.79%2041.79L56%20102l98%2098Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/shower.svg?color=%231a73e8&size=48