Supervpn Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Supervpn 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/333494.svg" alt="Supervpn icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333494.svg" alt="Supervpn icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333494.svg" alt="Supervpn icon" :width="24" :height="24" />
CSS background
.icon-supervpn {
background-image: url('https://proicons.com/icon/333494.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="d" d="m24,43.5c1.6926,0,15.2735-7.782,15.2735-16.9661V6.5031c-4.0062,0-15.2735-2.0031-15.2735-2.0031,0,0-11.2773,2.0031-15.2735,2.0031v20.0308c0,9.1841,13.5809,16.9661,15.2735,16.9661Z"/></g><path class="d" d="m18.7054,27.6373c1.0424,1.3571,2.3496,1.8627,4.1682,1.8627h2.5168c2.3422,0,4.2408-1.8987,4.2408-4.2408v-.0183c0-2.3422-1.8987-4.2408-4.2408-4.2408h-2.7762c-2.3447,0-4.2454-1.9007-4.2454-4.2454h0c0-2.3497,1.9048-4.2546,4.2546-4.2546h2.5031c1.8186,0,3.1258.5055,4.1682,1.8627"/></svg>
Copied!