round-hot-tub from Google Material Icons by Material Design Authors · Baseline · Places · Apache-2.0 Free for personal and commercial use.

Name
round-hot-tub
Set
Google Material Icons
Style
Baseline
Category
Places
Viewbox
24×24
License
Apache 2.0

More places icons from Google Material Icons

Use the round hot tub icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="7" cy="6" r="2" fill="currentColor"/><path fill="currentColor" d="M21 12h-9.85c-.31-.22-.59-.46-.82-.72l-1.4-1.55c-.19-.21-.43-.38-.69-.5c-.29-.14-.62-.23-.96-.23h-.03C6.01 9 5 10.01 5 11.25V12H3c-.55 0-1 .45-1 1v7c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-7c0-.55-.45-1-1-1M7 19c0 .55-.45 1-1 1s-1-.45-1-1v-4c0-.55.45-1 1-1s1 .45 1 1zm4 0c0 .55-.45 1-1 1s-1-.45-1-1v-4c0-.55.45-1 1-1s1 .45 1 1zm4 0c0 .55-.45 1-1 1s-1-.45-1-1v-4c0-.55.45-1 1-1s1 .45 1 1zm4 0c0 .55-.45 1-1 1s-1-.45-1-1v-4c0-.55.45-1 1-1s1 .45 1 1zm-3.94-9c.5 0 .93-.39.94-.89c.04-1.4-.58-2.48-1.35-3.25c-.65-.72-.8-1.27-.77-1.91c.02-.52-.41-.95-.94-.95c-.5 0-.93.4-.94.9c-.03 1.29.5 2.43 1.35 3.25c.61.59.78 1.27.78 1.89c-.01.52.4.96.93.96m4 0c.5 0 .93-.39.94-.89c.04-1.4-.58-2.48-1.35-3.25c-.65-.72-.8-1.27-.77-1.91c.02-.52-.41-.95-.94-.95c-.5 0-.93.4-.94.9c-.03 1.29.5 2.43 1.35 3.25c.61.59.78 1.27.78 1.89c-.01.52.4.96.93.96"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundHotTub(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="7" cy="6" r="2" fill="currentColor"/><path fill="currentColor" d="M21 12h-9.85c-.31-.22-.59-.46-.82-.72l-1.4-1.55c-.19-.21-.43-.38-.69-.5c-.29-.14-.62-.23-.96-.23h-.03C6.01 9 5 10.01 5 11.25V12H3c-.55 0-1 .45-1 1v7c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-7c0-.55-.45-1-1-1M7 19c0 .55-.45 1-1 1s-1-.45-1-1v-4c0-.55.45-1 1-1s1 .45 1 1zm4 0c0 .55-.45 1-1 1s-1-.45-1-1v-4c0-.55.45-1 1-1s1 .45 1 1zm4 0c0 .55-.45 1-1 1s-1-.45-1-1v-4c0-.55.45-1 1-1s1 .45 1 1zm4 0c0 .55-.45 1-1 1s-1-.45-1-1v-4c0-.55.45-1 1-1s1 .45 1 1zm-3.94-9c.5 0 .93-.39.94-.89c.04-1.4-.58-2.48-1.35-3.25c-.65-.72-.8-1.27-.77-1.91c.02-.52-.41-.95-.94-.95c-.5 0-.93.4-.94.9c-.03 1.29.5 2.43 1.35 3.25c.61.59.78 1.27.78 1.89c-.01.52.4.96.93.96m4 0c.5 0 .93-.39.94-.89c.04-1.4-.58-2.48-1.35-3.25c-.65-.72-.8-1.27-.77-1.91c.02-.52-.41-.95-.94-.95c-.5 0-.93.4-.94.9c-.03 1.29.5 2.43 1.35 3.25c.61.59.78 1.27.78 1.89c-.01.52.4.96.93.96"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="7" cy="6" r="2" fill="currentColor"/><path fill="currentColor" d="M21 12h-9.85c-.31-.22-.59-.46-.82-.72l-1.4-1.55c-.19-.21-.43-.38-.69-.5c-.29-.14-.62-.23-.96-.23h-.03C6.01 9 5 10.01 5 11.25V12H3c-.55 0-1 .45-1 1v7c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-7c0-.55-.45-1-1-1M7 19c0 .55-.45 1-1 1s-1-.45-1-1v-4c0-.55.45-1 1-1s1 .45 1 1zm4 0c0 .55-.45 1-1 1s-1-.45-1-1v-4c0-.55.45-1 1-1s1 .45 1 1zm4 0c0 .55-.45 1-1 1s-1-.45-1-1v-4c0-.55.45-1 1-1s1 .45 1 1zm4 0c0 .55-.45 1-1 1s-1-.45-1-1v-4c0-.55.45-1 1-1s1 .45 1 1zm-3.94-9c.5 0 .93-.39.94-.89c.04-1.4-.58-2.48-1.35-3.25c-.65-.72-.8-1.27-.77-1.91c.02-.52-.41-.95-.94-.95c-.5 0-.93.4-.94.9c-.03 1.29.5 2.43 1.35 3.25c.61.59.78 1.27.78 1.89c-.01.52.4.96.93.96m4 0c.5 0 .93-.39.94-.89c.04-1.4-.58-2.48-1.35-3.25c-.65-.72-.8-1.27-.77-1.91c.02-.52-.41-.95-.94-.95c-.5 0-.93.4-.94.9c-.03 1.29.5 2.43 1.35 3.25c.61.59.78 1.27.78 1.89c-.01.52.4.96.93.96"/></svg>
</template>

CSS

.icon-round-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%2024%2024%22%3E%3Ccircle%20cx%3D%227%22%20cy%3D%226%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%2012h-9.85c-.31-.22-.59-.46-.82-.72l-1.4-1.55c-.19-.21-.43-.38-.69-.5c-.29-.14-.62-.23-.96-.23h-.03C6.01%209%205%2010.01%205%2011.25V12H3c-.55%200-1%20.45-1%201v7c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2v-7c0-.55-.45-1-1-1M7%2019c0%20.55-.45%201-1%201s-1-.45-1-1v-4c0-.55.45-1%201-1s1%20.45%201%201zm4%200c0%20.55-.45%201-1%201s-1-.45-1-1v-4c0-.55.45-1%201-1s1%20.45%201%201zm4%200c0%20.55-.45%201-1%201s-1-.45-1-1v-4c0-.55.45-1%201-1s1%20.45%201%201zm4%200c0%20.55-.45%201-1%201s-1-.45-1-1v-4c0-.55.45-1%201-1s1%20.45%201%201zm-3.94-9c.5%200%20.93-.39.94-.89c.04-1.4-.58-2.48-1.35-3.25c-.65-.72-.8-1.27-.77-1.91c.02-.52-.41-.95-.94-.95c-.5%200-.93.4-.94.9c-.03%201.29.5%202.43%201.35%203.25c.61.59.78%201.27.78%201.89c-.01.52.4.96.93.96m4%200c.5%200%20.93-.39.94-.89c.04-1.4-.58-2.48-1.35-3.25c-.65-.72-.8-1.27-.77-1.91c.02-.52-.41-.95-.94-.95c-.5%200-.93.4-.94.9c-.03%201.29.5%202.43%201.35%203.25c.61.59.78%201.27.78%201.89c-.01.52.4.96.93.96%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%3Ccircle%20cx%3D%227%22%20cy%3D%226%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%2012h-9.85c-.31-.22-.59-.46-.82-.72l-1.4-1.55c-.19-.21-.43-.38-.69-.5c-.29-.14-.62-.23-.96-.23h-.03C6.01%209%205%2010.01%205%2011.25V12H3c-.55%200-1%20.45-1%201v7c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2v-7c0-.55-.45-1-1-1M7%2019c0%20.55-.45%201-1%201s-1-.45-1-1v-4c0-.55.45-1%201-1s1%20.45%201%201zm4%200c0%20.55-.45%201-1%201s-1-.45-1-1v-4c0-.55.45-1%201-1s1%20.45%201%201zm4%200c0%20.55-.45%201-1%201s-1-.45-1-1v-4c0-.55.45-1%201-1s1%20.45%201%201zm4%200c0%20.55-.45%201-1%201s-1-.45-1-1v-4c0-.55.45-1%201-1s1%20.45%201%201zm-3.94-9c.5%200%20.93-.39.94-.89c.04-1.4-.58-2.48-1.35-3.25c-.65-.72-.8-1.27-.77-1.91c.02-.52-.41-.95-.94-.95c-.5%200-.93.4-.94.9c-.03%201.29.5%202.43%201.35%203.25c.61.59.78%201.27.78%201.89c-.01.52.4.96.93.96m4%200c.5%200%20.93-.39.94-.89c.04-1.4-.58-2.48-1.35-3.25c-.65-.72-.8-1.27-.77-1.91c.02-.52-.41-.95-.94-.95c-.5%200-.93.4-.94.9c-.03%201.29.5%202.43%201.35%203.25c.61.59.78%201.27.78%201.89c-.01.52.4.96.93.96%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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