Evmap Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Evmap 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/340159.svg" alt="Evmap icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340159.svg" alt="Evmap icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340159.svg" alt="Evmap icon" :width="24" :height="24" />
CSS background
.icon-evmap {
background-image: url('https://proicons.com/icon/340159.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M37.5967,23.1694a12.4463,12.4463,0,1,0-21.5575,0S25.0844,36.0971,26.8179,43.5C28.1757,36.1293,37.5967,23.1694,37.5967,23.1694Z"/><path class="a" d="M23.7064,11.3472h7.0528l-2.5929,5.1859h2.5929L25.7807,24.312V18.6075H23.7064Z"/><path class="a" d="M22.6723,33.8625a10.3311,10.3311,0,0,0-2.1065,2.95c-.2864,1.0305.7375,2.2534.239,3.2-.99,1.8792-3.4777,3.8241-5.5087,3.2025-.896-.2742-1.3126-2.6369-1.3126-2.6369"/><path class="a" d="M12.5736,40.6879l2.8858-.2264-.2256-2.6277,1.9427-1.63-.2788-2.7992,1.0346-.12-.1742-2.12-9.0229.6269.1481,2.3268.969-.0352.3,2.7578,2.1748,1.3168Z"/><path class="a" d="M10.8452,28.1034l.2362,3.5239"/><path class="a" d="M14.7237,27.8016l.2712,3.5346"/></svg>
Copied!