spa-outline-rounded from Material Symbols Light by Google · Outline Rounded · Travel · Apache-2.0 Free for personal and commercial use.

Name
spa-outline-rounded
Set
Material Symbols Light
Style
Outline Rounded
Category
Travel
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More travel icons from Material Symbols Light

Use the spa icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.546 20.837q-1.461-.287-2.919-.962t-2.61-1.879t-1.874-2.967t-.72-4.221v-.162q0-.273.168-.44q.167-.168.44-.168h.123q1.044 0 2.48.498q1.437.498 2.439 1.225q.121-1.677.754-3.502t1.629-3.265q.223-.31.544-.31t.544.31q.996 1.44 1.629 3.285q.633 1.844.754 3.521q.944-.67 2.342-1.187t2.539-.575l.176-.019q.26-.019.446.166q.185.186.166.446l-.019.215q-.135 1.958-.653 3.538q-.518 1.581-1.44 2.804q-.923 1.223-2.265 2.1t-3.111 1.452q-.325.108-.781.127t-.78-.03m.787-.887q-.274-4.125-2.487-6.262T4.435 11.05q-.05 0 0 0q.275 4.225 2.562 6.35t5.338 2.55q.05.025 0 .013t0-.013m-2.285-7.5q.558.464 1.079 1.147q.521.684.871 1.31q.337-.626.865-1.31q.527-.684 1.085-1.147q-.011-1.521-.524-3.206Q12.914 7.56 12 6.027v.013v-.013q-.913 1.533-1.426 3.208t-.524 3.215m2.473 3.635q.3.8.493 1.615t.319 1.916q1.15-.397 2.227-1.064t1.917-1.696t1.408-2.453t.679-3.353q0-.05 0 0q-2.427.35-4.318 1.707t-2.725 3.328"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightSpaOutlineRounded(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="M11.546 20.837q-1.461-.287-2.919-.962t-2.61-1.879t-1.874-2.967t-.72-4.221v-.162q0-.273.168-.44q.167-.168.44-.168h.123q1.044 0 2.48.498q1.437.498 2.439 1.225q.121-1.677.754-3.502t1.629-3.265q.223-.31.544-.31t.544.31q.996 1.44 1.629 3.285q.633 1.844.754 3.521q.944-.67 2.342-1.187t2.539-.575l.176-.019q.26-.019.446.166q.185.186.166.446l-.019.215q-.135 1.958-.653 3.538q-.518 1.581-1.44 2.804q-.923 1.223-2.265 2.1t-3.111 1.452q-.325.108-.781.127t-.78-.03m.787-.887q-.274-4.125-2.487-6.262T4.435 11.05q-.05 0 0 0q.275 4.225 2.562 6.35t5.338 2.55q.05.025 0 .013t0-.013m-2.285-7.5q.558.464 1.079 1.147q.521.684.871 1.31q.337-.626.865-1.31q.527-.684 1.085-1.147q-.011-1.521-.524-3.206Q12.914 7.56 12 6.027v.013v-.013q-.913 1.533-1.426 3.208t-.524 3.215m2.473 3.635q.3.8.493 1.615t.319 1.916q1.15-.397 2.227-1.064t1.917-1.696t1.408-2.453t.679-3.353q0-.05 0 0q-2.427.35-4.318 1.707t-2.725 3.328"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.546 20.837q-1.461-.287-2.919-.962t-2.61-1.879t-1.874-2.967t-.72-4.221v-.162q0-.273.168-.44q.167-.168.44-.168h.123q1.044 0 2.48.498q1.437.498 2.439 1.225q.121-1.677.754-3.502t1.629-3.265q.223-.31.544-.31t.544.31q.996 1.44 1.629 3.285q.633 1.844.754 3.521q.944-.67 2.342-1.187t2.539-.575l.176-.019q.26-.019.446.166q.185.186.166.446l-.019.215q-.135 1.958-.653 3.538q-.518 1.581-1.44 2.804q-.923 1.223-2.265 2.1t-3.111 1.452q-.325.108-.781.127t-.78-.03m.787-.887q-.274-4.125-2.487-6.262T4.435 11.05q-.05 0 0 0q.275 4.225 2.562 6.35t5.338 2.55q.05.025 0 .013t0-.013m-2.285-7.5q.558.464 1.079 1.147q.521.684.871 1.31q.337-.626.865-1.31q.527-.684 1.085-1.147q-.011-1.521-.524-3.206Q12.914 7.56 12 6.027v.013v-.013q-.913 1.533-1.426 3.208t-.524 3.215m2.473 3.635q.3.8.493 1.615t.319 1.916q1.15-.397 2.227-1.064t1.917-1.696t1.408-2.453t.679-3.353q0-.05 0 0q-2.427.35-4.318 1.707t-2.725 3.328"/></svg>
</template>

