umbrella emoji

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

Name
umbrella
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 emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#6aa5ad" d="m60.2 96.55l-.31-42.82l5.57.31l.31 44.83z"/><path fill="#3f7377" d="M47.46 104.64c-3.27-.16-4.94 2.31-4.52 6.93s3.14 11.63 12.6 11.45c10.92-.21 11.75-7.8 11.57-16.21c-.12-5.85 0-10.48-.31-10.69s-7.9-.41-8.32.01s-.11 9.56-.21 11.76s.28 6.62-3.78 6.51c-3.15-.09-3.57-2.73-3.57-3.99c.01-1.25.74-5.56-3.46-5.77"/><path fill="#937ef3" d="m52.12 36.21l10.42-18.75s-20.55-2.54-38.8 11.63C.54 47.11 4.21 66.86 4.21 66.86s8.84-8.42 16.07-7.78s16.29 9.39 16.29 9.39z"/><path fill="#5547f4" d="m65.06 23.21l-1.49-5.75s20.87-.23 36.42 9.96c26.73 17.52 23.78 37.08 23.78 37.08s-5.8-8.08-18.54-7.51s-17.4 11.94-17.4 11.94z"/><path fill="#6e62ed" d="M87.86 68.12S86.7 49 82.26 39.17c-8.1-17.95-19.25-21.42-19.25-21.42s-13.42 6.6-20.48 22.87s-5.85 27.76-5.85 27.76s10.86-12.41 26.67-10.7s24.51 10.44 24.51 10.44"/><path fill="#6ca4ab" d="M59.11 18.23c-.14-.55-.02-7.9-.07-9.48c-.07-2.34 1.92-3.83 3.71-3.78c2.34.07 3.16 2.13 3.23 3.57s.08 9.52.07 9.62c-.09.84-1.32 1.64-3.5 1.65c-1.59 0-3.25-.82-3.44-1.58"/><path fill="#004dae" d="M87.79 70.59c1.64-.1 8.19-11.36 18.47-11.26c13.95.14 15.75 7.39 17.21 6.64c1.61-.82-.76-3.83-2.87-6.01c-2.98-3.08-7.75-4.94-15.16-4.46c-10.79.7-17.75 10.27-17.75 10.27s-9.2-10.04-25.33-10.04c-15.6 0-25.67 11.1-25.67 11.1s-5.1-9.02-17.51-9.24c-10.96-.18-15.7 8.65-14.93 9.42s6.61-6.23 14.8-5.88c11.26.48 15.2 9.89 17.36 9.94c2.15.05 10.56-11.3 26.15-11.03c16.74.29 23.69 10.65 25.23 10.55"/></svg>

React

import type { SVGProps } from "react";

