Ship Alt Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Ship Alt 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/306475.svg" alt="Ship Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306475.svg" alt="Ship Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306475.svg" alt="Ship Alt icon" :width="24" :height="24" />
CSS background
.icon-ship-alt {
background-image: url('https://proicons.com/icon/306475.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M348 115c0-29 24-53 53-53 24 0 44 17 50 39l2-1c21 0 39 18 39 40 0 5-1 10-3 14 13 0 24 11 24 25s-11 24-24 24-24-11-24-24v-2c-4 1-8 2-12 2-13 0-25-7-32-17-6 3-13 5-20 5-29 0-53-24-53-52zm24 258h-71c-13 0-23 10-23 22v152l222-106 222 106V395c0-12-10-22-23-22H372zm256-23v-14c0-12-10-22-23-22h-55l-10-91h-80l-10 91h-55c-13 0-23 10-23 22v14h256zM500 466L170 624l98 285c45-21 103-41 163-41 96 0 173 46 275 69h17l107-313-330-158z"/></svg>
Copied!