shower from BoxIcons v2 Solid by Boxicons · Solid · MIT Free for personal and commercial use.

Name
shower
Set
BoxIcons v2 Solid
Style
Solid
Viewbox
24×24
License
MIT

The same icon in other sets

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.67m5 0A6.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 22a1.59 1.59 0 0 0 1.5-1.67m-10-2A6.8 6.8 0 0 0 4.5 15A6.73 6.73 0 0 0 3 18.33A1.59 1.59 0 0 0 4.5 20A1.59 1.59 0 0 0 6 18.33M2 12h20v2H2zm11-7.93V2h-2v2.07A8 8 0 0 0 4.07 11h15.86A8 8 0 0 0 13 4.07"/></svg>

React

import type { SVGProps } from "react";

export function BxsShower(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.67m5 0A6.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 22a1.59 1.59 0 0 0 1.5-1.67m-10-2A6.8 6.8 0 0 0 4.5 15A6.73 6.73 0 0 0 3 18.33A1.59 1.59 0 0 0 4.5 20A1.59 1.59 0 0 0 6 18.33M2 12h20v2H2zm11-7.93V2h-2v2.07A8 8 0 0 0 4.07 11h15.86A8 8 0 0 0 13 4.07"/></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.67m5 0A6.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 22a1.59 1.59 0 0 0 1.5-1.67m-10-2A6.8 6.8 0 0 0 4.5 15A6.73 6.73 0 0 0 3 18.33A1.59 1.59 0 0 0 4.5 20A1.59 1.59 0 0 0 6 18.33M2 12h20v2H2zm11-7.93V2h-2v2.07A8 8 0 0 0 4.07 11h15.86A8 8 0 0 0 13 4.07"/></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.67m5%200A6.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%2022a1.59%201.59%200%200%200%201.5-1.67m-10-2A6.8%206.8%200%200%200%204.5%2015A6.73%206.73%200%200%200%203%2018.33A1.59%201.59%200%200%200%204.5%2020A1.59%201.59%200%200%200%206%2018.33M2%2012h20v2H2zm11-7.93V2h-2v2.07A8%208%200%200%200%204.07%2011h15.86A8%208%200%200%200%2013%204.07%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.67m5%200A6.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%2022a1.59%201.59%200%200%200%201.5-1.67m-10-2A6.8%206.8%200%200%200%204.5%2015A6.73%206.73%200%200%200%203%2018.33A1.59%201.59%200%200%200%204.5%2020A1.59%201.59%200%200%200%206%2018.33M2%2012h20v2H2zm11-7.93V2h-2v2.07A8%208%200%200%200%204.07%2011h15.86A8%208%200%200%200%2013%204.07%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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