Stemz Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Stemz 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/333328.svg" alt="Stemz icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333328.svg" alt="Stemz icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333328.svg" alt="Stemz icon" :width="24" :height="24" />
CSS background
.icon-stemz {
background-image: url('https://proicons.com/icon/333328.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M22.2498,30.5c-4.6443-.0001-8.9358-2.4779-11.258-6.5-2.3222-4.0222-2.3222-8.9778,0-13,2.3222-4.0221,6.6137-6.4999,11.258-6.5"/><path class="b" d="M25.7498,17.5c7.1797,0,13,5.8203,13,13s-5.8203,13-13,13"/><path class="b" d="M22.2498,26c-3.0368,0-5.8428-1.6201-7.3612-4.25-1.673-2.727-1.9904-5.9677,0-8.5,1.5184-2.6299,4.3244-4.25,7.3612-4.25"/><path class="b" d="M25.7498,22c4.6944,0,8.5,3.8056,8.5,8.5h0c0,4.6944-3.8056,8.5-8.5,8.5h0"/><path class="b" d="M22.2498,21.5c-1.4291,0-2.7496-.7624-3.4641-2s-.7145-2.7624,0-4,2.035-2,3.4641-2"/><path class="b" d="M25.7498,26.5c2.2091,0,4,1.7909,4,4s-1.7909,4-4,4"/></svg>
Copied!