umbrella icon
umbrella from Health Icons by Resolve to Save Lives · Filled · Objects · MIT Free for personal and commercial use.
- Name
- umbrella
- Set
- Health Icons
- Style
- Filled
- Category
- Objects
- Viewbox
- 48×48
- License
- MIT
1 other variant in Health Icons
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.ggumbrellaHuge IconsumbrellaIconParkumbrellaIconPark OutlineumbrellaIconPark SolidumbrellaIconPark TwoToneumbrellaIconoirumbrellaIonIconsumbrellaJam Icons
More objects icons from Health Icons
Use the umbrella icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M24 4a1 1 0 0 1 1 1v1.016c9.157.501 16.494 7.838 16.995 16.995c.016.293-.34.343-.557.147a7.18 7.18 0 0 0-4.823-1.85a7.2 7.2 0 0 0-5.433 2.47a.66.66 0 0 1-.497.233a.66.66 0 0 1-.453-.187A8.98 8.98 0 0 0 25 21.364V39.5a2.5 2.5 0 0 0 5 0V38a1 1 0 1 1 2 0v1.5a4.5 4.5 0 1 1-9 0V21.36a8.98 8.98 0 0 0-5.272 2.474a.62.62 0 0 1-.429.177a.63.63 0 0 1-.47-.22a7.2 7.2 0 0 0-5.444-2.483c-1.854 0-3.545.7-4.822 1.85c-.218.196-.573.146-.557-.147c.5-9.157 7.837-16.494 16.994-16.995V5a1 1 0 0 1 1-1" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsUmbrella(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fillRule="evenodd" d="M24 4a1 1 0 0 1 1 1v1.016c9.157.501 16.494 7.838 16.995 16.995c.016.293-.34.343-.557.147a7.18 7.18 0 0 0-4.823-1.85a7.2 7.2 0 0 0-5.433 2.47a.66.66 0 0 1-.497.233a.66.66 0 0 1-.453-.187A8.98 8.98 0 0 0 25 21.364V39.5a2.5 2.5 0 0 0 5 0V38a1 1 0 1 1 2 0v1.5a4.5 4.5 0 1 1-9 0V21.36a8.98 8.98 0 0 0-5.272 2.474a.62.62 0 0 1-.429.177a.63.63 0 0 1-.47-.22a7.2 7.2 0 0 0-5.444-2.483c-1.854 0-3.545.7-4.822 1.85c-.218.196-.573.146-.557-.147c.5-9.157 7.837-16.494 16.994-16.995V5a1 1 0 0 1 1-1" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M24 4a1 1 0 0 1 1 1v1.016c9.157.501 16.494 7.838 16.995 16.995c.016.293-.34.343-.557.147a7.18 7.18 0 0 0-4.823-1.85a7.2 7.2 0 0 0-5.433 2.47a.66.66 0 0 1-.497.233a.66.66 0 0 1-.453-.187A8.98 8.98 0 0 0 25 21.364V39.5a2.5 2.5 0 0 0 5 0V38a1 1 0 1 1 2 0v1.5a4.5 4.5 0 1 1-9 0V21.36a8.98 8.98 0 0 0-5.272 2.474a.62.62 0 0 1-.429.177a.63.63 0 0 1-.47-.22a7.2 7.2 0 0 0-5.444-2.483c-1.854 0-3.545.7-4.822 1.85c-.218.196-.573.146-.557-.147c.5-9.157 7.837-16.494 16.994-16.995V5a1 1 0 0 1 1-1" clip-rule="evenodd"/></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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M24%204a1%201%200%200%201%201%201v1.016c9.157.501%2016.494%207.838%2016.995%2016.995c.016.293-.34.343-.557.147a7.18%207.18%200%200%200-4.823-1.85a7.2%207.2%200%200%200-5.433%202.47a.66.66%200%200%201-.497.233a.66.66%200%200%201-.453-.187A8.98%208.98%200%200%200%2025%2021.364V39.5a2.5%202.5%200%200%200%205%200V38a1%201%200%201%201%202%200v1.5a4.5%204.5%200%201%201-9%200V21.36a8.98%208.98%200%200%200-5.272%202.474a.62.62%200%200%201-.429.177a.63.63%200%200%201-.47-.22a7.2%207.2%200%200%200-5.444-2.483c-1.854%200-3.545.7-4.822%201.85c-.218.196-.573.146-.557-.147c.5-9.157%207.837-16.494%2016.994-16.995V5a1%201%200%200%201%201-1%22%20clip-rule%3D%22evenodd%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M24%204a1%201%200%200%201%201%201v1.016c9.157.501%2016.494%207.838%2016.995%2016.995c.016.293-.34.343-.557.147a7.18%207.18%200%200%200-4.823-1.85a7.2%207.2%200%200%200-5.433%202.47a.66.66%200%200%201-.497.233a.66.66%200%200%201-.453-.187A8.98%208.98%200%200%200%2025%2021.364V39.5a2.5%202.5%200%200%200%205%200V38a1%201%200%201%201%202%200v1.5a4.5%204.5%200%201%201-9%200V21.36a8.98%208.98%200%200%200-5.272%202.474a.62.62%200%200%201-.429.177a.63.63%200%200%201-.47-.22a7.2%207.2%200%200%200-5.444-2.483c-1.854%200-3.545.7-4.822%201.85c-.218.196-.573.146-.557-.147c.5-9.157%207.837-16.494%2016.994-16.995V5a1%201%200%200%201%201-1%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/umbrella.svg?color=%231a73e8&size=48