Secure Vpn Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Secure 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/347096.svg" alt="Secure Vpn icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347096.svg" alt="Secure Vpn icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347096.svg" alt="Secure Vpn icon" :width="24" :height="24" />
CSS background
.icon-secure-vpn {
background-image: url('https://proicons.com/icon/347096.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="m17.6456,43.2973h12.7088c2.9622,0,5.6993-1.5803,7.1804-4.1456l6.3544-11.0061c1.4811-2.5653,1.4811-5.7259,0-8.2912l-6.3544-11.0061c-1.4811-2.5653-4.2182-4.1456-7.1804-4.1456h-12.7088c-2.9622,0-5.6993,1.5803-7.1804,4.1456l-6.3544,11.0061c-1.4811,2.5653-1.4811,5.7259,0,8.2912l6.3544,11.0061c1.4811,2.5653,4.2182,4.1456,7.1804,4.1456Z"/><g><circle class="c" cx="18.6033" cy="24" r="4.9355"/><line class="c" x1="34.3323" y1="24.0177" x2="23.5388" y2="24.0177"/><line class="c" x1="30.7154" y1="26.971" x2="30.7154" y2="24.0177"/></g></svg>
Copied!