umbrella on ground emoji

umbrella-on-ground from Noto Emoji by Google Inc · Default · Travel & Places · Apache-2.0 Free for personal and commercial use.

Name
umbrella-on-ground
Set
Noto Emoji
Style
Default
Category
Travel & Places
Viewbox
128×128
License
Apache 2.0

The same emoji in other sets

More travel & places icons from Noto Emoji

Use the umbrella on ground emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#f5c876" d="M95.35 98.11c-22.99-1.44-29.19-6.9-52.33-6.9S3.84 96.74 3.84 96.74s-.53 27.21 0 27.74s119.89.18 120.42-.53V96.74s-6.29 2.79-28.91 1.37"/><path fill="#f2a159" d="M18.49 110.52c0 4.42 13.1 3.66 32 3.98c16.97.29 32.96 3 48.31 3.45c10.47.31 19.56-1.34 20.21-2.49c2.5-4.44-26.68-13.07-52.82-14.84s-47.7 4.95-47.7 9.9"/><path fill="#4ea4b0" d="m72.26 20.24l-4.42-2.16l-9 35.73s-13.01 48.03-13.61 50.44c-.77 3.09-.67 4.93 2.06 5.57s3.49-1.99 4.12-4.03S64.62 58.3 64.62 58.3z"/><path fill="#ee5948" d="M70.86 13s-22.89-6.43-43.32 3.57C11.06 24.62 5.02 36.58 5.77 37.03c1.27.76 5.17.45 8.3 3.53s5.11 8.15 6.36 8.66c1.25.5 6.97-1.43 13.07 2.12s8.36 9.7 9.72 10.25s8.43-3.48 16.96-.53c7.78 2.69 12.87 7.99 13.96 8.3c1.09.32 6.53-4.37 15.55-3.53s11.39 3.6 12.54 4.06s2.71-4.48 8.03-5.08c5.19-.59 6.61.69 7.94.98c1.34.3 1.16-16.74-16.02-34.33C89.32 18.28 70.86 13 70.86 13"/><path fill="#fefefe" d="M71.15 15.36s-14.84-3.23-31.04 8.34c-13.25 9.47-18.24 20.2-17.93 20.94c.31.73 6.09.26 11.73 3.14s8.83 9.21 9.52 8.32c.87-1.12 4.11-13.57 9.46-22.37c10.03-16.5 18-17.49 18-17.49s6.93 4.33 7.56 23.63c.35 10.58-2.35 23.88-2.07 25.38c.12.66 4.76-2.93 12.36-2.58c6.89.32 12.21 3.35 13.11 3.22s-.85-18.26-8.8-31.35c-8.99-14.77-21.9-19.18-21.9-19.18"/><path fill="#4ea4b0" d="M74 5.44c-2.96-.75-3.72 3.72-4.47 6.21c-.34 1.1-1.75 5.29 1.16 6.2c2.42.76 3.34-2.49 4.06-4.87c.71-2.39 2.36-6.76-.75-7.54"/></svg>

React

import type { SVGProps } from "react";

