Umbrella Icon
Free SVG icon from the Memory Icons collection. Download or copy for use in any project.
The Umbrella icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/312331.svg" alt="Umbrella icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/312331.svg" alt="Umbrella icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/312331.svg" alt="Umbrella icon" :width="24" :height="24" />
CSS background
.icon-umbrella {
background-image: url('https://proicons.com/icon/312331.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" id="memory-umbrella" viewBox="0 0 22 22"><path d="M11 20H7V19H6V16H8V18H10V12H3V7H4V6H5V5H6V4H8V3H14V4H16V5H17V6H18V7H19V12H12V19H11M17 10V8H16V7H15V6H13V5H9V6H7V7H6V8H5V10Z" /></svg>
Umbrella in other icon packs
Copied!