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

Name
umbrella-rounded
Set
Material Symbols
Style
Rounded
Category
Household
Viewbox
24×24
License
Apache 2.0
Aliases
umbrella-outline-rounded

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="m13 14.8l1.95-5.95l-.9.225L13 8.3zm-2 0V8.3l-1.05.8l-.925-.25zm.438 7.038q-.263-.163-.388-.513L6.575 7.775q-.2-.575.2-.987T7.75 6.5l1.75.425l1.5-1.15V3.4q0-1 .725-1.7T13.5 1t1.775.7T16 3.4q0 .425-.288.713T15 4.4t-.712-.288T14 3.4q0-.2-.15-.337t-.35-.138t-.35.138T13 3.4v2.375l1.5 1.15l1.75-.425q.575-.125.975.288t.2.987L12.95 21.3q-.125.35-.387.525T12 22t-.562-.162"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsUmbrellaRounded(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="m13 14.8l1.95-5.95l-.9.225L13 8.3zm-2 0V8.3l-1.05.8l-.925-.25zm.438 7.038q-.263-.163-.388-.513L6.575 7.775q-.2-.575.2-.987T7.75 6.5l1.75.425l1.5-1.15V3.4q0-1 .725-1.7T13.5 1t1.775.7T16 3.4q0 .425-.288.713T15 4.4t-.712-.288T14 3.4q0-.2-.15-.337t-.35-.138t-.35.138T13 3.4v2.375l1.5 1.15l1.75-.425q.575-.125.975.288t.2.987L12.95 21.3q-.125.35-.387.525T12 22t-.562-.162"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m13 14.8l1.95-5.95l-.9.225L13 8.3zm-2 0V8.3l-1.05.8l-.925-.25zm.438 7.038q-.263-.163-.388-.513L6.575 7.775q-.2-.575.2-.987T7.75 6.5l1.75.425l1.5-1.15V3.4q0-1 .725-1.7T13.5 1t1.775.7T16 3.4q0 .425-.288.713T15 4.4t-.712-.288T14 3.4q0-.2-.15-.337t-.35-.138t-.35.138T13 3.4v2.375l1.5 1.15l1.75-.425q.575-.125.975.288t.2.987L12.95 21.3q-.125.35-.387.525T12 22t-.562-.162"/></svg>
</template>

CSS

.icon-umbrella-rounded {
  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%22m13%2014.8l1.95-5.95l-.9.225L13%208.3zm-2%200V8.3l-1.05.8l-.925-.25zm.438%207.038q-.263-.163-.388-.513L6.575%207.775q-.2-.575.2-.987T7.75%206.5l1.75.425l1.5-1.15V3.4q0-1%20.725-1.7T13.5%201t1.775.7T16%203.4q0%20.425-.288.713T15%204.4t-.712-.288T14%203.4q0-.2-.15-.337t-.35-.138t-.35.138T13%203.4v2.375l1.5%201.15l1.75-.425q.575-.125.975.288t.2.987L12.95%2021.3q-.125.35-.387.525T12%2022t-.562-.162%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%22m13%2014.8l1.95-5.95l-.9.225L13%208.3zm-2%200V8.3l-1.05.8l-.925-.25zm.438%207.038q-.263-.163-.388-.513L6.575%207.775q-.2-.575.2-.987T7.75%206.5l1.75.425l1.5-1.15V3.4q0-1%20.725-1.7T13.5%201t1.775.7T16%203.4q0%20.425-.288.713T15%204.4t-.712-.288T14%203.4q0-.2-.15-.337t-.35-.138t-.35.138T13%203.4v2.375l1.5%201.15l1.75-.425q.575-.125.975.288t.2.987L12.95%2021.3q-.125.35-.387.525T12%2022t-.562-.162%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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