Mega Vpn Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mega Vpn 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/329031.svg" alt="Mega Vpn icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329031.svg" alt="Mega Vpn icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329031.svg" alt="Mega Vpn icon" :width="24" :height="24" />
CSS background
.icon-mega-vpn {
background-image: url('https://proicons.com/icon/329031.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M13.15,5.45c3.18-1.88,6.89-2.95,10.85-2.95,11.87,0,21.5,9.63,21.5,21.5s-9.63,21.5-21.5,21.5S2.5,35.87,2.5,24c0-3.96,1.07-7.67,2.95-10.85"/><polyline class="c" points="13.5 31.4835 13.5 16.5 24 31.5 34.5 16.5228 34.5 31.5"/><circle class="c" cx="9.7977" cy="9.7977" r="5.5"/><polyline class="c" points="9.1977 12.7977 11.5977 9.7977 7.9977 9.7977 10.3977 6.7977"/></svg>
Copied!