Carriage Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Carriage 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/323468.svg" alt="Carriage icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323468.svg" alt="Carriage icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323468.svg" alt="Carriage icon" :width="24" :height="24" />
CSS background
.icon-carriage {
background-image: url('https://proicons.com/icon/323468.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="m31.401 36.97-11.422-11.422c-2.7035-2.7035-2.7035-7.0868 0-9.7903 2.7035-2.7035 7.0868-2.7035 9.7903 0 1.8023 1.8023 4.7245 1.8023 6.5269 0 1.8023-1.8023 1.8023-4.7245-1e-6-6.5269-6.3082-6.3082-16.536-6.3082-22.844 9e-7-6.3082 6.3082-6.3082 16.536 0 22.844l11.422 11.422"/><path class="d" d="m33.032 12.495c-4.5059-4.5059-11.811-4.5059-16.317 0-4.5059 4.5059-4.5059 11.811 0 16.317l11.422 11.422"/><path class="d" d="m31.401 36.97 6.5269-6.5269c1.8023-1.8023 1.8023-4.7245 0-6.5269-1.8023-1.8023-4.7245-1.8023-6.5269 0l-6.5269 6.5269"/><path class="d" d="m34.664 27.18-6.5269 6.5269"/></svg>
Copied!