umbrella icon
umbrella-filled from Reicon by REICON · Filled · UI · MIT Free for personal and commercial use.
- Name
- umbrella-filled
- Set
- Reicon
- Style
- Filled
- 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" d="M2.476 12A.476.476 0 0 1 2 11.524c0-4.446 3.046-8.18 7.165-9.23a7 7 0 0 0-.424.606c-.736 1.178-1.248 2.705-1.607 4.172a34 34 0 0 0-.712 4.043c-.039.331-.07.63-.094.885zM22 11.524a.476.476 0 0 1-.476.476h-3.852a39 39 0 0 0-.095-.885a34 34 0 0 0-.711-4.043c-.36-1.467-.87-2.994-1.607-4.172a7 7 0 0 0-.424-.606C18.955 3.344 22 7.078 22 11.524M11.25 20v-8H7.835q.03-.319.077-.709c.126-1.06.337-2.465.68-3.863c.344-1.408.81-2.756 1.42-3.734C10.63 2.707 11.29 2.25 12 2.25s1.37.457 1.987 1.444c.611.978 1.077 2.326 1.422 3.734c.342 1.398.553 2.803.679 3.863q.045.391.077.709H12.75v8a2.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"/></svg>
React
import type { SVGProps } from "react";
export function ReiconUmbrellaFilled(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="M2.476 12A.476.476 0 0 1 2 11.524c0-4.446 3.046-8.18 7.165-9.23a7 7 0 0 0-.424.606c-.736 1.178-1.248 2.705-1.607 4.172a34 34 0 0 0-.712 4.043c-.039.331-.07.63-.094.885zM22 11.524a.476.476 0 0 1-.476.476h-3.852a39 39 0 0 0-.095-.885a34 34 0 0 0-.711-4.043c-.36-1.467-.87-2.994-1.607-4.172a7 7 0 0 0-.424-.606C18.955 3.344 22 7.078 22 11.524M11.25 20v-8H7.835q.03-.319.077-.709c.126-1.06.337-2.465.68-3.863c.344-1.408.81-2.756 1.42-3.734C10.63 2.707 11.29 2.25 12 2.25s1.37.457 1.987 1.444c.611.978 1.077 2.326 1.422 3.734c.342 1.398.553 2.803.679 3.863q.045.391.077.709H12.75v8a2.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"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.476 12A.476.476 0 0 1 2 11.524c0-4.446 3.046-8.18 7.165-9.23a7 7 0 0 0-.424.606c-.736 1.178-1.248 2.705-1.607 4.172a34 34 0 0 0-.712 4.043c-.039.331-.07.63-.094.885zM22 11.524a.476.476 0 0 1-.476.476h-3.852a39 39 0 0 0-.095-.885a34 34 0 0 0-.711-4.043c-.36-1.467-.87-2.994-1.607-4.172a7 7 0 0 0-.424-.606C18.955 3.344 22 7.078 22 11.524M11.25 20v-8H7.835q.03-.319.077-.709c.126-1.06.337-2.465.68-3.863c.344-1.408.81-2.756 1.42-3.734C10.63 2.707 11.29 2.25 12 2.25s1.37.457 1.987 1.444c.611.978 1.077 2.326 1.422 3.734c.342 1.398.553 2.803.679 3.863q.045.391.077.709H12.75v8a2.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"/></svg> </template>
CSS
.icon-umbrella-filled {
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%22M2.476%2012A.476.476%200%200%201%202%2011.524c0-4.446%203.046-8.18%207.165-9.23a7%207%200%200%200-.424.606c-.736%201.178-1.248%202.705-1.607%204.172a34%2034%200%200%200-.712%204.043c-.039.331-.07.63-.094.885zM22%2011.524a.476.476%200%200%201-.476.476h-3.852a39%2039%200%200%200-.095-.885a34%2034%200%200%200-.711-4.043c-.36-1.467-.87-2.994-1.607-4.172a7%207%200%200%200-.424-.606C18.955%203.344%2022%207.078%2022%2011.524M11.25%2020v-8H7.835q.03-.319.077-.709c.126-1.06.337-2.465.68-3.863c.344-1.408.81-2.756%201.42-3.734C10.63%202.707%2011.29%202.25%2012%202.25s1.37.457%201.987%201.444c.611.978%201.077%202.326%201.422%203.734c.342%201.398.553%202.803.679%203.863q.045.391.077.709H12.75v8a2.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%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%22M2.476%2012A.476.476%200%200%201%202%2011.524c0-4.446%203.046-8.18%207.165-9.23a7%207%200%200%200-.424.606c-.736%201.178-1.248%202.705-1.607%204.172a34%2034%200%200%200-.712%204.043c-.039.331-.07.63-.094.885zM22%2011.524a.476.476%200%200%201-.476.476h-3.852a39%2039%200%200%200-.095-.885a34%2034%200%200%200-.711-4.043c-.36-1.467-.87-2.994-1.607-4.172a7%207%200%200%200-.424-.606C18.955%203.344%2022%207.078%2022%2011.524M11.25%2020v-8H7.835q.03-.319.077-.709c.126-1.06.337-2.465.68-3.863c.344-1.408.81-2.756%201.42-3.734C10.63%202.707%2011.29%202.25%2012%202.25s1.37.457%201.987%201.444c.611.978%201.077%202.326%201.422%203.734c.342%201.398.553%202.803.679%203.863q.045.391.077.709H12.75v8a2.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%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/umbrella-filled.svg?color=%231a73e8&size=48