Evpass Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Evpass 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/340164.svg" alt="Evpass icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340164.svg" alt="Evpass icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340164.svg" alt="Evpass icon" :width="24" :height="24" />
CSS background
.icon-evpass {
background-image: url('https://proicons.com/icon/340164.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="b" cx="19.3416" cy="31.0628" r="2.8251"/><circle class="b" cx="35.9671" cy="31.0628" r="2.8251"/><path class="b" d="m22.1667,31.0628c4.7878.0297,10.9753,0,10.9753,0"/><path class="b" d="m38.7922,31.0628c3.6559,0,5.7078-1.6356,5.7078-3.9849,0-3.1374-4.4161-4.312-8.2226-7.0182s-6.468-5.9476-12.5346-5.9476c-5.4421,0-10.0515,3.0928-10.0515,9.6351,0,3.3903.7732,3.2563.7732,5.3826,0,.8178-.0446,1.6059-1.1598,1.6059s-2.5575-1.7992-3.1968-2.498"/><path class="b" d="m5.626,23.7617h2.5717c1.4194,0,2.5717,1.1524,2.5717,2.5717h0c0,1.4194-1.1524,2.5717-2.5717,2.5717h-2.5717v-5.1435h0Z" transform="translate(21.0216 1.9163) rotate(45)"/><line class="b" x1="5.4581" y1="25.4359" x2="3.5" y2="23.4778"/><line class="b" x1="7.3001" y1="23.5939" x2="5.342" y2="21.6358"/></svg>
Copied!