export function NotoUmbrella(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#6aa5ad" d="m60.2 96.55l-.31-42.82l5.57.31l.31 44.83z"/><path fill="#3f7377" d="M47.46 104.64c-3.27-.16-4.94 2.31-4.52 6.93s3.14 11.63 12.6 11.45c10.92-.21 11.75-7.8 11.57-16.21c-.12-5.85 0-10.48-.31-10.69s-7.9-.41-8.32.01s-.11 9.56-.21 11.76s.28 6.62-3.78 6.51c-3.15-.09-3.57-2.73-3.57-3.99c.01-1.25.74-5.56-3.46-5.77"/><path fill="#937ef3" d="m52.12 36.21l10.42-18.75s-20.55-2.54-38.8 11.63C.54 47.11 4.21 66.86 4.21 66.86s8.84-8.42 16.07-7.78s16.29 9.39 16.29 9.39z"/><path fill="#5547f4" d="m65.06 23.21l-1.49-5.75s20.87-.23 36.42 9.96c26.73 17.52 23.78 37.08 23.78 37.08s-5.8-8.08-18.54-7.51s-17.4 11.94-17.4 11.94z"/><path fill="#6e62ed" d="M87.86 68.12S86.7 49 82.26 39.17c-8.1-17.95-19.25-21.42-19.25-21.42s-13.42 6.6-20.48 22.87s-5.85 27.76-5.85 27.76s10.86-12.41 26.67-10.7s24.51 10.44 24.51 10.44"/><path fill="#6ca4ab" d="M59.11 18.23c-.14-.55-.02-7.9-.07-9.48c-.07-2.34 1.92-3.83 3.71-3.78c2.34.07 3.16 2.13 3.23 3.57s.08 9.52.07 9.62c-.09.84-1.32 1.64-3.5 1.65c-1.59 0-3.25-.82-3.44-1.58"/><path fill="#004dae" d="M87.79 70.59c1.64-.1 8.19-11.36 18.47-11.26c13.95.14 15.75 7.39 17.21 6.64c1.61-.82-.76-3.83-2.87-6.01c-2.98-3.08-7.75-4.94-15.16-4.46c-10.79.7-17.75 10.27-17.75 10.27s-9.2-10.04-25.33-10.04c-15.6 0-25.67 11.1-25.67 11.1s-5.1-9.02-17.51-9.24c-10.96-.18-15.7 8.65-14.93 9.42s6.61-6.23 14.8-5.88c11.26.48 15.2 9.89 17.36 9.94c2.15.05 10.56-11.3 26.15-11.03c16.74.29 23.69 10.65 25.23 10.55"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#6aa5ad" d="m60.2 96.55l-.31-42.82l5.57.31l.31 44.83z"/><path fill="#3f7377" d="M47.46 104.64c-3.27-.16-4.94 2.31-4.52 6.93s3.14 11.63 12.6 11.45c10.92-.21 11.75-7.8 11.57-16.21c-.12-5.85 0-10.48-.31-10.69s-7.9-.41-8.32.01s-.11 9.56-.21 11.76s.28 6.62-3.78 6.51c-3.15-.09-3.57-2.73-3.57-3.99c.01-1.25.74-5.56-3.46-5.77"/><path fill="#937ef3" d="m52.12 36.21l10.42-18.75s-20.55-2.54-38.8 11.63C.54 47.11 4.21 66.86 4.21 66.86s8.84-8.42 16.07-7.78s16.29 9.39 16.29 9.39z"/><path fill="#5547f4" d="m65.06 23.21l-1.49-5.75s20.87-.23 36.42 9.96c26.73 17.52 23.78 37.08 23.78 37.08s-5.8-8.08-18.54-7.51s-17.4 11.94-17.4 11.94z"/><path fill="#6e62ed" d="M87.86 68.12S86.7 49 82.26 39.17c-8.1-17.95-19.25-21.42-19.25-21.42s-13.42 6.6-20.48 22.87s-5.85 27.76-5.85 27.76s10.86-12.41 26.67-10.7s24.51 10.44 24.51 10.44"/><path fill="#6ca4ab" d="M59.11 18.23c-.14-.55-.02-7.9-.07-9.48c-.07-2.34 1.92-3.83 3.71-3.78c2.34.07 3.16 2.13 3.23 3.57s.08 9.52.07 9.62c-.09.84-1.32 1.64-3.5 1.65c-1.59 0-3.25-.82-3.44-1.58"/><path fill="#004dae" d="M87.79 70.59c1.64-.1 8.19-11.36 18.47-11.26c13.95.14 15.75 7.39 17.21 6.64c1.61-.82-.76-3.83-2.87-6.01c-2.98-3.08-7.75-4.94-15.16-4.46c-10.79.7-17.75 10.27-17.75 10.27s-9.2-10.04-25.33-10.04c-15.6 0-25.67 11.1-25.67 11.1s-5.1-9.02-17.51-9.24c-10.96-.18-15.7 8.65-14.93 9.42s6.61-6.23 14.8-5.88c11.26.48 15.2 9.89 17.36 9.94c2.15.05 10.56-11.3 26.15-11.03c16.74.29 23.69 10.65 25.23 10.55"/></svg>
</template>

CSS

.icon-umbrella {
  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%236aa5ad%22%20d%3D%22m60.2%2096.55l-.31-42.82l5.57.31l.31%2044.83z%22%2F%3E%3Cpath%20fill%3D%22%233f7377%22%20d%3D%22M47.46%20104.64c-3.27-.16-4.94%202.31-4.52%206.93s3.14%2011.63%2012.6%2011.45c10.92-.21%2011.75-7.8%2011.57-16.21c-.12-5.85%200-10.48-.31-10.69s-7.9-.41-8.32.01s-.11%209.56-.21%2011.76s.28%206.62-3.78%206.51c-3.15-.09-3.57-2.73-3.57-3.99c.01-1.25.74-5.56-3.46-5.77%22%2F%3E%3Cpath%20fill%3D%22%23937ef3%22%20d%3D%22m52.12%2036.21l10.42-18.75s-20.55-2.54-38.8%2011.63C.54%2047.11%204.21%2066.86%204.21%2066.86s8.84-8.42%2016.07-7.78s16.29%209.39%2016.29%209.39z%22%2F%3E%3Cpath%20fill%3D%22%235547f4%22%20d%3D%22m65.06%2023.21l-1.49-5.75s20.87-.23%2036.42%209.96c26.73%2017.52%2023.78%2037.08%2023.78%2037.08s-5.8-8.08-18.54-7.51s-17.4%2011.94-17.4%2011.94z%22%2F%3E%3Cpath%20fill%3D%22%236e62ed%22%20d%3D%22M87.86%2068.12S86.7%2049%2082.26%2039.17c-8.1-17.95-19.25-21.42-19.25-21.42s-13.42%206.6-20.48%2022.87s-5.85%2027.76-5.85%2027.76s10.86-12.41%2026.67-10.7s24.51%2010.44%2024.51%2010.44%22%2F%3E%3Cpath%20fill%3D%22%236ca4ab%22%20d%3D%22M59.11%2018.23c-.14-.55-.02-7.9-.07-9.48c-.07-2.34%201.92-3.83%203.71-3.78c2.34.07%203.16%202.13%203.23%203.57s.08%209.52.07%209.62c-.09.84-1.32%201.64-3.5%201.65c-1.59%200-3.25-.82-3.44-1.58%22%2F%3E%3Cpath%20fill%3D%22%23004dae%22%20d%3D%22M87.79%2070.59c1.64-.1%208.19-11.36%2018.47-11.26c13.95.14%2015.75%207.39%2017.21%206.64c1.61-.82-.76-3.83-2.87-6.01c-2.98-3.08-7.75-4.94-15.16-4.46c-10.79.7-17.75%2010.27-17.75%2010.27s-9.2-10.04-25.33-10.04c-15.6%200-25.67%2011.1-25.67%2011.1s-5.1-9.02-17.51-9.24c-10.96-.18-15.7%208.65-14.93%209.42s6.61-6.23%2014.8-5.88c11.26.48%2015.2%209.89%2017.36%209.94c2.15.05%2010.56-11.3%2026.15-11.03c16.74.29%2023.69%2010.65%2025.23%2010.55%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%236aa5ad%22%20d%3D%22m60.2%2096.55l-.31-42.82l5.57.31l.31%2044.83z%22%2F%3E%3Cpath%20fill%3D%22%233f7377%22%20d%3D%22M47.46%20104.64c-3.27-.16-4.94%202.31-4.52%206.93s3.14%2011.63%2012.6%2011.45c10.92-.21%2011.75-7.8%2011.57-16.21c-.12-5.85%200-10.48-.31-10.69s-7.9-.41-8.32.01s-.11%209.56-.21%2011.76s.28%206.62-3.78%206.51c-3.15-.09-3.57-2.73-3.57-3.99c.01-1.25.74-5.56-3.46-5.77%22%2F%3E%3Cpath%20fill%3D%22%23937ef3%22%20d%3D%22m52.12%2036.21l10.42-18.75s-20.55-2.54-38.8%2011.63C.54%2047.11%204.21%2066.86%204.21%2066.86s8.84-8.42%2016.07-7.78s16.29%209.39%2016.29%209.39z%22%2F%3E%3Cpath%20fill%3D%22%235547f4%22%20d%3D%22m65.06%2023.21l-1.49-5.75s20.87-.23%2036.42%209.96c26.73%2017.52%2023.78%2037.08%2023.78%2037.08s-5.8-8.08-18.54-7.51s-17.4%2011.94-17.4%2011.94z%22%2F%3E%3Cpath%20fill%3D%22%236e62ed%22%20d%3D%22M87.86%2068.12S86.7%2049%2082.26%2039.17c-8.1-17.95-19.25-21.42-19.25-21.42s-13.42%206.6-20.48%2022.87s-5.85%2027.76-5.85%2027.76s10.86-12.41%2026.67-10.7s24.51%2010.44%2024.51%2010.44%22%2F%3E%3Cpath%20fill%3D%22%236ca4ab%22%20d%3D%22M59.11%2018.23c-.14-.55-.02-7.9-.07-9.48c-.07-2.34%201.92-3.83%203.71-3.78c2.34.07%203.16%202.13%203.23%203.57s.08%209.52.07%209.62c-.09.84-1.32%201.64-3.5%201.65c-1.59%200-3.25-.82-3.44-1.58%22%2F%3E%3Cpath%20fill%3D%22%23004dae%22%20d%3D%22M87.79%2070.59c1.64-.1%208.19-11.36%2018.47-11.26c13.95.14%2015.75%207.39%2017.21%206.64c1.61-.82-.76-3.83-2.87-6.01c-2.98-3.08-7.75-4.94-15.16-4.46c-10.79.7-17.75%2010.27-17.75%2010.27s-9.2-10.04-25.33-10.04c-15.6%200-25.67%2011.1-25.67%2011.1s-5.1-9.02-17.51-9.24c-10.96-.18-15.7%208.65-14.93%209.42s6.61-6.23%2014.8-5.88c11.26.48%2015.2%209.89%2017.36%209.94c2.15.05%2010.56-11.3%2026.15-11.03c16.74.29%2023.69%2010.65%2025.23%2010.55%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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