fountain from Emoji One (Colored) by Emoji One · Default · Travel · CC-BY-4.0 Attribution required.

Name
fountain
Set
Emoji One (Colored)
Style
Default
Category
Travel
Viewbox
64×64
License
CC BY 4.0

The same emoji in other sets

More travel icons from Emoji One (Colored)

Use the fountain emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#83bf4f" d="M0 48.6h64V64H0z"/><path fill="#d0d0d0" d="M32 55.8c-14.7 0-26.7-1.9-26.7-4.3v5.2c0 2.4 12 4.3 26.7 4.3s26.7-1.9 26.7-4.3v-5.2c0 2.4-12 4.3-26.7 4.3"/><ellipse cx="32" cy="45.8" fill="#e8e8e8" rx="30.5" ry="4.8"/><ellipse cx="32" cy="45.8" fill="#42ade2" rx="25.7" ry="2.9"/><path fill="#e8e8e8" d="M35.8 42.9c-1.6-1.5-1.7-6.3-1.7-6.3h-4.2s-.1 4.9-1.7 6.3c-.9.8-3.3 1.8-3.8 2.9c-.2.5 3.4 1 7.6 1s7.9-.5 7.6-1c-.5-1.1-2.9-2.1-3.8-2.9"/><path fill="#d0d0d0" d="M32 36.6h-2.1s0 1.7-.4 3.3c.8.1 1.6.1 2.5.1s1.7 0 2.5-.1c-.3-1.7-.4-3.3-.4-3.3z"/><path fill="#e8e8e8" d="M36.8 37.2c-1.5 1.9-7.8 1.7-9.5 0c-1-1-1-5.7-1-5.7h11.4s0 4.6-.9 5.7"/><path fill="#d0d0d0" d="M44.7 31.3c-4 2.5-20.9 2.3-25.4 0c-2.7-1.4-2.5-7.7-2.5-7.7h30.5c-.1-.1-.2 6.2-2.6 7.7"/><ellipse cx="32" cy="23.8" fill="#e8e8e8" rx="15.2" ry="1.9"/><ellipse cx="32" cy="23.8" fill="#42ade2" rx="13.3" ry="1"/><path fill="#94989b" d="M58.7 53.3C54 54.8 43.8 55.8 32 55.8s-21.9-1-26.7-2.5v2.3c4.7 1.5 14.9 2.5 26.7 2.5s21.9-1 26.7-2.5z"/><path fill="#d0d0d0" d="M32 50.5c-16.8 0-30.5-2.1-30.5-4.8v5.7c0 2.6 13.7 4.8 30.5 4.8s30.5-2.1 30.5-4.8v-5.7c0 2.7-13.7 4.8-30.5 4.8"/><path fill="#b4d7ee" d="M32 23.8s-2.5-13.7-5.7-13.7c-3.5.1 4.6 7.2 5.7 13.7"/><path fill="#d6eef0" d="M31.4 22.8S21.1 4.9 18 9.4c-1.2 1.6 8.6 5.8 13.4 13.4"/><path fill="#b4d7ee" d="M33.6 23.5s3.6-11 8.9-9.9c2 .4-7 5.7-8.9 9.9"/><path fill="#d6eef0" d="M34.9 23.5s5.5-8.4 11.4-8.4s3.3 3.3 0 3.3s-7.8.9-11.4 5.1m-3.1-6.2S31.4 4.9 27.3 4c-3.7-.8 4.6 7 4.5 13.3"/><path fill="#b4d7ee" d="M32 24.3S32 0 35.6 0c2.6 0-3 15-3.6 24.3m-10.5.1s-7.6-6-7.6 21.5c0 0 .5.8 3.4.8c0 0-.1-21.5 4.2-22.3m21 0s7.6-6 7.6 21.5c0 0-.5.8-3.4.8c0 0 .1-21.5-4.2-22.3m-11.7-.9s-5.5-8.4-11.4-8.4s-3.3 3.3 0 3.3s7.7.9 11.4 5.1"/><path fill="#d6eef0" d="M32.1 24.1S38 4.3 42 7.9c1.6 1.4-7.1 7.8-9.9 16.2"/></svg>

React

import type { SVGProps } from "react";

