Freetrailer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Freetrailer 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/326264.svg" alt="Freetrailer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326264.svg" alt="Freetrailer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326264.svg" alt="Freetrailer icon" :width="24" :height="24" />
CSS background
.icon-freetrailer {
background-image: url('https://proicons.com/icon/326264.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="M2.9215,19.649h11.86v-5.1l9.43,9.43-9.43,9.43v-5.1H2.9215m42.08.1914H33.3275l-.18,4.95-9.01-9.54,9.16-9.34v5.27h11.781"/><path class="a" d="M2.9215,19.649a21.5048,21.5048,0,0,1,42.157.192m-.0769,8.66a21.4954,21.4954,0,0,1-42.08-.192"/></svg>
Copied!