umbrella icon
umbrella from Akar Icons by Arturo Wibawa · Outline · MIT Free for personal and commercial use.
- Name
- umbrella
- Set
- Akar Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
umbrellaBootstrap 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 TwoToneumbrellaIconoirumbrellaIonIconsumbrellaJam Icons
Use the umbrella icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 4c-4.915 0-8.91 3.378-8.999 8.817a.18.18 0 0 0 .182.183a.19.19 0 0 0 .17-.11C3.876 11.767 4.782 11.5 6 11.5c1.185 0 1.964.227 2.456 1.302c.054.12.172.198.304.198a.37.37 0 0 0 .326-.224C9.56 11.729 10.901 11.5 12 11.5M12 4c4.916 0 8.91 3.378 8.999 8.817a.18.18 0 0 1-.182.183a.19.19 0 0 1-.17-.11c-.524-1.123-1.43-1.39-2.647-1.39c-1.185 0-1.964.227-2.456 1.302a.34.34 0 0 1-.304.198a.37.37 0 0 1-.326-.224C14.44 11.729 13.099 11.5 12 11.5M12 4V2m0 9.5V20a2 2 0 1 1-4 0"/></svg>
React
import type { SVGProps } from "react";
export function AkarIconsUmbrella(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M12 4c-4.915 0-8.91 3.378-8.999 8.817a.18.18 0 0 0 .182.183a.19.19 0 0 0 .17-.11C3.876 11.767 4.782 11.5 6 11.5c1.185 0 1.964.227 2.456 1.302c.054.12.172.198.304.198a.37.37 0 0 0 .326-.224C9.56 11.729 10.901 11.5 12 11.5M12 4c4.916 0 8.91 3.378 8.999 8.817a.18.18 0 0 1-.182.183a.19.19 0 0 1-.17-.11c-.524-1.123-1.43-1.39-2.647-1.39c-1.185 0-1.964.227-2.456 1.302a.34.34 0 0 1-.304.198a.37.37 0 0 1-.326-.224C14.44 11.729 13.099 11.5 12 11.5M12 4V2m0 9.5V20a2 2 0 1 1-4 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 4c-4.915 0-8.91 3.378-8.999 8.817a.18.18 0 0 0 .182.183a.19.19 0 0 0 .17-.11C3.876 11.767 4.782 11.5 6 11.5c1.185 0 1.964.227 2.456 1.302c.054.12.172.198.304.198a.37.37 0 0 0 .326-.224C9.56 11.729 10.901 11.5 12 11.5M12 4c4.916 0 8.91 3.378 8.999 8.817a.18.18 0 0 1-.182.183a.19.19 0 0 1-.17-.11c-.524-1.123-1.43-1.39-2.647-1.39c-1.185 0-1.964.227-2.456 1.302a.34.34 0 0 1-.304.198a.37.37 0 0 1-.326-.224C14.44 11.729 13.099 11.5 12 11.5M12 4V2m0 9.5V20a2 2 0 1 1-4 0"/></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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M12%204c-4.915%200-8.91%203.378-8.999%208.817a.18.18%200%200%200%20.182.183a.19.19%200%200%200%20.17-.11C3.876%2011.767%204.782%2011.5%206%2011.5c1.185%200%201.964.227%202.456%201.302c.054.12.172.198.304.198a.37.37%200%200%200%20.326-.224C9.56%2011.729%2010.901%2011.5%2012%2011.5M12%204c4.916%200%208.91%203.378%208.999%208.817a.18.18%200%200%201-.182.183a.19.19%200%200%201-.17-.11c-.524-1.123-1.43-1.39-2.647-1.39c-1.185%200-1.964.227-2.456%201.302a.34.34%200%200%201-.304.198a.37.37%200%200%201-.326-.224C14.44%2011.729%2013.099%2011.5%2012%2011.5M12%204V2m0%209.5V20a2%202%200%201%201-4%200%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M12%204c-4.915%200-8.91%203.378-8.999%208.817a.18.18%200%200%200%20.182.183a.19.19%200%200%200%20.17-.11C3.876%2011.767%204.782%2011.5%206%2011.5c1.185%200%201.964.227%202.456%201.302c.054.12.172.198.304.198a.37.37%200%200%200%20.326-.224C9.56%2011.729%2010.901%2011.5%2012%2011.5M12%204c4.916%200%208.91%203.378%208.999%208.817a.18.18%200%200%201-.182.183a.19.19%200%200%201-.17-.11c-.524-1.123-1.43-1.39-2.647-1.39c-1.185%200-1.964.227-2.456%201.302a.34.34%200%200%201-.304.198a.37.37%200%200%201-.326-.224C14.44%2011.729%2013.099%2011.5%2012%2011.5M12%204V2m0%209.5V20a2%202%200%201%201-4%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/akar-icons/umbrella.svg?color=%231a73e8&size=48