export function EmojioneFountain(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#83bf4f" d="M0 48.6h64V64H0z"/><path fill="#d0d0d0" d="M32 55.8c-14.7 0-26.7-1.9-26.7-4.3v5.2c0 2.4 12 4.3 26.7 4.3s26.7-1.9 26.7-4.3v-5.2c0 2.4-12 4.3-26.7 4.3"/><ellipse cx="32" cy="45.8" fill="#e8e8e8" rx="30.5" ry="4.8"/><ellipse cx="32" cy="45.8" fill="#42ade2" rx="25.7" ry="2.9"/><path fill="#e8e8e8" d="M35.8 42.9c-1.6-1.5-1.7-6.3-1.7-6.3h-4.2s-.1 4.9-1.7 6.3c-.9.8-3.3 1.8-3.8 2.9c-.2.5 3.4 1 7.6 1s7.9-.5 7.6-1c-.5-1.1-2.9-2.1-3.8-2.9"/><path fill="#d0d0d0" d="M32 36.6h-2.1s0 1.7-.4 3.3c.8.1 1.6.1 2.5.1s1.7 0 2.5-.1c-.3-1.7-.4-3.3-.4-3.3z"/><path fill="#e8e8e8" d="M36.8 37.2c-1.5 1.9-7.8 1.7-9.5 0c-1-1-1-5.7-1-5.7h11.4s0 4.6-.9 5.7"/><path fill="#d0d0d0" d="M44.7 31.3c-4 2.5-20.9 2.3-25.4 0c-2.7-1.4-2.5-7.7-2.5-7.7h30.5c-.1-.1-.2 6.2-2.6 7.7"/><ellipse cx="32" cy="23.8" fill="#e8e8e8" rx="15.2" ry="1.9"/><ellipse cx="32" cy="23.8" fill="#42ade2" rx="13.3" ry="1"/><path fill="#94989b" d="M58.7 53.3C54 54.8 43.8 55.8 32 55.8s-21.9-1-26.7-2.5v2.3c4.7 1.5 14.9 2.5 26.7 2.5s21.9-1 26.7-2.5z"/><path fill="#d0d0d0" d="M32 50.5c-16.8 0-30.5-2.1-30.5-4.8v5.7c0 2.6 13.7 4.8 30.5 4.8s30.5-2.1 30.5-4.8v-5.7c0 2.7-13.7 4.8-30.5 4.8"/><path fill="#b4d7ee" d="M32 23.8s-2.5-13.7-5.7-13.7c-3.5.1 4.6 7.2 5.7 13.7"/><path fill="#d6eef0" d="M31.4 22.8S21.1 4.9 18 9.4c-1.2 1.6 8.6 5.8 13.4 13.4"/><path fill="#b4d7ee" d="M33.6 23.5s3.6-11 8.9-9.9c2 .4-7 5.7-8.9 9.9"/><path fill="#d6eef0" d="M34.9 23.5s5.5-8.4 11.4-8.4s3.3 3.3 0 3.3s-7.8.9-11.4 5.1m-3.1-6.2S31.4 4.9 27.3 4c-3.7-.8 4.6 7 4.5 13.3"/><path fill="#b4d7ee" d="M32 24.3S32 0 35.6 0c2.6 0-3 15-3.6 24.3m-10.5.1s-7.6-6-7.6 21.5c0 0 .5.8 3.4.8c0 0-.1-21.5 4.2-22.3m21 0s7.6-6 7.6 21.5c0 0-.5.8-3.4.8c0 0 .1-21.5-4.2-22.3m-11.7-.9s-5.5-8.4-11.4-8.4s-3.3 3.3 0 3.3s7.7.9 11.4 5.1"/><path fill="#d6eef0" d="M32.1 24.1S38 4.3 42 7.9c1.6 1.4-7.1 7.8-9.9 16.2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#83bf4f" d="M0 48.6h64V64H0z"/><path fill="#d0d0d0" d="M32 55.8c-14.7 0-26.7-1.9-26.7-4.3v5.2c0 2.4 12 4.3 26.7 4.3s26.7-1.9 26.7-4.3v-5.2c0 2.4-12 4.3-26.7 4.3"/><ellipse cx="32" cy="45.8" fill="#e8e8e8" rx="30.5" ry="4.8"/><ellipse cx="32" cy="45.8" fill="#42ade2" rx="25.7" ry="2.9"/><path fill="#e8e8e8" d="M35.8 42.9c-1.6-1.5-1.7-6.3-1.7-6.3h-4.2s-.1 4.9-1.7 6.3c-.9.8-3.3 1.8-3.8 2.9c-.2.5 3.4 1 7.6 1s7.9-.5 7.6-1c-.5-1.1-2.9-2.1-3.8-2.9"/><path fill="#d0d0d0" d="M32 36.6h-2.1s0 1.7-.4 3.3c.8.1 1.6.1 2.5.1s1.7 0 2.5-.1c-.3-1.7-.4-3.3-.4-3.3z"/><path fill="#e8e8e8" d="M36.8 37.2c-1.5 1.9-7.8 1.7-9.5 0c-1-1-1-5.7-1-5.7h11.4s0 4.6-.9 5.7"/><path fill="#d0d0d0" d="M44.7 31.3c-4 2.5-20.9 2.3-25.4 0c-2.7-1.4-2.5-7.7-2.5-7.7h30.5c-.1-.1-.2 6.2-2.6 7.7"/><ellipse cx="32" cy="23.8" fill="#e8e8e8" rx="15.2" ry="1.9"/><ellipse cx="32" cy="23.8" fill="#42ade2" rx="13.3" ry="1"/><path fill="#94989b" d="M58.7 53.3C54 54.8 43.8 55.8 32 55.8s-21.9-1-26.7-2.5v2.3c4.7 1.5 14.9 2.5 26.7 2.5s21.9-1 26.7-2.5z"/><path fill="#d0d0d0" d="M32 50.5c-16.8 0-30.5-2.1-30.5-4.8v5.7c0 2.6 13.7 4.8 30.5 4.8s30.5-2.1 30.5-4.8v-5.7c0 2.7-13.7 4.8-30.5 4.8"/><path fill="#b4d7ee" d="M32 23.8s-2.5-13.7-5.7-13.7c-3.5.1 4.6 7.2 5.7 13.7"/><path fill="#d6eef0" d="M31.4 22.8S21.1 4.9 18 9.4c-1.2 1.6 8.6 5.8 13.4 13.4"/><path fill="#b4d7ee" d="M33.6 23.5s3.6-11 8.9-9.9c2 .4-7 5.7-8.9 9.9"/><path fill="#d6eef0" d="M34.9 23.5s5.5-8.4 11.4-8.4s3.3 3.3 0 3.3s-7.8.9-11.4 5.1m-3.1-6.2S31.4 4.9 27.3 4c-3.7-.8 4.6 7 4.5 13.3"/><path fill="#b4d7ee" d="M32 24.3S32 0 35.6 0c2.6 0-3 15-3.6 24.3m-10.5.1s-7.6-6-7.6 21.5c0 0 .5.8 3.4.8c0 0-.1-21.5 4.2-22.3m21 0s7.6-6 7.6 21.5c0 0-.5.8-3.4.8c0 0 .1-21.5-4.2-22.3m-11.7-.9s-5.5-8.4-11.4-8.4s-3.3 3.3 0 3.3s7.7.9 11.4 5.1"/><path fill="#d6eef0" d="M32.1 24.1S38 4.3 42 7.9c1.6 1.4-7.1 7.8-9.9 16.2"/></svg>
</template>

CSS

.icon-fountain {
  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%3Cpath%20fill%3D%22%2383bf4f%22%20d%3D%22M0%2048.6h64V64H0z%22%2F%3E%3Cpath%20fill%3D%22%23d0d0d0%22%20d%3D%22M32%2055.8c-14.7%200-26.7-1.9-26.7-4.3v5.2c0%202.4%2012%204.3%2026.7%204.3s26.7-1.9%2026.7-4.3v-5.2c0%202.4-12%204.3-26.7%204.3%22%2F%3E%3Cellipse%20cx%3D%2232%22%20cy%3D%2245.8%22%20fill%3D%22%23e8e8e8%22%20rx%3D%2230.5%22%20ry%3D%224.8%22%2F%3E%3Cellipse%20cx%3D%2232%22%20cy%3D%2245.8%22%20fill%3D%22%2342ade2%22%20rx%3D%2225.7%22%20ry%3D%222.9%22%2F%3E%3Cpath%20fill%3D%22%23e8e8e8%22%20d%3D%22M35.8%2042.9c-1.6-1.5-1.7-6.3-1.7-6.3h-4.2s-.1%204.9-1.7%206.3c-.9.8-3.3%201.8-3.8%202.9c-.2.5%203.4%201%207.6%201s7.9-.5%207.6-1c-.5-1.1-2.9-2.1-3.8-2.9%22%2F%3E%3Cpath%20fill%3D%22%23d0d0d0%22%20d%3D%22M32%2036.6h-2.1s0%201.7-.4%203.3c.8.1%201.6.1%202.5.1s1.7%200%202.5-.1c-.3-1.7-.4-3.3-.4-3.3z%22%2F%3E%3Cpath%20fill%3D%22%23e8e8e8%22%20d%3D%22M36.8%2037.2c-1.5%201.9-7.8%201.7-9.5%200c-1-1-1-5.7-1-5.7h11.4s0%204.6-.9%205.7%22%2F%3E%3Cpath%20fill%3D%22%23d0d0d0%22%20d%3D%22M44.7%2031.3c-4%202.5-20.9%202.3-25.4%200c-2.7-1.4-2.5-7.7-2.5-7.7h30.5c-.1-.1-.2%206.2-2.6%207.7%22%2F%3E%3Cellipse%20cx%3D%2232%22%20cy%3D%2223.8%22%20fill%3D%22%23e8e8e8%22%20rx%3D%2215.2%22%20ry%3D%221.9%22%2F%3E%3Cellipse%20cx%3D%2232%22%20cy%3D%2223.8%22%20fill%3D%22%2342ade2%22%20rx%3D%2213.3%22%20ry%3D%221%22%2F%3E%3Cpath%20fill%3D%22%2394989b%22%20d%3D%22M58.7%2053.3C54%2054.8%2043.8%2055.8%2032%2055.8s-21.9-1-26.7-2.5v2.3c4.7%201.5%2014.9%202.5%2026.7%202.5s21.9-1%2026.7-2.5z%22%2F%3E%3Cpath%20fill%3D%22%23d0d0d0%22%20d%3D%22M32%2050.5c-16.8%200-30.5-2.1-30.5-4.8v5.7c0%202.6%2013.7%204.8%2030.5%204.8s30.5-2.1%2030.5-4.8v-5.7c0%202.7-13.7%204.8-30.5%204.8%22%2F%3E%3Cpath%20fill%3D%22%23b4d7ee%22%20d%3D%22M32%2023.8s-2.5-13.7-5.7-13.7c-3.5.1%204.6%207.2%205.7%2013.7%22%2F%3E%3Cpath%20fill%3D%22%23d6eef0%22%20d%3D%22M31.4%2022.8S21.1%204.9%2018%209.4c-1.2%201.6%208.6%205.8%2013.4%2013.4%22%2F%3E%3Cpath%20fill%3D%22%23b4d7ee%22%20d%3D%22M33.6%2023.5s3.6-11%208.9-9.9c2%20.4-7%205.7-8.9%209.9%22%2F%3E%3Cpath%20fill%3D%22%23d6eef0%22%20d%3D%22M34.9%2023.5s5.5-8.4%2011.4-8.4s3.3%203.3%200%203.3s-7.8.9-11.4%205.1m-3.1-6.2S31.4%204.9%2027.3%204c-3.7-.8%204.6%207%204.5%2013.3%22%2F%3E%3Cpath%20fill%3D%22%23b4d7ee%22%20d%3D%22M32%2024.3S32%200%2035.6%200c2.6%200-3%2015-3.6%2024.3m-10.5.1s-7.6-6-7.6%2021.5c0%200%20.5.8%203.4.8c0%200-.1-21.5%204.2-22.3m21%200s7.6-6%207.6%2021.5c0%200-.5.8-3.4.8c0%200%20.1-21.5-4.2-22.3m-11.7-.9s-5.5-8.4-11.4-8.4s-3.3%203.3%200%203.3s7.7.9%2011.4%205.1%22%2F%3E%3Cpath%20fill%3D%22%23d6eef0%22%20d%3D%22M32.1%2024.1S38%204.3%2042%207.9c1.6%201.4-7.1%207.8-9.9%2016.2%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%2064%2064%22%3E%3Cpath%20fill%3D%22%2383bf4f%22%20d%3D%22M0%2048.6h64V64H0z%22%2F%3E%3Cpath%20fill%3D%22%23d0d0d0%22%20d%3D%22M32%2055.8c-14.7%200-26.7-1.9-26.7-4.3v5.2c0%202.4%2012%204.3%2026.7%204.3s26.7-1.9%2026.7-4.3v-5.2c0%202.4-12%204.3-26.7%204.3%22%2F%3E%3Cellipse%20cx%3D%2232%22%20cy%3D%2245.8%22%20fill%3D%22%23e8e8e8%22%20rx%3D%2230.5%22%20ry%3D%224.8%22%2F%3E%3Cellipse%20cx%3D%2232%22%20cy%3D%2245.8%22%20fill%3D%22%2342ade2%22%20rx%3D%2225.7%22%20ry%3D%222.9%22%2F%3E%3Cpath%20fill%3D%22%23e8e8e8%22%20d%3D%22M35.8%2042.9c-1.6-1.5-1.7-6.3-1.7-6.3h-4.2s-.1%204.9-1.7%206.3c-.9.8-3.3%201.8-3.8%202.9c-.2.5%203.4%201%207.6%201s7.9-.5%207.6-1c-.5-1.1-2.9-2.1-3.8-2.9%22%2F%3E%3Cpath%20fill%3D%22%23d0d0d0%22%20d%3D%22M32%2036.6h-2.1s0%201.7-.4%203.3c.8.1%201.6.1%202.5.1s1.7%200%202.5-.1c-.3-1.7-.4-3.3-.4-3.3z%22%2F%3E%3Cpath%20fill%3D%22%23e8e8e8%22%20d%3D%22M36.8%2037.2c-1.5%201.9-7.8%201.7-9.5%200c-1-1-1-5.7-1-5.7h11.4s0%204.6-.9%205.7%22%2F%3E%3Cpath%20fill%3D%22%23d0d0d0%22%20d%3D%22M44.7%2031.3c-4%202.5-20.9%202.3-25.4%200c-2.7-1.4-2.5-7.7-2.5-7.7h30.5c-.1-.1-.2%206.2-2.6%207.7%22%2F%3E%3Cellipse%20cx%3D%2232%22%20cy%3D%2223.8%22%20fill%3D%22%23e8e8e8%22%20rx%3D%2215.2%22%20ry%3D%221.9%22%2F%3E%3Cellipse%20cx%3D%2232%22%20cy%3D%2223.8%22%20fill%3D%22%2342ade2%22%20rx%3D%2213.3%22%20ry%3D%221%22%2F%3E%3Cpath%20fill%3D%22%2394989b%22%20d%3D%22M58.7%2053.3C54%2054.8%2043.8%2055.8%2032%2055.8s-21.9-1-26.7-2.5v2.3c4.7%201.5%2014.9%202.5%2026.7%202.5s21.9-1%2026.7-2.5z%22%2F%3E%3Cpath%20fill%3D%22%23d0d0d0%22%20d%3D%22M32%2050.5c-16.8%200-30.5-2.1-30.5-4.8v5.7c0%202.6%2013.7%204.8%2030.5%204.8s30.5-2.1%2030.5-4.8v-5.7c0%202.7-13.7%204.8-30.5%204.8%22%2F%3E%3Cpath%20fill%3D%22%23b4d7ee%22%20d%3D%22M32%2023.8s-2.5-13.7-5.7-13.7c-3.5.1%204.6%207.2%205.7%2013.7%22%2F%3E%3Cpath%20fill%3D%22%23d6eef0%22%20d%3D%22M31.4%2022.8S21.1%204.9%2018%209.4c-1.2%201.6%208.6%205.8%2013.4%2013.4%22%2F%3E%3Cpath%20fill%3D%22%23b4d7ee%22%20d%3D%22M33.6%2023.5s3.6-11%208.9-9.9c2%20.4-7%205.7-8.9%209.9%22%2F%3E%3Cpath%20fill%3D%22%23d6eef0%22%20d%3D%22M34.9%2023.5s5.5-8.4%2011.4-8.4s3.3%203.3%200%203.3s-7.8.9-11.4%205.1m-3.1-6.2S31.4%204.9%2027.3%204c-3.7-.8%204.6%207%204.5%2013.3%22%2F%3E%3Cpath%20fill%3D%22%23b4d7ee%22%20d%3D%22M32%2024.3S32%200%2035.6%200c2.6%200-3%2015-3.6%2024.3m-10.5.1s-7.6-6-7.6%2021.5c0%200%20.5.8%203.4.8c0%200-.1-21.5%204.2-22.3m21%200s7.6-6%207.6%2021.5c0%200-.5.8-3.4.8c0%200%20.1-21.5-4.2-22.3m-11.7-.9s-5.5-8.4-11.4-8.4s-3.3%203.3%200%203.3s7.7.9%2011.4%205.1%22%2F%3E%3Cpath%20fill%3D%22%23d6eef0%22%20d%3D%22M32.1%2024.1S38%204.3%2042%207.9c1.6%201.4-7.1%207.8-9.9%2016.2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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