Mullvadvpn Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mullvadvpn 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/344221.svg" alt="Mullvadvpn icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344221.svg" alt="Mullvadvpn icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344221.svg" alt="Mullvadvpn icon" :width="24" :height="24" />
CSS background
.icon-mullvadvpn {
background-image: url('https://proicons.com/icon/344221.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M20.81,12.71C19.19,12.39,8.6,14,8.27,14"/><path class="cls-1" d="M6.64,16.51c.21.15,6.09,8.34,8.13,10.14A30.37,30.37,0,0,0,17.82,29l-.73,1.29,1.49,1.52a.63.63,0,0,1,0,.85l-3.47,4.16a.82.82,0,0,0,0,1.06c1.25,1.52,5.36,5.62,13.24,5.62a18.18,18.18,0,0,0,13.72-5.74.83.83,0,0,0,0-1.08l-2.67-3.32.84.06L38.72,31l1.14.15-1.38-1.8h1.35L38,27.43l1.68.21-2-2.38L39.23,25a22.17,22.17,0,0,0-1.94-2.56"/><path class="cls-1" d="M6,14c-.32.69-.48,2,.17,2.38A1.36,1.36,0,0,0,8,15.82c.32-.57.68-2.11-.26-2.42A1.3,1.3,0,0,0,6,14Z"/><path class="cls-1" d="M17.82,29s2.56.33,3.57.33c3.46,0,7.79-3.13,8-3.25s1.63.8,1.51,1c0,0-.81-.83-.93-.78S26.74,31,22.42,31,17.82,29,17.82,29Z"/><path class="cls-1" d="M39.29,21.32c.32-.58,6.56-10-1-14.62-5.51-3.31-9-2.43-11.55-.33l0,0c-1.31-.53-2.92.37-3.59,2A3.6,3.6,0,0,0,23,10.92l-.05.07-5.78.32s5.29,1.55,6.9,3c1.07.94,4.26,4.24,6.84,5.64a64.48,64.48,0,0,0,8.81,3.25S39,21.91,39.29,21.32Z"/><ellipse class="cls-1" cx="25.46" cy="9.29" rx="1.41" ry="1" transform="translate(7.18 29.31) rotate(-67.66)"/></svg>
Copied!