Delhi Metro Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Delhi Metro 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/324394.svg" alt="Delhi Metro icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324394.svg" alt="Delhi Metro icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324394.svg" alt="Delhi Metro icon" :width="24" :height="24" />
CSS background
.icon-delhi-metro {
background-image: url('https://proicons.com/icon/324394.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m10.0936,11.7987c3.3906-3.8614,8.3639-6.2987,13.9064-6.2987s10.5144,2.4367,13.905,6.2971"/><path class="c" d="m37.9054,36.2024c-3.3906,3.8607-8.3634,6.2976-13.9054,6.2976s-10.5149-2.4369-13.9055-6.2977"/><path class="c" d="m24,14c-5.9722,0-11.6675-1.1738-16.8818-3.2863-2.8838,3.6589-4.6182,8.2661-4.6182,13.2863s1.7345,9.6273,4.6182,13.2863c5.2145-2.1125,10.9097-3.2863,16.8818-3.2863s11.6675,1.1737,16.8818,3.2863c2.8838-3.6589,4.6182-8.2661,4.6182-13.2863s-1.7346-9.6273-4.6182-13.2863c-5.2144,2.1125-10.9097,3.2863-16.8818,3.2863Z"/><g><polyline class="c" points="16.165 28.1443 16.165 19.8466 20.3185 28.1534 24.4719 19.8592 24.4719 28.1534"/><g><path class="c" d="m26.5486,28.1534v-8.3068h2.7195c1.5374,0,2.7838,1.249,2.7838,2.7898s-1.2463,2.7898-2.7838,2.7898h-2.7195"/><line class="c" x1="29.2681" y1="25.4262" x2="31.9873" y2="28.1513"/></g><path class="c" d="m39.4149,25.3678v.034c0,1.5197-1.2319,2.7516-2.7516,2.7516h0c-1.5197,0-2.7516-1.2319-2.7516-2.7516v-2.8036c0-1.5197,1.2319-2.7516,2.7516-2.7516h0c1.5197,0,2.7516,1.2319,2.7516,2.7516v.034"/><path class="c" d="m8.5851,28.1534v-8.3068h1.869c2.0071,0,3.6342,1.6271,3.6342,3.6342v1.0384c0,2.0071-1.6271,3.6342-3.6342,3.6342h-1.869Z"/></g><path class="c" d="m34.0513,35.1344c-2.6598,2.4026-6.1847,3.8656-10.0513,3.8656s-7.3914-1.463-10.0513-3.8656"/><path class="c" d="m13.9485,12.8657c2.6599-2.4027,6.1848-3.8657,10.0515-3.8657s7.3916,1.463,10.0515,3.8657"/></svg>
Copied!