hot-tub from Line Awesome by Icons8 · Line · Travel · Apache-2.0 Free for personal and commercial use.

Name
hot-tub
Set
Line Awesome
Style
Line
Category
Travel
Viewbox
32×32
License
Apache 2.0
Aliases
hot-tub-solid

The same icon in other sets

More travel icons from Line Awesome

Use the hot tub icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M11.219 4.375C10.39 5.398 10.008 6.273 10 7.125s.371 1.512.625 1.938s.367.64.375.874c.008.235-.07.645-.688 1.438l1.563 1.25c.781-1.008 1.152-1.914 1.125-2.75s-.41-1.434-.656-1.844s-.348-.629-.344-.875s.11-.703.781-1.531zm5 0C15.39 5.398 15.008 6.273 15 7.125s.371 1.512.625 1.938s.367.64.375.874c.008.235-.07.645-.688 1.438l1.563 1.25c.781-1.008 1.152-1.914 1.125-2.75s-.41-1.434-.656-1.844s-.348-.629-.344-.875s.11-.703.781-1.531zm5 0C20.39 5.398 20.008 6.273 20 7.125s.371 1.512.625 1.938s.367.64.375.874c.008.235-.07.645-.688 1.438l1.563 1.25c.781-1.008 1.152-1.914 1.125-2.75s-.41-1.434-.656-1.844s-.348-.629-.344-.875s.11-.703.781-1.531zM3 14v2h1.188l1.53 7.594v.031a3.06 3.06 0 0 0 2 2.219L7 28h2l.656-2h12.688L23 28h2l-.719-2.156c1.047-.32 1.86-1.16 2.094-2.219v-.031L27.813 16H29v-2zm3.219 2h19.593l-1.406 7.219c-.117.433-.484.781-1 .781H8.688c-.536 0-.899-.355-1-.813z"/></svg>

React

import type { SVGProps } from "react";

