Nordpass Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nordpass 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/344849.svg" alt="Nordpass icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344849.svg" alt="Nordpass icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344849.svg" alt="Nordpass icon" :width="24" :height="24" />
CSS background
.icon-nordpass {
background-image: url('https://proicons.com/icon/344849.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="m6.59,36.89C-.4135,27.1579,1.7984,13.5911,11.5304,6.5875c3.6354-2.6161,7.9909-4.0439,12.4696-4.0875,11.9895.1168,21.6143,9.9309,21.4975,21.9204-.0436,4.4787-1.4714,8.8342-4.0875,12.4696l-10.33-16.89-1.86,3.17,1.88,3.23-7.1-12.23-5.27,9,1.9,3.27-3.72-6.44-10.32,16.89Z"/><g><circle class="c" cx="20.6049" cy="35" r="3.1049"/><line class="c" x1="30.5" y1="35.0112" x2="23.7099" y2="35.0112"/><line class="c" x1="28.2247" y1="36.8691" x2="28.2247" y2="35.0112"/></g></svg>
Copied!