shower icon
shower-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- shower-thin
- Set
- Phosphor
- Style
- Thin
- 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 SolidshowerFluent EmojishowerFluent Emoji FlatshowerFluent Emoji High ContrastshowerLine AwesomeshowerMaterial SymbolsshowerMaterial 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="M60 236a8 8 0 1 1-8-8a8 8 0 0 1 8 8m24-40a8 8 0 1 0 8 8a8 8 0 0 0-8-8m-64 0a8 8 0 1 0 8 8a8 8 0 0 0-8-8m32-32a8 8 0 1 0 8 8a8 8 0 0 0-8-8M252 40a4 4 0 0 1-4 4h-30.34l-29.93 29.93L165.86 202a12 12 0 0 1-8.17 9.44a12.1 12.1 0 0 1-3.69.56a12 12 0 0 1-8.46-3.52l-98-98A12 12 0 0 1 54 90.14l128-21.87l31.1-31.1A4 4 0 0 1 216 36h32a4 4 0 0 1 4 4m-72.89 36.89L55.37 98a4 4 0 0 0-2.19 6.78l98 98a4 4 0 0 0 6.78-2.17Z"/></svg>
React
import type { SVGProps } from "react";
export function PhShowerThin(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="M60 236a8 8 0 1 1-8-8a8 8 0 0 1 8 8m24-40a8 8 0 1 0 8 8a8 8 0 0 0-8-8m-64 0a8 8 0 1 0 8 8a8 8 0 0 0-8-8m32-32a8 8 0 1 0 8 8a8 8 0 0 0-8-8M252 40a4 4 0 0 1-4 4h-30.34l-29.93 29.93L165.86 202a12 12 0 0 1-8.17 9.44a12.1 12.1 0 0 1-3.69.56a12 12 0 0 1-8.46-3.52l-98-98A12 12 0 0 1 54 90.14l128-21.87l31.1-31.1A4 4 0 0 1 216 36h32a4 4 0 0 1 4 4m-72.89 36.89L55.37 98a4 4 0 0 0-2.19 6.78l98 98a4 4 0 0 0 6.78-2.17Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M60 236a8 8 0 1 1-8-8a8 8 0 0 1 8 8m24-40a8 8 0 1 0 8 8a8 8 0 0 0-8-8m-64 0a8 8 0 1 0 8 8a8 8 0 0 0-8-8m32-32a8 8 0 1 0 8 8a8 8 0 0 0-8-8M252 40a4 4 0 0 1-4 4h-30.34l-29.93 29.93L165.86 202a12 12 0 0 1-8.17 9.44a12.1 12.1 0 0 1-3.69.56a12 12 0 0 1-8.46-3.52l-98-98A12 12 0 0 1 54 90.14l128-21.87l31.1-31.1A4 4 0 0 1 216 36h32a4 4 0 0 1 4 4m-72.89 36.89L55.37 98a4 4 0 0 0-2.19 6.78l98 98a4 4 0 0 0 6.78-2.17Z"/></svg> </template>
CSS
.icon-shower-thin {
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%22M60%20236a8%208%200%201%201-8-8a8%208%200%200%201%208%208m24-40a8%208%200%201%200%208%208a8%208%200%200%200-8-8m-64%200a8%208%200%201%200%208%208a8%208%200%200%200-8-8m32-32a8%208%200%201%200%208%208a8%208%200%200%200-8-8M252%2040a4%204%200%200%201-4%204h-30.34l-29.93%2029.93L165.86%20202a12%2012%200%200%201-8.17%209.44a12.1%2012.1%200%200%201-3.69.56a12%2012%200%200%201-8.46-3.52l-98-98A12%2012%200%200%201%2054%2090.14l128-21.87l31.1-31.1A4%204%200%200%201%20216%2036h32a4%204%200%200%201%204%204m-72.89%2036.89L55.37%2098a4%204%200%200%200-2.19%206.78l98%2098a4%204%200%200%200%206.78-2.17Z%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%22M60%20236a8%208%200%201%201-8-8a8%208%200%200%201%208%208m24-40a8%208%200%201%200%208%208a8%208%200%200%200-8-8m-64%200a8%208%200%201%200%208%208a8%208%200%200%200-8-8m32-32a8%208%200%201%200%208%208a8%208%200%200%200-8-8M252%2040a4%204%200%200%201-4%204h-30.34l-29.93%2029.93L165.86%20202a12%2012%200%200%201-8.17%209.44a12.1%2012.1%200%200%201-3.69.56a12%2012%200%200%201-8.46-3.52l-98-98A12%2012%200%200%201%2054%2090.14l128-21.87l31.1-31.1A4%204%200%200%201%20216%2036h32a4%204%200%200%201%204%204m-72.89%2036.89L55.37%2098a4%204%200%200%200-2.19%206.78l98%2098a4%204%200%200%200%206.78-2.17Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/shower-thin.svg?color=%231a73e8&size=48