shower-outline from Material Symbols by Google · Outline · Household · Apache-2.0 Free for personal and commercial use.

Name
shower-outline
Set
Material Symbols
Style
Outline
Category
Household
Viewbox
24×24
License
Apache 2.0
Aliases
shower-outline-sharp

3 other variants in Material Symbols

The same icon in other sets

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 18M5 14v-2q0-2.65 1.7-4.6T11 5.1V3h2v2.1q2.6.35 4.3 2.3T19 12v2zm2-2h10q0-2.075-1.463-3.537T12 7T8.463 8.463T7 12m1 9q-.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 21m-4-9"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsShowerOutline(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 18M5 14v-2q0-2.65 1.7-4.6T11 5.1V3h2v2.1q2.6.35 4.3 2.3T19 12v2zm2-2h10q0-2.075-1.463-3.537T12 7T8.463 8.463T7 12m1 9q-.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 21m-4-9"/></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 18M5 14v-2q0-2.65 1.7-4.6T11 5.1V3h2v2.1q2.6.35 4.3 2.3T19 12v2zm2-2h10q0-2.075-1.463-3.537T12 7T8.463 8.463T7 12m1 9q-.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 21m-4-9"/></svg>
</template>

CSS

.icon-shower-outline {
  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%2018M5%2014v-2q0-2.65%201.7-4.6T11%205.1V3h2v2.1q2.6.35%204.3%202.3T19%2012v2zm2-2h10q0-2.075-1.463-3.537T12%207T8.463%208.463T7%2012m1%209q-.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%2021m-4-9%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%2018M5%2014v-2q0-2.65%201.7-4.6T11%205.1V3h2v2.1q2.6.35%204.3%202.3T19%2012v2zm2-2h10q0-2.075-1.463-3.537T12%207T8.463%208.463T7%2012m1%209q-.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%2021m-4-9%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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