Umbrella Alt Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Umbrella Alt 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/306825.svg" alt="Umbrella Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306825.svg" alt="Umbrella Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306825.svg" alt="Umbrella Alt icon" :width="24" :height="24" />
CSS background
.icon-umbrella-alt {
background-image: url('https://proicons.com/icon/306825.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M885 405c-33-92-91-164-175-215-57-35-119-54-186-58-5 0-7-2-7-8V82c0-13-6-20-17-20-10 0-17 8-17 20 0 14-1 27 0 41 0 7-2 9-9 9-114 9-210 56-284 143-63 73-95 159-97 255 0 2-1 4 2 6 1-2 3-3 4-5 52-53 130-65 196-31 6 4 8 2 9-4 14-54 34-106 65-153 7-12 7-12 13-15-19 68-31 138-38 208 104-74 208-74 312 0-7-71-19-140-38-209 41 52 63 113 79 176 78-38 147-27 210 33v-5c-1-43-8-85-22-126zM699 793c-8 1-16 8-16 17l-1 13c-2 43-35 78-76 81-42 3-80-25-88-68-4-20-1-42-1-63V530c0-9-8-16-17-17-9 0-17 8-17 17v162c0 45-1 90 1 135 3 73 70 123 141 108 55-13 96-63 91-126-1-9-9-16-17-16z"/></svg>
Copied!