umbrella icon
umbrella-outline from Solar by 480 Design · Outline · UI · CC-BY-4.0 Attribution required.
- Name
- umbrella-outline
- Set
- Solar
- Style
- Outline
- Category
- UI
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
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.ggumbrellaHealth IconsumbrellaHuge IconsumbrellaIconParkumbrellaIconPark OutlineumbrellaIconPark SolidumbrellaIconPark TwoToneumbrellaIconoirumbrellaIonIcons
More ui icons from Solar
accessibility-boldadd-boldadd-circle-boldadd-square-boldaugmented-reality-boldballoon-boldbattery-charge-boldbattery-charge-minimalistic-boldbattery-full-boldbattery-full-minimalistic-boldbattery-half-boldbattery-half-minimalistic-boldbattery-low-boldbattery-low-minimalistic-boldblocks-boldbody-boldbolt-boldbolt-circle-boldbox-boldbox-minimalistic-boldbroom-boldcat-boldcheck-circle-boldcheck-square-bold
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.5238 1.25C5.84974 1.25 1.25 5.84974 1.25 11.5238C1.25 12.201 1.79898 12.75 2.47619 12.75H11.25V20C11.25 20.6904 10.6904 21.25 10 21.25C9.30964 21.25 8.75 20.6904 8.75 20V19C8.75 18.5858 8.41421 18.25 8 18.25C7.58579 18.25 7.25 18.5858 7.25 19V20C7.25 21.5188 8.48122 22.75 10 22.75C11.5188 22.75 12.75 21.5188 12.75 20V12.75H21.5238C22.201 12.75 22.75 12.201 22.75 11.5238C22.75 5.84974 18.1503 1.25 12.4762 1.25H11.5238ZM8.84386 3.16683C5.39174 4.27297 2.87041 7.4588 2.75419 11.25H6.41544C6.59146 9.80771 6.94148 7.65426 7.60615 5.73755C7.92504 4.81796 8.32834 3.91674 8.84386 3.16683ZM7.92709 11.25C8.10314 9.86814 8.43343 7.93018 9.02335 6.229C9.38457 5.18734 9.82539 4.28791 10.3479 3.66173C10.8617 3.04589 11.4026 2.75 12 2.75C12.5974 2.75 13.1383 3.04589 13.6521 3.66173C14.1746 4.28791 14.6154 5.18734 14.9767 6.229C15.5666 7.93018 15.8969 9.86814 16.0729 11.25H7.92709ZM17.5846 11.25C17.4086 9.80771 17.0585 7.65426 16.3939 5.73755C16.075 4.81796 15.6717 3.91675 15.1562 3.16684C18.6083 4.27298 21.1296 7.45881 21.2458 11.25H17.5846Z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function SolarUmbrellaOutline(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.5238 1.25C5.84974 1.25 1.25 5.84974 1.25 11.5238C1.25 12.201 1.79898 12.75 2.47619 12.75H11.25V20C11.25 20.6904 10.6904 21.25 10 21.25C9.30964 21.25 8.75 20.6904 8.75 20V19C8.75 18.5858 8.41421 18.25 8 18.25C7.58579 18.25 7.25 18.5858 7.25 19V20C7.25 21.5188 8.48122 22.75 10 22.75C11.5188 22.75 12.75 21.5188 12.75 20V12.75H21.5238C22.201 12.75 22.75 12.201 22.75 11.5238C22.75 5.84974 18.1503 1.25 12.4762 1.25H11.5238ZM8.84386 3.16683C5.39174 4.27297 2.87041 7.4588 2.75419 11.25H6.41544C6.59146 9.80771 6.94148 7.65426 7.60615 5.73755C7.92504 4.81796 8.32834 3.91674 8.84386 3.16683ZM7.92709 11.25C8.10314 9.86814 8.43343 7.93018 9.02335 6.229C9.38457 5.18734 9.82539 4.28791 10.3479 3.66173C10.8617 3.04589 11.4026 2.75 12 2.75C12.5974 2.75 13.1383 3.04589 13.6521 3.66173C14.1746 4.28791 14.6154 5.18734 14.9767 6.229C15.5666 7.93018 15.8969 9.86814 16.0729 11.25H7.92709ZM17.5846 11.25C17.4086 9.80771 17.0585 7.65426 16.3939 5.73755C16.075 4.81796 15.6717 3.91675 15.1562 3.16684C18.6083 4.27298 21.1296 7.45881 21.2458 11.25H17.5846Z" 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.5238 1.25C5.84974 1.25 1.25 5.84974 1.25 11.5238C1.25 12.201 1.79898 12.75 2.47619 12.75H11.25V20C11.25 20.6904 10.6904 21.25 10 21.25C9.30964 21.25 8.75 20.6904 8.75 20V19C8.75 18.5858 8.41421 18.25 8 18.25C7.58579 18.25 7.25 18.5858 7.25 19V20C7.25 21.5188 8.48122 22.75 10 22.75C11.5188 22.75 12.75 21.5188 12.75 20V12.75H21.5238C22.201 12.75 22.75 12.201 22.75 11.5238C22.75 5.84974 18.1503 1.25 12.4762 1.25H11.5238ZM8.84386 3.16683C5.39174 4.27297 2.87041 7.4588 2.75419 11.25H6.41544C6.59146 9.80771 6.94148 7.65426 7.60615 5.73755C7.92504 4.81796 8.32834 3.91674 8.84386 3.16683ZM7.92709 11.25C8.10314 9.86814 8.43343 7.93018 9.02335 6.229C9.38457 5.18734 9.82539 4.28791 10.3479 3.66173C10.8617 3.04589 11.4026 2.75 12 2.75C12.5974 2.75 13.1383 3.04589 13.6521 3.66173C14.1746 4.28791 14.6154 5.18734 14.9767 6.229C15.5666 7.93018 15.8969 9.86814 16.0729 11.25H7.92709ZM17.5846 11.25C17.4086 9.80771 17.0585 7.65426 16.3939 5.73755C16.075 4.81796 15.6717 3.91675 15.1562 3.16684C18.6083 4.27298 21.1296 7.45881 21.2458 11.25H17.5846Z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-umbrella-outline {
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.5238%201.25C5.84974%201.25%201.25%205.84974%201.25%2011.5238C1.25%2012.201%201.79898%2012.75%202.47619%2012.75H11.25V20C11.25%2020.6904%2010.6904%2021.25%2010%2021.25C9.30964%2021.25%208.75%2020.6904%208.75%2020V19C8.75%2018.5858%208.41421%2018.25%208%2018.25C7.58579%2018.25%207.25%2018.5858%207.25%2019V20C7.25%2021.5188%208.48122%2022.75%2010%2022.75C11.5188%2022.75%2012.75%2021.5188%2012.75%2020V12.75H21.5238C22.201%2012.75%2022.75%2012.201%2022.75%2011.5238C22.75%205.84974%2018.1503%201.25%2012.4762%201.25H11.5238ZM8.84386%203.16683C5.39174%204.27297%202.87041%207.4588%202.75419%2011.25H6.41544C6.59146%209.80771%206.94148%207.65426%207.60615%205.73755C7.92504%204.81796%208.32834%203.91674%208.84386%203.16683ZM7.92709%2011.25C8.10314%209.86814%208.43343%207.93018%209.02335%206.229C9.38457%205.18734%209.82539%204.28791%2010.3479%203.66173C10.8617%203.04589%2011.4026%202.75%2012%202.75C12.5974%202.75%2013.1383%203.04589%2013.6521%203.66173C14.1746%204.28791%2014.6154%205.18734%2014.9767%206.229C15.5666%207.93018%2015.8969%209.86814%2016.0729%2011.25H7.92709ZM17.5846%2011.25C17.4086%209.80771%2017.0585%207.65426%2016.3939%205.73755C16.075%204.81796%2015.6717%203.91675%2015.1562%203.16684C18.6083%204.27298%2021.1296%207.45881%2021.2458%2011.25H17.5846Z%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.5238%201.25C5.84974%201.25%201.25%205.84974%201.25%2011.5238C1.25%2012.201%201.79898%2012.75%202.47619%2012.75H11.25V20C11.25%2020.6904%2010.6904%2021.25%2010%2021.25C9.30964%2021.25%208.75%2020.6904%208.75%2020V19C8.75%2018.5858%208.41421%2018.25%208%2018.25C7.58579%2018.25%207.25%2018.5858%207.25%2019V20C7.25%2021.5188%208.48122%2022.75%2010%2022.75C11.5188%2022.75%2012.75%2021.5188%2012.75%2020V12.75H21.5238C22.201%2012.75%2022.75%2012.201%2022.75%2011.5238C22.75%205.84974%2018.1503%201.25%2012.4762%201.25H11.5238ZM8.84386%203.16683C5.39174%204.27297%202.87041%207.4588%202.75419%2011.25H6.41544C6.59146%209.80771%206.94148%207.65426%207.60615%205.73755C7.92504%204.81796%208.32834%203.91674%208.84386%203.16683ZM7.92709%2011.25C8.10314%209.86814%208.43343%207.93018%209.02335%206.229C9.38457%205.18734%209.82539%204.28791%2010.3479%203.66173C10.8617%203.04589%2011.4026%202.75%2012%202.75C12.5974%202.75%2013.1383%203.04589%2013.6521%203.66173C14.1746%204.28791%2014.6154%205.18734%2014.9767%206.229C15.5666%207.93018%2015.8969%209.86814%2016.0729%2011.25H7.92709ZM17.5846%2011.25C17.4086%209.80771%2017.0585%207.65426%2016.3939%205.73755C16.075%204.81796%2015.6717%203.91675%2015.1562%203.16684C18.6083%204.27298%2021.1296%207.45881%2021.2458%2011.25H17.5846Z%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/solar/umbrella-outline.svg?color=%231a73e8&size=48