trailer icon
trailer from Font Awesome 6 Solid by Dave Gandy · Regular · Automotive · CC-BY-4.0 Attribution required.
- Name
- trailer
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Category
- Automotive
- Viewbox
- 640×512
- License
- CC BY 4.0
The same icon in other sets
More automotive icons from Font Awesome 6 Solid
Use the trailer icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M48 32C21.5 32 0 53.5 0 80v256c0 26.5 21.5 48 48 48h17.1c7.8-54.3 54.4-96 110.9-96s103.1 41.7 110.9 96H608c17.7 0 32-14.3 32-32s-14.3-32-32-32h-64V80c0-26.5-21.5-48-48-48zm32 64c8.8 0 16 7.2 16 16v131.2c-11.4 5.9-22.2 12.9-32 21V112c0-8.8 7.2-16 16-16m96 128c-5.4 0-10.7.2-16 .7V112c0-8.8 7.2-16 16-16s16 7.2 16 16v112.7c-5.3-.5-10.6-.7-16-.7m80 19.2V112c0-8.8 7.2-16 16-16s16 7.2 16 16v152.2c-9.8-8.1-20.6-15.2-32-21M368 96c8.8 0 16 7.2 16 16v192c0 8.8-7.2 16-16 16s-16-7.2-16-16V112c0-8.8 7.2-16 16-16m112 16v192c0 8.8-7.2 16-16 16s-16-7.2-16-16V112c0-8.8 7.2-16 16-16s16 7.2 16 16M176 480a80 80 0 1 0 0-160a80 80 0 1 0 0 160m0-112a32 32 0 1 1 0 64a32 32 0 1 1 0-64"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidTrailer(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M48 32C21.5 32 0 53.5 0 80v256c0 26.5 21.5 48 48 48h17.1c7.8-54.3 54.4-96 110.9-96s103.1 41.7 110.9 96H608c17.7 0 32-14.3 32-32s-14.3-32-32-32h-64V80c0-26.5-21.5-48-48-48zm32 64c8.8 0 16 7.2 16 16v131.2c-11.4 5.9-22.2 12.9-32 21V112c0-8.8 7.2-16 16-16m96 128c-5.4 0-10.7.2-16 .7V112c0-8.8 7.2-16 16-16s16 7.2 16 16v112.7c-5.3-.5-10.6-.7-16-.7m80 19.2V112c0-8.8 7.2-16 16-16s16 7.2 16 16v152.2c-9.8-8.1-20.6-15.2-32-21M368 96c8.8 0 16 7.2 16 16v192c0 8.8-7.2 16-16 16s-16-7.2-16-16V112c0-8.8 7.2-16 16-16m112 16v192c0 8.8-7.2 16-16 16s-16-7.2-16-16V112c0-8.8 7.2-16 16-16s16 7.2 16 16M176 480a80 80 0 1 0 0-160a80 80 0 1 0 0 160m0-112a32 32 0 1 1 0 64a32 32 0 1 1 0-64"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M48 32C21.5 32 0 53.5 0 80v256c0 26.5 21.5 48 48 48h17.1c7.8-54.3 54.4-96 110.9-96s103.1 41.7 110.9 96H608c17.7 0 32-14.3 32-32s-14.3-32-32-32h-64V80c0-26.5-21.5-48-48-48zm32 64c8.8 0 16 7.2 16 16v131.2c-11.4 5.9-22.2 12.9-32 21V112c0-8.8 7.2-16 16-16m96 128c-5.4 0-10.7.2-16 .7V112c0-8.8 7.2-16 16-16s16 7.2 16 16v112.7c-5.3-.5-10.6-.7-16-.7m80 19.2V112c0-8.8 7.2-16 16-16s16 7.2 16 16v152.2c-9.8-8.1-20.6-15.2-32-21M368 96c8.8 0 16 7.2 16 16v192c0 8.8-7.2 16-16 16s-16-7.2-16-16V112c0-8.8 7.2-16 16-16m112 16v192c0 8.8-7.2 16-16 16s-16-7.2-16-16V112c0-8.8 7.2-16 16-16s16 7.2 16 16M176 480a80 80 0 1 0 0-160a80 80 0 1 0 0 160m0-112a32 32 0 1 1 0 64a32 32 0 1 1 0-64"/></svg> </template>
CSS
.icon-trailer {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M48%2032C21.5%2032%200%2053.5%200%2080v256c0%2026.5%2021.5%2048%2048%2048h17.1c7.8-54.3%2054.4-96%20110.9-96s103.1%2041.7%20110.9%2096H608c17.7%200%2032-14.3%2032-32s-14.3-32-32-32h-64V80c0-26.5-21.5-48-48-48zm32%2064c8.8%200%2016%207.2%2016%2016v131.2c-11.4%205.9-22.2%2012.9-32%2021V112c0-8.8%207.2-16%2016-16m96%20128c-5.4%200-10.7.2-16%20.7V112c0-8.8%207.2-16%2016-16s16%207.2%2016%2016v112.7c-5.3-.5-10.6-.7-16-.7m80%2019.2V112c0-8.8%207.2-16%2016-16s16%207.2%2016%2016v152.2c-9.8-8.1-20.6-15.2-32-21M368%2096c8.8%200%2016%207.2%2016%2016v192c0%208.8-7.2%2016-16%2016s-16-7.2-16-16V112c0-8.8%207.2-16%2016-16m112%2016v192c0%208.8-7.2%2016-16%2016s-16-7.2-16-16V112c0-8.8%207.2-16%2016-16s16%207.2%2016%2016M176%20480a80%2080%200%201%200%200-160a80%2080%200%201%200%200%20160m0-112a32%2032%200%201%201%200%2064a32%2032%200%201%201%200-64%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M48%2032C21.5%2032%200%2053.5%200%2080v256c0%2026.5%2021.5%2048%2048%2048h17.1c7.8-54.3%2054.4-96%20110.9-96s103.1%2041.7%20110.9%2096H608c17.7%200%2032-14.3%2032-32s-14.3-32-32-32h-64V80c0-26.5-21.5-48-48-48zm32%2064c8.8%200%2016%207.2%2016%2016v131.2c-11.4%205.9-22.2%2012.9-32%2021V112c0-8.8%207.2-16%2016-16m96%20128c-5.4%200-10.7.2-16%20.7V112c0-8.8%207.2-16%2016-16s16%207.2%2016%2016v112.7c-5.3-.5-10.6-.7-16-.7m80%2019.2V112c0-8.8%207.2-16%2016-16s16%207.2%2016%2016v152.2c-9.8-8.1-20.6-15.2-32-21M368%2096c8.8%200%2016%207.2%2016%2016v192c0%208.8-7.2%2016-16%2016s-16-7.2-16-16V112c0-8.8%207.2-16%2016-16m112%2016v192c0%208.8-7.2%2016-16%2016s-16-7.2-16-16V112c0-8.8%207.2-16%2016-16s16%207.2%2016%2016M176%20480a80%2080%200%201%200%200-160a80%2080%200%201%200%200%20160m0-112a32%2032%200%201%201%200%2064a32%2032%200%201%201%200-64%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/trailer.svg?color=%231a73e8&size=48