umbrella icon
umbrella-bold-duotone from Solar by 480 Design · Bold Duotone · UI · CC-BY-4.0 Attribution required.
- Name
- umbrella-bold-duotone
- Set
- Solar
- Style
- Bold Duotone
- 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"><g fill="currentColor"><path d="M21.5238 12H12H2.47619C2.2132 12 2 11.7868 2 11.5238C2 6.26396 6.26395 2 11.5238 2H12.4762C17.736 2 22 6.26396 22 11.5238C22 11.7868 21.7868 12 21.5238 12Z" opacity=".5"/><path fill-rule="evenodd" d="M11.25 20V12H12.75V20C12.75 21.5188 11.5188 22.75 10 22.75C8.48122 22.75 7.25 21.5188 7.25 20V19C7.25 18.5858 7.58579 18.25 8 18.25C8.41421 18.25 8.75 18.5858 8.75 19V20C8.75 20.6904 9.30964 21.25 10 21.25C10.6904 21.25 11.25 20.6904 11.25 20Z" clip-rule="evenodd"/><path d="M7.84005 12C7.98268 10.6457 8.31678 8.26738 9.02363 6.229C9.38486 5.18734 9.82568 4.28791 10.3482 3.66173C10.862 3.04589 11.4029 2.75 12.0003 2.75C12.5977 2.75 13.1386 3.04589 13.6524 3.66173C14.1749 4.28791 14.6157 5.18734 14.9769 6.229C15.6838 8.26738 16.0179 10.6457 16.1605 12H17.6685L17.6606 11.9232C17.5194 10.5516 17.1725 7.98224 16.3941 5.73755C16.006 4.61812 15.4927 3.52592 14.8041 2.70073C14.647 2.51245 14.4783 2.33535 14.2976 2.17396C13.708 2.0598 13.0991 2 12.4762 2H11.5239C10.9012 2 10.2925 2.05976 9.70314 2.17385C9.52238 2.33527 9.35356 2.5124 9.19642 2.70073C8.50789 3.52592 7.99462 4.61812 7.60643 5.73755C6.82803 7.98224 6.48116 10.5516 6.33994 11.9232L6.33203 12H7.84005Z"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarUmbrellaBoldDuotone(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.5238 12H12H2.47619C2.2132 12 2 11.7868 2 11.5238C2 6.26396 6.26395 2 11.5238 2H12.4762C17.736 2 22 6.26396 22 11.5238C22 11.7868 21.7868 12 21.5238 12Z" opacity=".5"/><path fillRule="evenodd" d="M11.25 20V12H12.75V20C12.75 21.5188 11.5188 22.75 10 22.75C8.48122 22.75 7.25 21.5188 7.25 20V19C7.25 18.5858 7.58579 18.25 8 18.25C8.41421 18.25 8.75 18.5858 8.75 19V20C8.75 20.6904 9.30964 21.25 10 21.25C10.6904 21.25 11.25 20.6904 11.25 20Z" clipRule="evenodd"/><path d="M7.84005 12C7.98268 10.6457 8.31678 8.26738 9.02363 6.229C9.38486 5.18734 9.82568 4.28791 10.3482 3.66173C10.862 3.04589 11.4029 2.75 12.0003 2.75C12.5977 2.75 13.1386 3.04589 13.6524 3.66173C14.1749 4.28791 14.6157 5.18734 14.9769 6.229C15.6838 8.26738 16.0179 10.6457 16.1605 12H17.6685L17.6606 11.9232C17.5194 10.5516 17.1725 7.98224 16.3941 5.73755C16.006 4.61812 15.4927 3.52592 14.8041 2.70073C14.647 2.51245 14.4783 2.33535 14.2976 2.17396C13.708 2.0598 13.0991 2 12.4762 2H11.5239C10.9012 2 10.2925 2.05976 9.70314 2.17385C9.52238 2.33527 9.35356 2.5124 9.19642 2.70073C8.50789 3.52592 7.99462 4.61812 7.60643 5.73755C6.82803 7.98224 6.48116 10.5516 6.33994 11.9232L6.33203 12H7.84005Z"/></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.5238 12H12H2.47619C2.2132 12 2 11.7868 2 11.5238C2 6.26396 6.26395 2 11.5238 2H12.4762C17.736 2 22 6.26396 22 11.5238C22 11.7868 21.7868 12 21.5238 12Z" opacity=".5"/><path fill-rule="evenodd" d="M11.25 20V12H12.75V20C12.75 21.5188 11.5188 22.75 10 22.75C8.48122 22.75 7.25 21.5188 7.25 20V19C7.25 18.5858 7.58579 18.25 8 18.25C8.41421 18.25 8.75 18.5858 8.75 19V20C8.75 20.6904 9.30964 21.25 10 21.25C10.6904 21.25 11.25 20.6904 11.25 20Z" clip-rule="evenodd"/><path d="M7.84005 12C7.98268 10.6457 8.31678 8.26738 9.02363 6.229C9.38486 5.18734 9.82568 4.28791 10.3482 3.66173C10.862 3.04589 11.4029 2.75 12.0003 2.75C12.5977 2.75 13.1386 3.04589 13.6524 3.66173C14.1749 4.28791 14.6157 5.18734 14.9769 6.229C15.6838 8.26738 16.0179 10.6457 16.1605 12H17.6685L17.6606 11.9232C17.5194 10.5516 17.1725 7.98224 16.3941 5.73755C16.006 4.61812 15.4927 3.52592 14.8041 2.70073C14.647 2.51245 14.4783 2.33535 14.2976 2.17396C13.708 2.0598 13.0991 2 12.4762 2H11.5239C10.9012 2 10.2925 2.05976 9.70314 2.17385C9.52238 2.33527 9.35356 2.5124 9.19642 2.70073C8.50789 3.52592 7.99462 4.61812 7.60643 5.73755C6.82803 7.98224 6.48116 10.5516 6.33994 11.9232L6.33203 12H7.84005Z"/></g></svg> </template>
CSS
.icon-umbrella-bold-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.5238%2012H12H2.47619C2.2132%2012%202%2011.7868%202%2011.5238C2%206.26396%206.26395%202%2011.5238%202H12.4762C17.736%202%2022%206.26396%2022%2011.5238C22%2011.7868%2021.7868%2012%2021.5238%2012Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11.25%2020V12H12.75V20C12.75%2021.5188%2011.5188%2022.75%2010%2022.75C8.48122%2022.75%207.25%2021.5188%207.25%2020V19C7.25%2018.5858%207.58579%2018.25%208%2018.25C8.41421%2018.25%208.75%2018.5858%208.75%2019V20C8.75%2020.6904%209.30964%2021.25%2010%2021.25C10.6904%2021.25%2011.25%2020.6904%2011.25%2020Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M7.84005%2012C7.98268%2010.6457%208.31678%208.26738%209.02363%206.229C9.38486%205.18734%209.82568%204.28791%2010.3482%203.66173C10.862%203.04589%2011.4029%202.75%2012.0003%202.75C12.5977%202.75%2013.1386%203.04589%2013.6524%203.66173C14.1749%204.28791%2014.6157%205.18734%2014.9769%206.229C15.6838%208.26738%2016.0179%2010.6457%2016.1605%2012H17.6685L17.6606%2011.9232C17.5194%2010.5516%2017.1725%207.98224%2016.3941%205.73755C16.006%204.61812%2015.4927%203.52592%2014.8041%202.70073C14.647%202.51245%2014.4783%202.33535%2014.2976%202.17396C13.708%202.0598%2013.0991%202%2012.4762%202H11.5239C10.9012%202%2010.2925%202.05976%209.70314%202.17385C9.52238%202.33527%209.35356%202.5124%209.19642%202.70073C8.50789%203.52592%207.99462%204.61812%207.60643%205.73755C6.82803%207.98224%206.48116%2010.5516%206.33994%2011.9232L6.33203%2012H7.84005Z%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.5238%2012H12H2.47619C2.2132%2012%202%2011.7868%202%2011.5238C2%206.26396%206.26395%202%2011.5238%202H12.4762C17.736%202%2022%206.26396%2022%2011.5238C22%2011.7868%2021.7868%2012%2021.5238%2012Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11.25%2020V12H12.75V20C12.75%2021.5188%2011.5188%2022.75%2010%2022.75C8.48122%2022.75%207.25%2021.5188%207.25%2020V19C7.25%2018.5858%207.58579%2018.25%208%2018.25C8.41421%2018.25%208.75%2018.5858%208.75%2019V20C8.75%2020.6904%209.30964%2021.25%2010%2021.25C10.6904%2021.25%2011.25%2020.6904%2011.25%2020Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M7.84005%2012C7.98268%2010.6457%208.31678%208.26738%209.02363%206.229C9.38486%205.18734%209.82568%204.28791%2010.3482%203.66173C10.862%203.04589%2011.4029%202.75%2012.0003%202.75C12.5977%202.75%2013.1386%203.04589%2013.6524%203.66173C14.1749%204.28791%2014.6157%205.18734%2014.9769%206.229C15.6838%208.26738%2016.0179%2010.6457%2016.1605%2012H17.6685L17.6606%2011.9232C17.5194%2010.5516%2017.1725%207.98224%2016.3941%205.73755C16.006%204.61812%2015.4927%203.52592%2014.8041%202.70073C14.647%202.51245%2014.4783%202.33535%2014.2976%202.17396C13.708%202.0598%2013.0991%202%2012.4762%202H11.5239C10.9012%202%2010.2925%202.05976%209.70314%202.17385C9.52238%202.33527%209.35356%202.5124%209.19642%202.70073C8.50789%203.52592%207.99462%204.61812%207.60643%205.73755C6.82803%207.98224%206.48116%2010.5516%206.33994%2011.9232L6.33203%2012H7.84005Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/umbrella-bold-duotone.svg?color=%231a73e8&size=48