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

Name
spa-outline
Set
Material Symbols
Style
Outline
Category
Travel
Viewbox
24×24
License
Apache 2.0
Aliases
spa-outline-sharp

3 other variants in Material Symbols

The same icon in other sets

More travel icons from Material Symbols

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="M12 22q-1.825-.225-3.625-.987t-3.212-2.188t-2.288-3.6T2 10V9h1q1.275 0 2.625.325t2.525.975q.3-2.15 1.363-4.413T12 2q1.425 1.625 2.488 3.888T15.85 10.3q1.175-.65 2.525-.975T21 9h1v1q0 3.05-.875 5.225t-2.287 3.6t-3.2 2.188T12 22m-.05-2.05q-.275-4.15-2.463-6.275T4.05 11.05q.275 4.275 2.538 6.375t5.362 2.525M12 13.6q.375-.55.913-1.137t1.037-1.013q-.05-1.425-.562-2.975T12 5.45q-.875 1.475-1.388 3.025t-.562 2.975q.5.425 1.05 1.013T12 13.6m1.95 5.9q.925-.3 1.925-.875t1.863-1.562t1.475-2.463t.737-3.55q-2.35.35-4.125 1.563T13.1 15.7q.3.8.513 1.75t.337 2.05M12 22"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSpaOutline(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="M12 22q-1.825-.225-3.625-.987t-3.212-2.188t-2.288-3.6T2 10V9h1q1.275 0 2.625.325t2.525.975q.3-2.15 1.363-4.413T12 2q1.425 1.625 2.488 3.888T15.85 10.3q1.175-.65 2.525-.975T21 9h1v1q0 3.05-.875 5.225t-2.287 3.6t-3.2 2.188T12 22m-.05-2.05q-.275-4.15-2.463-6.275T4.05 11.05q.275 4.275 2.538 6.375t5.362 2.525M12 13.6q.375-.55.913-1.137t1.037-1.013q-.05-1.425-.562-2.975T12 5.45q-.875 1.475-1.388 3.025t-.562 2.975q.5.425 1.05 1.013T12 13.6m1.95 5.9q.925-.3 1.925-.875t1.863-1.562t1.475-2.463t.737-3.55q-2.35.35-4.125 1.563T13.1 15.7q.3.8.513 1.75t.337 2.05M12 22"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 22q-1.825-.225-3.625-.987t-3.212-2.188t-2.288-3.6T2 10V9h1q1.275 0 2.625.325t2.525.975q.3-2.15 1.363-4.413T12 2q1.425 1.625 2.488 3.888T15.85 10.3q1.175-.65 2.525-.975T21 9h1v1q0 3.05-.875 5.225t-2.287 3.6t-3.2 2.188T12 22m-.05-2.05q-.275-4.15-2.463-6.275T4.05 11.05q.275 4.275 2.538 6.375t5.362 2.525M12 13.6q.375-.55.913-1.137t1.037-1.013q-.05-1.425-.562-2.975T12 5.45q-.875 1.475-1.388 3.025t-.562 2.975q.5.425 1.05 1.013T12 13.6m1.95 5.9q.925-.3 1.925-.875t1.863-1.562t1.475-2.463t.737-3.55q-2.35.35-4.125 1.563T13.1 15.7q.3.8.513 1.75t.337 2.05M12 22"/></svg>
</template>

CSS

.icon-spa-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%22M12%2022q-1.825-.225-3.625-.987t-3.212-2.188t-2.288-3.6T2%2010V9h1q1.275%200%202.625.325t2.525.975q.3-2.15%201.363-4.413T12%202q1.425%201.625%202.488%203.888T15.85%2010.3q1.175-.65%202.525-.975T21%209h1v1q0%203.05-.875%205.225t-2.287%203.6t-3.2%202.188T12%2022m-.05-2.05q-.275-4.15-2.463-6.275T4.05%2011.05q.275%204.275%202.538%206.375t5.362%202.525M12%2013.6q.375-.55.913-1.137t1.037-1.013q-.05-1.425-.562-2.975T12%205.45q-.875%201.475-1.388%203.025t-.562%202.975q.5.425%201.05%201.013T12%2013.6m1.95%205.9q.925-.3%201.925-.875t1.863-1.562t1.475-2.463t.737-3.55q-2.35.35-4.125%201.563T13.1%2015.7q.3.8.513%201.75t.337%202.05M12%2022%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%22M12%2022q-1.825-.225-3.625-.987t-3.212-2.188t-2.288-3.6T2%2010V9h1q1.275%200%202.625.325t2.525.975q.3-2.15%201.363-4.413T12%202q1.425%201.625%202.488%203.888T15.85%2010.3q1.175-.65%202.525-.975T21%209h1v1q0%203.05-.875%205.225t-2.287%203.6t-3.2%202.188T12%2022m-.05-2.05q-.275-4.15-2.463-6.275T4.05%2011.05q.275%204.275%202.538%206.375t5.362%202.525M12%2013.6q.375-.55.913-1.137t1.037-1.013q-.05-1.425-.562-2.975T12%205.45q-.875%201.475-1.388%203.025t-.562%202.975q.5.425%201.05%201.013T12%2013.6m1.95%205.9q.925-.3%201.925-.875t1.863-1.562t1.475-2.463t.737-3.55q-2.35.35-4.125%201.563T13.1%2015.7q.3.8.513%201.75t.337%202.05M12%2022%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.svg?color=%231a73e8&size=48