hot-springs from Emoji One (Colored) by Emoji One · Default · Symbols · CC-BY-4.0 Attribution required.

Name
hot-springs
Set
Emoji One (Colored)
Style
Default
Category
Symbols
Viewbox
64×64
License
CC BY 4.0

The same emoji in other sets

More symbols icons from Emoji One (Colored)

Use the hot springs emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><g fill="#ff5a79"><path d="M51.4 33.3c3.3 2.3 5.3 5.2 5.3 8.4c0 7.5-11.1 13.5-24.7 13.5s-24.7-6-24.7-13.5c0-3.2 2-6.1 5.3-8.4C6.1 36.3 2 40.8 2 45.7C2 54.7 15.4 62 32 62s30-7.3 30-16.3c0-4.9-4.1-9.4-10.6-12.4"/><path d="M20.3 2s-1.8 6.1-1.8 13.3c0 6 4.6 8.9 4.6 13.9c0 9.9-6.3 16.2-6.3 16.2s2.3-5.1 2.3-13.8c0-3-4.3-9.7-4.3-14C14.8 8.3 20.3 2 20.3 2m13.1 0s-1.8 6.1-1.8 13.3c0 6 4.6 8.9 4.6 13.9c0 9.9-6.3 16.2-6.3 16.2s2.3-5.1 2.3-13.8c0-3-4.3-9.7-4.3-14C27.8 8.3 33.4 2 33.4 2m13.1 0s-1.8 6.1-1.8 13.3c0 6 4.6 8.9 4.6 13.9c0 9.9-6.3 16.2-6.3 16.2s2.3-5.1 2.3-13.8c0-3-4.3-9.7-4.3-14C40.9 8.3 46.5 2 46.5 2"/></g></svg>

React

import type { SVGProps } from "react";

