Air Vpn Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Air 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/321497.svg" alt="Air Vpn icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321497.svg" alt="Air Vpn icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321497.svg" alt="Air Vpn icon" :width="24" :height="24" />
CSS background
.icon-air-vpn {
background-image: url('https://proicons.com/icon/321497.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M14.4751,32.2779a6.7232,6.7232,0,0,1-3.63,1.0431A6.0863,6.0863,0,0,1,4.5,27.5323a6.0864,6.0864,0,0,1,6.3455-5.7888c.1429,0,.2826.011.4231.02A5.4342,5.4342,0,0,1,16.4272,17.46a4.9818,4.9818,0,0,1,2.3851.6143,10.1911,10.1911,0,0,1,2.826-3.0833c3.6171-2.6211,8.1353-2.5572,10.0918.1427a5.17,5.17,0,0,1,.7686,4.127c.0535-.0018.1058-.0088.16-.0088a5.3448,5.3448,0,0,1,4.885,3.45A5.9056,5.9056,0,0,1,43.5,28.3343a5.9332,5.9332,0,0,1-6.1858,5.643,6.4265,6.4265,0,0,1-4.6856-1.9657,5.1837,5.1837,0,0,1-4.1261,2.1113,4.9982,4.9982,0,0,1-2.54-.6951,6.7448,6.7448,0,0,1-.8964.6219c-2.7687,1.5985-6.1238.9707-7.4938-1.4023a4.581,4.581,0,0,1-.3469-3.6819c.7562-2.4548,5.8335-7.1186,10.9567-4.04a9.0954,9.0954,0,0,0-4.9534-2.0171c-4.573-.0685-9.1929,3.36-9.1929,6.52a7.2808,7.2808,0,0,0,.4394,2.85"/></svg>
Copied!