spa from Font Awesome 6 Solid by Dave Gandy · Regular · Fitness · CC-BY-4.0 Attribution required.

Name
spa
Set
Font Awesome 6 Solid
Style
Regular
Category
Fitness
Viewbox
576×512
License
CC BY 4.0

The same icon in other sets

More fitness icons from Font Awesome 6 Solid

Use the spa icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M183.1 235.3c33.7 20.7 62.9 48.1 85.8 80.5c7 9.9 13.4 20.3 19.1 31c5.7-10.8 12.1-21.1 19.1-31c22.9-32.4 52.1-59.8 85.8-80.5C437.6 207.8 490.1 192 546 192h9.9c11.1 0 20.1 9 20.1 20.1c0 148-119.9 267.9-267.9 267.9h-40.2C119.9 480 0 360.1 0 212.1C0 201 9 192 20.1 192H30c55.9 0 108.4 15.8 153.1 43.3M301.5 37.6c15.7 16.9 61.1 71.8 84.4 164.6c-38 21.6-71.4 50.8-97.9 85.6c-26.5-34.8-59.9-63.9-97.9-85.6c23.2-92.8 68.6-147.7 84.4-164.6c3.5-3.7 8.4-5.6 13.5-5.6s10 1.9 13.5 5.6"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidSpa(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M183.1 235.3c33.7 20.7 62.9 48.1 85.8 80.5c7 9.9 13.4 20.3 19.1 31c5.7-10.8 12.1-21.1 19.1-31c22.9-32.4 52.1-59.8 85.8-80.5C437.6 207.8 490.1 192 546 192h9.9c11.1 0 20.1 9 20.1 20.1c0 148-119.9 267.9-267.9 267.9h-40.2C119.9 480 0 360.1 0 212.1C0 201 9 192 20.1 192H30c55.9 0 108.4 15.8 153.1 43.3M301.5 37.6c15.7 16.9 61.1 71.8 84.4 164.6c-38 21.6-71.4 50.8-97.9 85.6c-26.5-34.8-59.9-63.9-97.9-85.6c23.2-92.8 68.6-147.7 84.4-164.6c3.5-3.7 8.4-5.6 13.5-5.6s10 1.9 13.5 5.6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M183.1 235.3c33.7 20.7 62.9 48.1 85.8 80.5c7 9.9 13.4 20.3 19.1 31c5.7-10.8 12.1-21.1 19.1-31c22.9-32.4 52.1-59.8 85.8-80.5C437.6 207.8 490.1 192 546 192h9.9c11.1 0 20.1 9 20.1 20.1c0 148-119.9 267.9-267.9 267.9h-40.2C119.9 480 0 360.1 0 212.1C0 201 9 192 20.1 192H30c55.9 0 108.4 15.8 153.1 43.3M301.5 37.6c15.7 16.9 61.1 71.8 84.4 164.6c-38 21.6-71.4 50.8-97.9 85.6c-26.5-34.8-59.9-63.9-97.9-85.6c23.2-92.8 68.6-147.7 84.4-164.6c3.5-3.7 8.4-5.6 13.5-5.6s10 1.9 13.5 5.6"/></svg>
</template>

CSS

.icon-spa {
  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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M183.1%20235.3c33.7%2020.7%2062.9%2048.1%2085.8%2080.5c7%209.9%2013.4%2020.3%2019.1%2031c5.7-10.8%2012.1-21.1%2019.1-31c22.9-32.4%2052.1-59.8%2085.8-80.5C437.6%20207.8%20490.1%20192%20546%20192h9.9c11.1%200%2020.1%209%2020.1%2020.1c0%20148-119.9%20267.9-267.9%20267.9h-40.2C119.9%20480%200%20360.1%200%20212.1C0%20201%209%20192%2020.1%20192H30c55.9%200%20108.4%2015.8%20153.1%2043.3M301.5%2037.6c15.7%2016.9%2061.1%2071.8%2084.4%20164.6c-38%2021.6-71.4%2050.8-97.9%2085.6c-26.5-34.8-59.9-63.9-97.9-85.6c23.2-92.8%2068.6-147.7%2084.4-164.6c3.5-3.7%208.4-5.6%2013.5-5.6s10%201.9%2013.5%205.6%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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M183.1%20235.3c33.7%2020.7%2062.9%2048.1%2085.8%2080.5c7%209.9%2013.4%2020.3%2019.1%2031c5.7-10.8%2012.1-21.1%2019.1-31c22.9-32.4%2052.1-59.8%2085.8-80.5C437.6%20207.8%20490.1%20192%20546%20192h9.9c11.1%200%2020.1%209%2020.1%2020.1c0%20148-119.9%20267.9-267.9%20267.9h-40.2C119.9%20480%200%20360.1%200%20212.1C0%20201%209%20192%2020.1%20192H30c55.9%200%20108.4%2015.8%20153.1%2043.3M301.5%2037.6c15.7%2016.9%2061.1%2071.8%2084.4%20164.6c-38%2021.6-71.4%2050.8-97.9%2085.6c-26.5-34.8-59.9-63.9-97.9-85.6c23.2-92.8%2068.6-147.7%2084.4-164.6c3.5-3.7%208.4-5.6%2013.5-5.6s10%201.9%2013.5%205.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/spa.svg?color=%231a73e8&size=48