spa icon
spa from Line Awesome by Icons8 · Line · Travel · Apache-2.0 Free for personal and commercial use.
- Name
- spa
- Set
- Line Awesome
- Style
- Line
- Category
- Travel
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- spa-solid
The same icon in other sets
More travel icons from Line Awesome
Use the spa icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 4c-2.914 0-5.266 2.316-5.438 5.188c-2.582-.508-5.257.835-6.218 3.374c-1 2.641.258 5.528 2.718 6.782c-1.636 2.304-1.292 5.527.907 7.375c2.316 1.949 5.804 1.629 7.75-.688c.12-.144.152-.34.25-.5c.105.172.148.375.281.532c1.95 2.316 5.434 2.636 7.75.687c2.203-1.855 2.523-5.07.875-7.375c2.504-1.238 3.79-4.152 2.781-6.813c-.96-2.539-3.64-3.882-6.218-3.374C21.265 6.316 18.913 4 16 4m0 2c1.945 0 3.5 1.555 3.5 3.5c0 .156-.066.438-.188.781c-.003.012.004.02 0 .031l-2.968 4.22C16.656 13.5 17 12.327 17 12c0-.55-.45-1-1-1s-1 .45-1 1c0 .316.273 1.426.531 2.438l-2.906-4.376c-.066-.23-.125-.437-.125-.562C12.5 7.555 14.055 6 16 6m-6.625 5c.457-.016.922.047 1.375.219c.078.027.207.133.375.25c.012.008.02-.008.031 0l2.781 4.219c-.874-.594-1.851-1.235-2.156-1.344a.997.997 0 1 0-.688 1.875c.302.11 1.473.191 2.532.25l-5.063 1.406c-.128-.023-.238-.066-.312-.094a3.5 3.5 0 0 1-2.031-4.531A3.49 3.49 0 0 1 9.375 11m13.25 0a3.49 3.49 0 0 1 3.156 2.25a3.504 3.504 0 0 1-2.031 4.531a2.6 2.6 0 0 1-.656.125l-4.875-1.437c1.09-.059 2.367-.133 2.687-.25a.997.997 0 1 0-.687-1.875c-.332.117-1.418.828-2.313 1.437l3.032-4.375c.125-.086.25-.164.312-.187A3.5 3.5 0 0 1 22.625 11m-8.313 7.375c-.89.621-1.984 1.387-2.218 1.656c-.36.418-.293 1.078.125 1.438a1 1 0 0 0 1.406-.125c.27-.313.965-1.895 1.375-2.844v3.688c-.184 1.199-.547 2.246-.813 2.562a3.49 3.49 0 0 1-4.937.438a3.49 3.49 0 0 1-.438-4.938c.106-.125.348-.313.657-.5l.125-.063zm3.47.063l4.78 1.375c.278.175.497.351.594.468a3.495 3.495 0 0 1-.437 4.938a3.495 3.495 0 0 1-4.938-.438c-.254-.3-.593-1.277-.781-2.406V18.5c.41.95 1.105 2.531 1.375 2.844c.36.418.988.484 1.406.125c.418-.36.485-1.02.125-1.438c-.222-.258-1.242-.976-2.125-1.593z"/></svg>
React
import type { SVGProps } from "react";
export function LaSpa(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 4c-2.914 0-5.266 2.316-5.438 5.188c-2.582-.508-5.257.835-6.218 3.374c-1 2.641.258 5.528 2.718 6.782c-1.636 2.304-1.292 5.527.907 7.375c2.316 1.949 5.804 1.629 7.75-.688c.12-.144.152-.34.25-.5c.105.172.148.375.281.532c1.95 2.316 5.434 2.636 7.75.687c2.203-1.855 2.523-5.07.875-7.375c2.504-1.238 3.79-4.152 2.781-6.813c-.96-2.539-3.64-3.882-6.218-3.374C21.265 6.316 18.913 4 16 4m0 2c1.945 0 3.5 1.555 3.5 3.5c0 .156-.066.438-.188.781c-.003.012.004.02 0 .031l-2.968 4.22C16.656 13.5 17 12.327 17 12c0-.55-.45-1-1-1s-1 .45-1 1c0 .316.273 1.426.531 2.438l-2.906-4.376c-.066-.23-.125-.437-.125-.562C12.5 7.555 14.055 6 16 6m-6.625 5c.457-.016.922.047 1.375.219c.078.027.207.133.375.25c.012.008.02-.008.031 0l2.781 4.219c-.874-.594-1.851-1.235-2.156-1.344a.997.997 0 1 0-.688 1.875c.302.11 1.473.191 2.532.25l-5.063 1.406c-.128-.023-.238-.066-.312-.094a3.5 3.5 0 0 1-2.031-4.531A3.49 3.49 0 0 1 9.375 11m13.25 0a3.49 3.49 0 0 1 3.156 2.25a3.504 3.504 0 0 1-2.031 4.531a2.6 2.6 0 0 1-.656.125l-4.875-1.437c1.09-.059 2.367-.133 2.687-.25a.997.997 0 1 0-.687-1.875c-.332.117-1.418.828-2.313 1.437l3.032-4.375c.125-.086.25-.164.312-.187A3.5 3.5 0 0 1 22.625 11m-8.313 7.375c-.89.621-1.984 1.387-2.218 1.656c-.36.418-.293 1.078.125 1.438a1 1 0 0 0 1.406-.125c.27-.313.965-1.895 1.375-2.844v3.688c-.184 1.199-.547 2.246-.813 2.562a3.49 3.49 0 0 1-4.937.438a3.49 3.49 0 0 1-.438-4.938c.106-.125.348-.313.657-.5l.125-.063zm3.47.063l4.78 1.375c.278.175.497.351.594.468a3.495 3.495 0 0 1-.437 4.938a3.495 3.495 0 0 1-4.938-.438c-.254-.3-.593-1.277-.781-2.406V18.5c.41.95 1.105 2.531 1.375 2.844c.36.418.988.484 1.406.125c.418-.36.485-1.02.125-1.438c-.222-.258-1.242-.976-2.125-1.593z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 4c-2.914 0-5.266 2.316-5.438 5.188c-2.582-.508-5.257.835-6.218 3.374c-1 2.641.258 5.528 2.718 6.782c-1.636 2.304-1.292 5.527.907 7.375c2.316 1.949 5.804 1.629 7.75-.688c.12-.144.152-.34.25-.5c.105.172.148.375.281.532c1.95 2.316 5.434 2.636 7.75.687c2.203-1.855 2.523-5.07.875-7.375c2.504-1.238 3.79-4.152 2.781-6.813c-.96-2.539-3.64-3.882-6.218-3.374C21.265 6.316 18.913 4 16 4m0 2c1.945 0 3.5 1.555 3.5 3.5c0 .156-.066.438-.188.781c-.003.012.004.02 0 .031l-2.968 4.22C16.656 13.5 17 12.327 17 12c0-.55-.45-1-1-1s-1 .45-1 1c0 .316.273 1.426.531 2.438l-2.906-4.376c-.066-.23-.125-.437-.125-.562C12.5 7.555 14.055 6 16 6m-6.625 5c.457-.016.922.047 1.375.219c.078.027.207.133.375.25c.012.008.02-.008.031 0l2.781 4.219c-.874-.594-1.851-1.235-2.156-1.344a.997.997 0 1 0-.688 1.875c.302.11 1.473.191 2.532.25l-5.063 1.406c-.128-.023-.238-.066-.312-.094a3.5 3.5 0 0 1-2.031-4.531A3.49 3.49 0 0 1 9.375 11m13.25 0a3.49 3.49 0 0 1 3.156 2.25a3.504 3.504 0 0 1-2.031 4.531a2.6 2.6 0 0 1-.656.125l-4.875-1.437c1.09-.059 2.367-.133 2.687-.25a.997.997 0 1 0-.687-1.875c-.332.117-1.418.828-2.313 1.437l3.032-4.375c.125-.086.25-.164.312-.187A3.5 3.5 0 0 1 22.625 11m-8.313 7.375c-.89.621-1.984 1.387-2.218 1.656c-.36.418-.293 1.078.125 1.438a1 1 0 0 0 1.406-.125c.27-.313.965-1.895 1.375-2.844v3.688c-.184 1.199-.547 2.246-.813 2.562a3.49 3.49 0 0 1-4.937.438a3.49 3.49 0 0 1-.438-4.938c.106-.125.348-.313.657-.5l.125-.063zm3.47.063l4.78 1.375c.278.175.497.351.594.468a3.495 3.495 0 0 1-.437 4.938a3.495 3.495 0 0 1-4.938-.438c-.254-.3-.593-1.277-.781-2.406V18.5c.41.95 1.105 2.531 1.375 2.844c.36.418.988.484 1.406.125c.418-.36.485-1.02.125-1.438c-.222-.258-1.242-.976-2.125-1.593z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%204c-2.914%200-5.266%202.316-5.438%205.188c-2.582-.508-5.257.835-6.218%203.374c-1%202.641.258%205.528%202.718%206.782c-1.636%202.304-1.292%205.527.907%207.375c2.316%201.949%205.804%201.629%207.75-.688c.12-.144.152-.34.25-.5c.105.172.148.375.281.532c1.95%202.316%205.434%202.636%207.75.687c2.203-1.855%202.523-5.07.875-7.375c2.504-1.238%203.79-4.152%202.781-6.813c-.96-2.539-3.64-3.882-6.218-3.374C21.265%206.316%2018.913%204%2016%204m0%202c1.945%200%203.5%201.555%203.5%203.5c0%20.156-.066.438-.188.781c-.003.012.004.02%200%20.031l-2.968%204.22C16.656%2013.5%2017%2012.327%2017%2012c0-.55-.45-1-1-1s-1%20.45-1%201c0%20.316.273%201.426.531%202.438l-2.906-4.376c-.066-.23-.125-.437-.125-.562C12.5%207.555%2014.055%206%2016%206m-6.625%205c.457-.016.922.047%201.375.219c.078.027.207.133.375.25c.012.008.02-.008.031%200l2.781%204.219c-.874-.594-1.851-1.235-2.156-1.344a.997.997%200%201%200-.688%201.875c.302.11%201.473.191%202.532.25l-5.063%201.406c-.128-.023-.238-.066-.312-.094a3.5%203.5%200%200%201-2.031-4.531A3.49%203.49%200%200%201%209.375%2011m13.25%200a3.49%203.49%200%200%201%203.156%202.25a3.504%203.504%200%200%201-2.031%204.531a2.6%202.6%200%200%201-.656.125l-4.875-1.437c1.09-.059%202.367-.133%202.687-.25a.997.997%200%201%200-.687-1.875c-.332.117-1.418.828-2.313%201.437l3.032-4.375c.125-.086.25-.164.312-.187A3.5%203.5%200%200%201%2022.625%2011m-8.313%207.375c-.89.621-1.984%201.387-2.218%201.656c-.36.418-.293%201.078.125%201.438a1%201%200%200%200%201.406-.125c.27-.313.965-1.895%201.375-2.844v3.688c-.184%201.199-.547%202.246-.813%202.562a3.49%203.49%200%200%201-4.937.438a3.49%203.49%200%200%201-.438-4.938c.106-.125.348-.313.657-.5l.125-.063zm3.47.063l4.78%201.375c.278.175.497.351.594.468a3.495%203.495%200%200%201-.437%204.938a3.495%203.495%200%200%201-4.938-.438c-.254-.3-.593-1.277-.781-2.406V18.5c.41.95%201.105%202.531%201.375%202.844c.36.418.988.484%201.406.125c.418-.36.485-1.02.125-1.438c-.222-.258-1.242-.976-2.125-1.593z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%204c-2.914%200-5.266%202.316-5.438%205.188c-2.582-.508-5.257.835-6.218%203.374c-1%202.641.258%205.528%202.718%206.782c-1.636%202.304-1.292%205.527.907%207.375c2.316%201.949%205.804%201.629%207.75-.688c.12-.144.152-.34.25-.5c.105.172.148.375.281.532c1.95%202.316%205.434%202.636%207.75.687c2.203-1.855%202.523-5.07.875-7.375c2.504-1.238%203.79-4.152%202.781-6.813c-.96-2.539-3.64-3.882-6.218-3.374C21.265%206.316%2018.913%204%2016%204m0%202c1.945%200%203.5%201.555%203.5%203.5c0%20.156-.066.438-.188.781c-.003.012.004.02%200%20.031l-2.968%204.22C16.656%2013.5%2017%2012.327%2017%2012c0-.55-.45-1-1-1s-1%20.45-1%201c0%20.316.273%201.426.531%202.438l-2.906-4.376c-.066-.23-.125-.437-.125-.562C12.5%207.555%2014.055%206%2016%206m-6.625%205c.457-.016.922.047%201.375.219c.078.027.207.133.375.25c.012.008.02-.008.031%200l2.781%204.219c-.874-.594-1.851-1.235-2.156-1.344a.997.997%200%201%200-.688%201.875c.302.11%201.473.191%202.532.25l-5.063%201.406c-.128-.023-.238-.066-.312-.094a3.5%203.5%200%200%201-2.031-4.531A3.49%203.49%200%200%201%209.375%2011m13.25%200a3.49%203.49%200%200%201%203.156%202.25a3.504%203.504%200%200%201-2.031%204.531a2.6%202.6%200%200%201-.656.125l-4.875-1.437c1.09-.059%202.367-.133%202.687-.25a.997.997%200%201%200-.687-1.875c-.332.117-1.418.828-2.313%201.437l3.032-4.375c.125-.086.25-.164.312-.187A3.5%203.5%200%200%201%2022.625%2011m-8.313%207.375c-.89.621-1.984%201.387-2.218%201.656c-.36.418-.293%201.078.125%201.438a1%201%200%200%200%201.406-.125c.27-.313.965-1.895%201.375-2.844v3.688c-.184%201.199-.547%202.246-.813%202.562a3.49%203.49%200%200%201-4.937.438a3.49%203.49%200%200%201-.438-4.938c.106-.125.348-.313.657-.5l.125-.063zm3.47.063l4.78%201.375c.278.175.497.351.594.468a3.495%203.495%200%200%201-.437%204.938a3.495%203.495%200%200%201-4.938-.438c-.254-.3-.593-1.277-.781-2.406V18.5c.41.95%201.105%202.531%201.375%202.844c.36.418.988.484%201.406.125c.418-.36.485-1.02.125-1.438c-.222-.258-1.242-.976-2.125-1.593z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/spa.svg?color=%231a73e8&size=48