Rail Planner Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Rail Planner 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/346446.svg" alt="Rail Planner icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346446.svg" alt="Rail Planner icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346446.svg" alt="Rail Planner icon" :width="24" :height="24" />
CSS background
.icon-rail-planner {
background-image: url('https://proicons.com/icon/346446.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><path class="b" d="m13.6771,31.4013c-1.4968-2.0839-2.3781-4.6397-2.3781-7.4013,0-7.0146,5.6864-12.701,12.701-12.701s12.701,5.6864,12.701,12.701c0,2.7619-.8815,5.3178-2.3786,7.4019l5.5712,7.0774c3.4828-3.8208,5.6064-8.902,5.6064-14.4793,0-11.8741-9.6259-21.5-21.5-21.5S2.5,12.1259,2.5,24c0,5.5772,2.1236,10.6585,5.6063,14.4792l5.5708-7.078Z"/><g><polygon class="b" points="30.0118 32.7284 17.9882 32.7284 21.3328 28.4806 26.6672 28.4806 30.0118 32.7284"/><polygon class="b" points="36.701 41.224 11.299 41.224 14.6436 36.9762 33.3564 36.9762 36.701 41.224"/></g></svg>
Copied!