umbrella from Material Symbols by Google · Regular · Household · Apache-2.0 Free for personal and commercial use.

Name
umbrella
Set
Material Symbols
Style
Regular
Category
Household
Viewbox
24×24
License
Apache 2.0
Aliases
umbrella-outline, umbrella-outline-sharp, umbrella-sharp

1 other variant in Material Symbols

The same icon in other sets

More household icons from Material Symbols

Use the umbrella icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.438 21.838q-.263-.163-.388-.513L6 6.075l3.5.85l1.5-1.15V3.4q0-1 .725-1.7T13.5 1t1.775.7T16 3.4V4h-2v-.6q0-.2-.15-.338t-.35-.137t-.35.137T13 3.4v2.375l1.5 1.15l3.5-.85L12.95 21.3q-.125.35-.387.525T12 22t-.562-.162M13 14.8l1.95-5.95l-.9.225L13 8.3zm-2 0V8.3l-1.05.8l-.925-.25z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsUmbrella(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.438 21.838q-.263-.163-.388-.513L6 6.075l3.5.85l1.5-1.15V3.4q0-1 .725-1.7T13.5 1t1.775.7T16 3.4V4h-2v-.6q0-.2-.15-.338t-.35-.137t-.35.137T13 3.4v2.375l1.5 1.15l3.5-.85L12.95 21.3q-.125.35-.387.525T12 22t-.562-.162M13 14.8l1.95-5.95l-.9.225L13 8.3zm-2 0V8.3l-1.05.8l-.925-.25z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.438 21.838q-.263-.163-.388-.513L6 6.075l3.5.85l1.5-1.15V3.4q0-1 .725-1.7T13.5 1t1.775.7T16 3.4V4h-2v-.6q0-.2-.15-.338t-.35-.137t-.35.137T13 3.4v2.375l1.5 1.15l3.5-.85L12.95 21.3q-.125.35-.387.525T12 22t-.562-.162M13 14.8l1.95-5.95l-.9.225L13 8.3zm-2 0V8.3l-1.05.8l-.925-.25z"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.438%2021.838q-.263-.163-.388-.513L6%206.075l3.5.85l1.5-1.15V3.4q0-1%20.725-1.7T13.5%201t1.775.7T16%203.4V4h-2v-.6q0-.2-.15-.338t-.35-.137t-.35.137T13%203.4v2.375l1.5%201.15l3.5-.85L12.95%2021.3q-.125.35-.387.525T12%2022t-.562-.162M13%2014.8l1.95-5.95l-.9.225L13%208.3zm-2%200V8.3l-1.05.8l-.925-.25z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.438%2021.838q-.263-.163-.388-.513L6%206.075l3.5.85l1.5-1.15V3.4q0-1%20.725-1.7T13.5%201t1.775.7T16%203.4V4h-2v-.6q0-.2-.15-.338t-.35-.137t-.35.137T13%203.4v2.375l1.5%201.15l3.5-.85L12.95%2021.3q-.125.35-.387.525T12%2022t-.562-.162M13%2014.8l1.95-5.95l-.9.225L13%208.3zm-2%200V8.3l-1.05.8l-.925-.25z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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