umbrella icon
umbrella from Reicon by REICON · Outline · UI · MIT Free for personal and commercial use.
- Name
- umbrella
- Set
- Reicon
- Style
- Outline
- Category
- UI
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All umbrella icons →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 ui icons from Reicon
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" fill-rule="evenodd" d="M11.524 1.25C5.85 1.25 1.25 5.85 1.25 11.524c0 .677.549 1.226 1.226 1.226h8.774V20a1.25 1.25 0 1 1-2.5 0v-1a.75.75 0 0 0-1.5 0v1a2.75 2.75 0 1 0 5.5 0v-7.25h8.774c.677 0 1.226-.549 1.226-1.226c0-5.674-4.6-10.274-10.274-10.274zm-2.68 1.917a8.78 8.78 0 0 0-6.09 8.083h3.661c.176-1.442.526-3.596 1.191-5.512c.319-.92.722-1.821 1.238-2.571m-.917 8.083c.176-1.382.506-3.32 1.096-5.021c.362-1.042.802-1.941 1.325-2.567c.514-.616 1.055-.912 1.652-.912s1.138.296 1.652.912c.523.626.963 1.525 1.325 2.567c.59 1.701.92 3.64 1.096 5.021zm9.658 0c-.176-1.442-.527-3.596-1.191-5.512c-.319-.92-.722-1.821-1.238-2.571a8.78 8.78 0 0 1 6.09 8.083z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconUmbrella(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" fillRule="evenodd" d="M11.524 1.25C5.85 1.25 1.25 5.85 1.25 11.524c0 .677.549 1.226 1.226 1.226h8.774V20a1.25 1.25 0 1 1-2.5 0v-1a.75.75 0 0 0-1.5 0v1a2.75 2.75 0 1 0 5.5 0v-7.25h8.774c.677 0 1.226-.549 1.226-1.226c0-5.674-4.6-10.274-10.274-10.274zm-2.68 1.917a8.78 8.78 0 0 0-6.09 8.083h3.661c.176-1.442.526-3.596 1.191-5.512c.319-.92.722-1.821 1.238-2.571m-.917 8.083c.176-1.382.506-3.32 1.096-5.021c.362-1.042.802-1.941 1.325-2.567c.514-.616 1.055-.912 1.652-.912s1.138.296 1.652.912c.523.626.963 1.525 1.325 2.567c.59 1.701.92 3.64 1.096 5.021zm9.658 0c-.176-1.442-.527-3.596-1.191-5.512c-.319-.92-.722-1.821-1.238-2.571a8.78 8.78 0 0 1 6.09 8.083z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M11.524 1.25C5.85 1.25 1.25 5.85 1.25 11.524c0 .677.549 1.226 1.226 1.226h8.774V20a1.25 1.25 0 1 1-2.5 0v-1a.75.75 0 0 0-1.5 0v1a2.75 2.75 0 1 0 5.5 0v-7.25h8.774c.677 0 1.226-.549 1.226-1.226c0-5.674-4.6-10.274-10.274-10.274zm-2.68 1.917a8.78 8.78 0 0 0-6.09 8.083h3.661c.176-1.442.526-3.596 1.191-5.512c.319-.92.722-1.821 1.238-2.571m-.917 8.083c.176-1.382.506-3.32 1.096-5.021c.362-1.042.802-1.941 1.325-2.567c.514-.616 1.055-.912 1.652-.912s1.138.296 1.652.912c.523.626.963 1.525 1.325 2.567c.59 1.701.92 3.64 1.096 5.021zm9.658 0c-.176-1.442-.527-3.596-1.191-5.512c-.319-.92-.722-1.821-1.238-2.571a8.78 8.78 0 0 1 6.09 8.083z" 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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M11.524%201.25C5.85%201.25%201.25%205.85%201.25%2011.524c0%20.677.549%201.226%201.226%201.226h8.774V20a1.25%201.25%200%201%201-2.5%200v-1a.75.75%200%200%200-1.5%200v1a2.75%202.75%200%201%200%205.5%200v-7.25h8.774c.677%200%201.226-.549%201.226-1.226c0-5.674-4.6-10.274-10.274-10.274zm-2.68%201.917a8.78%208.78%200%200%200-6.09%208.083h3.661c.176-1.442.526-3.596%201.191-5.512c.319-.92.722-1.821%201.238-2.571m-.917%208.083c.176-1.382.506-3.32%201.096-5.021c.362-1.042.802-1.941%201.325-2.567c.514-.616%201.055-.912%201.652-.912s1.138.296%201.652.912c.523.626.963%201.525%201.325%202.567c.59%201.701.92%203.64%201.096%205.021zm9.658%200c-.176-1.442-.527-3.596-1.191-5.512c-.319-.92-.722-1.821-1.238-2.571a8.78%208.78%200%200%201%206.09%208.083z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M11.524%201.25C5.85%201.25%201.25%205.85%201.25%2011.524c0%20.677.549%201.226%201.226%201.226h8.774V20a1.25%201.25%200%201%201-2.5%200v-1a.75.75%200%200%200-1.5%200v1a2.75%202.75%200%201%200%205.5%200v-7.25h8.774c.677%200%201.226-.549%201.226-1.226c0-5.674-4.6-10.274-10.274-10.274zm-2.68%201.917a8.78%208.78%200%200%200-6.09%208.083h3.661c.176-1.442.526-3.596%201.191-5.512c.319-.92.722-1.821%201.238-2.571m-.917%208.083c.176-1.382.506-3.32%201.096-5.021c.362-1.042.802-1.941%201.325-2.567c.514-.616%201.055-.912%201.652-.912s1.138.296%201.652.912c.523.626.963%201.525%201.325%202.567c.59%201.701.92%203.64%201.096%205.021zm9.658%200c-.176-1.442-.527-3.596-1.191-5.512c-.319-.92-.722-1.821-1.238-2.571a8.78%208.78%200%200%201%206.09%208.083z%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/reicon/umbrella.svg?color=%231a73e8&size=48