Expressvpn Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Expressvpn 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/314272.svg" alt="Expressvpn icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314272.svg" alt="Expressvpn icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314272.svg" alt="Expressvpn icon" :width="24" :height="24" />
CSS background
.icon-expressvpn {
background-image: url('https://proicons.com/icon/314272.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>ExpressVPN</title><path d="M11.705 2.349a4.874 4.874 0 00-4.39 2.797L6.033 7.893h14.606c.41 0 .692.308.692.668 0 .359-.282.666-.692.666H2.592L0 14.772h2.824c-.796 1.72-1.002 2.567-1.002 3.26 0 2.105 1.72 3.62 4.416 3.62h8.239c1.771 0 3.337-1.412 3.337-3.03 0-1.411-1.206-2.515-2.772-2.515H5.596c-.873 0-1.284-.59-.924-1.335h11.859c4.004 0 7.469-3.029 7.469-6.802 0-3.183-2.618-5.621-6.16-5.621z"/></svg>
Copied!