Emoji Closed Umbrella Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Closed 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/339764.svg" alt="Emoji Closed Umbrella icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339764.svg" alt="Emoji Closed Umbrella icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339764.svg" alt="Emoji Closed Umbrella icon" :width="24" :height="24" />
CSS background
.icon-emoji-closed-umbrella {
background-image: url('https://proicons.com/icon/339764.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="d" d="M17.0657,24.1398c1.3386-.3291,2.4286-2.113,2.4398-3.1543,1.1322-.1924,2.4846-1.1495,2.8308-2.4797,1.2252.4634,2.867-.0332,3.5238-1.1772.9726.6971,2.9356.6539,4.0296-.5683l6.4779,25.7398-19.3018-18.3602"/><path id="c" class="d" d="M22.3342,18.5077l-6.9962-11.9697c-1.357-2.3207-4.7463-.3461-3.3919,1.9705"/></svg>
Copied!