umbrella icon
umbrella from Material Symbols Light by Google · Regular · Household · Apache-2.0 Free for personal and commercial use.
- Name
- umbrella
- Set
- Material Symbols Light
- 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 Light
The same icon in other sets
umbrellaAkar IconsumbrellaBootstrap IconsumbrellaCarbonumbrellaEmoji One (Colored)umbrellaElement Plusumbrella-fillEva IconsumbrellaFramework7 IconsumbrellaFont Awesome 6 SolidumbrellaFont Awesome SolidumbrellaFeather Iconsumbrella-20-filledFluent UI System IconsumbrellaFluent EmojiumbrellaFluent Emoji FlatumbrellaFluent Emoji High ContrastumbrellaFirefox OS Emojiumbrellacss.ggumbrellaHealth IconsumbrellaHuge IconsumbrellaIconParkumbrellaIconPark OutlineumbrellaIconPark SolidumbrellaIconPark TwoToneumbrellaIconoirumbrellaIonIcons
More household icons from Material Symbols Light
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.716 21.424q-.118-.076-.185-.253L6.75 6.767l2.866.697L11.5 6.025V3.4q0-.788.58-1.344T13.5 1.5t1.42.556t.58 1.344V4h-1v-.6q0-.43-.294-.703t-.706-.272t-.706.291q-.294.292-.294.684v2.625l1.885 1.439l2.865-.697l-4.78 14.38q-.068.176-.186.265T12 21.5t-.284-.076m.784-3.49l3.2-9.795l-1.535.398L12.5 7.3zm-1 0V7.3L9.834 8.562l-1.578-.443z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightUmbrella(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.716 21.424q-.118-.076-.185-.253L6.75 6.767l2.866.697L11.5 6.025V3.4q0-.788.58-1.344T13.5 1.5t1.42.556t.58 1.344V4h-1v-.6q0-.43-.294-.703t-.706-.272t-.706.291q-.294.292-.294.684v2.625l1.885 1.439l2.865-.697l-4.78 14.38q-.068.176-.186.265T12 21.5t-.284-.076m.784-3.49l3.2-9.795l-1.535.398L12.5 7.3zm-1 0V7.3L9.834 8.562l-1.578-.443z"/></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.716 21.424q-.118-.076-.185-.253L6.75 6.767l2.866.697L11.5 6.025V3.4q0-.788.58-1.344T13.5 1.5t1.42.556t.58 1.344V4h-1v-.6q0-.43-.294-.703t-.706-.272t-.706.291q-.294.292-.294.684v2.625l1.885 1.439l2.865-.697l-4.78 14.38q-.068.176-.186.265T12 21.5t-.284-.076m.784-3.49l3.2-9.795l-1.535.398L12.5 7.3zm-1 0V7.3L9.834 8.562l-1.578-.443z"/></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.716%2021.424q-.118-.076-.185-.253L6.75%206.767l2.866.697L11.5%206.025V3.4q0-.788.58-1.344T13.5%201.5t1.42.556t.58%201.344V4h-1v-.6q0-.43-.294-.703t-.706-.272t-.706.291q-.294.292-.294.684v2.625l1.885%201.439l2.865-.697l-4.78%2014.38q-.068.176-.186.265T12%2021.5t-.284-.076m.784-3.49l3.2-9.795l-1.535.398L12.5%207.3zm-1%200V7.3L9.834%208.562l-1.578-.443z%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.716%2021.424q-.118-.076-.185-.253L6.75%206.767l2.866.697L11.5%206.025V3.4q0-.788.58-1.344T13.5%201.5t1.42.556t.58%201.344V4h-1v-.6q0-.43-.294-.703t-.706-.272t-.706.291q-.294.292-.294.684v2.625l1.885%201.439l2.865-.697l-4.78%2014.38q-.068.176-.186.265T12%2021.5t-.284-.076m.784-3.49l3.2-9.795l-1.535.398L12.5%207.3zm-1%200V7.3L9.834%208.562l-1.578-.443z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/umbrella.svg?color=%231a73e8&size=48