CSS

.icon-spa-outline-rounded {
  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%22M11.546%2020.837q-1.461-.287-2.919-.962t-2.61-1.879t-1.874-2.967t-.72-4.221v-.162q0-.273.168-.44q.167-.168.44-.168h.123q1.044%200%202.48.498q1.437.498%202.439%201.225q.121-1.677.754-3.502t1.629-3.265q.223-.31.544-.31t.544.31q.996%201.44%201.629%203.285q.633%201.844.754%203.521q.944-.67%202.342-1.187t2.539-.575l.176-.019q.26-.019.446.166q.185.186.166.446l-.019.215q-.135%201.958-.653%203.538q-.518%201.581-1.44%202.804q-.923%201.223-2.265%202.1t-3.111%201.452q-.325.108-.781.127t-.78-.03m.787-.887q-.274-4.125-2.487-6.262T4.435%2011.05q-.05%200%200%200q.275%204.225%202.562%206.35t5.338%202.55q.05.025%200%20.013t0-.013m-2.285-7.5q.558.464%201.079%201.147q.521.684.871%201.31q.337-.626.865-1.31q.527-.684%201.085-1.147q-.011-1.521-.524-3.206Q12.914%207.56%2012%206.027v.013v-.013q-.913%201.533-1.426%203.208t-.524%203.215m2.473%203.635q.3.8.493%201.615t.319%201.916q1.15-.397%202.227-1.064t1.917-1.696t1.408-2.453t.679-3.353q0-.05%200%200q-2.427.35-4.318%201.707t-2.725%203.328%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%22M11.546%2020.837q-1.461-.287-2.919-.962t-2.61-1.879t-1.874-2.967t-.72-4.221v-.162q0-.273.168-.44q.167-.168.44-.168h.123q1.044%200%202.48.498q1.437.498%202.439%201.225q.121-1.677.754-3.502t1.629-3.265q.223-.31.544-.31t.544.31q.996%201.44%201.629%203.285q.633%201.844.754%203.521q.944-.67%202.342-1.187t2.539-.575l.176-.019q.26-.019.446.166q.185.186.166.446l-.019.215q-.135%201.958-.653%203.538q-.518%201.581-1.44%202.804q-.923%201.223-2.265%202.1t-3.111%201.452q-.325.108-.781.127t-.78-.03m.787-.887q-.274-4.125-2.487-6.262T4.435%2011.05q-.05%200%200%200q.275%204.225%202.562%206.35t5.338%202.55q.05.025%200%20.013t0-.013m-2.285-7.5q.558.464%201.079%201.147q.521.684.871%201.31q.337-.626.865-1.31q.527-.684%201.085-1.147q-.011-1.521-.524-3.206Q12.914%207.56%2012%206.027v.013v-.013q-.913%201.533-1.426%203.208t-.524%203.215m2.473%203.635q.3.8.493%201.615t.319%201.916q1.15-.397%202.227-1.064t1.917-1.696t1.408-2.453t.679-3.353q0-.05%200%200q-2.427.35-4.318%201.707t-2.725%203.328%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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