shower icon
shower from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.
- Name
- shower
- Set
- BoxIcons v2
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
- Aliases
- bx-shower
The same icon in other sets
showerBoxIcons v2 SolidshowerEmoji One (Colored)showerFont Awesome 6 SolidshowerFluent EmojishowerFluent Emoji FlatshowerFluent Emoji High ContrastshowerLine AwesomeshowerMaterial SymbolsshowerMaterial Design Iconsshower-fillMingCute IconshowerNoto EmojishowerOpenMojishowerPhosphorshowerStreamline EmojisshowerTwitter Emoji
Use the shower icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 18.33A6.8 6.8 0 0 0 19.5 15a6.73 6.73 0 0 0-1.5 3.33a1.51 1.51 0 1 0 3 0m-10 2A6.8 6.8 0 0 0 9.5 17A6.73 6.73 0 0 0 8 20.33A1.59 1.59 0 0 0 9.5 22a1.59 1.59 0 0 0 1.5-1.67M14.5 22a1.59 1.59 0 0 0 1.5-1.67A6.8 6.8 0 0 0 14.5 17a6.73 6.73 0 0 0-1.5 3.33A1.59 1.59 0 0 0 14.5 22M3 18.33A1.59 1.59 0 0 0 4.5 20A1.59 1.59 0 0 0 6 18.33A6.8 6.8 0 0 0 4.5 15A6.73 6.73 0 0 0 3 18.33M13 4.07V2h-2v2.07A8 8 0 0 0 4 12H2v2h20v-2h-2a8 8 0 0 0-7-7.93M6 12a6 6 0 0 1 12 0z"/></svg>
React
import type { SVGProps } from "react";
export function BxShower(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 18.33A6.8 6.8 0 0 0 19.5 15a6.73 6.73 0 0 0-1.5 3.33a1.51 1.51 0 1 0 3 0m-10 2A6.8 6.8 0 0 0 9.5 17A6.73 6.73 0 0 0 8 20.33A1.59 1.59 0 0 0 9.5 22a1.59 1.59 0 0 0 1.5-1.67M14.5 22a1.59 1.59 0 0 0 1.5-1.67A6.8 6.8 0 0 0 14.5 17a6.73 6.73 0 0 0-1.5 3.33A1.59 1.59 0 0 0 14.5 22M3 18.33A1.59 1.59 0 0 0 4.5 20A1.59 1.59 0 0 0 6 18.33A6.8 6.8 0 0 0 4.5 15A6.73 6.73 0 0 0 3 18.33M13 4.07V2h-2v2.07A8 8 0 0 0 4 12H2v2h20v-2h-2a8 8 0 0 0-7-7.93M6 12a6 6 0 0 1 12 0z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 18.33A6.8 6.8 0 0 0 19.5 15a6.73 6.73 0 0 0-1.5 3.33a1.51 1.51 0 1 0 3 0m-10 2A6.8 6.8 0 0 0 9.5 17A6.73 6.73 0 0 0 8 20.33A1.59 1.59 0 0 0 9.5 22a1.59 1.59 0 0 0 1.5-1.67M14.5 22a1.59 1.59 0 0 0 1.5-1.67A6.8 6.8 0 0 0 14.5 17a6.73 6.73 0 0 0-1.5 3.33A1.59 1.59 0 0 0 14.5 22M3 18.33A1.59 1.59 0 0 0 4.5 20A1.59 1.59 0 0 0 6 18.33A6.8 6.8 0 0 0 4.5 15A6.73 6.73 0 0 0 3 18.33M13 4.07V2h-2v2.07A8 8 0 0 0 4 12H2v2h20v-2h-2a8 8 0 0 0-7-7.93M6 12a6 6 0 0 1 12 0z"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%2018.33A6.8%206.8%200%200%200%2019.5%2015a6.73%206.73%200%200%200-1.5%203.33a1.51%201.51%200%201%200%203%200m-10%202A6.8%206.8%200%200%200%209.5%2017A6.73%206.73%200%200%200%208%2020.33A1.59%201.59%200%200%200%209.5%2022a1.59%201.59%200%200%200%201.5-1.67M14.5%2022a1.59%201.59%200%200%200%201.5-1.67A6.8%206.8%200%200%200%2014.5%2017a6.73%206.73%200%200%200-1.5%203.33A1.59%201.59%200%200%200%2014.5%2022M3%2018.33A1.59%201.59%200%200%200%204.5%2020A1.59%201.59%200%200%200%206%2018.33A6.8%206.8%200%200%200%204.5%2015A6.73%206.73%200%200%200%203%2018.33M13%204.07V2h-2v2.07A8%208%200%200%200%204%2012H2v2h20v-2h-2a8%208%200%200%200-7-7.93M6%2012a6%206%200%200%201%2012%200z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%2018.33A6.8%206.8%200%200%200%2019.5%2015a6.73%206.73%200%200%200-1.5%203.33a1.51%201.51%200%201%200%203%200m-10%202A6.8%206.8%200%200%200%209.5%2017A6.73%206.73%200%200%200%208%2020.33A1.59%201.59%200%200%200%209.5%2022a1.59%201.59%200%200%200%201.5-1.67M14.5%2022a1.59%201.59%200%200%200%201.5-1.67A6.8%206.8%200%200%200%2014.5%2017a6.73%206.73%200%200%200-1.5%203.33A1.59%201.59%200%200%200%2014.5%2022M3%2018.33A1.59%201.59%200%200%200%204.5%2020A1.59%201.59%200%200%200%206%2018.33A6.8%206.8%200%200%200%204.5%2015A6.73%206.73%200%200%200%203%2018.33M13%204.07V2h-2v2.07A8%208%200%200%200%204%2012H2v2h20v-2h-2a8%208%200%200%200-7-7.93M6%2012a6%206%200%200%201%2012%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/shower.svg?color=%231a73e8&size=48