spa-outline from Material Design Icons by Pictogrammers · Outline · Nature · Apache-2.0 Free for personal and commercial use.

Name
spa-outline
Set
Material Design Icons
Style
Outline
Category
Nature
Viewbox
24×24
License
Apache 2.0
Aliases
flower-lotus-outline

1 other variant in Material Design Icons

The same icon in other sets

More nature icons from Material Design Icons

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="M15.5 9.63a14.2 14.2 0 0 0-3.5 2.63a13.7 13.7 0 0 0-3.5-2.63C8.74 6.86 9.92 4.14 12.06 2c2.12 2.12 3.25 4.84 3.44 7.63M12 15.45C14.15 12.17 17.82 10 22 10c0 10-9.32 11.88-10 12c-.68-.11-10-2-10-12c4.18 0 7.85 2.17 10 5.45m.05-10.26c-.66 1.04-1.12 2.19-1.37 3.39l1.32.97l1.35-.98c-.23-1.2-.67-2.35-1.3-3.38M12 19.97s6-.97 7.74-7.72C14 14 12 19.1 12 19.1S9 13 4.26 12.26C6 19 12 19.97 12 19.97"/></svg>

React

import type { SVGProps } from "react";

export function MdiSpaOutline(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="M15.5 9.63a14.2 14.2 0 0 0-3.5 2.63a13.7 13.7 0 0 0-3.5-2.63C8.74 6.86 9.92 4.14 12.06 2c2.12 2.12 3.25 4.84 3.44 7.63M12 15.45C14.15 12.17 17.82 10 22 10c0 10-9.32 11.88-10 12c-.68-.11-10-2-10-12c4.18 0 7.85 2.17 10 5.45m.05-10.26c-.66 1.04-1.12 2.19-1.37 3.39l1.32.97l1.35-.98c-.23-1.2-.67-2.35-1.3-3.38M12 19.97s6-.97 7.74-7.72C14 14 12 19.1 12 19.1S9 13 4.26 12.26C6 19 12 19.97 12 19.97"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.5 9.63a14.2 14.2 0 0 0-3.5 2.63a13.7 13.7 0 0 0-3.5-2.63C8.74 6.86 9.92 4.14 12.06 2c2.12 2.12 3.25 4.84 3.44 7.63M12 15.45C14.15 12.17 17.82 10 22 10c0 10-9.32 11.88-10 12c-.68-.11-10-2-10-12c4.18 0 7.85 2.17 10 5.45m.05-10.26c-.66 1.04-1.12 2.19-1.37 3.39l1.32.97l1.35-.98c-.23-1.2-.67-2.35-1.3-3.38M12 19.97s6-.97 7.74-7.72C14 14 12 19.1 12 19.1S9 13 4.26 12.26C6 19 12 19.97 12 19.97"/></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%22M15.5%209.63a14.2%2014.2%200%200%200-3.5%202.63a13.7%2013.7%200%200%200-3.5-2.63C8.74%206.86%209.92%204.14%2012.06%202c2.12%202.12%203.25%204.84%203.44%207.63M12%2015.45C14.15%2012.17%2017.82%2010%2022%2010c0%2010-9.32%2011.88-10%2012c-.68-.11-10-2-10-12c4.18%200%207.85%202.17%2010%205.45m.05-10.26c-.66%201.04-1.12%202.19-1.37%203.39l1.32.97l1.35-.98c-.23-1.2-.67-2.35-1.3-3.38M12%2019.97s6-.97%207.74-7.72C14%2014%2012%2019.1%2012%2019.1S9%2013%204.26%2012.26C6%2019%2012%2019.97%2012%2019.97%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%22M15.5%209.63a14.2%2014.2%200%200%200-3.5%202.63a13.7%2013.7%200%200%200-3.5-2.63C8.74%206.86%209.92%204.14%2012.06%202c2.12%202.12%203.25%204.84%203.44%207.63M12%2015.45C14.15%2012.17%2017.82%2010%2022%2010c0%2010-9.32%2011.88-10%2012c-.68-.11-10-2-10-12c4.18%200%207.85%202.17%2010%205.45m.05-10.26c-.66%201.04-1.12%202.19-1.37%203.39l1.32.97l1.35-.98c-.23-1.2-.67-2.35-1.3-3.38M12%2019.97s6-.97%207.74-7.72C14%2014%2012%2019.1%2012%2019.1S9%2013%204.26%2012.26C6%2019%2012%2019.97%2012%2019.97%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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