truck monster icon
truck-monster from Font Awesome 6 Solid by Dave Gandy · Regular · Automotive · CC-BY-4.0 Attribution required.
- Name
- truck-monster
- 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 truck monster icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M288 64v64h128l-48-64zm131.2-38.4L496 128h80c17.7 0 32 14.3 32 32v64c17.7 0 32 14.3 32 32s-14.3 32-32 32c-29.2-38.9-75.7-64-128-64s-98.8 25.1-128 64h-64c-29.2-38.9-75.7-64-128-64s-98.8 25.1-128 64c-17.7 0-32-14.3-32-32s14.3-32 32-32v-64c0-17.7 14.3-32 32-32h160V48c0-26.5 21.5-48 48-48h96c20.1 0 39.1 9.5 51.2 25.6M152 256h16c12.1 0 22.1 8.9 23.8 20.6c7.6 2.2 14.9 5.3 21.7 9c9.4-7 22.8-6.3 31.3 2.3l11.3 11.3c8.6 8.6 9.3 21.9 2.3 31.3c3.7 6.8 6.8 14.1 9 21.7C279 353.9 288 363.9 288 376v16c0 12.1-8.9 22.1-20.6 23.8c-2.2 7.6-5.3 14.9-9 21.7c7 9.4 6.3 22.8-2.3 31.3l-11.3 11.3c-8.6 8.6-21.9 9.3-31.3 2.2c-6.8 3.7-14.1 6.8-21.7 9c-1.7 11.8-11.7 20.7-23.8 20.7h-16c-12.1 0-22.1-8.9-23.8-20.6c-7.6-2.2-14.9-5.3-21.7-9c-9.4 7.1-22.8 6.3-31.3-2.2l-11.4-11.3c-8.6-8.6-9.3-21.9-2.3-31.3c-3.7-6.9-6.8-14.1-9-21.8C40.9 414.1 32 404.1 32 392v-16c0-12.1 8.9-22.1 20.6-23.8c2.2-7.6 5.3-14.9 9-21.8c-7-9.4-6.3-22.8 2.3-31.3l11.3-11.3c8.6-8.6 21.9-9.3 31.3-2.3c6.8-3.7 14.1-6.8 21.7-9c1.7-11.6 11.7-20.6 23.8-20.6zm8 176a48 48 0 1 0 0-96a48 48 0 1 0 0 96m288.2-155.4C449.9 265 459.9 256 472 256h16c12.1 0 22.1 8.9 23.8 20.6c7.6 2.2 14.9 5.3 21.8 9c9.4-7 22.8-6.3 31.3 2.3l11.3 11.3c8.6 8.6 9.3 21.9 2.2 31.3c3.7 6.8 6.8 14.1 9 21.7C599 353.9 608 363.9 608 376v16c0 12.1-8.9 22.1-20.6 23.8c-2.2 7.6-5.3 14.9-9 21.7c7 9.4 6.3 22.8-2.2 31.3l-11.3 11.3c-8.6 8.6-21.9 9.3-31.3 2.2c-6.9 3.7-14.1 6.8-21.8 9c-1.7 11.8-11.7 20.7-23.8 20.7h-16c-12.1 0-22.1-8.9-23.8-20.6c-7.6-2.2-14.9-5.3-21.7-9c-9.4 7.1-22.8 6.3-31.3-2.2l-11.3-11.3c-8.6-8.6-9.3-21.9-2.2-31.3c-3.7-6.9-6.8-14.1-9-21.8c-11.8-1.7-20.7-11.7-20.7-23.8v-16c0-12.1 8.9-22.1 20.6-23.8c2.2-7.6 5.3-14.9 9-21.8c-7-9.4-6.3-22.8 2.2-31.3l11.3-11.3c8.6-8.6 21.9-9.3 31.3-2.3c6.8-3.7 14.1-6.8 21.7-9zM528 384a48 48 0 1 0-96 0a48 48 0 1 0 96 0"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidTruckMonster(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="M288 64v64h128l-48-64zm131.2-38.4L496 128h80c17.7 0 32 14.3 32 32v64c17.7 0 32 14.3 32 32s-14.3 32-32 32c-29.2-38.9-75.7-64-128-64s-98.8 25.1-128 64h-64c-29.2-38.9-75.7-64-128-64s-98.8 25.1-128 64c-17.7 0-32-14.3-32-32s14.3-32 32-32v-64c0-17.7 14.3-32 32-32h160V48c0-26.5 21.5-48 48-48h96c20.1 0 39.1 9.5 51.2 25.6M152 256h16c12.1 0 22.1 8.9 23.8 20.6c7.6 2.2 14.9 5.3 21.7 9c9.4-7 22.8-6.3 31.3 2.3l11.3 11.3c8.6 8.6 9.3 21.9 2.3 31.3c3.7 6.8 6.8 14.1 9 21.7C279 353.9 288 363.9 288 376v16c0 12.1-8.9 22.1-20.6 23.8c-2.2 7.6-5.3 14.9-9 21.7c7 9.4 6.3 22.8-2.3 31.3l-11.3 11.3c-8.6 8.6-21.9 9.3-31.3 2.2c-6.8 3.7-14.1 6.8-21.7 9c-1.7 11.8-11.7 20.7-23.8 20.7h-16c-12.1 0-22.1-8.9-23.8-20.6c-7.6-2.2-14.9-5.3-21.7-9c-9.4 7.1-22.8 6.3-31.3-2.2l-11.4-11.3c-8.6-8.6-9.3-21.9-2.3-31.3c-3.7-6.9-6.8-14.1-9-21.8C40.9 414.1 32 404.1 32 392v-16c0-12.1 8.9-22.1 20.6-23.8c2.2-7.6 5.3-14.9 9-21.8c-7-9.4-6.3-22.8 2.3-31.3l11.3-11.3c8.6-8.6 21.9-9.3 31.3-2.3c6.8-3.7 14.1-6.8 21.7-9c1.7-11.6 11.7-20.6 23.8-20.6zm8 176a48 48 0 1 0 0-96a48 48 0 1 0 0 96m288.2-155.4C449.9 265 459.9 256 472 256h16c12.1 0 22.1 8.9 23.8 20.6c7.6 2.2 14.9 5.3 21.8 9c9.4-7 22.8-6.3 31.3 2.3l11.3 11.3c8.6 8.6 9.3 21.9 2.2 31.3c3.7 6.8 6.8 14.1 9 21.7C599 353.9 608 363.9 608 376v16c0 12.1-8.9 22.1-20.6 23.8c-2.2 7.6-5.3 14.9-9 21.7c7 9.4 6.3 22.8-2.2 31.3l-11.3 11.3c-8.6 8.6-21.9 9.3-31.3 2.2c-6.9 3.7-14.1 6.8-21.8 9c-1.7 11.8-11.7 20.7-23.8 20.7h-16c-12.1 0-22.1-8.9-23.8-20.6c-7.6-2.2-14.9-5.3-21.7-9c-9.4 7.1-22.8 6.3-31.3-2.2l-11.3-11.3c-8.6-8.6-9.3-21.9-2.2-31.3c-3.7-6.9-6.8-14.1-9-21.8c-11.8-1.7-20.7-11.7-20.7-23.8v-16c0-12.1 8.9-22.1 20.6-23.8c2.2-7.6 5.3-14.9 9-21.8c-7-9.4-6.3-22.8 2.2-31.3l11.3-11.3c8.6-8.6 21.9-9.3 31.3-2.3c6.8-3.7 14.1-6.8 21.7-9zM528 384a48 48 0 1 0-96 0a48 48 0 1 0 96 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M288 64v64h128l-48-64zm131.2-38.4L496 128h80c17.7 0 32 14.3 32 32v64c17.7 0 32 14.3 32 32s-14.3 32-32 32c-29.2-38.9-75.7-64-128-64s-98.8 25.1-128 64h-64c-29.2-38.9-75.7-64-128-64s-98.8 25.1-128 64c-17.7 0-32-14.3-32-32s14.3-32 32-32v-64c0-17.7 14.3-32 32-32h160V48c0-26.5 21.5-48 48-48h96c20.1 0 39.1 9.5 51.2 25.6M152 256h16c12.1 0 22.1 8.9 23.8 20.6c7.6 2.2 14.9 5.3 21.7 9c9.4-7 22.8-6.3 31.3 2.3l11.3 11.3c8.6 8.6 9.3 21.9 2.3 31.3c3.7 6.8 6.8 14.1 9 21.7C279 353.9 288 363.9 288 376v16c0 12.1-8.9 22.1-20.6 23.8c-2.2 7.6-5.3 14.9-9 21.7c7 9.4 6.3 22.8-2.3 31.3l-11.3 11.3c-8.6 8.6-21.9 9.3-31.3 2.2c-6.8 3.7-14.1 6.8-21.7 9c-1.7 11.8-11.7 20.7-23.8 20.7h-16c-12.1 0-22.1-8.9-23.8-20.6c-7.6-2.2-14.9-5.3-21.7-9c-9.4 7.1-22.8 6.3-31.3-2.2l-11.4-11.3c-8.6-8.6-9.3-21.9-2.3-31.3c-3.7-6.9-6.8-14.1-9-21.8C40.9 414.1 32 404.1 32 392v-16c0-12.1 8.9-22.1 20.6-23.8c2.2-7.6 5.3-14.9 9-21.8c-7-9.4-6.3-22.8 2.3-31.3l11.3-11.3c8.6-8.6 21.9-9.3 31.3-2.3c6.8-3.7 14.1-6.8 21.7-9c1.7-11.6 11.7-20.6 23.8-20.6zm8 176a48 48 0 1 0 0-96a48 48 0 1 0 0 96m288.2-155.4C449.9 265 459.9 256 472 256h16c12.1 0 22.1 8.9 23.8 20.6c7.6 2.2 14.9 5.3 21.8 9c9.4-7 22.8-6.3 31.3 2.3l11.3 11.3c8.6 8.6 9.3 21.9 2.2 31.3c3.7 6.8 6.8 14.1 9 21.7C599 353.9 608 363.9 608 376v16c0 12.1-8.9 22.1-20.6 23.8c-2.2 7.6-5.3 14.9-9 21.7c7 9.4 6.3 22.8-2.2 31.3l-11.3 11.3c-8.6 8.6-21.9 9.3-31.3 2.2c-6.9 3.7-14.1 6.8-21.8 9c-1.7 11.8-11.7 20.7-23.8 20.7h-16c-12.1 0-22.1-8.9-23.8-20.6c-7.6-2.2-14.9-5.3-21.7-9c-9.4 7.1-22.8 6.3-31.3-2.2l-11.3-11.3c-8.6-8.6-9.3-21.9-2.2-31.3c-3.7-6.9-6.8-14.1-9-21.8c-11.8-1.7-20.7-11.7-20.7-23.8v-16c0-12.1 8.9-22.1 20.6-23.8c2.2-7.6 5.3-14.9 9-21.8c-7-9.4-6.3-22.8 2.2-31.3l11.3-11.3c8.6-8.6 21.9-9.3 31.3-2.3c6.8-3.7 14.1-6.8 21.7-9zM528 384a48 48 0 1 0-96 0a48 48 0 1 0 96 0"/></svg> </template>
CSS
.icon-truck-monster {
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%22M288%2064v64h128l-48-64zm131.2-38.4L496%20128h80c17.7%200%2032%2014.3%2032%2032v64c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032c-29.2-38.9-75.7-64-128-64s-98.8%2025.1-128%2064h-64c-29.2-38.9-75.7-64-128-64s-98.8%2025.1-128%2064c-17.7%200-32-14.3-32-32s14.3-32%2032-32v-64c0-17.7%2014.3-32%2032-32h160V48c0-26.5%2021.5-48%2048-48h96c20.1%200%2039.1%209.5%2051.2%2025.6M152%20256h16c12.1%200%2022.1%208.9%2023.8%2020.6c7.6%202.2%2014.9%205.3%2021.7%209c9.4-7%2022.8-6.3%2031.3%202.3l11.3%2011.3c8.6%208.6%209.3%2021.9%202.3%2031.3c3.7%206.8%206.8%2014.1%209%2021.7C279%20353.9%20288%20363.9%20288%20376v16c0%2012.1-8.9%2022.1-20.6%2023.8c-2.2%207.6-5.3%2014.9-9%2021.7c7%209.4%206.3%2022.8-2.3%2031.3l-11.3%2011.3c-8.6%208.6-21.9%209.3-31.3%202.2c-6.8%203.7-14.1%206.8-21.7%209c-1.7%2011.8-11.7%2020.7-23.8%2020.7h-16c-12.1%200-22.1-8.9-23.8-20.6c-7.6-2.2-14.9-5.3-21.7-9c-9.4%207.1-22.8%206.3-31.3-2.2l-11.4-11.3c-8.6-8.6-9.3-21.9-2.3-31.3c-3.7-6.9-6.8-14.1-9-21.8C40.9%20414.1%2032%20404.1%2032%20392v-16c0-12.1%208.9-22.1%2020.6-23.8c2.2-7.6%205.3-14.9%209-21.8c-7-9.4-6.3-22.8%202.3-31.3l11.3-11.3c8.6-8.6%2021.9-9.3%2031.3-2.3c6.8-3.7%2014.1-6.8%2021.7-9c1.7-11.6%2011.7-20.6%2023.8-20.6zm8%20176a48%2048%200%201%200%200-96a48%2048%200%201%200%200%2096m288.2-155.4C449.9%20265%20459.9%20256%20472%20256h16c12.1%200%2022.1%208.9%2023.8%2020.6c7.6%202.2%2014.9%205.3%2021.8%209c9.4-7%2022.8-6.3%2031.3%202.3l11.3%2011.3c8.6%208.6%209.3%2021.9%202.2%2031.3c3.7%206.8%206.8%2014.1%209%2021.7C599%20353.9%20608%20363.9%20608%20376v16c0%2012.1-8.9%2022.1-20.6%2023.8c-2.2%207.6-5.3%2014.9-9%2021.7c7%209.4%206.3%2022.8-2.2%2031.3l-11.3%2011.3c-8.6%208.6-21.9%209.3-31.3%202.2c-6.9%203.7-14.1%206.8-21.8%209c-1.7%2011.8-11.7%2020.7-23.8%2020.7h-16c-12.1%200-22.1-8.9-23.8-20.6c-7.6-2.2-14.9-5.3-21.7-9c-9.4%207.1-22.8%206.3-31.3-2.2l-11.3-11.3c-8.6-8.6-9.3-21.9-2.2-31.3c-3.7-6.9-6.8-14.1-9-21.8c-11.8-1.7-20.7-11.7-20.7-23.8v-16c0-12.1%208.9-22.1%2020.6-23.8c2.2-7.6%205.3-14.9%209-21.8c-7-9.4-6.3-22.8%202.2-31.3l11.3-11.3c8.6-8.6%2021.9-9.3%2031.3-2.3c6.8-3.7%2014.1-6.8%2021.7-9zM528%20384a48%2048%200%201%200-96%200a48%2048%200%201%200%2096%200%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%22M288%2064v64h128l-48-64zm131.2-38.4L496%20128h80c17.7%200%2032%2014.3%2032%2032v64c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032c-29.2-38.9-75.7-64-128-64s-98.8%2025.1-128%2064h-64c-29.2-38.9-75.7-64-128-64s-98.8%2025.1-128%2064c-17.7%200-32-14.3-32-32s14.3-32%2032-32v-64c0-17.7%2014.3-32%2032-32h160V48c0-26.5%2021.5-48%2048-48h96c20.1%200%2039.1%209.5%2051.2%2025.6M152%20256h16c12.1%200%2022.1%208.9%2023.8%2020.6c7.6%202.2%2014.9%205.3%2021.7%209c9.4-7%2022.8-6.3%2031.3%202.3l11.3%2011.3c8.6%208.6%209.3%2021.9%202.3%2031.3c3.7%206.8%206.8%2014.1%209%2021.7C279%20353.9%20288%20363.9%20288%20376v16c0%2012.1-8.9%2022.1-20.6%2023.8c-2.2%207.6-5.3%2014.9-9%2021.7c7%209.4%206.3%2022.8-2.3%2031.3l-11.3%2011.3c-8.6%208.6-21.9%209.3-31.3%202.2c-6.8%203.7-14.1%206.8-21.7%209c-1.7%2011.8-11.7%2020.7-23.8%2020.7h-16c-12.1%200-22.1-8.9-23.8-20.6c-7.6-2.2-14.9-5.3-21.7-9c-9.4%207.1-22.8%206.3-31.3-2.2l-11.4-11.3c-8.6-8.6-9.3-21.9-2.3-31.3c-3.7-6.9-6.8-14.1-9-21.8C40.9%20414.1%2032%20404.1%2032%20392v-16c0-12.1%208.9-22.1%2020.6-23.8c2.2-7.6%205.3-14.9%209-21.8c-7-9.4-6.3-22.8%202.3-31.3l11.3-11.3c8.6-8.6%2021.9-9.3%2031.3-2.3c6.8-3.7%2014.1-6.8%2021.7-9c1.7-11.6%2011.7-20.6%2023.8-20.6zm8%20176a48%2048%200%201%200%200-96a48%2048%200%201%200%200%2096m288.2-155.4C449.9%20265%20459.9%20256%20472%20256h16c12.1%200%2022.1%208.9%2023.8%2020.6c7.6%202.2%2014.9%205.3%2021.8%209c9.4-7%2022.8-6.3%2031.3%202.3l11.3%2011.3c8.6%208.6%209.3%2021.9%202.2%2031.3c3.7%206.8%206.8%2014.1%209%2021.7C599%20353.9%20608%20363.9%20608%20376v16c0%2012.1-8.9%2022.1-20.6%2023.8c-2.2%207.6-5.3%2014.9-9%2021.7c7%209.4%206.3%2022.8-2.2%2031.3l-11.3%2011.3c-8.6%208.6-21.9%209.3-31.3%202.2c-6.9%203.7-14.1%206.8-21.8%209c-1.7%2011.8-11.7%2020.7-23.8%2020.7h-16c-12.1%200-22.1-8.9-23.8-20.6c-7.6-2.2-14.9-5.3-21.7-9c-9.4%207.1-22.8%206.3-31.3-2.2l-11.3-11.3c-8.6-8.6-9.3-21.9-2.2-31.3c-3.7-6.9-6.8-14.1-9-21.8c-11.8-1.7-20.7-11.7-20.7-23.8v-16c0-12.1%208.9-22.1%2020.6-23.8c2.2-7.6%205.3-14.9%209-21.8c-7-9.4-6.3-22.8%202.2-31.3l11.3-11.3c8.6-8.6%2021.9-9.3%2031.3-2.3c6.8-3.7%2014.1-6.8%2021.7-9zM528%20384a48%2048%200%201%200-96%200a48%2048%200%201%200%2096%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/truck-monster.svg?color=%231a73e8&size=48