shower emoji

shower from OpenMoji by OpenMoji · Default · Objects · CC-BY-SA-4.0 Attribution required.

Name
shower
Set
OpenMoji
Style
Default
Category
Objects
Viewbox
72×72
License
CC BY-SA 4.0

The same emoji in other sets

More objects icons from OpenMoji

Use the shower emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#9b9b9a" stroke="#9b9b9a" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M45.515 20.17s7.116-7.93 13.306-7.278v5.858s-3.302-.976-8.202 5.762"/><path fill="#9b9b9a" stroke="#9b9b9a" stroke-miterlimit="10" d="M23.305 24.151s-3.624 2.431-3.135 4.033l23.497 23.543s.916.515 2.02-1.059l1.737-2.535"/><path fill="#d0cfce" d="M24 24s8-6 17-2l3-3l7.148 6.849l-2.612 3.02s5.138 9.326-1.1 18.781z"/><path fill="#9b9b9a" d="m41.163 22.657l2.973-3.246l6.807 6.233l-2.973 3.246z"/><path fill="#92d3f5" d="M20.751 41.921c-.955.955-2.574.88-3.62-.165s-1.118-2.667-.163-3.622c0 0 1.14-1.181 4.835-1.683c0 0 .735-.136.63.573c-.502 3.695-1.682 4.897-1.682 4.897M16.367 53.47c-.955.955-2.575.88-3.62-.165s-1.119-2.667-.164-3.622c0 0 1.14-1.18 4.836-1.683c0 0 .735-.136.63.573c-.502 3.696-1.682 4.898-1.682 4.898m6.7 6.7c-.955.955-2.574.88-3.62-.165s-1.118-2.667-.163-3.622c0 0 1.14-1.181 4.835-1.683c0 0 .736-.136.63.573c-.502 3.695-1.682 4.897-1.682 4.897m4.217-11.717c-.955.955-2.575.88-3.62-.166c-1.045-1.045-1.119-2.667-.164-3.622c0 0 1.14-1.18 4.836-1.682c0 0 .735-.136.63.572c-.502 3.696-1.682 4.898-1.682 4.898m6.536 6.536c-.954.955-2.574.88-3.62-.165c-1.045-1.045-1.118-2.667-.163-3.622c0 0 1.14-1.18 4.836-1.683c0 0 .735-.136.63.573C35 53.789 33.82 54.99 33.82 54.99"/><g fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M48.298 17.358s4.046-4.751 10.522-4.465v5.857s-3.142-.286-5.761 3m-31.977 4.918s-1.63 1.068-.75 2.083L43 51.418s1 1.167 2.167-.75M24 24s8-6 17-2l3-3l7.148 6.849l-2.612 3.02s5.138 9.326-1.1 18.781zm-3.249 17.921c-.955.955-2.574.88-3.62-.165s-1.118-2.667-.163-3.622c0 0 1.14-1.181 4.835-1.683c0 0 .735-.136.63.573c-.502 3.695-1.682 4.897-1.682 4.897"/><path d="M16.367 53.47c-.955.955-2.575.88-3.62-.165s-1.119-2.667-.164-3.622c0 0 1.14-1.18 4.836-1.683c0 0 .735-.136.63.573c-.502 3.696-1.682 4.898-1.682 4.898m6.7 6.7c-.955.955-2.574.88-3.62-.165s-1.118-2.667-.163-3.622c0 0 1.14-1.181 4.835-1.683c0 0 .736-.136.63.573c-.502 3.695-1.682 4.897-1.682 4.897m4.217-11.717c-.955.955-2.575.88-3.62-.166c-1.045-1.045-1.119-2.667-.164-3.622c0 0 1.14-1.18 4.836-1.682c0 0 .735-.136.63.572c-.502 3.696-1.682 4.898-1.682 4.898m6.536 6.536c-.954.955-2.574.88-3.62-.165c-1.045-1.045-1.118-2.667-.163-3.622c0 0 1.14-1.18 4.836-1.683c0 0 .735-.136.63.573C35 53.789 33.82 54.99 33.82 54.99"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiShower(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#9b9b9a" stroke="#9b9b9a" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="M45.515 20.17s7.116-7.93 13.306-7.278v5.858s-3.302-.976-8.202 5.762"/><path fill="#9b9b9a" stroke="#9b9b9a" strokeMiterlimit="10" d="M23.305 24.151s-3.624 2.431-3.135 4.033l23.497 23.543s.916.515 2.02-1.059l1.737-2.535"/><path fill="#d0cfce" d="M24 24s8-6 17-2l3-3l7.148 6.849l-2.612 3.02s5.138 9.326-1.1 18.781z"/><path fill="#9b9b9a" d="m41.163 22.657l2.973-3.246l6.807 6.233l-2.973 3.246z"/><path fill="#92d3f5" d="M20.751 41.921c-.955.955-2.574.88-3.62-.165s-1.118-2.667-.163-3.622c0 0 1.14-1.181 4.835-1.683c0 0 .735-.136.63.573c-.502 3.695-1.682 4.897-1.682 4.897M16.367 53.47c-.955.955-2.575.88-3.62-.165s-1.119-2.667-.164-3.622c0 0 1.14-1.18 4.836-1.683c0 0 .735-.136.63.573c-.502 3.696-1.682 4.898-1.682 4.898m6.7 6.7c-.955.955-2.574.88-3.62-.165s-1.118-2.667-.163-3.622c0 0 1.14-1.181 4.835-1.683c0 0 .736-.136.63.573c-.502 3.695-1.682 4.897-1.682 4.897m4.217-11.717c-.955.955-2.575.88-3.62-.166c-1.045-1.045-1.119-2.667-.164-3.622c0 0 1.14-1.18 4.836-1.682c0 0 .735-.136.63.572c-.502 3.696-1.682 4.898-1.682 4.898m6.536 6.536c-.954.955-2.574.88-3.62-.165c-1.045-1.045-1.118-2.667-.163-3.622c0 0 1.14-1.18 4.836-1.683c0 0 .735-.136.63.573C35 53.789 33.82 54.99 33.82 54.99"/><g fill="none" stroke="#000" strokeMiterlimit="10" strokeWidth="2"><path strokeLinecap="round" strokeLinejoin="round" d="M48.298 17.358s4.046-4.751 10.522-4.465v5.857s-3.142-.286-5.761 3m-31.977 4.918s-1.63 1.068-.75 2.083L43 51.418s1 1.167 2.167-.75M24 24s8-6 17-2l3-3l7.148 6.849l-2.612 3.02s5.138 9.326-1.1 18.781zm-3.249 17.921c-.955.955-2.574.88-3.62-.165s-1.118-2.667-.163-3.622c0 0 1.14-1.181 4.835-1.683c0 0 .735-.136.63.573c-.502 3.695-1.682 4.897-1.682 4.897"/><path d="M16.367 53.47c-.955.955-2.575.88-3.62-.165s-1.119-2.667-.164-3.622c0 0 1.14-1.18 4.836-1.683c0 0 .735-.136.63.573c-.502 3.696-1.682 4.898-1.682 4.898m6.7 6.7c-.955.955-2.574.88-3.62-.165s-1.118-2.667-.163-3.622c0 0 1.14-1.181 4.835-1.683c0 0 .736-.136.63.573c-.502 3.695-1.682 4.897-1.682 4.897m4.217-11.717c-.955.955-2.575.88-3.62-.166c-1.045-1.045-1.119-2.667-.164-3.622c0 0 1.14-1.18 4.836-1.682c0 0 .735-.136.63.572c-.502 3.696-1.682 4.898-1.682 4.898m6.536 6.536c-.954.955-2.574.88-3.62-.165c-1.045-1.045-1.118-2.667-.163-3.622c0 0 1.14-1.18 4.836-1.683c0 0 .735-.136.63.573C35 53.789 33.82 54.99 33.82 54.99"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#9b9b9a" stroke="#9b9b9a" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M45.515 20.17s7.116-7.93 13.306-7.278v5.858s-3.302-.976-8.202 5.762"/><path fill="#9b9b9a" stroke="#9b9b9a" stroke-miterlimit="10" d="M23.305 24.151s-3.624 2.431-3.135 4.033l23.497 23.543s.916.515 2.02-1.059l1.737-2.535"/><path fill="#d0cfce" d="M24 24s8-6 17-2l3-3l7.148 6.849l-2.612 3.02s5.138 9.326-1.1 18.781z"/><path fill="#9b9b9a" d="m41.163 22.657l2.973-3.246l6.807 6.233l-2.973 3.246z"/><path fill="#92d3f5" d="M20.751 41.921c-.955.955-2.574.88-3.62-.165s-1.118-2.667-.163-3.622c0 0 1.14-1.181 4.835-1.683c0 0 .735-.136.63.573c-.502 3.695-1.682 4.897-1.682 4.897M16.367 53.47c-.955.955-2.575.88-3.62-.165s-1.119-2.667-.164-3.622c0 0 1.14-1.18 4.836-1.683c0 0 .735-.136.63.573c-.502 3.696-1.682 4.898-1.682 4.898m6.7 6.7c-.955.955-2.574.88-3.62-.165s-1.118-2.667-.163-3.622c0 0 1.14-1.181 4.835-1.683c0 0 .736-.136.63.573c-.502 3.695-1.682 4.897-1.682 4.897m4.217-11.717c-.955.955-2.575.88-3.62-.166c-1.045-1.045-1.119-2.667-.164-3.622c0 0 1.14-1.18 4.836-1.682c0 0 .735-.136.63.572c-.502 3.696-1.682 4.898-1.682 4.898m6.536 6.536c-.954.955-2.574.88-3.62-.165c-1.045-1.045-1.118-2.667-.163-3.622c0 0 1.14-1.18 4.836-1.683c0 0 .735-.136.63.573C35 53.789 33.82 54.99 33.82 54.99"/><g fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M48.298 17.358s4.046-4.751 10.522-4.465v5.857s-3.142-.286-5.761 3m-31.977 4.918s-1.63 1.068-.75 2.083L43 51.418s1 1.167 2.167-.75M24 24s8-6 17-2l3-3l7.148 6.849l-2.612 3.02s5.138 9.326-1.1 18.781zm-3.249 17.921c-.955.955-2.574.88-3.62-.165s-1.118-2.667-.163-3.622c0 0 1.14-1.181 4.835-1.683c0 0 .735-.136.63.573c-.502 3.695-1.682 4.897-1.682 4.897"/><path d="M16.367 53.47c-.955.955-2.575.88-3.62-.165s-1.119-2.667-.164-3.622c0 0 1.14-1.18 4.836-1.683c0 0 .735-.136.63.573c-.502 3.696-1.682 4.898-1.682 4.898m6.7 6.7c-.955.955-2.574.88-3.62-.165s-1.118-2.667-.163-3.622c0 0 1.14-1.181 4.835-1.683c0 0 .736-.136.63.573c-.502 3.695-1.682 4.897-1.682 4.897m4.217-11.717c-.955.955-2.575.88-3.62-.166c-1.045-1.045-1.119-2.667-.164-3.622c0 0 1.14-1.18 4.836-1.682c0 0 .735-.136.63.572c-.502 3.696-1.682 4.898-1.682 4.898m6.536 6.536c-.954.955-2.574.88-3.62-.165c-1.045-1.045-1.118-2.667-.163-3.622c0 0 1.14-1.18 4.836-1.683c0 0 .735-.136.63.573C35 53.789 33.82 54.99 33.82 54.99"/></g></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%2072%2072%22%3E%3Cpath%20fill%3D%22%239b9b9a%22%20stroke%3D%22%239b9b9a%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M45.515%2020.17s7.116-7.93%2013.306-7.278v5.858s-3.302-.976-8.202%205.762%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20stroke%3D%22%239b9b9a%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M23.305%2024.151s-3.624%202.431-3.135%204.033l23.497%2023.543s.916.515%202.02-1.059l1.737-2.535%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M24%2024s8-6%2017-2l3-3l7.148%206.849l-2.612%203.02s5.138%209.326-1.1%2018.781z%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22m41.163%2022.657l2.973-3.246l6.807%206.233l-2.973%203.246z%22%2F%3E%3Cpath%20fill%3D%22%2392d3f5%22%20d%3D%22M20.751%2041.921c-.955.955-2.574.88-3.62-.165s-1.118-2.667-.163-3.622c0%200%201.14-1.181%204.835-1.683c0%200%20.735-.136.63.573c-.502%203.695-1.682%204.897-1.682%204.897M16.367%2053.47c-.955.955-2.575.88-3.62-.165s-1.119-2.667-.164-3.622c0%200%201.14-1.18%204.836-1.683c0%200%20.735-.136.63.573c-.502%203.696-1.682%204.898-1.682%204.898m6.7%206.7c-.955.955-2.574.88-3.62-.165s-1.118-2.667-.163-3.622c0%200%201.14-1.181%204.835-1.683c0%200%20.736-.136.63.573c-.502%203.695-1.682%204.897-1.682%204.897m4.217-11.717c-.955.955-2.575.88-3.62-.166c-1.045-1.045-1.119-2.667-.164-3.622c0%200%201.14-1.18%204.836-1.682c0%200%20.735-.136.63.572c-.502%203.696-1.682%204.898-1.682%204.898m6.536%206.536c-.954.955-2.574.88-3.62-.165c-1.045-1.045-1.118-2.667-.163-3.622c0%200%201.14-1.18%204.836-1.683c0%200%20.735-.136.63.573C35%2053.789%2033.82%2054.99%2033.82%2054.99%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M48.298%2017.358s4.046-4.751%2010.522-4.465v5.857s-3.142-.286-5.761%203m-31.977%204.918s-1.63%201.068-.75%202.083L43%2051.418s1%201.167%202.167-.75M24%2024s8-6%2017-2l3-3l7.148%206.849l-2.612%203.02s5.138%209.326-1.1%2018.781zm-3.249%2017.921c-.955.955-2.574.88-3.62-.165s-1.118-2.667-.163-3.622c0%200%201.14-1.181%204.835-1.683c0%200%20.735-.136.63.573c-.502%203.695-1.682%204.897-1.682%204.897%22%2F%3E%3Cpath%20d%3D%22M16.367%2053.47c-.955.955-2.575.88-3.62-.165s-1.119-2.667-.164-3.622c0%200%201.14-1.18%204.836-1.683c0%200%20.735-.136.63.573c-.502%203.696-1.682%204.898-1.682%204.898m6.7%206.7c-.955.955-2.574.88-3.62-.165s-1.118-2.667-.163-3.622c0%200%201.14-1.181%204.835-1.683c0%200%20.736-.136.63.573c-.502%203.695-1.682%204.897-1.682%204.897m4.217-11.717c-.955.955-2.575.88-3.62-.166c-1.045-1.045-1.119-2.667-.164-3.622c0%200%201.14-1.18%204.836-1.682c0%200%20.735-.136.63.572c-.502%203.696-1.682%204.898-1.682%204.898m6.536%206.536c-.954.955-2.574.88-3.62-.165c-1.045-1.045-1.118-2.667-.163-3.622c0%200%201.14-1.18%204.836-1.683c0%200%20.735-.136.63.573C35%2053.789%2033.82%2054.99%2033.82%2054.99%22%2F%3E%3C%2Fg%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%2072%2072%22%3E%3Cpath%20fill%3D%22%239b9b9a%22%20stroke%3D%22%239b9b9a%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M45.515%2020.17s7.116-7.93%2013.306-7.278v5.858s-3.302-.976-8.202%205.762%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20stroke%3D%22%239b9b9a%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M23.305%2024.151s-3.624%202.431-3.135%204.033l23.497%2023.543s.916.515%202.02-1.059l1.737-2.535%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M24%2024s8-6%2017-2l3-3l7.148%206.849l-2.612%203.02s5.138%209.326-1.1%2018.781z%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22m41.163%2022.657l2.973-3.246l6.807%206.233l-2.973%203.246z%22%2F%3E%3Cpath%20fill%3D%22%2392d3f5%22%20d%3D%22M20.751%2041.921c-.955.955-2.574.88-3.62-.165s-1.118-2.667-.163-3.622c0%200%201.14-1.181%204.835-1.683c0%200%20.735-.136.63.573c-.502%203.695-1.682%204.897-1.682%204.897M16.367%2053.47c-.955.955-2.575.88-3.62-.165s-1.119-2.667-.164-3.622c0%200%201.14-1.18%204.836-1.683c0%200%20.735-.136.63.573c-.502%203.696-1.682%204.898-1.682%204.898m6.7%206.7c-.955.955-2.574.88-3.62-.165s-1.118-2.667-.163-3.622c0%200%201.14-1.181%204.835-1.683c0%200%20.736-.136.63.573c-.502%203.695-1.682%204.897-1.682%204.897m4.217-11.717c-.955.955-2.575.88-3.62-.166c-1.045-1.045-1.119-2.667-.164-3.622c0%200%201.14-1.18%204.836-1.682c0%200%20.735-.136.63.572c-.502%203.696-1.682%204.898-1.682%204.898m6.536%206.536c-.954.955-2.574.88-3.62-.165c-1.045-1.045-1.118-2.667-.163-3.622c0%200%201.14-1.18%204.836-1.683c0%200%20.735-.136.63.573C35%2053.789%2033.82%2054.99%2033.82%2054.99%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M48.298%2017.358s4.046-4.751%2010.522-4.465v5.857s-3.142-.286-5.761%203m-31.977%204.918s-1.63%201.068-.75%202.083L43%2051.418s1%201.167%202.167-.75M24%2024s8-6%2017-2l3-3l7.148%206.849l-2.612%203.02s5.138%209.326-1.1%2018.781zm-3.249%2017.921c-.955.955-2.574.88-3.62-.165s-1.118-2.667-.163-3.622c0%200%201.14-1.181%204.835-1.683c0%200%20.735-.136.63.573c-.502%203.695-1.682%204.897-1.682%204.897%22%2F%3E%3Cpath%20d%3D%22M16.367%2053.47c-.955.955-2.575.88-3.62-.165s-1.119-2.667-.164-3.622c0%200%201.14-1.18%204.836-1.683c0%200%20.735-.136.63.573c-.502%203.696-1.682%204.898-1.682%204.898m6.7%206.7c-.955.955-2.574.88-3.62-.165s-1.118-2.667-.163-3.622c0%200%201.14-1.181%204.835-1.683c0%200%20.736-.136.63.573c-.502%203.695-1.682%204.897-1.682%204.897m4.217-11.717c-.955.955-2.575.88-3.62-.166c-1.045-1.045-1.119-2.667-.164-3.622c0%200%201.14-1.18%204.836-1.682c0%200%20.735-.136.63.572c-.502%203.696-1.682%204.898-1.682%204.898m6.536%206.536c-.954.955-2.574.88-3.62-.165c-1.045-1.045-1.118-2.667-.163-3.622c0%200%201.14-1.18%204.836-1.683c0%200%20.735-.136.63.573C35%2053.789%2033.82%2054.99%2033.82%2054.99%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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