fountain from Fluent Emoji High Contrast by Microsoft Corporation · Default · Travel & Places · MIT Free for personal and commercial use.

Name
fountain
Set
Fluent Emoji High Contrast
Style
Default
Category
Travel & Places
Viewbox
32×32
License
MIT

The same emoji in other sets

More travel & places icons from Fluent Emoji High Contrast

Use the fountain emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 6.366a3.97 3.97 0 0 1 3-1.376c2.21 0 4 1.785 4 3.988v2.044h-.01A1.99 1.99 0 0 1 21 12.956c-1.08 0-1.96-.857-1.99-1.934H19v-1.007a1.01 1.01 0 0 0-1.96-.339l-.26 4.317c0 .548-.35.997-.79.997s-.79-.449-.79-.997l-.26-4.327a.995.995 0 0 0-.94-.668c-.56 0-1.01.449-1.01 1.007v1.007A1.99 1.99 0 0 1 11 12.946c-1.08 0-1.96-.857-1.99-1.934H9V8.978a3.993 3.993 0 0 1 4-3.988c1.2 0 2.27.538 3 1.376M28 16.99c-.06 4.4-4.03 7.99-8.89 7.99h-.12V28h.91c.6 0 1.08.49 1.07 1.08V30H11v-.92c0-.59.49-1.08 1.08-1.08h.91v-3.02h-.1c-4.86 0-8.84-3.59-8.89-7.99v-.16c0-.47.42-.85.93-.85h22.14c.51 0 .93.38.93.84zm-21.888.99c.57 2.714 3.264 5 6.778 5h6.22c3.51 0 6.2-2.283 6.776-5zM26 6.99a1 1 0 1 0 0-2a1 1 0 0 0 0 2m-19 7a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastFountain(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 6.366a3.97 3.97 0 0 1 3-1.376c2.21 0 4 1.785 4 3.988v2.044h-.01A1.99 1.99 0 0 1 21 12.956c-1.08 0-1.96-.857-1.99-1.934H19v-1.007a1.01 1.01 0 0 0-1.96-.339l-.26 4.317c0 .548-.35.997-.79.997s-.79-.449-.79-.997l-.26-4.327a.995.995 0 0 0-.94-.668c-.56 0-1.01.449-1.01 1.007v1.007A1.99 1.99 0 0 1 11 12.946c-1.08 0-1.96-.857-1.99-1.934H9V8.978a3.993 3.993 0 0 1 4-3.988c1.2 0 2.27.538 3 1.376M28 16.99c-.06 4.4-4.03 7.99-8.89 7.99h-.12V28h.91c.6 0 1.08.49 1.07 1.08V30H11v-.92c0-.59.49-1.08 1.08-1.08h.91v-3.02h-.1c-4.86 0-8.84-3.59-8.89-7.99v-.16c0-.47.42-.85.93-.85h22.14c.51 0 .93.38.93.84zm-21.888.99c.57 2.714 3.264 5 6.778 5h6.22c3.51 0 6.2-2.283 6.776-5zM26 6.99a1 1 0 1 0 0-2a1 1 0 0 0 0 2m-19 7a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></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 6.366a3.97 3.97 0 0 1 3-1.376c2.21 0 4 1.785 4 3.988v2.044h-.01A1.99 1.99 0 0 1 21 12.956c-1.08 0-1.96-.857-1.99-1.934H19v-1.007a1.01 1.01 0 0 0-1.96-.339l-.26 4.317c0 .548-.35.997-.79.997s-.79-.449-.79-.997l-.26-4.327a.995.995 0 0 0-.94-.668c-.56 0-1.01.449-1.01 1.007v1.007A1.99 1.99 0 0 1 11 12.946c-1.08 0-1.96-.857-1.99-1.934H9V8.978a3.993 3.993 0 0 1 4-3.988c1.2 0 2.27.538 3 1.376M28 16.99c-.06 4.4-4.03 7.99-8.89 7.99h-.12V28h.91c.6 0 1.08.49 1.07 1.08V30H11v-.92c0-.59.49-1.08 1.08-1.08h.91v-3.02h-.1c-4.86 0-8.84-3.59-8.89-7.99v-.16c0-.47.42-.85.93-.85h22.14c.51 0 .93.38.93.84zm-21.888.99c.57 2.714 3.264 5 6.778 5h6.22c3.51 0 6.2-2.283 6.776-5zM26 6.99a1 1 0 1 0 0-2a1 1 0 0 0 0 2m-19 7a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%206.366a3.97%203.97%200%200%201%203-1.376c2.21%200%204%201.785%204%203.988v2.044h-.01A1.99%201.99%200%200%201%2021%2012.956c-1.08%200-1.96-.857-1.99-1.934H19v-1.007a1.01%201.01%200%200%200-1.96-.339l-.26%204.317c0%20.548-.35.997-.79.997s-.79-.449-.79-.997l-.26-4.327a.995.995%200%200%200-.94-.668c-.56%200-1.01.449-1.01%201.007v1.007A1.99%201.99%200%200%201%2011%2012.946c-1.08%200-1.96-.857-1.99-1.934H9V8.978a3.993%203.993%200%200%201%204-3.988c1.2%200%202.27.538%203%201.376M28%2016.99c-.06%204.4-4.03%207.99-8.89%207.99h-.12V28h.91c.6%200%201.08.49%201.07%201.08V30H11v-.92c0-.59.49-1.08%201.08-1.08h.91v-3.02h-.1c-4.86%200-8.84-3.59-8.89-7.99v-.16c0-.47.42-.85.93-.85h22.14c.51%200%20.93.38.93.84zm-21.888.99c.57%202.714%203.264%205%206.778%205h6.22c3.51%200%206.2-2.283%206.776-5zM26%206.99a1%201%200%201%200%200-2a1%201%200%200%200%200%202m-19%207a1%201%200%201%201-2%200a1%201%200%200%201%202%200%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%206.366a3.97%203.97%200%200%201%203-1.376c2.21%200%204%201.785%204%203.988v2.044h-.01A1.99%201.99%200%200%201%2021%2012.956c-1.08%200-1.96-.857-1.99-1.934H19v-1.007a1.01%201.01%200%200%200-1.96-.339l-.26%204.317c0%20.548-.35.997-.79.997s-.79-.449-.79-.997l-.26-4.327a.995.995%200%200%200-.94-.668c-.56%200-1.01.449-1.01%201.007v1.007A1.99%201.99%200%200%201%2011%2012.946c-1.08%200-1.96-.857-1.99-1.934H9V8.978a3.993%203.993%200%200%201%204-3.988c1.2%200%202.27.538%203%201.376M28%2016.99c-.06%204.4-4.03%207.99-8.89%207.99h-.12V28h.91c.6%200%201.08.49%201.07%201.08V30H11v-.92c0-.59.49-1.08%201.08-1.08h.91v-3.02h-.1c-4.86%200-8.84-3.59-8.89-7.99v-.16c0-.47.42-.85.93-.85h22.14c.51%200%20.93.38.93.84zm-21.888.99c.57%202.714%203.264%205%206.778%205h6.22c3.51%200%206.2-2.283%206.776-5zM26%206.99a1%201%200%201%200%200-2a1%201%200%200%200%200%202m-19%207a1%201%200%201%201-2%200a1%201%200%200%201%202%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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