export function NotoUmbrellaOnGround(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#f5c876" d="M95.35 98.11c-22.99-1.44-29.19-6.9-52.33-6.9S3.84 96.74 3.84 96.74s-.53 27.21 0 27.74s119.89.18 120.42-.53V96.74s-6.29 2.79-28.91 1.37"/><path fill="#f2a159" d="M18.49 110.52c0 4.42 13.1 3.66 32 3.98c16.97.29 32.96 3 48.31 3.45c10.47.31 19.56-1.34 20.21-2.49c2.5-4.44-26.68-13.07-52.82-14.84s-47.7 4.95-47.7 9.9"/><path fill="#4ea4b0" d="m72.26 20.24l-4.42-2.16l-9 35.73s-13.01 48.03-13.61 50.44c-.77 3.09-.67 4.93 2.06 5.57s3.49-1.99 4.12-4.03S64.62 58.3 64.62 58.3z"/><path fill="#ee5948" d="M70.86 13s-22.89-6.43-43.32 3.57C11.06 24.62 5.02 36.58 5.77 37.03c1.27.76 5.17.45 8.3 3.53s5.11 8.15 6.36 8.66c1.25.5 6.97-1.43 13.07 2.12s8.36 9.7 9.72 10.25s8.43-3.48 16.96-.53c7.78 2.69 12.87 7.99 13.96 8.3c1.09.32 6.53-4.37 15.55-3.53s11.39 3.6 12.54 4.06s2.71-4.48 8.03-5.08c5.19-.59 6.61.69 7.94.98c1.34.3 1.16-16.74-16.02-34.33C89.32 18.28 70.86 13 70.86 13"/><path fill="#fefefe" d="M71.15 15.36s-14.84-3.23-31.04 8.34c-13.25 9.47-18.24 20.2-17.93 20.94c.31.73 6.09.26 11.73 3.14s8.83 9.21 9.52 8.32c.87-1.12 4.11-13.57 9.46-22.37c10.03-16.5 18-17.49 18-17.49s6.93 4.33 7.56 23.63c.35 10.58-2.35 23.88-2.07 25.38c.12.66 4.76-2.93 12.36-2.58c6.89.32 12.21 3.35 13.11 3.22s-.85-18.26-8.8-31.35c-8.99-14.77-21.9-19.18-21.9-19.18"/><path fill="#4ea4b0" d="M74 5.44c-2.96-.75-3.72 3.72-4.47 6.21c-.34 1.1-1.75 5.29 1.16 6.2c2.42.76 3.34-2.49 4.06-4.87c.71-2.39 2.36-6.76-.75-7.54"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#f5c876" d="M95.35 98.11c-22.99-1.44-29.19-6.9-52.33-6.9S3.84 96.74 3.84 96.74s-.53 27.21 0 27.74s119.89.18 120.42-.53V96.74s-6.29 2.79-28.91 1.37"/><path fill="#f2a159" d="M18.49 110.52c0 4.42 13.1 3.66 32 3.98c16.97.29 32.96 3 48.31 3.45c10.47.31 19.56-1.34 20.21-2.49c2.5-4.44-26.68-13.07-52.82-14.84s-47.7 4.95-47.7 9.9"/><path fill="#4ea4b0" d="m72.26 20.24l-4.42-2.16l-9 35.73s-13.01 48.03-13.61 50.44c-.77 3.09-.67 4.93 2.06 5.57s3.49-1.99 4.12-4.03S64.62 58.3 64.62 58.3z"/><path fill="#ee5948" d="M70.86 13s-22.89-6.43-43.32 3.57C11.06 24.62 5.02 36.58 5.77 37.03c1.27.76 5.17.45 8.3 3.53s5.11 8.15 6.36 8.66c1.25.5 6.97-1.43 13.07 2.12s8.36 9.7 9.72 10.25s8.43-3.48 16.96-.53c7.78 2.69 12.87 7.99 13.96 8.3c1.09.32 6.53-4.37 15.55-3.53s11.39 3.6 12.54 4.06s2.71-4.48 8.03-5.08c5.19-.59 6.61.69 7.94.98c1.34.3 1.16-16.74-16.02-34.33C89.32 18.28 70.86 13 70.86 13"/><path fill="#fefefe" d="M71.15 15.36s-14.84-3.23-31.04 8.34c-13.25 9.47-18.24 20.2-17.93 20.94c.31.73 6.09.26 11.73 3.14s8.83 9.21 9.52 8.32c.87-1.12 4.11-13.57 9.46-22.37c10.03-16.5 18-17.49 18-17.49s6.93 4.33 7.56 23.63c.35 10.58-2.35 23.88-2.07 25.38c.12.66 4.76-2.93 12.36-2.58c6.89.32 12.21 3.35 13.11 3.22s-.85-18.26-8.8-31.35c-8.99-14.77-21.9-19.18-21.9-19.18"/><path fill="#4ea4b0" d="M74 5.44c-2.96-.75-3.72 3.72-4.47 6.21c-.34 1.1-1.75 5.29 1.16 6.2c2.42.76 3.34-2.49 4.06-4.87c.71-2.39 2.36-6.76-.75-7.54"/></svg>
</template>

CSS

.icon-umbrella-on-ground {
  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%20128%20128%22%3E%3Cpath%20fill%3D%22%23f5c876%22%20d%3D%22M95.35%2098.11c-22.99-1.44-29.19-6.9-52.33-6.9S3.84%2096.74%203.84%2096.74s-.53%2027.21%200%2027.74s119.89.18%20120.42-.53V96.74s-6.29%202.79-28.91%201.37%22%2F%3E%3Cpath%20fill%3D%22%23f2a159%22%20d%3D%22M18.49%20110.52c0%204.42%2013.1%203.66%2032%203.98c16.97.29%2032.96%203%2048.31%203.45c10.47.31%2019.56-1.34%2020.21-2.49c2.5-4.44-26.68-13.07-52.82-14.84s-47.7%204.95-47.7%209.9%22%2F%3E%3Cpath%20fill%3D%22%234ea4b0%22%20d%3D%22m72.26%2020.24l-4.42-2.16l-9%2035.73s-13.01%2048.03-13.61%2050.44c-.77%203.09-.67%204.93%202.06%205.57s3.49-1.99%204.12-4.03S64.62%2058.3%2064.62%2058.3z%22%2F%3E%3Cpath%20fill%3D%22%23ee5948%22%20d%3D%22M70.86%2013s-22.89-6.43-43.32%203.57C11.06%2024.62%205.02%2036.58%205.77%2037.03c1.27.76%205.17.45%208.3%203.53s5.11%208.15%206.36%208.66c1.25.5%206.97-1.43%2013.07%202.12s8.36%209.7%209.72%2010.25s8.43-3.48%2016.96-.53c7.78%202.69%2012.87%207.99%2013.96%208.3c1.09.32%206.53-4.37%2015.55-3.53s11.39%203.6%2012.54%204.06s2.71-4.48%208.03-5.08c5.19-.59%206.61.69%207.94.98c1.34.3%201.16-16.74-16.02-34.33C89.32%2018.28%2070.86%2013%2070.86%2013%22%2F%3E%3Cpath%20fill%3D%22%23fefefe%22%20d%3D%22M71.15%2015.36s-14.84-3.23-31.04%208.34c-13.25%209.47-18.24%2020.2-17.93%2020.94c.31.73%206.09.26%2011.73%203.14s8.83%209.21%209.52%208.32c.87-1.12%204.11-13.57%209.46-22.37c10.03-16.5%2018-17.49%2018-17.49s6.93%204.33%207.56%2023.63c.35%2010.58-2.35%2023.88-2.07%2025.38c.12.66%204.76-2.93%2012.36-2.58c6.89.32%2012.21%203.35%2013.11%203.22s-.85-18.26-8.8-31.35c-8.99-14.77-21.9-19.18-21.9-19.18%22%2F%3E%3Cpath%20fill%3D%22%234ea4b0%22%20d%3D%22M74%205.44c-2.96-.75-3.72%203.72-4.47%206.21c-.34%201.1-1.75%205.29%201.16%206.2c2.42.76%203.34-2.49%204.06-4.87c.71-2.39%202.36-6.76-.75-7.54%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%20128%20128%22%3E%3Cpath%20fill%3D%22%23f5c876%22%20d%3D%22M95.35%2098.11c-22.99-1.44-29.19-6.9-52.33-6.9S3.84%2096.74%203.84%2096.74s-.53%2027.21%200%2027.74s119.89.18%20120.42-.53V96.74s-6.29%202.79-28.91%201.37%22%2F%3E%3Cpath%20fill%3D%22%23f2a159%22%20d%3D%22M18.49%20110.52c0%204.42%2013.1%203.66%2032%203.98c16.97.29%2032.96%203%2048.31%203.45c10.47.31%2019.56-1.34%2020.21-2.49c2.5-4.44-26.68-13.07-52.82-14.84s-47.7%204.95-47.7%209.9%22%2F%3E%3Cpath%20fill%3D%22%234ea4b0%22%20d%3D%22m72.26%2020.24l-4.42-2.16l-9%2035.73s-13.01%2048.03-13.61%2050.44c-.77%203.09-.67%204.93%202.06%205.57s3.49-1.99%204.12-4.03S64.62%2058.3%2064.62%2058.3z%22%2F%3E%3Cpath%20fill%3D%22%23ee5948%22%20d%3D%22M70.86%2013s-22.89-6.43-43.32%203.57C11.06%2024.62%205.02%2036.58%205.77%2037.03c1.27.76%205.17.45%208.3%203.53s5.11%208.15%206.36%208.66c1.25.5%206.97-1.43%2013.07%202.12s8.36%209.7%209.72%2010.25s8.43-3.48%2016.96-.53c7.78%202.69%2012.87%207.99%2013.96%208.3c1.09.32%206.53-4.37%2015.55-3.53s11.39%203.6%2012.54%204.06s2.71-4.48%208.03-5.08c5.19-.59%206.61.69%207.94.98c1.34.3%201.16-16.74-16.02-34.33C89.32%2018.28%2070.86%2013%2070.86%2013%22%2F%3E%3Cpath%20fill%3D%22%23fefefe%22%20d%3D%22M71.15%2015.36s-14.84-3.23-31.04%208.34c-13.25%209.47-18.24%2020.2-17.93%2020.94c.31.73%206.09.26%2011.73%203.14s8.83%209.21%209.52%208.32c.87-1.12%204.11-13.57%209.46-22.37c10.03-16.5%2018-17.49%2018-17.49s6.93%204.33%207.56%2023.63c.35%2010.58-2.35%2023.88-2.07%2025.38c.12.66%204.76-2.93%2012.36-2.58c6.89.32%2012.21%203.35%2013.11%203.22s-.85-18.26-8.8-31.35c-8.99-14.77-21.9-19.18-21.9-19.18%22%2F%3E%3Cpath%20fill%3D%22%234ea4b0%22%20d%3D%22M74%205.44c-2.96-.75-3.72%203.72-4.47%206.21c-.34%201.1-1.75%205.29%201.16%206.2c2.42.76%203.34-2.49%204.06-4.87c.71-2.39%202.36-6.76-.75-7.54%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/noto/umbrella-on-ground.svg?color=%231a73e8&size=48