Elektrichki Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Elektrichki 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/339585.svg" alt="Elektrichki icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339585.svg" alt="Elektrichki icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339585.svg" alt="Elektrichki icon" :width="24" :height="24" />
CSS background
.icon-elektrichki {
background-image: url('https://proicons.com/icon/339585.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="M13.4555,7.8789h21.089a2.4777,2.4777,0,0,1,2.4822,2.4734V34.5685a2.4778,2.4778,0,0,1-2.4714,2.4842h-21.1a2.4778,2.4778,0,0,1-2.4822-2.4734V10.3631a2.4778,2.4778,0,0,1,2.4714-2.4842Z"/><path class="a" d="M16.0712,40.28H31.9288M14.2712,43.5l3.6037-6.4473m12.25,0L33.7288,43.5"/><rect class="a" x="14.0103" y="7.8789" width="19.9794" height="15.4643"/><circle class="a" cx="16.0712" cy="32.462" r="2"/><circle class="a" cx="31.9288" cy="32.462" r="2"/><path class="a" d="M16.5212,4.5H31.4788"/><path class="a" d="M27.3622,4.5V7.8789"/><path class="a" d="M20.6378,4.5V7.8789"/></svg>
Copied!