twotone spa icon
twotone-spa from Google Material Icons by Material Design Authors · Baseline · Places · Apache-2.0 Free for personal and commercial use.
- Name
- twotone-spa
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Places
- Viewbox
- 24×24
- License
- Apache 2.0
More places icons from Google Material Icons
baseline-ac-unitbaseline-airport-shuttlebaseline-all-inclusivebaseline-apartmentbaseline-baby-changing-stationbaseline-backpackbaseline-balconybaseline-bathtubbaseline-beach-accessbaseline-bentobaseline-bungalowbaseline-business-centerbaseline-cabinbaseline-carpenterbaseline-casinobaseline-chaletbaseline-charging-stationbaseline-checkroombaseline-child-carebaseline-child-friendlybaseline-corporate-farebaseline-cottagebaseline-countertopsbaseline-crib
Use the twotone spa icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.94 12.25q0-.015 0 0c-.13-.09-.27-.17-.4-.26c.13.1.27.17.4.26m4.41-3.67a9.7 9.7 0 0 0-1.3-3.38c-.66 1.04-1.12 2.19-1.37 3.39c.46.3.9.62 1.33.97c.42-.35.87-.68 1.34-.98m3.19 5.08l.01.02c-.09.06-.18.12-.27.17l-.07.05c-.98.71-1.84 1.61-2.53 2.66L12 19.1l-1.67-2.55c-.68-1.03-1.52-1.92-2.51-2.65l-.07-.04c-.13-.08-.26-.16-.39-.25l.01-.01a9.7 9.7 0 0 0-3.12-1.33c.75 3.36 3.16 6.17 6.45 7.35c.42.15.84.27 1.28.36c.45-.09.89-.21 1.33-.37c3.27-1.17 5.67-3.98 6.43-7.34c-1.14.26-2.23.73-3.2 1.39m-7.55-1.38" opacity=".3"/><path fill="currentColor" d="M12 15.45a12.1 12.1 0 0 0-3.06-3.2c-.13-.09-.27-.16-.4-.26c.13.09.27.17.39.25A11.78 11.78 0 0 0 2 10c0 5.32 3.36 9.82 8.03 11.49c.63.23 1.29.4 1.97.51c.68-.12 1.33-.29 1.97-.51C18.64 19.82 22 15.32 22 10c-4.18 0-7.85 2.17-10 5.45m1.32 4.15c-.44.15-.88.27-1.33.37c-.44-.09-.87-.21-1.28-.36c-3.29-1.18-5.7-3.99-6.45-7.35c1.1.26 2.15.71 3.12 1.33l-.02.01c.13.09.26.18.39.25l.07.04c.99.72 1.84 1.61 2.51 2.65L12 19.1l1.67-2.55a10.2 10.2 0 0 1 2.53-2.66l.07-.05c.09-.05.18-.11.27-.17l-.01-.02c.98-.65 2.07-1.13 3.21-1.4c-.75 3.37-3.15 6.18-6.42 7.35m2.17-9.97c-.18-2.79-1.31-5.51-3.43-7.63a12.2 12.2 0 0 0-3.55 7.63c1.28.68 2.46 1.56 3.49 2.63c1.03-1.06 2.21-1.94 3.49-2.63m-3.44-4.44c.63 1.03 1.07 2.18 1.3 3.38c-.47.3-.91.63-1.34.98c-.42-.34-.87-.67-1.33-.97c.25-1.2.71-2.35 1.37-3.39"/><path fill="currentColor" d="M8.99 12.28c-.02-.01-.04-.03-.05-.04c0 0 .01 0 .01.01c.01.01.02.02.04.03" opacity=".3"/></svg>
React
import type { SVGProps } from "react";
export function IcTwotoneSpa(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="M8.94 12.25q0-.015 0 0c-.13-.09-.27-.17-.4-.26c.13.1.27.17.4.26m4.41-3.67a9.7 9.7 0 0 0-1.3-3.38c-.66 1.04-1.12 2.19-1.37 3.39c.46.3.9.62 1.33.97c.42-.35.87-.68 1.34-.98m3.19 5.08l.01.02c-.09.06-.18.12-.27.17l-.07.05c-.98.71-1.84 1.61-2.53 2.66L12 19.1l-1.67-2.55c-.68-1.03-1.52-1.92-2.51-2.65l-.07-.04c-.13-.08-.26-.16-.39-.25l.01-.01a9.7 9.7 0 0 0-3.12-1.33c.75 3.36 3.16 6.17 6.45 7.35c.42.15.84.27 1.28.36c.45-.09.89-.21 1.33-.37c3.27-1.17 5.67-3.98 6.43-7.34c-1.14.26-2.23.73-3.2 1.39m-7.55-1.38" opacity=".3"/><path fill="currentColor" d="M12 15.45a12.1 12.1 0 0 0-3.06-3.2c-.13-.09-.27-.16-.4-.26c.13.09.27.17.39.25A11.78 11.78 0 0 0 2 10c0 5.32 3.36 9.82 8.03 11.49c.63.23 1.29.4 1.97.51c.68-.12 1.33-.29 1.97-.51C18.64 19.82 22 15.32 22 10c-4.18 0-7.85 2.17-10 5.45m1.32 4.15c-.44.15-.88.27-1.33.37c-.44-.09-.87-.21-1.28-.36c-3.29-1.18-5.7-3.99-6.45-7.35c1.1.26 2.15.71 3.12 1.33l-.02.01c.13.09.26.18.39.25l.07.04c.99.72 1.84 1.61 2.51 2.65L12 19.1l1.67-2.55a10.2 10.2 0 0 1 2.53-2.66l.07-.05c.09-.05.18-.11.27-.17l-.01-.02c.98-.65 2.07-1.13 3.21-1.4c-.75 3.37-3.15 6.18-6.42 7.35m2.17-9.97c-.18-2.79-1.31-5.51-3.43-7.63a12.2 12.2 0 0 0-3.55 7.63c1.28.68 2.46 1.56 3.49 2.63c1.03-1.06 2.21-1.94 3.49-2.63m-3.44-4.44c.63 1.03 1.07 2.18 1.3 3.38c-.47.3-.91.63-1.34.98c-.42-.34-.87-.67-1.33-.97c.25-1.2.71-2.35 1.37-3.39"/><path fill="currentColor" d="M8.99 12.28c-.02-.01-.04-.03-.05-.04c0 0 .01 0 .01.01c.01.01.02.02.04.03" opacity=".3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.94 12.25q0-.015 0 0c-.13-.09-.27-.17-.4-.26c.13.1.27.17.4.26m4.41-3.67a9.7 9.7 0 0 0-1.3-3.38c-.66 1.04-1.12 2.19-1.37 3.39c.46.3.9.62 1.33.97c.42-.35.87-.68 1.34-.98m3.19 5.08l.01.02c-.09.06-.18.12-.27.17l-.07.05c-.98.71-1.84 1.61-2.53 2.66L12 19.1l-1.67-2.55c-.68-1.03-1.52-1.92-2.51-2.65l-.07-.04c-.13-.08-.26-.16-.39-.25l.01-.01a9.7 9.7 0 0 0-3.12-1.33c.75 3.36 3.16 6.17 6.45 7.35c.42.15.84.27 1.28.36c.45-.09.89-.21 1.33-.37c3.27-1.17 5.67-3.98 6.43-7.34c-1.14.26-2.23.73-3.2 1.39m-7.55-1.38" opacity=".3"/><path fill="currentColor" d="M12 15.45a12.1 12.1 0 0 0-3.06-3.2c-.13-.09-.27-.16-.4-.26c.13.09.27.17.39.25A11.78 11.78 0 0 0 2 10c0 5.32 3.36 9.82 8.03 11.49c.63.23 1.29.4 1.97.51c.68-.12 1.33-.29 1.97-.51C18.64 19.82 22 15.32 22 10c-4.18 0-7.85 2.17-10 5.45m1.32 4.15c-.44.15-.88.27-1.33.37c-.44-.09-.87-.21-1.28-.36c-3.29-1.18-5.7-3.99-6.45-7.35c1.1.26 2.15.71 3.12 1.33l-.02.01c.13.09.26.18.39.25l.07.04c.99.72 1.84 1.61 2.51 2.65L12 19.1l1.67-2.55a10.2 10.2 0 0 1 2.53-2.66l.07-.05c.09-.05.18-.11.27-.17l-.01-.02c.98-.65 2.07-1.13 3.21-1.4c-.75 3.37-3.15 6.18-6.42 7.35m2.17-9.97c-.18-2.79-1.31-5.51-3.43-7.63a12.2 12.2 0 0 0-3.55 7.63c1.28.68 2.46 1.56 3.49 2.63c1.03-1.06 2.21-1.94 3.49-2.63m-3.44-4.44c.63 1.03 1.07 2.18 1.3 3.38c-.47.3-.91.63-1.34.98c-.42-.34-.87-.67-1.33-.97c.25-1.2.71-2.35 1.37-3.39"/><path fill="currentColor" d="M8.99 12.28c-.02-.01-.04-.03-.05-.04c0 0 .01 0 .01.01c.01.01.02.02.04.03" opacity=".3"/></svg> </template>
CSS
.icon-twotone-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.94%2012.25q0-.015%200%200c-.13-.09-.27-.17-.4-.26c.13.1.27.17.4.26m4.41-3.67a9.7%209.7%200%200%200-1.3-3.38c-.66%201.04-1.12%202.19-1.37%203.39c.46.3.9.62%201.33.97c.42-.35.87-.68%201.34-.98m3.19%205.08l.01.02c-.09.06-.18.12-.27.17l-.07.05c-.98.71-1.84%201.61-2.53%202.66L12%2019.1l-1.67-2.55c-.68-1.03-1.52-1.92-2.51-2.65l-.07-.04c-.13-.08-.26-.16-.39-.25l.01-.01a9.7%209.7%200%200%200-3.12-1.33c.75%203.36%203.16%206.17%206.45%207.35c.42.15.84.27%201.28.36c.45-.09.89-.21%201.33-.37c3.27-1.17%205.67-3.98%206.43-7.34c-1.14.26-2.23.73-3.2%201.39m-7.55-1.38%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2015.45a12.1%2012.1%200%200%200-3.06-3.2c-.13-.09-.27-.16-.4-.26c.13.09.27.17.39.25A11.78%2011.78%200%200%200%202%2010c0%205.32%203.36%209.82%208.03%2011.49c.63.23%201.29.4%201.97.51c.68-.12%201.33-.29%201.97-.51C18.64%2019.82%2022%2015.32%2022%2010c-4.18%200-7.85%202.17-10%205.45m1.32%204.15c-.44.15-.88.27-1.33.37c-.44-.09-.87-.21-1.28-.36c-3.29-1.18-5.7-3.99-6.45-7.35c1.1.26%202.15.71%203.12%201.33l-.02.01c.13.09.26.18.39.25l.07.04c.99.72%201.84%201.61%202.51%202.65L12%2019.1l1.67-2.55a10.2%2010.2%200%200%201%202.53-2.66l.07-.05c.09-.05.18-.11.27-.17l-.01-.02c.98-.65%202.07-1.13%203.21-1.4c-.75%203.37-3.15%206.18-6.42%207.35m2.17-9.97c-.18-2.79-1.31-5.51-3.43-7.63a12.2%2012.2%200%200%200-3.55%207.63c1.28.68%202.46%201.56%203.49%202.63c1.03-1.06%202.21-1.94%203.49-2.63m-3.44-4.44c.63%201.03%201.07%202.18%201.3%203.38c-.47.3-.91.63-1.34.98c-.42-.34-.87-.67-1.33-.97c.25-1.2.71-2.35%201.37-3.39%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.99%2012.28c-.02-.01-.04-.03-.05-.04c0%200%20.01%200%20.01.01c.01.01.02.02.04.03%22%20opacity%3D%22.3%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%22M8.94%2012.25q0-.015%200%200c-.13-.09-.27-.17-.4-.26c.13.1.27.17.4.26m4.41-3.67a9.7%209.7%200%200%200-1.3-3.38c-.66%201.04-1.12%202.19-1.37%203.39c.46.3.9.62%201.33.97c.42-.35.87-.68%201.34-.98m3.19%205.08l.01.02c-.09.06-.18.12-.27.17l-.07.05c-.98.71-1.84%201.61-2.53%202.66L12%2019.1l-1.67-2.55c-.68-1.03-1.52-1.92-2.51-2.65l-.07-.04c-.13-.08-.26-.16-.39-.25l.01-.01a9.7%209.7%200%200%200-3.12-1.33c.75%203.36%203.16%206.17%206.45%207.35c.42.15.84.27%201.28.36c.45-.09.89-.21%201.33-.37c3.27-1.17%205.67-3.98%206.43-7.34c-1.14.26-2.23.73-3.2%201.39m-7.55-1.38%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2015.45a12.1%2012.1%200%200%200-3.06-3.2c-.13-.09-.27-.16-.4-.26c.13.09.27.17.39.25A11.78%2011.78%200%200%200%202%2010c0%205.32%203.36%209.82%208.03%2011.49c.63.23%201.29.4%201.97.51c.68-.12%201.33-.29%201.97-.51C18.64%2019.82%2022%2015.32%2022%2010c-4.18%200-7.85%202.17-10%205.45m1.32%204.15c-.44.15-.88.27-1.33.37c-.44-.09-.87-.21-1.28-.36c-3.29-1.18-5.7-3.99-6.45-7.35c1.1.26%202.15.71%203.12%201.33l-.02.01c.13.09.26.18.39.25l.07.04c.99.72%201.84%201.61%202.51%202.65L12%2019.1l1.67-2.55a10.2%2010.2%200%200%201%202.53-2.66l.07-.05c.09-.05.18-.11.27-.17l-.01-.02c.98-.65%202.07-1.13%203.21-1.4c-.75%203.37-3.15%206.18-6.42%207.35m2.17-9.97c-.18-2.79-1.31-5.51-3.43-7.63a12.2%2012.2%200%200%200-3.55%207.63c1.28.68%202.46%201.56%203.49%202.63c1.03-1.06%202.21-1.94%203.49-2.63m-3.44-4.44c.63%201.03%201.07%202.18%201.3%203.38c-.47.3-.91.63-1.34.98c-.42-.34-.87-.67-1.33-.97c.25-1.2.71-2.35%201.37-3.39%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.99%2012.28c-.02-.01-.04-.03-.05-.04c0%200%20.01%200%20.01.01c.01.01.02.02.04.03%22%20opacity%3D%22.3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/twotone-spa.svg?color=%231a73e8&size=48