Swarail Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Swarail 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/348084.svg" alt="Swarail icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348084.svg" alt="Swarail icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348084.svg" alt="Swarail icon" :width="24" :height="24" />
CSS background
.icon-swarail {
background-image: url('https://proicons.com/icon/348084.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>.i{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="i" d="M18.6755,38.7017c-1.1625-.4213-2.2292-.9409-3.1991-1.5426s-1.843-1.2854-2.6183-2.035c-.7752-.7496-1.4526-1.565-2.031-2.4301-.5784-.865-1.0579-1.7796-1.4374-2.7276M8.7025,20.9735c.23-1.0017.5631-1.9881,1.0005-2.9428,3.4989-7.6375,12.7647-10.8834,20.6957-7.25,1.9827.9083,3.7809,1.9834,5.2524,3.5393.3679.389.8293.9407,1.3141,1.6111s.9929,1.4595,1.454,2.3235.8753,1.8026,1.1722,2.7721M36.278,37.5818c-1.7757,2.1688-4.3517,4.0664-6.2243,4.7224"/><path id="c" class="i" d="M25.2654,42.9344c-12.3506.895-21.0724-7.5166-21.0724-18.2826S13.178,5.0003,24.0019,5.0003s21.8095,7.6746,19.493,22.863"/><path id="d" class="i" d="M5.8872,24.4524l19.1752-7.7061c2.6688-.6122,4.5825-1.4997,8.7113.5956,4.707,4.2645,8.0842,9.6161,9.7853,14.4661.4006,2.4171-1.2165,2.8339-2.712,3.4031l-6.7382.5584c-1.7376-.3617-3.5563-.9115-4.6162-1.0796l-2.122-2.0475-21.3716-5.3608"/><path id="e" class="i" d="M5.9244,25.4947l17.7722-5.4698"/><path id="f" class="i" d="M6.0361,26.2765l21.595,1.6752"/><path id="g" class="i" d="M26.626,20.6179l7.1477,9.1952c2.9426,3.221,2.3189,4.7333-.8562,4.095"/><path id="h" class="i" d="M27.6428,18.4794l6.9127,7.8715h6.0681"/></svg>
Copied!