export function LaHotTub(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="M11.219 4.375C10.39 5.398 10.008 6.273 10 7.125s.371 1.512.625 1.938s.367.64.375.874c.008.235-.07.645-.688 1.438l1.563 1.25c.781-1.008 1.152-1.914 1.125-2.75s-.41-1.434-.656-1.844s-.348-.629-.344-.875s.11-.703.781-1.531zm5 0C15.39 5.398 15.008 6.273 15 7.125s.371 1.512.625 1.938s.367.64.375.874c.008.235-.07.645-.688 1.438l1.563 1.25c.781-1.008 1.152-1.914 1.125-2.75s-.41-1.434-.656-1.844s-.348-.629-.344-.875s.11-.703.781-1.531zm5 0C20.39 5.398 20.008 6.273 20 7.125s.371 1.512.625 1.938s.367.64.375.874c.008.235-.07.645-.688 1.438l1.563 1.25c.781-1.008 1.152-1.914 1.125-2.75s-.41-1.434-.656-1.844s-.348-.629-.344-.875s.11-.703.781-1.531zM3 14v2h1.188l1.53 7.594v.031a3.06 3.06 0 0 0 2 2.219L7 28h2l.656-2h12.688L23 28h2l-.719-2.156c1.047-.32 1.86-1.16 2.094-2.219v-.031L27.813 16H29v-2zm3.219 2h19.593l-1.406 7.219c-.117.433-.484.781-1 .781H8.688c-.536 0-.899-.355-1-.813z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M11.219 4.375C10.39 5.398 10.008 6.273 10 7.125s.371 1.512.625 1.938s.367.64.375.874c.008.235-.07.645-.688 1.438l1.563 1.25c.781-1.008 1.152-1.914 1.125-2.75s-.41-1.434-.656-1.844s-.348-.629-.344-.875s.11-.703.781-1.531zm5 0C15.39 5.398 15.008 6.273 15 7.125s.371 1.512.625 1.938s.367.64.375.874c.008.235-.07.645-.688 1.438l1.563 1.25c.781-1.008 1.152-1.914 1.125-2.75s-.41-1.434-.656-1.844s-.348-.629-.344-.875s.11-.703.781-1.531zm5 0C20.39 5.398 20.008 6.273 20 7.125s.371 1.512.625 1.938s.367.64.375.874c.008.235-.07.645-.688 1.438l1.563 1.25c.781-1.008 1.152-1.914 1.125-2.75s-.41-1.434-.656-1.844s-.348-.629-.344-.875s.11-.703.781-1.531zM3 14v2h1.188l1.53 7.594v.031a3.06 3.06 0 0 0 2 2.219L7 28h2l.656-2h12.688L23 28h2l-.719-2.156c1.047-.32 1.86-1.16 2.094-2.219v-.031L27.813 16H29v-2zm3.219 2h19.593l-1.406 7.219c-.117.433-.484.781-1 .781H8.688c-.536 0-.899-.355-1-.813z"/></svg>
</template>

CSS

.icon-hot-tub {
  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%22M11.219%204.375C10.39%205.398%2010.008%206.273%2010%207.125s.371%201.512.625%201.938s.367.64.375.874c.008.235-.07.645-.688%201.438l1.563%201.25c.781-1.008%201.152-1.914%201.125-2.75s-.41-1.434-.656-1.844s-.348-.629-.344-.875s.11-.703.781-1.531zm5%200C15.39%205.398%2015.008%206.273%2015%207.125s.371%201.512.625%201.938s.367.64.375.874c.008.235-.07.645-.688%201.438l1.563%201.25c.781-1.008%201.152-1.914%201.125-2.75s-.41-1.434-.656-1.844s-.348-.629-.344-.875s.11-.703.781-1.531zm5%200C20.39%205.398%2020.008%206.273%2020%207.125s.371%201.512.625%201.938s.367.64.375.874c.008.235-.07.645-.688%201.438l1.563%201.25c.781-1.008%201.152-1.914%201.125-2.75s-.41-1.434-.656-1.844s-.348-.629-.344-.875s.11-.703.781-1.531zM3%2014v2h1.188l1.53%207.594v.031a3.06%203.06%200%200%200%202%202.219L7%2028h2l.656-2h12.688L23%2028h2l-.719-2.156c1.047-.32%201.86-1.16%202.094-2.219v-.031L27.813%2016H29v-2zm3.219%202h19.593l-1.406%207.219c-.117.433-.484.781-1%20.781H8.688c-.536%200-.899-.355-1-.813z%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%22M11.219%204.375C10.39%205.398%2010.008%206.273%2010%207.125s.371%201.512.625%201.938s.367.64.375.874c.008.235-.07.645-.688%201.438l1.563%201.25c.781-1.008%201.152-1.914%201.125-2.75s-.41-1.434-.656-1.844s-.348-.629-.344-.875s.11-.703.781-1.531zm5%200C15.39%205.398%2015.008%206.273%2015%207.125s.371%201.512.625%201.938s.367.64.375.874c.008.235-.07.645-.688%201.438l1.563%201.25c.781-1.008%201.152-1.914%201.125-2.75s-.41-1.434-.656-1.844s-.348-.629-.344-.875s.11-.703.781-1.531zm5%200C20.39%205.398%2020.008%206.273%2020%207.125s.371%201.512.625%201.938s.367.64.375.874c.008.235-.07.645-.688%201.438l1.563%201.25c.781-1.008%201.152-1.914%201.125-2.75s-.41-1.434-.656-1.844s-.348-.629-.344-.875s.11-.703.781-1.531zM3%2014v2h1.188l1.53%207.594v.031a3.06%203.06%200%200%200%202%202.219L7%2028h2l.656-2h12.688L23%2028h2l-.719-2.156c1.047-.32%201.86-1.16%202.094-2.219v-.031L27.813%2016H29v-2zm3.219%202h19.593l-1.406%207.219c-.117.433-.484.781-1%20.781H8.688c-.536%200-.899-.355-1-.813z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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