Shuttle Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Shuttle 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/347284.svg" alt="Shuttle icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347284.svg" alt="Shuttle icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347284.svg" alt="Shuttle icon" :width="24" :height="24" />
CSS background
.icon-shuttle {
background-image: url('https://proicons.com/icon/347284.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><line class="a" x1="17.7943" y1="15.3794" x2="17.7943" y2="33.6842"/><circle class="a" cx="11.6472" cy="33.6842" r="6.1472"/><polyline class="a" points="30.675 8.169 42.5 8.169 42.5 17.651 30.131 17.651 29.62 15.379"/><polygon class="a" points="32.298 15.379 17.794 15.379 17.794 5.897 30.163 5.897 32.298 15.379"/><line class="a" x1="42.5" y1="17.6509" x2="42.5" y2="35.9557"/><circle class="a" cx="36.3528" cy="35.9557" r="6.1472"/></svg>
Shuttle in other icon packs
Copied!