bath-private-outline-sharp from Material Symbols Light by Google · Outline Sharp · Activities · Apache-2.0 Free for personal and commercial use.

Name
bath-private-outline-sharp
Set
Material Symbols Light
Style
Outline Sharp
Category
Activities
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More activities icons from Material Symbols Light

Use the bath private icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.984 10.408q-.388-.381-.388-.933t.388-.93t.939-.378t.93.378t.378.93t-.378.933t-.93.38t-.94-.38m-13.836 0q-.378-.381-.378-.933t.378-.93t.93-.378t.94.378t.387.93t-.388.933t-.939.38t-.93-.38m4.941-.485q.174-.76.007-1.393q-.166-.634-.73-1.297q-.703-.835-.944-1.698q-.24-.862-.061-1.958h.87q-.136.998.04 1.716t.72 1.368q.704.854.93 1.61q.224.756.046 1.652zm2.808 0q.173-.779.007-1.412q-.166-.634-.73-1.297q-.684-.835-.925-1.688q-.24-.853-.061-1.949h.87q-.142 1.01.037 1.722t.723 1.362q.704.854.93 1.61q.224.756.045 1.652zm2.827 0q.173-.779.007-1.412q-.166-.634-.73-1.297q-.684-.835-.925-1.688q-.24-.853-.061-1.949h.87q-.142 1.01.037 1.722t.723 1.362q.704.854.929 1.61t.046 1.652zM3 21v-7h.77v-.625q0-.64.45-1.094t1.092-.454q.38 0 .714.178t.59.453L7.952 14h8.096l1.337-1.542q.256-.275.589-.453q.334-.178.715-.178q.64 0 1.09.454t.452 1.094V14H21v7zm1-3.384h16V15H4zM4 20h16v-1.384H4zm8-1.384v-1z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightBathPrivateOutlineSharp(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="M17.984 10.408q-.388-.381-.388-.933t.388-.93t.939-.378t.93.378t.378.93t-.378.933t-.93.38t-.94-.38m-13.836 0q-.378-.381-.378-.933t.378-.93t.93-.378t.94.378t.387.93t-.388.933t-.939.38t-.93-.38m4.941-.485q.174-.76.007-1.393q-.166-.634-.73-1.297q-.703-.835-.944-1.698q-.24-.862-.061-1.958h.87q-.136.998.04 1.716t.72 1.368q.704.854.93 1.61q.224.756.046 1.652zm2.808 0q.173-.779.007-1.412q-.166-.634-.73-1.297q-.684-.835-.925-1.688q-.24-.853-.061-1.949h.87q-.142 1.01.037 1.722t.723 1.362q.704.854.93 1.61q.224.756.045 1.652zm2.827 0q.173-.779.007-1.412q-.166-.634-.73-1.297q-.684-.835-.925-1.688q-.24-.853-.061-1.949h.87q-.142 1.01.037 1.722t.723 1.362q.704.854.929 1.61t.046 1.652zM3 21v-7h.77v-.625q0-.64.45-1.094t1.092-.454q.38 0 .714.178t.59.453L7.952 14h8.096l1.337-1.542q.256-.275.589-.453q.334-.178.715-.178q.64 0 1.09.454t.452 1.094V14H21v7zm1-3.384h16V15H4zM4 20h16v-1.384H4zm8-1.384v-1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.984 10.408q-.388-.381-.388-.933t.388-.93t.939-.378t.93.378t.378.93t-.378.933t-.93.38t-.94-.38m-13.836 0q-.378-.381-.378-.933t.378-.93t.93-.378t.94.378t.387.93t-.388.933t-.939.38t-.93-.38m4.941-.485q.174-.76.007-1.393q-.166-.634-.73-1.297q-.703-.835-.944-1.698q-.24-.862-.061-1.958h.87q-.136.998.04 1.716t.72 1.368q.704.854.93 1.61q.224.756.046 1.652zm2.808 0q.173-.779.007-1.412q-.166-.634-.73-1.297q-.684-.835-.925-1.688q-.24-.853-.061-1.949h.87q-.142 1.01.037 1.722t.723 1.362q.704.854.93 1.61q.224.756.045 1.652zm2.827 0q.173-.779.007-1.412q-.166-.634-.73-1.297q-.684-.835-.925-1.688q-.24-.853-.061-1.949h.87q-.142 1.01.037 1.722t.723 1.362q.704.854.929 1.61t.046 1.652zM3 21v-7h.77v-.625q0-.64.45-1.094t1.092-.454q.38 0 .714.178t.59.453L7.952 14h8.096l1.337-1.542q.256-.275.589-.453q.334-.178.715-.178q.64 0 1.09.454t.452 1.094V14H21v7zm1-3.384h16V15H4zM4 20h16v-1.384H4zm8-1.384v-1z"/></svg>
</template>

CSS

.icon-bath-private-outline-sharp {
  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%22M17.984%2010.408q-.388-.381-.388-.933t.388-.93t.939-.378t.93.378t.378.93t-.378.933t-.93.38t-.94-.38m-13.836%200q-.378-.381-.378-.933t.378-.93t.93-.378t.94.378t.387.93t-.388.933t-.939.38t-.93-.38m4.941-.485q.174-.76.007-1.393q-.166-.634-.73-1.297q-.703-.835-.944-1.698q-.24-.862-.061-1.958h.87q-.136.998.04%201.716t.72%201.368q.704.854.93%201.61q.224.756.046%201.652zm2.808%200q.173-.779.007-1.412q-.166-.634-.73-1.297q-.684-.835-.925-1.688q-.24-.853-.061-1.949h.87q-.142%201.01.037%201.722t.723%201.362q.704.854.93%201.61q.224.756.045%201.652zm2.827%200q.173-.779.007-1.412q-.166-.634-.73-1.297q-.684-.835-.925-1.688q-.24-.853-.061-1.949h.87q-.142%201.01.037%201.722t.723%201.362q.704.854.929%201.61t.046%201.652zM3%2021v-7h.77v-.625q0-.64.45-1.094t1.092-.454q.38%200%20.714.178t.59.453L7.952%2014h8.096l1.337-1.542q.256-.275.589-.453q.334-.178.715-.178q.64%200%201.09.454t.452%201.094V14H21v7zm1-3.384h16V15H4zM4%2020h16v-1.384H4zm8-1.384v-1z%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%22M17.984%2010.408q-.388-.381-.388-.933t.388-.93t.939-.378t.93.378t.378.93t-.378.933t-.93.38t-.94-.38m-13.836%200q-.378-.381-.378-.933t.378-.93t.93-.378t.94.378t.387.93t-.388.933t-.939.38t-.93-.38m4.941-.485q.174-.76.007-1.393q-.166-.634-.73-1.297q-.703-.835-.944-1.698q-.24-.862-.061-1.958h.87q-.136.998.04%201.716t.72%201.368q.704.854.93%201.61q.224.756.046%201.652zm2.808%200q.173-.779.007-1.412q-.166-.634-.73-1.297q-.684-.835-.925-1.688q-.24-.853-.061-1.949h.87q-.142%201.01.037%201.722t.723%201.362q.704.854.93%201.61q.224.756.045%201.652zm2.827%200q.173-.779.007-1.412q-.166-.634-.73-1.297q-.684-.835-.925-1.688q-.24-.853-.061-1.949h.87q-.142%201.01.037%201.722t.723%201.362q.704.854.929%201.61t.046%201.652zM3%2021v-7h.77v-.625q0-.64.45-1.094t1.092-.454q.38%200%20.714.178t.59.453L7.952%2014h8.096l1.337-1.542q.256-.275.589-.453q.334-.178.715-.178q.64%200%201.09.454t.452%201.094V14H21v7zm1-3.384h16V15H4zM4%2020h16v-1.384H4zm8-1.384v-1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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