Zupper Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Zupper 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/350220.svg" alt="Zupper icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/350220.svg" alt="Zupper icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/350220.svg" alt="Zupper icon" :width="24" :height="24" />
CSS background
.icon-zupper {
background-image: url('https://proicons.com/icon/350220.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M34.6413,24.5803c3.6224,1.3474,6.0252,4.8048,6.0252,8.6697,0,5.1086-4.1414,9.25-9.25,9.25h-14.833l21.374-21.209c2.6455-2.6455,3.4369-6.6241,2.0051-10.081-1.4317-3.4565-4.8046-5.7102-8.5459-5.7102"/><path class="c" d="M16.5833,42.5003c-3.7413,0-7.1142-2.2537-8.5459-5.7102s-.6403-7.4351,2.0051-10.081L31.4165,5.5h-14.833c-5.1086,0-9.25,4.1414-9.25,9.25,0,3.8648,2.4029,7.3223,6.0252,8.6697"/></svg>
Copied!