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

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

3 other variants in Material Symbols Light

The same icon in other sets

More activities icons from Material Symbols Light

Use the bath outdoor icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.077 12.14v1.133q-.5.35-.75.742q-.25.39-.25.754q0 .093.009.175q.008.083.05.175l.191.093l3.192.538l.17.444l1.138-.444h3.385l.667.873l2.598-.4l.946-1.357h1.5v-.097q0-.363-.25-.754q-.25-.392-.75-.742v-1.132q.97.551 1.485 1.245q.515.693.515 1.403q0 .038-.01.086t-.01.087l.713 1.057l-.808 2.385h-2.87l.12.538l-2 .808h-6l-.231-.63l-2.538.61l-2.923-2.096v-1.961l.78-.39q-.044-.125-.056-.248q-.013-.122-.013-.247q0-.71.515-1.403q.516-.693 1.485-1.245m-1.085 5.512l1.156-1.137l-1.244-.629l-.654.328v.948zm1.518 1.107l2.01-.469l-.608-1.656H7.25l-1.502 1.522zm3.156.106h2.986l.714-1.446l-.597-.785H9.992l-.984.408zm3.98 0h1.246l1.127-.463l-.232-1.183l-1.337.214zm3.027-1.327h2.521l.464-1.41l-.266-.378h-1.501zm-8.711-4.461q.067-.279.091-.491q.024-.213.024-.459q0-.846-.375-1.435t-.85-1.194q-.629-.817-.927-1.551q-.298-.733-.298-1.645q0-.279.018-.579t.08-.646h1.006q-.067.344-.086.623t-.018.527q0 .983.388 1.643q.387.66.837 1.28q.642.85.934 1.517q.291.668.291 1.51q0 .235-.021.45t-.083.45zm3.423 0q.067-.279.091-.491t.024-.459q0-.846-.375-1.435t-.85-1.194q-.629-.817-.927-1.551q-.298-.733-.298-1.645q0-.279.018-.579t.08-.646h1.006q-.067.344-.098.623t-.031.527q0 .982.388 1.643q.387.66.837 1.28q.642.85.934 1.517q.291.668.291 1.51q0 .235-.009.45t-.07.45zm3.423 0q.067-.279.091-.491t.024-.459q0-.846-.375-1.435t-.85-1.194q-.629-.817-.927-1.551q-.298-.733-.298-1.645q0-.279.018-.579t.08-.646h1.006q-.067.344-.098.623t-.031.527q0 .983.388 1.643q.387.66.837 1.28q.643.85.934 1.517t.291 1.51q0 .235-.008.45q-.01.215-.07.45z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightBathOutdoorOutline(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="M6.077 12.14v1.133q-.5.35-.75.742q-.25.39-.25.754q0 .093.009.175q.008.083.05.175l.191.093l3.192.538l.17.444l1.138-.444h3.385l.667.873l2.598-.4l.946-1.357h1.5v-.097q0-.363-.25-.754q-.25-.392-.75-.742v-1.132q.97.551 1.485 1.245q.515.693.515 1.403q0 .038-.01.086t-.01.087l.713 1.057l-.808 2.385h-2.87l.12.538l-2 .808h-6l-.231-.63l-2.538.61l-2.923-2.096v-1.961l.78-.39q-.044-.125-.056-.248q-.013-.122-.013-.247q0-.71.515-1.403q.516-.693 1.485-1.245m-1.085 5.512l1.156-1.137l-1.244-.629l-.654.328v.948zm1.518 1.107l2.01-.469l-.608-1.656H7.25l-1.502 1.522zm3.156.106h2.986l.714-1.446l-.597-.785H9.992l-.984.408zm3.98 0h1.246l1.127-.463l-.232-1.183l-1.337.214zm3.027-1.327h2.521l.464-1.41l-.266-.378h-1.501zm-8.711-4.461q.067-.279.091-.491q.024-.213.024-.459q0-.846-.375-1.435t-.85-1.194q-.629-.817-.927-1.551q-.298-.733-.298-1.645q0-.279.018-.579t.08-.646h1.006q-.067.344-.086.623t-.018.527q0 .983.388 1.643q.387.66.837 1.28q.642.85.934 1.517q.291.668.291 1.51q0 .235-.021.45t-.083.45zm3.423 0q.067-.279.091-.491t.024-.459q0-.846-.375-1.435t-.85-1.194q-.629-.817-.927-1.551q-.298-.733-.298-1.645q0-.279.018-.579t.08-.646h1.006q-.067.344-.098.623t-.031.527q0 .982.388 1.643q.387.66.837 1.28q.642.85.934 1.517q.291.668.291 1.51q0 .235-.009.45t-.07.45zm3.423 0q.067-.279.091-.491t.024-.459q0-.846-.375-1.435t-.85-1.194q-.629-.817-.927-1.551q-.298-.733-.298-1.645q0-.279.018-.579t.08-.646h1.006q-.067.344-.098.623t-.031.527q0 .983.388 1.643q.387.66.837 1.28q.643.85.934 1.517t.291 1.51q0 .235-.008.45q-.01.215-.07.45z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.077 12.14v1.133q-.5.35-.75.742q-.25.39-.25.754q0 .093.009.175q.008.083.05.175l.191.093l3.192.538l.17.444l1.138-.444h3.385l.667.873l2.598-.4l.946-1.357h1.5v-.097q0-.363-.25-.754q-.25-.392-.75-.742v-1.132q.97.551 1.485 1.245q.515.693.515 1.403q0 .038-.01.086t-.01.087l.713 1.057l-.808 2.385h-2.87l.12.538l-2 .808h-6l-.231-.63l-2.538.61l-2.923-2.096v-1.961l.78-.39q-.044-.125-.056-.248q-.013-.122-.013-.247q0-.71.515-1.403q.516-.693 1.485-1.245m-1.085 5.512l1.156-1.137l-1.244-.629l-.654.328v.948zm1.518 1.107l2.01-.469l-.608-1.656H7.25l-1.502 1.522zm3.156.106h2.986l.714-1.446l-.597-.785H9.992l-.984.408zm3.98 0h1.246l1.127-.463l-.232-1.183l-1.337.214zm3.027-1.327h2.521l.464-1.41l-.266-.378h-1.501zm-8.711-4.461q.067-.279.091-.491q.024-.213.024-.459q0-.846-.375-1.435t-.85-1.194q-.629-.817-.927-1.551q-.298-.733-.298-1.645q0-.279.018-.579t.08-.646h1.006q-.067.344-.086.623t-.018.527q0 .983.388 1.643q.387.66.837 1.28q.642.85.934 1.517q.291.668.291 1.51q0 .235-.021.45t-.083.45zm3.423 0q.067-.279.091-.491t.024-.459q0-.846-.375-1.435t-.85-1.194q-.629-.817-.927-1.551q-.298-.733-.298-1.645q0-.279.018-.579t.08-.646h1.006q-.067.344-.098.623t-.031.527q0 .982.388 1.643q.387.66.837 1.28q.642.85.934 1.517q.291.668.291 1.51q0 .235-.009.45t-.07.45zm3.423 0q.067-.279.091-.491t.024-.459q0-.846-.375-1.435t-.85-1.194q-.629-.817-.927-1.551q-.298-.733-.298-1.645q0-.279.018-.579t.08-.646h1.006q-.067.344-.098.623t-.031.527q0 .983.388 1.643q.387.66.837 1.28q.643.85.934 1.517t.291 1.51q0 .235-.008.45q-.01.215-.07.45z"/></svg>
</template>

CSS

.icon-bath-outdoor-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%22M6.077%2012.14v1.133q-.5.35-.75.742q-.25.39-.25.754q0%20.093.009.175q.008.083.05.175l.191.093l3.192.538l.17.444l1.138-.444h3.385l.667.873l2.598-.4l.946-1.357h1.5v-.097q0-.363-.25-.754q-.25-.392-.75-.742v-1.132q.97.551%201.485%201.245q.515.693.515%201.403q0%20.038-.01.086t-.01.087l.713%201.057l-.808%202.385h-2.87l.12.538l-2%20.808h-6l-.231-.63l-2.538.61l-2.923-2.096v-1.961l.78-.39q-.044-.125-.056-.248q-.013-.122-.013-.247q0-.71.515-1.403q.516-.693%201.485-1.245m-1.085%205.512l1.156-1.137l-1.244-.629l-.654.328v.948zm1.518%201.107l2.01-.469l-.608-1.656H7.25l-1.502%201.522zm3.156.106h2.986l.714-1.446l-.597-.785H9.992l-.984.408zm3.98%200h1.246l1.127-.463l-.232-1.183l-1.337.214zm3.027-1.327h2.521l.464-1.41l-.266-.378h-1.501zm-8.711-4.461q.067-.279.091-.491q.024-.213.024-.459q0-.846-.375-1.435t-.85-1.194q-.629-.817-.927-1.551q-.298-.733-.298-1.645q0-.279.018-.579t.08-.646h1.006q-.067.344-.086.623t-.018.527q0%20.983.388%201.643q.387.66.837%201.28q.642.85.934%201.517q.291.668.291%201.51q0%20.235-.021.45t-.083.45zm3.423%200q.067-.279.091-.491t.024-.459q0-.846-.375-1.435t-.85-1.194q-.629-.817-.927-1.551q-.298-.733-.298-1.645q0-.279.018-.579t.08-.646h1.006q-.067.344-.098.623t-.031.527q0%20.982.388%201.643q.387.66.837%201.28q.642.85.934%201.517q.291.668.291%201.51q0%20.235-.009.45t-.07.45zm3.423%200q.067-.279.091-.491t.024-.459q0-.846-.375-1.435t-.85-1.194q-.629-.817-.927-1.551q-.298-.733-.298-1.645q0-.279.018-.579t.08-.646h1.006q-.067.344-.098.623t-.031.527q0%20.983.388%201.643q.387.66.837%201.28q.643.85.934%201.517t.291%201.51q0%20.235-.008.45q-.01.215-.07.45z%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%22M6.077%2012.14v1.133q-.5.35-.75.742q-.25.39-.25.754q0%20.093.009.175q.008.083.05.175l.191.093l3.192.538l.17.444l1.138-.444h3.385l.667.873l2.598-.4l.946-1.357h1.5v-.097q0-.363-.25-.754q-.25-.392-.75-.742v-1.132q.97.551%201.485%201.245q.515.693.515%201.403q0%20.038-.01.086t-.01.087l.713%201.057l-.808%202.385h-2.87l.12.538l-2%20.808h-6l-.231-.63l-2.538.61l-2.923-2.096v-1.961l.78-.39q-.044-.125-.056-.248q-.013-.122-.013-.247q0-.71.515-1.403q.516-.693%201.485-1.245m-1.085%205.512l1.156-1.137l-1.244-.629l-.654.328v.948zm1.518%201.107l2.01-.469l-.608-1.656H7.25l-1.502%201.522zm3.156.106h2.986l.714-1.446l-.597-.785H9.992l-.984.408zm3.98%200h1.246l1.127-.463l-.232-1.183l-1.337.214zm3.027-1.327h2.521l.464-1.41l-.266-.378h-1.501zm-8.711-4.461q.067-.279.091-.491q.024-.213.024-.459q0-.846-.375-1.435t-.85-1.194q-.629-.817-.927-1.551q-.298-.733-.298-1.645q0-.279.018-.579t.08-.646h1.006q-.067.344-.086.623t-.018.527q0%20.983.388%201.643q.387.66.837%201.28q.642.85.934%201.517q.291.668.291%201.51q0%20.235-.021.45t-.083.45zm3.423%200q.067-.279.091-.491t.024-.459q0-.846-.375-1.435t-.85-1.194q-.629-.817-.927-1.551q-.298-.733-.298-1.645q0-.279.018-.579t.08-.646h1.006q-.067.344-.098.623t-.031.527q0%20.982.388%201.643q.387.66.837%201.28q.642.85.934%201.517q.291.668.291%201.51q0%20.235-.009.45t-.07.45zm3.423%200q.067-.279.091-.491t.024-.459q0-.846-.375-1.435t-.85-1.194q-.629-.817-.927-1.551q-.298-.733-.298-1.645q0-.279.018-.579t.08-.646h1.006q-.067.344-.098.623t-.031.527q0%20.983.388%201.643q.387.66.837%201.28q.643.85.934%201.517t.291%201.51q0%20.235-.008.45q-.01.215-.07.45z%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-outdoor-outline.svg?color=%231a73e8&size=48