spa icon
spa-rounded from Material Symbols Light by Google · Rounded · Travel · Apache-2.0 Free for personal and commercial use.
- Name
- spa-rounded
- Set
- Material Symbols Light
- Style
- 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
airline-seat-flatairline-seat-flat-angledairline-seat-individual-suiteairline-seat-legroom-extraairline-seat-legroom-normalairline-seat-legroom-reducedairline-seat-recline-extraairline-seat-recline-normalairplane-ticketapartmentattractionsbakery-diningbath-bedrockbeach-accessbeer-mealbentobreakfast-diningbrunch-diningbungalowcabincar-rentalcar-repaircarpentercarry-on-bag
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.754 20.867q-3.562-.573-5.746-3.026T3.473 11.56q-.025-.18.034-.324q.058-.145.17-.257q.111-.112.257-.158q.145-.046.318.004q3.671.567 5.877 2.91t2.423 6.384q.025.168-.043.313t-.186.257q-.112.111-.257.16t-.312.018M12 14.683q-.427-.781-1.247-1.69T9.096 11.6q.046-1.442.714-3.316q.669-1.875 1.66-3.328q.11-.143.246-.214q.136-.07.284-.07t.29.07t.235.22q.99 1.46 1.664 3.344t.715 3.332q-.84.45-1.704 1.415q-.863.964-1.2 1.63m1.604 5.902q-.05-1.218-.318-2.52q-.269-1.304-.74-2.28q.806-1.824 2.707-3.197t4.52-1.763q.173-.05.316-.001t.253.16t.17.254t.034.316q-.296 3.467-2.062 5.7q-1.767 2.235-4.88 3.33"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightSpaRounded(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.754 20.867q-3.562-.573-5.746-3.026T3.473 11.56q-.025-.18.034-.324q.058-.145.17-.257q.111-.112.257-.158q.145-.046.318.004q3.671.567 5.877 2.91t2.423 6.384q.025.168-.043.313t-.186.257q-.112.111-.257.16t-.312.018M12 14.683q-.427-.781-1.247-1.69T9.096 11.6q.046-1.442.714-3.316q.669-1.875 1.66-3.328q.11-.143.246-.214q.136-.07.284-.07t.29.07t.235.22q.99 1.46 1.664 3.344t.715 3.332q-.84.45-1.704 1.415q-.863.964-1.2 1.63m1.604 5.902q-.05-1.218-.318-2.52q-.269-1.304-.74-2.28q.806-1.824 2.707-3.197t4.52-1.763q.173-.05.316-.001t.253.16t.17.254t.034.316q-.296 3.467-2.062 5.7q-1.767 2.235-4.88 3.33"/></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.754 20.867q-3.562-.573-5.746-3.026T3.473 11.56q-.025-.18.034-.324q.058-.145.17-.257q.111-.112.257-.158q.145-.046.318.004q3.671.567 5.877 2.91t2.423 6.384q.025.168-.043.313t-.186.257q-.112.111-.257.16t-.312.018M12 14.683q-.427-.781-1.247-1.69T9.096 11.6q.046-1.442.714-3.316q.669-1.875 1.66-3.328q.11-.143.246-.214q.136-.07.284-.07t.29.07t.235.22q.99 1.46 1.664 3.344t.715 3.332q-.84.45-1.704 1.415q-.863.964-1.2 1.63m1.604 5.902q-.05-1.218-.318-2.52q-.269-1.304-.74-2.28q.806-1.824 2.707-3.197t4.52-1.763q.173-.05.316-.001t.253.16t.17.254t.034.316q-.296 3.467-2.062 5.7q-1.767 2.235-4.88 3.33"/></svg> </template>
CSS
.icon-spa-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.754%2020.867q-3.562-.573-5.746-3.026T3.473%2011.56q-.025-.18.034-.324q.058-.145.17-.257q.111-.112.257-.158q.145-.046.318.004q3.671.567%205.877%202.91t2.423%206.384q.025.168-.043.313t-.186.257q-.112.111-.257.16t-.312.018M12%2014.683q-.427-.781-1.247-1.69T9.096%2011.6q.046-1.442.714-3.316q.669-1.875%201.66-3.328q.11-.143.246-.214q.136-.07.284-.07t.29.07t.235.22q.99%201.46%201.664%203.344t.715%203.332q-.84.45-1.704%201.415q-.863.964-1.2%201.63m1.604%205.902q-.05-1.218-.318-2.52q-.269-1.304-.74-2.28q.806-1.824%202.707-3.197t4.52-1.763q.173-.05.316-.001t.253.16t.17.254t.034.316q-.296%203.467-2.062%205.7q-1.767%202.235-4.88%203.33%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.754%2020.867q-3.562-.573-5.746-3.026T3.473%2011.56q-.025-.18.034-.324q.058-.145.17-.257q.111-.112.257-.158q.145-.046.318.004q3.671.567%205.877%202.91t2.423%206.384q.025.168-.043.313t-.186.257q-.112.111-.257.16t-.312.018M12%2014.683q-.427-.781-1.247-1.69T9.096%2011.6q.046-1.442.714-3.316q.669-1.875%201.66-3.328q.11-.143.246-.214q.136-.07.284-.07t.29.07t.235.22q.99%201.46%201.664%203.344t.715%203.332q-.84.45-1.704%201.415q-.863.964-1.2%201.63m1.604%205.902q-.05-1.218-.318-2.52q-.269-1.304-.74-2.28q.806-1.824%202.707-3.197t4.52-1.763q.173-.05.316-.001t.253.16t.17.254t.034.316q-.296%203.467-2.062%205.7q-1.767%202.235-4.88%203.33%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-rounded.svg?color=%231a73e8&size=48