Nordvpn Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Nordvpn 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/315353.svg" alt="Nordvpn icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315353.svg" alt="Nordvpn icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315353.svg" alt="Nordvpn icon" :width="24" :height="24" />
CSS background
.icon-nordvpn {
background-image: url('https://proicons.com/icon/315353.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>NordVPN</title><path d="M2.2838 21.5414A11.9866 11.9866 0 010 14.4832C0 7.8418 5.3727 2.4586 12 2.4586c6.6279 0 12 5.3832 12 12.0246a11.9853 11.9853 0 01-2.2838 7.0582l-5.7636-9.3783-.5565.9419.5645 2.6186L12 8.9338l-2.45 4.1447.5707 2.6451-2.0764-3.5555-5.7605 9.3733z"/></svg>
Copied!