export function EmojioneHotSprings(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><g fill="#ff5a79"><path d="M51.4 33.3c3.3 2.3 5.3 5.2 5.3 8.4c0 7.5-11.1 13.5-24.7 13.5s-24.7-6-24.7-13.5c0-3.2 2-6.1 5.3-8.4C6.1 36.3 2 40.8 2 45.7C2 54.7 15.4 62 32 62s30-7.3 30-16.3c0-4.9-4.1-9.4-10.6-12.4"/><path d="M20.3 2s-1.8 6.1-1.8 13.3c0 6 4.6 8.9 4.6 13.9c0 9.9-6.3 16.2-6.3 16.2s2.3-5.1 2.3-13.8c0-3-4.3-9.7-4.3-14C14.8 8.3 20.3 2 20.3 2m13.1 0s-1.8 6.1-1.8 13.3c0 6 4.6 8.9 4.6 13.9c0 9.9-6.3 16.2-6.3 16.2s2.3-5.1 2.3-13.8c0-3-4.3-9.7-4.3-14C27.8 8.3 33.4 2 33.4 2m13.1 0s-1.8 6.1-1.8 13.3c0 6 4.6 8.9 4.6 13.9c0 9.9-6.3 16.2-6.3 16.2s2.3-5.1 2.3-13.8c0-3-4.3-9.7-4.3-14C40.9 8.3 46.5 2 46.5 2"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><g fill="#ff5a79"><path d="M51.4 33.3c3.3 2.3 5.3 5.2 5.3 8.4c0 7.5-11.1 13.5-24.7 13.5s-24.7-6-24.7-13.5c0-3.2 2-6.1 5.3-8.4C6.1 36.3 2 40.8 2 45.7C2 54.7 15.4 62 32 62s30-7.3 30-16.3c0-4.9-4.1-9.4-10.6-12.4"/><path d="M20.3 2s-1.8 6.1-1.8 13.3c0 6 4.6 8.9 4.6 13.9c0 9.9-6.3 16.2-6.3 16.2s2.3-5.1 2.3-13.8c0-3-4.3-9.7-4.3-14C14.8 8.3 20.3 2 20.3 2m13.1 0s-1.8 6.1-1.8 13.3c0 6 4.6 8.9 4.6 13.9c0 9.9-6.3 16.2-6.3 16.2s2.3-5.1 2.3-13.8c0-3-4.3-9.7-4.3-14C27.8 8.3 33.4 2 33.4 2m13.1 0s-1.8 6.1-1.8 13.3c0 6 4.6 8.9 4.6 13.9c0 9.9-6.3 16.2-6.3 16.2s2.3-5.1 2.3-13.8c0-3-4.3-9.7-4.3-14C40.9 8.3 46.5 2 46.5 2"/></g></svg>
</template>

CSS

.icon-hot-springs {
  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%2064%2064%22%3E%3Cg%20fill%3D%22%23ff5a79%22%3E%3Cpath%20d%3D%22M51.4%2033.3c3.3%202.3%205.3%205.2%205.3%208.4c0%207.5-11.1%2013.5-24.7%2013.5s-24.7-6-24.7-13.5c0-3.2%202-6.1%205.3-8.4C6.1%2036.3%202%2040.8%202%2045.7C2%2054.7%2015.4%2062%2032%2062s30-7.3%2030-16.3c0-4.9-4.1-9.4-10.6-12.4%22%2F%3E%3Cpath%20d%3D%22M20.3%202s-1.8%206.1-1.8%2013.3c0%206%204.6%208.9%204.6%2013.9c0%209.9-6.3%2016.2-6.3%2016.2s2.3-5.1%202.3-13.8c0-3-4.3-9.7-4.3-14C14.8%208.3%2020.3%202%2020.3%202m13.1%200s-1.8%206.1-1.8%2013.3c0%206%204.6%208.9%204.6%2013.9c0%209.9-6.3%2016.2-6.3%2016.2s2.3-5.1%202.3-13.8c0-3-4.3-9.7-4.3-14C27.8%208.3%2033.4%202%2033.4%202m13.1%200s-1.8%206.1-1.8%2013.3c0%206%204.6%208.9%204.6%2013.9c0%209.9-6.3%2016.2-6.3%2016.2s2.3-5.1%202.3-13.8c0-3-4.3-9.7-4.3-14C40.9%208.3%2046.5%202%2046.5%202%22%2F%3E%3C%2Fg%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%2064%2064%22%3E%3Cg%20fill%3D%22%23ff5a79%22%3E%3Cpath%20d%3D%22M51.4%2033.3c3.3%202.3%205.3%205.2%205.3%208.4c0%207.5-11.1%2013.5-24.7%2013.5s-24.7-6-24.7-13.5c0-3.2%202-6.1%205.3-8.4C6.1%2036.3%202%2040.8%202%2045.7C2%2054.7%2015.4%2062%2032%2062s30-7.3%2030-16.3c0-4.9-4.1-9.4-10.6-12.4%22%2F%3E%3Cpath%20d%3D%22M20.3%202s-1.8%206.1-1.8%2013.3c0%206%204.6%208.9%204.6%2013.9c0%209.9-6.3%2016.2-6.3%2016.2s2.3-5.1%202.3-13.8c0-3-4.3-9.7-4.3-14C14.8%208.3%2020.3%202%2020.3%202m13.1%200s-1.8%206.1-1.8%2013.3c0%206%204.6%208.9%204.6%2013.9c0%209.9-6.3%2016.2-6.3%2016.2s2.3-5.1%202.3-13.8c0-3-4.3-9.7-4.3-14C27.8%208.3%2033.4%202%2033.4%202m13.1%200s-1.8%206.1-1.8%2013.3c0%206%204.6%208.9%204.6%2013.9c0%209.9-6.3%2016.2-6.3%2016.2s2.3-5.1%202.3-13.8c0-3-4.3-9.7-4.3-14C40.9%208.3%2046.5%202%2046.5%202%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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