spa icon
spa-outline-rounded from Material Symbols by Google · Outline Rounded · Travel · Apache-2.0 Free for personal and commercial use.
- Name
- spa-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- Category
- Travel
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols
The same icon in other sets
More travel icons from Material Symbols
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.2 21.875q-1.75-.325-3.4-1.125t-2.937-2.225T2.788 15T2 10v-.2q0-.35.225-.575T2.8 9H3q1.275 0 2.625.325t2.525.975q.275-1.85 1.1-3.8t1.975-3.525q.3-.425.775-.425t.775.425Q13.925 4.55 14.75 6.5t1.1 3.8q1.175-.65 2.525-.975T21 9h.1q.375 0 .638.263T22 9.9v.1q0 2.9-.788 5t-2.075 3.525T16.2 20.75t-3.4 1.125q-.325.05-.8.05t-.8-.05m.75-1.925q-.275-4.125-2.488-6.262T4.05 11.05q-.05 0 0 0q.275 4.225 2.563 6.35t5.337 2.55q.05.025 0 .013t0-.013m-1.9-8.5q.5.425 1.05 1.013T12 13.6q.375-.55.913-1.137t1.037-1.013q-.05-1.425-.562-2.975T12 5.45v.013v-.013q-.875 1.475-1.388 3.025t-.562 2.975m3.05 4.25q.3.8.513 1.75t.337 2.05q.9-.3 1.9-.9T17.7 17t1.475-2.462t.775-3.488q0-.05 0 0q-2.35.35-4.125 1.563T13.1 15.7"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSpaOutlineRounded(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.2 21.875q-1.75-.325-3.4-1.125t-2.937-2.225T2.788 15T2 10v-.2q0-.35.225-.575T2.8 9H3q1.275 0 2.625.325t2.525.975q.275-1.85 1.1-3.8t1.975-3.525q.3-.425.775-.425t.775.425Q13.925 4.55 14.75 6.5t1.1 3.8q1.175-.65 2.525-.975T21 9h.1q.375 0 .638.263T22 9.9v.1q0 2.9-.788 5t-2.075 3.525T16.2 20.75t-3.4 1.125q-.325.05-.8.05t-.8-.05m.75-1.925q-.275-4.125-2.488-6.262T4.05 11.05q-.05 0 0 0q.275 4.225 2.563 6.35t5.337 2.55q.05.025 0 .013t0-.013m-1.9-8.5q.5.425 1.05 1.013T12 13.6q.375-.55.913-1.137t1.037-1.013q-.05-1.425-.562-2.975T12 5.45v.013v-.013q-.875 1.475-1.388 3.025t-.562 2.975m3.05 4.25q.3.8.513 1.75t.337 2.05q.9-.3 1.9-.9T17.7 17t1.475-2.462t.775-3.488q0-.05 0 0q-2.35.35-4.125 1.563T13.1 15.7"/></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.2 21.875q-1.75-.325-3.4-1.125t-2.937-2.225T2.788 15T2 10v-.2q0-.35.225-.575T2.8 9H3q1.275 0 2.625.325t2.525.975q.275-1.85 1.1-3.8t1.975-3.525q.3-.425.775-.425t.775.425Q13.925 4.55 14.75 6.5t1.1 3.8q1.175-.65 2.525-.975T21 9h.1q.375 0 .638.263T22 9.9v.1q0 2.9-.788 5t-2.075 3.525T16.2 20.75t-3.4 1.125q-.325.05-.8.05t-.8-.05m.75-1.925q-.275-4.125-2.488-6.262T4.05 11.05q-.05 0 0 0q.275 4.225 2.563 6.35t5.337 2.55q.05.025 0 .013t0-.013m-1.9-8.5q.5.425 1.05 1.013T12 13.6q.375-.55.913-1.137t1.037-1.013q-.05-1.425-.562-2.975T12 5.45v.013v-.013q-.875 1.475-1.388 3.025t-.562 2.975m3.05 4.25q.3.8.513 1.75t.337 2.05q.9-.3 1.9-.9T17.7 17t1.475-2.462t.775-3.488q0-.05 0 0q-2.35.35-4.125 1.563T13.1 15.7"/></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.2%2021.875q-1.75-.325-3.4-1.125t-2.937-2.225T2.788%2015T2%2010v-.2q0-.35.225-.575T2.8%209H3q1.275%200%202.625.325t2.525.975q.275-1.85%201.1-3.8t1.975-3.525q.3-.425.775-.425t.775.425Q13.925%204.55%2014.75%206.5t1.1%203.8q1.175-.65%202.525-.975T21%209h.1q.375%200%20.638.263T22%209.9v.1q0%202.9-.788%205t-2.075%203.525T16.2%2020.75t-3.4%201.125q-.325.05-.8.05t-.8-.05m.75-1.925q-.275-4.125-2.488-6.262T4.05%2011.05q-.05%200%200%200q.275%204.225%202.563%206.35t5.337%202.55q.05.025%200%20.013t0-.013m-1.9-8.5q.5.425%201.05%201.013T12%2013.6q.375-.55.913-1.137t1.037-1.013q-.05-1.425-.562-2.975T12%205.45v.013v-.013q-.875%201.475-1.388%203.025t-.562%202.975m3.05%204.25q.3.8.513%201.75t.337%202.05q.9-.3%201.9-.9T17.7%2017t1.475-2.462t.775-3.488q0-.05%200%200q-2.35.35-4.125%201.563T13.1%2015.7%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.2%2021.875q-1.75-.325-3.4-1.125t-2.937-2.225T2.788%2015T2%2010v-.2q0-.35.225-.575T2.8%209H3q1.275%200%202.625.325t2.525.975q.275-1.85%201.1-3.8t1.975-3.525q.3-.425.775-.425t.775.425Q13.925%204.55%2014.75%206.5t1.1%203.8q1.175-.65%202.525-.975T21%209h.1q.375%200%20.638.263T22%209.9v.1q0%202.9-.788%205t-2.075%203.525T16.2%2020.75t-3.4%201.125q-.325.05-.8.05t-.8-.05m.75-1.925q-.275-4.125-2.488-6.262T4.05%2011.05q-.05%200%200%200q.275%204.225%202.563%206.35t5.337%202.55q.05.025%200%20.013t0-.013m-1.9-8.5q.5.425%201.05%201.013T12%2013.6q.375-.55.913-1.137t1.037-1.013q-.05-1.425-.562-2.975T12%205.45v.013v-.013q-.875%201.475-1.388%203.025t-.562%202.975m3.05%204.25q.3.8.513%201.75t.337%202.05q.9-.3%201.9-.9T17.7%2017t1.475-2.462t.775-3.488q0-.05%200%200q-2.35.35-4.125%201.563T13.1%2015.7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/spa-outline-rounded.svg?color=%231a73e8&size=48