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

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

5 other variants in Material Symbols

The same icon in other sets

More activities icons from Material Symbols

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="M18.013 8.975q-.513-.525-.513-1.25t.513-1.237t1.237-.513t1.238.513T21 7.725t-.513 1.25t-1.237.525t-1.237-.525m-14.5 0Q3 8.45 3 7.725t.513-1.237t1.237-.513t1.238.513t.512 1.237t-.513 1.25T4.75 9.5t-1.237-.525M8.3 8q.25-.875.113-1.537T7.75 5.175q-.8-.95-1.05-1.937T6.725 1H8.25q-.175 1.075-.038 1.813T8.876 4.2q.8.95 1.025 1.85T9.85 8zm3 0q.25-.875.113-1.537t-.663-1.288q-.8-.95-1.05-1.937T9.725 1h1.525q-.2 1.125-.05 1.838t.675 1.362q.8.95 1.025 1.85T12.85 8zm3 0q.25-.875.113-1.537t-.663-1.288q-.8-.95-1.05-1.937T12.725 1h1.525q-.2 1.125-.05 1.838t.675 1.362q.8.95 1.025 1.85T15.85 8zM2 17v-4h1v-.625q0-.775.538-1.325t1.312-.55q.4 0 .763.188t.637.462L7.875 13h8.25l1.625-1.85q.275-.275.638-.462t.762-.188q.775 0 1.313.55T21 12.375V13h1v4zm0 5v-3h20v3z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsBathPrivateSharp(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="M18.013 8.975q-.513-.525-.513-1.25t.513-1.237t1.237-.513t1.238.513T21 7.725t-.513 1.25t-1.237.525t-1.237-.525m-14.5 0Q3 8.45 3 7.725t.513-1.237t1.237-.513t1.238.513t.512 1.237t-.513 1.25T4.75 9.5t-1.237-.525M8.3 8q.25-.875.113-1.537T7.75 5.175q-.8-.95-1.05-1.937T6.725 1H8.25q-.175 1.075-.038 1.813T8.876 4.2q.8.95 1.025 1.85T9.85 8zm3 0q.25-.875.113-1.537t-.663-1.288q-.8-.95-1.05-1.937T9.725 1h1.525q-.2 1.125-.05 1.838t.675 1.362q.8.95 1.025 1.85T12.85 8zm3 0q.25-.875.113-1.537t-.663-1.288q-.8-.95-1.05-1.937T12.725 1h1.525q-.2 1.125-.05 1.838t.675 1.362q.8.95 1.025 1.85T15.85 8zM2 17v-4h1v-.625q0-.775.538-1.325t1.312-.55q.4 0 .763.188t.637.462L7.875 13h8.25l1.625-1.85q.275-.275.638-.462t.762-.188q.775 0 1.313.55T21 12.375V13h1v4zm0 5v-3h20v3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.013 8.975q-.513-.525-.513-1.25t.513-1.237t1.237-.513t1.238.513T21 7.725t-.513 1.25t-1.237.525t-1.237-.525m-14.5 0Q3 8.45 3 7.725t.513-1.237t1.237-.513t1.238.513t.512 1.237t-.513 1.25T4.75 9.5t-1.237-.525M8.3 8q.25-.875.113-1.537T7.75 5.175q-.8-.95-1.05-1.937T6.725 1H8.25q-.175 1.075-.038 1.813T8.876 4.2q.8.95 1.025 1.85T9.85 8zm3 0q.25-.875.113-1.537t-.663-1.288q-.8-.95-1.05-1.937T9.725 1h1.525q-.2 1.125-.05 1.838t.675 1.362q.8.95 1.025 1.85T12.85 8zm3 0q.25-.875.113-1.537t-.663-1.288q-.8-.95-1.05-1.937T12.725 1h1.525q-.2 1.125-.05 1.838t.675 1.362q.8.95 1.025 1.85T15.85 8zM2 17v-4h1v-.625q0-.775.538-1.325t1.312-.55q.4 0 .763.188t.637.462L7.875 13h8.25l1.625-1.85q.275-.275.638-.462t.762-.188q.775 0 1.313.55T21 12.375V13h1v4zm0 5v-3h20v3z"/></svg>
</template>

CSS

.icon-bath-private-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%22M18.013%208.975q-.513-.525-.513-1.25t.513-1.237t1.237-.513t1.238.513T21%207.725t-.513%201.25t-1.237.525t-1.237-.525m-14.5%200Q3%208.45%203%207.725t.513-1.237t1.237-.513t1.238.513t.512%201.237t-.513%201.25T4.75%209.5t-1.237-.525M8.3%208q.25-.875.113-1.537T7.75%205.175q-.8-.95-1.05-1.937T6.725%201H8.25q-.175%201.075-.038%201.813T8.876%204.2q.8.95%201.025%201.85T9.85%208zm3%200q.25-.875.113-1.537t-.663-1.288q-.8-.95-1.05-1.937T9.725%201h1.525q-.2%201.125-.05%201.838t.675%201.362q.8.95%201.025%201.85T12.85%208zm3%200q.25-.875.113-1.537t-.663-1.288q-.8-.95-1.05-1.937T12.725%201h1.525q-.2%201.125-.05%201.838t.675%201.362q.8.95%201.025%201.85T15.85%208zM2%2017v-4h1v-.625q0-.775.538-1.325t1.312-.55q.4%200%20.763.188t.637.462L7.875%2013h8.25l1.625-1.85q.275-.275.638-.462t.762-.188q.775%200%201.313.55T21%2012.375V13h1v4zm0%205v-3h20v3z%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%22M18.013%208.975q-.513-.525-.513-1.25t.513-1.237t1.237-.513t1.238.513T21%207.725t-.513%201.25t-1.237.525t-1.237-.525m-14.5%200Q3%208.45%203%207.725t.513-1.237t1.237-.513t1.238.513t.512%201.237t-.513%201.25T4.75%209.5t-1.237-.525M8.3%208q.25-.875.113-1.537T7.75%205.175q-.8-.95-1.05-1.937T6.725%201H8.25q-.175%201.075-.038%201.813T8.876%204.2q.8.95%201.025%201.85T9.85%208zm3%200q.25-.875.113-1.537t-.663-1.288q-.8-.95-1.05-1.937T9.725%201h1.525q-.2%201.125-.05%201.838t.675%201.362q.8.95%201.025%201.85T12.85%208zm3%200q.25-.875.113-1.537t-.663-1.288q-.8-.95-1.05-1.937T12.725%201h1.525q-.2%201.125-.05%201.838t.675%201.362q.8.95%201.025%201.85T15.85%208zM2%2017v-4h1v-.625q0-.775.538-1.325t1.312-.55q.4%200%20.763.188t.637.462L7.875%2013h8.25l1.625-1.85q.275-.275.638-.462t.762-.188q.775%200%201.313.55T21%2012.375V13h1v4zm0%205v-3h20v3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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