Emoji Gloves Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Gloves 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/339874.svg" alt="Emoji Gloves icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339874.svg" alt="Emoji Gloves icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339874.svg" alt="Emoji Gloves icon" :width="24" :height="24" />
CSS background
.icon-emoji-gloves {
background-image: url('https://proicons.com/icon/339874.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>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="f" d="M7.8371,37.4206h10.9075c3.2633-2.6673,4.7607-7.1953,3.9014-15.1637-.0503-.6396-.6094-1.1173-1.2486-1.0669-.0904.0071-.1796.0248-.2659.0527-.9346.4281-1.6724,1.1945-2.065,2.1449l.0011-7.3332c.0121-1.5961-.7137-3.1082-1.9663-4.0967-4.6331-3.5823-10.5606.4322-10.9295,5.0239-.5868,7.2984-1.7429,16.643,1.6653,20.439"/><path id="c" class="f" d="M40.163,37.4206h-10.9075c-3.2633-2.6673-4.7607-7.1953-3.9014-15.1637.0503-.6396.6094-1.1173,1.2486-1.0669.0904.0071.1796.0248.2659.0527.9346.4281,1.6724,1.1945,2.065,2.1449l-.0011-7.3332c-.0121-1.5961.7136-3.1082,1.9662-4.0967,4.6331-3.5823,10.5606.4322,10.9295,5.0239.5868,7.2984,1.7429,16.643-1.6653,20.439"/><path id="d" class="f" d="M29.2554,28.0982l-.3219-4.7106"/><path id="e" class="f" d="M18.7446,28.0982l.3219-4.7106"/></svg>
Copied!