Vpnh Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Vpnh 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/349451.svg" alt="Vpnh icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349451.svg" alt="Vpnh icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349451.svg" alt="Vpnh icon" :width="24" :height="24" />
CSS background
.icon-vpnh {
background-image: url('https://proicons.com/icon/349451.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="M17.3539,28.1205v-8.2409h2.6979c1.5252,0,2.7617,1.2391,2.7617,2.7677s-1.2365,2.7677-2.7617,2.7677h-2.6979"/><polyline class="d" points="25.1268 28.1205 25.1268 19.8795 30.5864 28.1205 30.5864 19.8795"/><line class="d" x1="33.0404" y1="19.8795" x2="33.0404" y2="28.1205"/><line class="d" x1="38.5" y1="19.8795" x2="38.5" y2="28.1205"/><line class="d" x1="33.0404" y1="23.9845" x2="38.5" y2="23.9845"/><polyline class="d" points="14.9596 19.8795 12.2298 28.1205 9.5 19.8795"/><path id="c" class="d" d="M38.5007,5.4992H9.4994c-2.2001,0-4.0002,1.8001-4.0002,4.0002v29.0013c0,2.2001,1.8001,4.0002,4.0002,4.0002h29.0013c2.2001,0,4.0002-1.8001,4.0002-4.0002V9.4994c0-2.2001-1.8001-4.0002-4.0002-4.0002Z"/></svg>
Copied!