Sbb P Rail Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sbb P Rail 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/332438.svg" alt="Sbb P Rail icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332438.svg" alt="Sbb P Rail icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332438.svg" alt="Sbb P Rail icon" :width="24" :height="24" />
CSS background
.icon-sbb-p-rail {
background-image: url('https://proicons.com/icon/332438.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M12.5,33.1368V23.6032h3.1211a3.2018,3.2018,0,0,1,0,6.4036H12.5"/><path class="a" d="M29.1839,33.1368V23.6032h3.1212a3.2018,3.2018,0,0,1,0,6.4036H29.1839"/><line class="a" x1="32.3051" y1="30.0068" x2="35.4259" y2="33.1344"/><line class="a" x1="21.6166" y1="28.37" x2="26.3834" y2="28.37"/><line class="a" x1="24" y1="25.9866" x2="24" y2="30.7534"/><line class="a" x1="12.5" y1="20.028" x2="35.5" y2="20.028"/><line class="a" x1="12.5" y1="36.712" x2="35.5" y2="36.712"/><path class="a" d="M26.8706,6.0412l2.8647,2.8677-2.8677,2.8676m-5.7382,0L18.2647,8.9089l2.8677-2.8677"/><line class="a" x1="18.2647" y1="8.9089" x2="29.7353" y2="8.9089"/><line class="a" x1="24" y1="6.0412" x2="24" y2="11.7765"/><circle class="a" cx="24" cy="24" r="21.5"/><line class="a" x1="4.4207" y1="15.3178" x2="43.5793" y2="15.3178"/></svg>
Copied!