shower icon
shower-rounded from Material Symbols by Google · Rounded · Household · Apache-2.0 Free for personal and commercial use.
- Name
- shower-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols
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 Symbols LightshowerMaterial Design Iconsshower-fillMingCute IconshowerNoto EmojishowerOpenMojishowerPhosphorshowerStreamline EmojisshowerTwitter Emoji
More household icons from Material Symbols
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="M8 18q-.425 0-.712-.288T7 17t.288-.712T8 16t.713.288T9 17t-.288.713T8 18m4 0q-.425 0-.712-.288T11 17t.288-.712T12 16t.713.288T13 17t-.288.713T12 18m4 0q-.425 0-.712-.288T15 17t.288-.712T16 16t.713.288T17 17t-.288.713T16 18M6 14q-.425 0-.712-.288T5 13v-1q0-2.65 1.7-4.6T11 5.1V4q0-.425.288-.713T12 3t.713.288T13 4v1.1q2.6.35 4.3 2.3T19 12v1q0 .425-.288.713T18 14zm2 7q-.425 0-.712-.288T7 20t.288-.712T8 19t.713.288T9 20t-.288.713T8 21m4 0q-.425 0-.712-.288T11 20t.288-.712T12 19t.713.288T13 20t-.288.713T12 21m4 0q-.425 0-.712-.288T15 20t.288-.712T16 19t.713.288T17 20t-.288.713T16 21"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsShowerRounded(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="M8 18q-.425 0-.712-.288T7 17t.288-.712T8 16t.713.288T9 17t-.288.713T8 18m4 0q-.425 0-.712-.288T11 17t.288-.712T12 16t.713.288T13 17t-.288.713T12 18m4 0q-.425 0-.712-.288T15 17t.288-.712T16 16t.713.288T17 17t-.288.713T16 18M6 14q-.425 0-.712-.288T5 13v-1q0-2.65 1.7-4.6T11 5.1V4q0-.425.288-.713T12 3t.713.288T13 4v1.1q2.6.35 4.3 2.3T19 12v1q0 .425-.288.713T18 14zm2 7q-.425 0-.712-.288T7 20t.288-.712T8 19t.713.288T9 20t-.288.713T8 21m4 0q-.425 0-.712-.288T11 20t.288-.712T12 19t.713.288T13 20t-.288.713T12 21m4 0q-.425 0-.712-.288T15 20t.288-.712T16 19t.713.288T17 20t-.288.713T16 21"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 18q-.425 0-.712-.288T7 17t.288-.712T8 16t.713.288T9 17t-.288.713T8 18m4 0q-.425 0-.712-.288T11 17t.288-.712T12 16t.713.288T13 17t-.288.713T12 18m4 0q-.425 0-.712-.288T15 17t.288-.712T16 16t.713.288T17 17t-.288.713T16 18M6 14q-.425 0-.712-.288T5 13v-1q0-2.65 1.7-4.6T11 5.1V4q0-.425.288-.713T12 3t.713.288T13 4v1.1q2.6.35 4.3 2.3T19 12v1q0 .425-.288.713T18 14zm2 7q-.425 0-.712-.288T7 20t.288-.712T8 19t.713.288T9 20t-.288.713T8 21m4 0q-.425 0-.712-.288T11 20t.288-.712T12 19t.713.288T13 20t-.288.713T12 21m4 0q-.425 0-.712-.288T15 20t.288-.712T16 19t.713.288T17 20t-.288.713T16 21"/></svg> </template>
CSS
.icon-shower-rounded {
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%22M8%2018q-.425%200-.712-.288T7%2017t.288-.712T8%2016t.713.288T9%2017t-.288.713T8%2018m4%200q-.425%200-.712-.288T11%2017t.288-.712T12%2016t.713.288T13%2017t-.288.713T12%2018m4%200q-.425%200-.712-.288T15%2017t.288-.712T16%2016t.713.288T17%2017t-.288.713T16%2018M6%2014q-.425%200-.712-.288T5%2013v-1q0-2.65%201.7-4.6T11%205.1V4q0-.425.288-.713T12%203t.713.288T13%204v1.1q2.6.35%204.3%202.3T19%2012v1q0%20.425-.288.713T18%2014zm2%207q-.425%200-.712-.288T7%2020t.288-.712T8%2019t.713.288T9%2020t-.288.713T8%2021m4%200q-.425%200-.712-.288T11%2020t.288-.712T12%2019t.713.288T13%2020t-.288.713T12%2021m4%200q-.425%200-.712-.288T15%2020t.288-.712T16%2019t.713.288T17%2020t-.288.713T16%2021%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%22M8%2018q-.425%200-.712-.288T7%2017t.288-.712T8%2016t.713.288T9%2017t-.288.713T8%2018m4%200q-.425%200-.712-.288T11%2017t.288-.712T12%2016t.713.288T13%2017t-.288.713T12%2018m4%200q-.425%200-.712-.288T15%2017t.288-.712T16%2016t.713.288T17%2017t-.288.713T16%2018M6%2014q-.425%200-.712-.288T5%2013v-1q0-2.65%201.7-4.6T11%205.1V4q0-.425.288-.713T12%203t.713.288T13%204v1.1q2.6.35%204.3%202.3T19%2012v1q0%20.425-.288.713T18%2014zm2%207q-.425%200-.712-.288T7%2020t.288-.712T8%2019t.713.288T9%2020t-.288.713T8%2021m4%200q-.425%200-.712-.288T11%2020t.288-.712T12%2019t.713.288T13%2020t-.288.713T12%2021m4%200q-.425%200-.712-.288T15%2020t.288-.712T16%2019t.713.288T17%2020t-.288.713T16%2021%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/shower-rounded.svg?color=%231a73e8&size=48