truck plane icon
truck-plane from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.
- Name
- truck-plane
- Set
- Font Awesome Solid
- Style
- Solid
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
Related icons in Font Awesome Solid
Use the truck plane icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M144 112c0-26.5 21.5-48 48-48s48 21.5 48 48v320c0 32.5 12.1 62.1 32 84.7V544c0 7.1.9 14.1 2.7 20.7L192 544L83.9 571c-10.1 2.6-19.9-5.1-19.9-15.5v-19.8c0-4.9 2.2-9.5 6-12.5l74-59.2v-57.6L21.9 455.2C11.4 459.4 0 451.7 0 440.4v-44c0-8 3-15.6 8.3-21.5L144 225.6zm224 80h192c44.2 0 80 35.8 80 80v160c0 26.2-12.6 49.4-32 64v48c0 17.7-14.3 32-32 32s-32-14.3-32-32v-32H384v32c0 17.7-14.3 32-32 32s-32-14.3-32-32v-48c-19.4-14.6-32-37.8-32-64V272c0-44.2 35.8-80 80-80m0 176h192v-32c0-17.7-14.3-32-32-32H400c-17.7 0-32 14.3-32 32zm0 88c13.3 0 24-10.7 24-24s-10.7-24-24-24s-24 10.7-24 24s10.7 24 24 24m216-24c0-13.3-10.7-24-24-24s-24 10.7-24 24s10.7 24 24 24s24-10.7 24-24"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidTruckPlane(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M144 112c0-26.5 21.5-48 48-48s48 21.5 48 48v320c0 32.5 12.1 62.1 32 84.7V544c0 7.1.9 14.1 2.7 20.7L192 544L83.9 571c-10.1 2.6-19.9-5.1-19.9-15.5v-19.8c0-4.9 2.2-9.5 6-12.5l74-59.2v-57.6L21.9 455.2C11.4 459.4 0 451.7 0 440.4v-44c0-8 3-15.6 8.3-21.5L144 225.6zm224 80h192c44.2 0 80 35.8 80 80v160c0 26.2-12.6 49.4-32 64v48c0 17.7-14.3 32-32 32s-32-14.3-32-32v-32H384v32c0 17.7-14.3 32-32 32s-32-14.3-32-32v-48c-19.4-14.6-32-37.8-32-64V272c0-44.2 35.8-80 80-80m0 176h192v-32c0-17.7-14.3-32-32-32H400c-17.7 0-32 14.3-32 32zm0 88c13.3 0 24-10.7 24-24s-10.7-24-24-24s-24 10.7-24 24s10.7 24 24 24m216-24c0-13.3-10.7-24-24-24s-24 10.7-24 24s10.7 24 24 24s24-10.7 24-24"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M144 112c0-26.5 21.5-48 48-48s48 21.5 48 48v320c0 32.5 12.1 62.1 32 84.7V544c0 7.1.9 14.1 2.7 20.7L192 544L83.9 571c-10.1 2.6-19.9-5.1-19.9-15.5v-19.8c0-4.9 2.2-9.5 6-12.5l74-59.2v-57.6L21.9 455.2C11.4 459.4 0 451.7 0 440.4v-44c0-8 3-15.6 8.3-21.5L144 225.6zm224 80h192c44.2 0 80 35.8 80 80v160c0 26.2-12.6 49.4-32 64v48c0 17.7-14.3 32-32 32s-32-14.3-32-32v-32H384v32c0 17.7-14.3 32-32 32s-32-14.3-32-32v-48c-19.4-14.6-32-37.8-32-64V272c0-44.2 35.8-80 80-80m0 176h192v-32c0-17.7-14.3-32-32-32H400c-17.7 0-32 14.3-32 32zm0 88c13.3 0 24-10.7 24-24s-10.7-24-24-24s-24 10.7-24 24s10.7 24 24 24m216-24c0-13.3-10.7-24-24-24s-24 10.7-24 24s10.7 24 24 24s24-10.7 24-24"/></svg> </template>
CSS
.icon-truck-plane {
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%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M144%20112c0-26.5%2021.5-48%2048-48s48%2021.5%2048%2048v320c0%2032.5%2012.1%2062.1%2032%2084.7V544c0%207.1.9%2014.1%202.7%2020.7L192%20544L83.9%20571c-10.1%202.6-19.9-5.1-19.9-15.5v-19.8c0-4.9%202.2-9.5%206-12.5l74-59.2v-57.6L21.9%20455.2C11.4%20459.4%200%20451.7%200%20440.4v-44c0-8%203-15.6%208.3-21.5L144%20225.6zm224%2080h192c44.2%200%2080%2035.8%2080%2080v160c0%2026.2-12.6%2049.4-32%2064v48c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-32H384v32c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-48c-19.4-14.6-32-37.8-32-64V272c0-44.2%2035.8-80%2080-80m0%20176h192v-32c0-17.7-14.3-32-32-32H400c-17.7%200-32%2014.3-32%2032zm0%2088c13.3%200%2024-10.7%2024-24s-10.7-24-24-24s-24%2010.7-24%2024s10.7%2024%2024%2024m216-24c0-13.3-10.7-24-24-24s-24%2010.7-24%2024s10.7%2024%2024%2024s24-10.7%2024-24%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%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M144%20112c0-26.5%2021.5-48%2048-48s48%2021.5%2048%2048v320c0%2032.5%2012.1%2062.1%2032%2084.7V544c0%207.1.9%2014.1%202.7%2020.7L192%20544L83.9%20571c-10.1%202.6-19.9-5.1-19.9-15.5v-19.8c0-4.9%202.2-9.5%206-12.5l74-59.2v-57.6L21.9%20455.2C11.4%20459.4%200%20451.7%200%20440.4v-44c0-8%203-15.6%208.3-21.5L144%20225.6zm224%2080h192c44.2%200%2080%2035.8%2080%2080v160c0%2026.2-12.6%2049.4-32%2064v48c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-32H384v32c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-48c-19.4-14.6-32-37.8-32-64V272c0-44.2%2035.8-80%2080-80m0%20176h192v-32c0-17.7-14.3-32-32-32H400c-17.7%200-32%2014.3-32%2032zm0%2088c13.3%200%2024-10.7%2024-24s-10.7-24-24-24s-24%2010.7-24%2024s10.7%2024%2024%2024m216-24c0-13.3-10.7-24-24-24s-24%2010.7-24%2024s10.7%2024%2024%2024s24-10.7%2024-24%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/truck-plane.svg?color=%231a73e8&size=48