md umbrella icon

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

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

Related icons in IonIcons

Use the md umbrella icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M410.1 244.1c12 0 26.6 10.9 33.8 25.9H464c-.3-50-21.2-101.5-59.4-140.9-36.3-37.4-83-60.5-132.6-65.7-3-9-11.5-15.4-21.6-15.4-10 0-18.5 6.5-21.5 15.3C125.3 73.8 48 159.7 48 266.2c0 1.1.1 1.8.4 3.8h21.8c6.8-15 22.2-25.9 35.3-25.9 17 0 31.5 10.9 36.5 25.9h19.8c4.1-15 16.9-25.7 33-25.7 17.8 0 33.1 14.5 34.1 32.6v118.3c0 9.3.1 24.1-13.4 24.1-6.9 0-16.6-1.8-16.6-16V382h-43v21.3c0 34.6 23.6 60.7 60 60.7 19.5 0 33.3-8.5 43.5-18.7 13.1-13.2 13.5-34.7 13.5-50.1V276.1c2-25.8 23.9-31.7 41.9-31.7 17.2 0 32.3 11.6 37.8 25.6h20.5c5.1-15 19.8-25.9 37-25.9z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonMdUmbrella(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M410.1 244.1c12 0 26.6 10.9 33.8 25.9H464c-.3-50-21.2-101.5-59.4-140.9-36.3-37.4-83-60.5-132.6-65.7-3-9-11.5-15.4-21.6-15.4-10 0-18.5 6.5-21.5 15.3C125.3 73.8 48 159.7 48 266.2c0 1.1.1 1.8.4 3.8h21.8c6.8-15 22.2-25.9 35.3-25.9 17 0 31.5 10.9 36.5 25.9h19.8c4.1-15 16.9-25.7 33-25.7 17.8 0 33.1 14.5 34.1 32.6v118.3c0 9.3.1 24.1-13.4 24.1-6.9 0-16.6-1.8-16.6-16V382h-43v21.3c0 34.6 23.6 60.7 60 60.7 19.5 0 33.3-8.5 43.5-18.7 13.1-13.2 13.5-34.7 13.5-50.1V276.1c2-25.8 23.9-31.7 41.9-31.7 17.2 0 32.3 11.6 37.8 25.6h20.5c5.1-15 19.8-25.9 37-25.9z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M410.1 244.1c12 0 26.6 10.9 33.8 25.9H464c-.3-50-21.2-101.5-59.4-140.9-36.3-37.4-83-60.5-132.6-65.7-3-9-11.5-15.4-21.6-15.4-10 0-18.5 6.5-21.5 15.3C125.3 73.8 48 159.7 48 266.2c0 1.1.1 1.8.4 3.8h21.8c6.8-15 22.2-25.9 35.3-25.9 17 0 31.5 10.9 36.5 25.9h19.8c4.1-15 16.9-25.7 33-25.7 17.8 0 33.1 14.5 34.1 32.6v118.3c0 9.3.1 24.1-13.4 24.1-6.9 0-16.6-1.8-16.6-16V382h-43v21.3c0 34.6 23.6 60.7 60 60.7 19.5 0 33.3-8.5 43.5-18.7 13.1-13.2 13.5-34.7 13.5-50.1V276.1c2-25.8 23.9-31.7 41.9-31.7 17.2 0 32.3 11.6 37.8 25.6h20.5c5.1-15 19.8-25.9 37-25.9z" fill="currentColor"/></svg>
</template>

CSS

.icon-md-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%20d%3D%22M410.1%20244.1c12%200%2026.6%2010.9%2033.8%2025.9H464c-.3-50-21.2-101.5-59.4-140.9-36.3-37.4-83-60.5-132.6-65.7-3-9-11.5-15.4-21.6-15.4-10%200-18.5%206.5-21.5%2015.3C125.3%2073.8%2048%20159.7%2048%20266.2c0%201.1.1%201.8.4%203.8h21.8c6.8-15%2022.2-25.9%2035.3-25.9%2017%200%2031.5%2010.9%2036.5%2025.9h19.8c4.1-15%2016.9-25.7%2033-25.7%2017.8%200%2033.1%2014.5%2034.1%2032.6v118.3c0%209.3.1%2024.1-13.4%2024.1-6.9%200-16.6-1.8-16.6-16V382h-43v21.3c0%2034.6%2023.6%2060.7%2060%2060.7%2019.5%200%2033.3-8.5%2043.5-18.7%2013.1-13.2%2013.5-34.7%2013.5-50.1V276.1c2-25.8%2023.9-31.7%2041.9-31.7%2017.2%200%2032.3%2011.6%2037.8%2025.6h20.5c5.1-15%2019.8-25.9%2037-25.9z%22%20fill%3D%22currentColor%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%20d%3D%22M410.1%20244.1c12%200%2026.6%2010.9%2033.8%2025.9H464c-.3-50-21.2-101.5-59.4-140.9-36.3-37.4-83-60.5-132.6-65.7-3-9-11.5-15.4-21.6-15.4-10%200-18.5%206.5-21.5%2015.3C125.3%2073.8%2048%20159.7%2048%20266.2c0%201.1.1%201.8.4%203.8h21.8c6.8-15%2022.2-25.9%2035.3-25.9%2017%200%2031.5%2010.9%2036.5%2025.9h19.8c4.1-15%2016.9-25.7%2033-25.7%2017.8%200%2033.1%2014.5%2034.1%2032.6v118.3c0%209.3.1%2024.1-13.4%2024.1-6.9%200-16.6-1.8-16.6-16V382h-43v21.3c0%2034.6%2023.6%2060.7%2060%2060.7%2019.5%200%2033.3-8.5%2043.5-18.7%2013.1-13.2%2013.5-34.7%2013.5-50.1V276.1c2-25.8%2023.9-31.7%2041.9-31.7%2017.2%200%2032.3%2011.6%2037.8%2025.6h20.5c5.1-15%2019.8-25.9%2037-25.9z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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