umbrella icon

umbrella from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
umbrella
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

2 other variants in IonIcons

The same icon in other sets

Use the umbrella icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M414.39 113.61a222.26 222.26 0 0 0-136.33-64.54a8.09 8.09 0 0 1-6.88-5.62a15.79 15.79 0 0 0-30.36 0a8.09 8.09 0 0 1-6.88 5.62A224 224 0 0 0 32 271.52a16.41 16.41 0 0 0 7.24 13.87a16 16 0 0 0 20.07-2.08a51.89 51.89 0 0 1 73.31-.06a15.94 15.94 0 0 0 22.6.15a62.59 62.59 0 0 1 81.49-5.87a8.24 8.24 0 0 1 3.29 6.59v147.42c0 8.6-6.6 16-15.19 16.44A16 16 0 0 1 208 432a16 16 0 0 0-16.29-16c-9 .16-15.9 8.11-15.7 17.1a48.06 48.06 0 0 0 47.37 46.9c26.88.34 48.62-21.93 48.62-48.81V284.12a8.24 8.24 0 0 1 3.29-6.59a62.59 62.59 0 0 1 81.4 5.78a16 16 0 0 0 22.62 0a51.91 51.91 0 0 1 73.38 0a16 16 0 0 0 19.54 2.41a16.4 16.4 0 0 0 7.77-14.21a222.54 222.54 0 0 0-65.61-157.9"/></svg>

React

import type { SVGProps } from "react";

export function IonUmbrella(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M414.39 113.61a222.26 222.26 0 0 0-136.33-64.54a8.09 8.09 0 0 1-6.88-5.62a15.79 15.79 0 0 0-30.36 0a8.09 8.09 0 0 1-6.88 5.62A224 224 0 0 0 32 271.52a16.41 16.41 0 0 0 7.24 13.87a16 16 0 0 0 20.07-2.08a51.89 51.89 0 0 1 73.31-.06a15.94 15.94 0 0 0 22.6.15a62.59 62.59 0 0 1 81.49-5.87a8.24 8.24 0 0 1 3.29 6.59v147.42c0 8.6-6.6 16-15.19 16.44A16 16 0 0 1 208 432a16 16 0 0 0-16.29-16c-9 .16-15.9 8.11-15.7 17.1a48.06 48.06 0 0 0 47.37 46.9c26.88.34 48.62-21.93 48.62-48.81V284.12a8.24 8.24 0 0 1 3.29-6.59a62.59 62.59 0 0 1 81.4 5.78a16 16 0 0 0 22.62 0a51.91 51.91 0 0 1 73.38 0a16 16 0 0 0 19.54 2.41a16.4 16.4 0 0 0 7.77-14.21a222.54 222.54 0 0 0-65.61-157.9"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M414.39 113.61a222.26 222.26 0 0 0-136.33-64.54a8.09 8.09 0 0 1-6.88-5.62a15.79 15.79 0 0 0-30.36 0a8.09 8.09 0 0 1-6.88 5.62A224 224 0 0 0 32 271.52a16.41 16.41 0 0 0 7.24 13.87a16 16 0 0 0 20.07-2.08a51.89 51.89 0 0 1 73.31-.06a15.94 15.94 0 0 0 22.6.15a62.59 62.59 0 0 1 81.49-5.87a8.24 8.24 0 0 1 3.29 6.59v147.42c0 8.6-6.6 16-15.19 16.44A16 16 0 0 1 208 432a16 16 0 0 0-16.29-16c-9 .16-15.9 8.11-15.7 17.1a48.06 48.06 0 0 0 47.37 46.9c26.88.34 48.62-21.93 48.62-48.81V284.12a8.24 8.24 0 0 1 3.29-6.59a62.59 62.59 0 0 1 81.4 5.78a16 16 0 0 0 22.62 0a51.91 51.91 0 0 1 73.38 0a16 16 0 0 0 19.54 2.41a16.4 16.4 0 0 0 7.77-14.21a222.54 222.54 0 0 0-65.61-157.9"/></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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M414.39%20113.61a222.26%20222.26%200%200%200-136.33-64.54a8.09%208.09%200%200%201-6.88-5.62a15.79%2015.79%200%200%200-30.36%200a8.09%208.09%200%200%201-6.88%205.62A224%20224%200%200%200%2032%20271.52a16.41%2016.41%200%200%200%207.24%2013.87a16%2016%200%200%200%2020.07-2.08a51.89%2051.89%200%200%201%2073.31-.06a15.94%2015.94%200%200%200%2022.6.15a62.59%2062.59%200%200%201%2081.49-5.87a8.24%208.24%200%200%201%203.29%206.59v147.42c0%208.6-6.6%2016-15.19%2016.44A16%2016%200%200%201%20208%20432a16%2016%200%200%200-16.29-16c-9%20.16-15.9%208.11-15.7%2017.1a48.06%2048.06%200%200%200%2047.37%2046.9c26.88.34%2048.62-21.93%2048.62-48.81V284.12a8.24%208.24%200%200%201%203.29-6.59a62.59%2062.59%200%200%201%2081.4%205.78a16%2016%200%200%200%2022.62%200a51.91%2051.91%200%200%201%2073.38%200a16%2016%200%200%200%2019.54%202.41a16.4%2016.4%200%200%200%207.77-14.21a222.54%20222.54%200%200%200-65.61-157.9%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M414.39%20113.61a222.26%20222.26%200%200%200-136.33-64.54a8.09%208.09%200%200%201-6.88-5.62a15.79%2015.79%200%200%200-30.36%200a8.09%208.09%200%200%201-6.88%205.62A224%20224%200%200%200%2032%20271.52a16.41%2016.41%200%200%200%207.24%2013.87a16%2016%200%200%200%2020.07-2.08a51.89%2051.89%200%200%201%2073.31-.06a15.94%2015.94%200%200%200%2022.6.15a62.59%2062.59%200%200%201%2081.49-5.87a8.24%208.24%200%200%201%203.29%206.59v147.42c0%208.6-6.6%2016-15.19%2016.44A16%2016%200%200%201%20208%20432a16%2016%200%200%200-16.29-16c-9%20.16-15.9%208.11-15.7%2017.1a48.06%2048.06%200%200%200%2047.37%2046.9c26.88.34%2048.62-21.93%2048.62-48.81V284.12a8.24%208.24%200%200%201%203.29-6.59a62.59%2062.59%200%200%201%2081.4%205.78a16%2016%200%200%200%2022.62%200a51.91%2051.91%200%200%201%2073.38%200a16%2016%200%200%200%2019.54%202.41a16.4%2016.4%200%200%200%207.77-14.21a222.54%20222.54%200%200%200-65.61-157.9%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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