Proton Vpn Alt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Proton Vpn Alt 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/346225.svg" alt="Proton Vpn Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346225.svg" alt="Proton Vpn Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346225.svg" alt="Proton Vpn Alt icon" :width="24" :height="24" />
CSS background
.icon-proton-vpn-alt {
background-image: url('https://proicons.com/icon/346225.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="a" cx="10.44" cy="17.38" r="4.38"/><circle class="a" cx="37.56" cy="8.88" r="4.38"/><circle class="a" cx="28.41" cy="39.12" r="4.38"/><line class="a" x1="13.19" y1="20.78" x2="25.25" y2="36.09"/><line class="a" x1="14.67" y1="16.29" x2="33.37" y2="10.36"/><line class="a" x1="36.29" y1="13.06" x2="29.84" y2="34.99"/></svg>
Copied!