umbrella icon
umbrella-rounded from Material Symbols Light by Google · Rounded · Household · Apache-2.0 Free for personal and commercial use.
- Name
- umbrella-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- umbrella-outline-rounded
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="m12.5 17.935l3.2-9.796l-1.535.398L12.5 7.3zm-1 0V7.3L9.834 8.562l-1.578-.443zm.216 3.489q-.118-.076-.185-.253L7.21 8.141q-.143-.46.18-.805q.324-.345.783-.22l1.443.348L11.5 6.025V3.4q0-.788.58-1.344T13.5 1.5t1.42.556t.58 1.344q0 .214-.143.357T15 3.9t-.357-.143T14.5 3.4q0-.43-.294-.703t-.706-.272t-.706.291q-.294.292-.294.684v2.625l1.885 1.439l1.442-.348q.46-.125.783.22t.18.805l-4.32 13.005q-.068.177-.186.266T12 21.5t-.284-.076"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightUmbrellaRounded(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="m12.5 17.935l3.2-9.796l-1.535.398L12.5 7.3zm-1 0V7.3L9.834 8.562l-1.578-.443zm.216 3.489q-.118-.076-.185-.253L7.21 8.141q-.143-.46.18-.805q.324-.345.783-.22l1.443.348L11.5 6.025V3.4q0-.788.58-1.344T13.5 1.5t1.42.556t.58 1.344q0 .214-.143.357T15 3.9t-.357-.143T14.5 3.4q0-.43-.294-.703t-.706-.272t-.706.291q-.294.292-.294.684v2.625l1.885 1.439l1.442-.348q.46-.125.783.22t.18.805l-4.32 13.005q-.068.177-.186.266T12 21.5t-.284-.076"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12.5 17.935l3.2-9.796l-1.535.398L12.5 7.3zm-1 0V7.3L9.834 8.562l-1.578-.443zm.216 3.489q-.118-.076-.185-.253L7.21 8.141q-.143-.46.18-.805q.324-.345.783-.22l1.443.348L11.5 6.025V3.4q0-.788.58-1.344T13.5 1.5t1.42.556t.58 1.344q0 .214-.143.357T15 3.9t-.357-.143T14.5 3.4q0-.43-.294-.703t-.706-.272t-.706.291q-.294.292-.294.684v2.625l1.885 1.439l1.442-.348q.46-.125.783.22t.18.805l-4.32 13.005q-.068.177-.186.266T12 21.5t-.284-.076"/></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%22m12.5%2017.935l3.2-9.796l-1.535.398L12.5%207.3zm-1%200V7.3L9.834%208.562l-1.578-.443zm.216%203.489q-.118-.076-.185-.253L7.21%208.141q-.143-.46.18-.805q.324-.345.783-.22l1.443.348L11.5%206.025V3.4q0-.788.58-1.344T13.5%201.5t1.42.556t.58%201.344q0%20.214-.143.357T15%203.9t-.357-.143T14.5%203.4q0-.43-.294-.703t-.706-.272t-.706.291q-.294.292-.294.684v2.625l1.885%201.439l1.442-.348q.46-.125.783.22t.18.805l-4.32%2013.005q-.068.177-.186.266T12%2021.5t-.284-.076%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%22m12.5%2017.935l3.2-9.796l-1.535.398L12.5%207.3zm-1%200V7.3L9.834%208.562l-1.578-.443zm.216%203.489q-.118-.076-.185-.253L7.21%208.141q-.143-.46.18-.805q.324-.345.783-.22l1.443.348L11.5%206.025V3.4q0-.788.58-1.344T13.5%201.5t1.42.556t.58%201.344q0%20.214-.143.357T15%203.9t-.357-.143T14.5%203.4q0-.43-.294-.703t-.706-.272t-.706.291q-.294.292-.294.684v2.625l1.885%201.439l1.442-.348q.46-.125.783.22t.18.805l-4.32%2013.005q-.068.177-.186.266T12%2021.5t-.284-.076%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-rounded.svg?color=%231a73e8&size=48