umbrella icon
umbrella-duotone from Reicon by REICON · Duotone · UI · MIT Free for personal and commercial use.
- Name
- umbrella-duotone
- Set
- Reicon
- Style
- Duotone
- 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"><g fill="currentColor"><path d="M21.524 12H2.476A.476.476 0 0 1 2 11.524A9.524 9.524 0 0 1 11.524 2h.952A9.524 9.524 0 0 1 22 11.524a.476.476 0 0 1-.476.476" opacity=".5"/><path fill-rule="evenodd" d="M11.25 20v-8h1.5v8a2.75 2.75 0 1 1-5.5 0v-1a.75.75 0 0 1 1.5 0v1a1.25 1.25 0 1 0 2.5 0" clip-rule="evenodd"/><path d="M7.84 12c.143-1.354.477-3.733 1.184-5.771c.36-1.042.802-1.941 1.324-2.567c.514-.616 1.055-.912 1.652-.912c.598 0 1.139.296 1.652.912c.523.626.964 1.525 1.325 2.567c.707 2.038 1.04 4.417 1.183 5.771h1.509l-.008-.077c-.142-1.371-.489-3.94-1.267-6.185c-.388-1.12-.901-2.212-1.59-3.037a5 5 0 0 0-.506-.527A9.6 9.6 0 0 0 12.476 2h-.952q-.935.002-1.82.174a5 5 0 0 0-.508.527c-.688.825-1.201 1.917-1.59 3.037c-.778 2.244-1.125 4.814-1.266 6.185L6.332 12z"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconUmbrellaDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M21.524 12H2.476A.476.476 0 0 1 2 11.524A9.524 9.524 0 0 1 11.524 2h.952A9.524 9.524 0 0 1 22 11.524a.476.476 0 0 1-.476.476" opacity=".5"/><path fillRule="evenodd" d="M11.25 20v-8h1.5v8a2.75 2.75 0 1 1-5.5 0v-1a.75.75 0 0 1 1.5 0v1a1.25 1.25 0 1 0 2.5 0" clipRule="evenodd"/><path d="M7.84 12c.143-1.354.477-3.733 1.184-5.771c.36-1.042.802-1.941 1.324-2.567c.514-.616 1.055-.912 1.652-.912c.598 0 1.139.296 1.652.912c.523.626.964 1.525 1.325 2.567c.707 2.038 1.04 4.417 1.183 5.771h1.509l-.008-.077c-.142-1.371-.489-3.94-1.267-6.185c-.388-1.12-.901-2.212-1.59-3.037a5 5 0 0 0-.506-.527A9.6 9.6 0 0 0 12.476 2h-.952q-.935.002-1.82.174a5 5 0 0 0-.508.527c-.688.825-1.201 1.917-1.59 3.037c-.778 2.244-1.125 4.814-1.266 6.185L6.332 12z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M21.524 12H2.476A.476.476 0 0 1 2 11.524A9.524 9.524 0 0 1 11.524 2h.952A9.524 9.524 0 0 1 22 11.524a.476.476 0 0 1-.476.476" opacity=".5"/><path fill-rule="evenodd" d="M11.25 20v-8h1.5v8a2.75 2.75 0 1 1-5.5 0v-1a.75.75 0 0 1 1.5 0v1a1.25 1.25 0 1 0 2.5 0" clip-rule="evenodd"/><path d="M7.84 12c.143-1.354.477-3.733 1.184-5.771c.36-1.042.802-1.941 1.324-2.567c.514-.616 1.055-.912 1.652-.912c.598 0 1.139.296 1.652.912c.523.626.964 1.525 1.325 2.567c.707 2.038 1.04 4.417 1.183 5.771h1.509l-.008-.077c-.142-1.371-.489-3.94-1.267-6.185c-.388-1.12-.901-2.212-1.59-3.037a5 5 0 0 0-.506-.527A9.6 9.6 0 0 0 12.476 2h-.952q-.935.002-1.82.174a5 5 0 0 0-.508.527c-.688.825-1.201 1.917-1.59 3.037c-.778 2.244-1.125 4.814-1.266 6.185L6.332 12z"/></g></svg> </template>
CSS
.icon-umbrella-duotone {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M21.524%2012H2.476A.476.476%200%200%201%202%2011.524A9.524%209.524%200%200%201%2011.524%202h.952A9.524%209.524%200%200%201%2022%2011.524a.476.476%200%200%201-.476.476%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11.25%2020v-8h1.5v8a2.75%202.75%200%201%201-5.5%200v-1a.75.75%200%200%201%201.5%200v1a1.25%201.25%200%201%200%202.5%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M7.84%2012c.143-1.354.477-3.733%201.184-5.771c.36-1.042.802-1.941%201.324-2.567c.514-.616%201.055-.912%201.652-.912c.598%200%201.139.296%201.652.912c.523.626.964%201.525%201.325%202.567c.707%202.038%201.04%204.417%201.183%205.771h1.509l-.008-.077c-.142-1.371-.489-3.94-1.267-6.185c-.388-1.12-.901-2.212-1.59-3.037a5%205%200%200%200-.506-.527A9.6%209.6%200%200%200%2012.476%202h-.952q-.935.002-1.82.174a5%205%200%200%200-.508.527c-.688.825-1.201%201.917-1.59%203.037c-.778%202.244-1.125%204.814-1.266%206.185L6.332%2012z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M21.524%2012H2.476A.476.476%200%200%201%202%2011.524A9.524%209.524%200%200%201%2011.524%202h.952A9.524%209.524%200%200%201%2022%2011.524a.476.476%200%200%201-.476.476%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11.25%2020v-8h1.5v8a2.75%202.75%200%201%201-5.5%200v-1a.75.75%200%200%201%201.5%200v1a1.25%201.25%200%201%200%202.5%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M7.84%2012c.143-1.354.477-3.733%201.184-5.771c.36-1.042.802-1.941%201.324-2.567c.514-.616%201.055-.912%201.652-.912c.598%200%201.139.296%201.652.912c.523.626.964%201.525%201.325%202.567c.707%202.038%201.04%204.417%201.183%205.771h1.509l-.008-.077c-.142-1.371-.489-3.94-1.267-6.185c-.388-1.12-.901-2.212-1.59-3.037a5%205%200%200%200-.506-.527A9.6%209.6%200%200%200%2012.476%202h-.952q-.935.002-1.82.174a5%205%200%200%200-.508.527c-.688.825-1.201%201.917-1.59%203.037c-.778%202.244-1.125%204.814-1.266%206.185L6.332%2012z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/umbrella-duotone.svg?color=%231a73e8&size=48