truck-monster from Font Awesome Solid by Dave Gandy · Solid · Automotive · CC-BY-4.0 Attribution required.

Name
truck-monster
Set
Font Awesome Solid
Style
Solid
Category
Automotive
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

More automotive icons from Font Awesome Solid

Use the truck monster icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="m368 160l48 64H288v-64zm128 64l-76.8-102.4C407.1 105.5 388.1 96 368 96H256c-17.7 0-32 14.3-32 32v96H80c-26.5 0-48 21.5-48 48v64c0 18.1 10.1 33.9 24.9 42.1c-.5 5.7 1.1 11.6 4.7 16.4c-3.7 6.9-6.8 14.1-9 21.8C41 418 32 428 32 440.1v16c0 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.2c6.8 3.7 14.1 6.8 21.7 9c1.7 11.6 11.7 20.6 23.8 20.6h16c12.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.2l11.3-11.3c8.6-8.6 9.3-21.9 2.3-31.3c3.7-6.8 6.8-14.1 9-21.7c11.6-1.7 20.6-11.7 20.6-23.8v-16c0-12.1-8.9-22.1-20.6-23.8c-2.2-7.6-5.3-14.9-9-21.7c2.4-3.2 3.9-6.8 4.5-10.5h114.2c.6 3.7 2.1 7.3 4.5 10.5c-3.7 6.9-6.8 14.1-9 21.8c-11.6 1.7-20.6 11.7-20.6 23.8v16c0 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.5 8.6 21.9 9.3 31.3 2.2c6.8 3.7 14.1 6.8 21.7 9c1.7 11.6 11.7 20.6 23.8 20.6h16c12.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.2l11.3-11.3c8.6-8.6 9.3-21.9 2.2-31.3c3.7-6.8 6.8-14.1 9-21.7c11.6-1.7 20.6-11.7 20.6-23.8v-16c0-12.1-8.9-22.1-20.6-23.8c-2.2-7.6-5.3-14.9-9-21.7c3.6-4.8 5.2-10.7 4.7-16.4c14.8-8.2 24.9-23.9 24.9-42.1v-64c0-26.5-21.5-48-48-48h-64zM160 400c26.5 0 48 21.5 48 48s-21.5 48-48 48s-48-21.5-48-48s21.5-48 48-48m272 48c0-26.5 21.5-48 48-48s48 21.5 48 48s-21.5 48-48 48s-48-21.5-48-48"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidTruckMonster(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="m368 160l48 64H288v-64zm128 64l-76.8-102.4C407.1 105.5 388.1 96 368 96H256c-17.7 0-32 14.3-32 32v96H80c-26.5 0-48 21.5-48 48v64c0 18.1 10.1 33.9 24.9 42.1c-.5 5.7 1.1 11.6 4.7 16.4c-3.7 6.9-6.8 14.1-9 21.8C41 418 32 428 32 440.1v16c0 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.2c6.8 3.7 14.1 6.8 21.7 9c1.7 11.6 11.7 20.6 23.8 20.6h16c12.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.2l11.3-11.3c8.6-8.6 9.3-21.9 2.3-31.3c3.7-6.8 6.8-14.1 9-21.7c11.6-1.7 20.6-11.7 20.6-23.8v-16c0-12.1-8.9-22.1-20.6-23.8c-2.2-7.6-5.3-14.9-9-21.7c2.4-3.2 3.9-6.8 4.5-10.5h114.2c.6 3.7 2.1 7.3 4.5 10.5c-3.7 6.9-6.8 14.1-9 21.8c-11.6 1.7-20.6 11.7-20.6 23.8v16c0 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.5 8.6 21.9 9.3 31.3 2.2c6.8 3.7 14.1 6.8 21.7 9c1.7 11.6 11.7 20.6 23.8 20.6h16c12.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.2l11.3-11.3c8.6-8.6 9.3-21.9 2.2-31.3c3.7-6.8 6.8-14.1 9-21.7c11.6-1.7 20.6-11.7 20.6-23.8v-16c0-12.1-8.9-22.1-20.6-23.8c-2.2-7.6-5.3-14.9-9-21.7c3.6-4.8 5.2-10.7 4.7-16.4c14.8-8.2 24.9-23.9 24.9-42.1v-64c0-26.5-21.5-48-48-48h-64zM160 400c26.5 0 48 21.5 48 48s-21.5 48-48 48s-48-21.5-48-48s21.5-48 48-48m272 48c0-26.5 21.5-48 48-48s48 21.5 48 48s-21.5 48-48 48s-48-21.5-48-48"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="m368 160l48 64H288v-64zm128 64l-76.8-102.4C407.1 105.5 388.1 96 368 96H256c-17.7 0-32 14.3-32 32v96H80c-26.5 0-48 21.5-48 48v64c0 18.1 10.1 33.9 24.9 42.1c-.5 5.7 1.1 11.6 4.7 16.4c-3.7 6.9-6.8 14.1-9 21.8C41 418 32 428 32 440.1v16c0 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.2c6.8 3.7 14.1 6.8 21.7 9c1.7 11.6 11.7 20.6 23.8 20.6h16c12.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.2l11.3-11.3c8.6-8.6 9.3-21.9 2.3-31.3c3.7-6.8 6.8-14.1 9-21.7c11.6-1.7 20.6-11.7 20.6-23.8v-16c0-12.1-8.9-22.1-20.6-23.8c-2.2-7.6-5.3-14.9-9-21.7c2.4-3.2 3.9-6.8 4.5-10.5h114.2c.6 3.7 2.1 7.3 4.5 10.5c-3.7 6.9-6.8 14.1-9 21.8c-11.6 1.7-20.6 11.7-20.6 23.8v16c0 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.5 8.6 21.9 9.3 31.3 2.2c6.8 3.7 14.1 6.8 21.7 9c1.7 11.6 11.7 20.6 23.8 20.6h16c12.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.2l11.3-11.3c8.6-8.6 9.3-21.9 2.2-31.3c3.7-6.8 6.8-14.1 9-21.7c11.6-1.7 20.6-11.7 20.6-23.8v-16c0-12.1-8.9-22.1-20.6-23.8c-2.2-7.6-5.3-14.9-9-21.7c3.6-4.8 5.2-10.7 4.7-16.4c14.8-8.2 24.9-23.9 24.9-42.1v-64c0-26.5-21.5-48-48-48h-64zM160 400c26.5 0 48 21.5 48 48s-21.5 48-48 48s-48-21.5-48-48s21.5-48 48-48m272 48c0-26.5 21.5-48 48-48s48 21.5 48 48s-21.5 48-48 48s-48-21.5-48-48"/></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%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m368%20160l48%2064H288v-64zm128%2064l-76.8-102.4C407.1%20105.5%20388.1%2096%20368%2096H256c-17.7%200-32%2014.3-32%2032v96H80c-26.5%200-48%2021.5-48%2048v64c0%2018.1%2010.1%2033.9%2024.9%2042.1c-.5%205.7%201.1%2011.6%204.7%2016.4c-3.7%206.9-6.8%2014.1-9%2021.8C41%20418%2032%20428%2032%20440.1v16c0%2012.1%208.9%2022.1%2020.6%2023.8c2.2%207.6%205.3%2014.9%209%2021.8c-7%209.4-6.3%2022.8%202.3%2031.3l11.3%2011.3c8.6%208.6%2021.9%209.3%2031.3%202.2c6.8%203.7%2014.1%206.8%2021.7%209c1.7%2011.6%2011.7%2020.6%2023.8%2020.6h16c12.1%200%2022.1-8.9%2023.8-20.6c7.6-2.2%2014.9-5.3%2021.7-9c9.4%207%2022.8%206.3%2031.3-2.2l11.3-11.3c8.6-8.6%209.3-21.9%202.3-31.3c3.7-6.8%206.8-14.1%209-21.7c11.6-1.7%2020.6-11.7%2020.6-23.8v-16c0-12.1-8.9-22.1-20.6-23.8c-2.2-7.6-5.3-14.9-9-21.7c2.4-3.2%203.9-6.8%204.5-10.5h114.2c.6%203.7%202.1%207.3%204.5%2010.5c-3.7%206.9-6.8%2014.1-9%2021.8c-11.6%201.7-20.6%2011.7-20.6%2023.8v16c0%2012.1%208.9%2022.1%2020.6%2023.8c2.2%207.6%205.3%2014.9%209%2021.8c-7%209.4-6.3%2022.8%202.2%2031.3l11.3%2011.3c8.5%208.6%2021.9%209.3%2031.3%202.2c6.8%203.7%2014.1%206.8%2021.7%209c1.7%2011.6%2011.7%2020.6%2023.8%2020.6h16c12.1%200%2022.1-8.9%2023.8-20.6c7.6-2.2%2014.9-5.3%2021.8-9c9.4%207%2022.8%206.3%2031.3-2.2l11.3-11.3c8.6-8.6%209.3-21.9%202.2-31.3c3.7-6.8%206.8-14.1%209-21.7c11.6-1.7%2020.6-11.7%2020.6-23.8v-16c0-12.1-8.9-22.1-20.6-23.8c-2.2-7.6-5.3-14.9-9-21.7c3.6-4.8%205.2-10.7%204.7-16.4c14.8-8.2%2024.9-23.9%2024.9-42.1v-64c0-26.5-21.5-48-48-48h-64zM160%20400c26.5%200%2048%2021.5%2048%2048s-21.5%2048-48%2048s-48-21.5-48-48s21.5-48%2048-48m272%2048c0-26.5%2021.5-48%2048-48s48%2021.5%2048%2048s-21.5%2048-48%2048s-48-21.5-48-48%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%22m368%20160l48%2064H288v-64zm128%2064l-76.8-102.4C407.1%20105.5%20388.1%2096%20368%2096H256c-17.7%200-32%2014.3-32%2032v96H80c-26.5%200-48%2021.5-48%2048v64c0%2018.1%2010.1%2033.9%2024.9%2042.1c-.5%205.7%201.1%2011.6%204.7%2016.4c-3.7%206.9-6.8%2014.1-9%2021.8C41%20418%2032%20428%2032%20440.1v16c0%2012.1%208.9%2022.1%2020.6%2023.8c2.2%207.6%205.3%2014.9%209%2021.8c-7%209.4-6.3%2022.8%202.3%2031.3l11.3%2011.3c8.6%208.6%2021.9%209.3%2031.3%202.2c6.8%203.7%2014.1%206.8%2021.7%209c1.7%2011.6%2011.7%2020.6%2023.8%2020.6h16c12.1%200%2022.1-8.9%2023.8-20.6c7.6-2.2%2014.9-5.3%2021.7-9c9.4%207%2022.8%206.3%2031.3-2.2l11.3-11.3c8.6-8.6%209.3-21.9%202.3-31.3c3.7-6.8%206.8-14.1%209-21.7c11.6-1.7%2020.6-11.7%2020.6-23.8v-16c0-12.1-8.9-22.1-20.6-23.8c-2.2-7.6-5.3-14.9-9-21.7c2.4-3.2%203.9-6.8%204.5-10.5h114.2c.6%203.7%202.1%207.3%204.5%2010.5c-3.7%206.9-6.8%2014.1-9%2021.8c-11.6%201.7-20.6%2011.7-20.6%2023.8v16c0%2012.1%208.9%2022.1%2020.6%2023.8c2.2%207.6%205.3%2014.9%209%2021.8c-7%209.4-6.3%2022.8%202.2%2031.3l11.3%2011.3c8.5%208.6%2021.9%209.3%2031.3%202.2c6.8%203.7%2014.1%206.8%2021.7%209c1.7%2011.6%2011.7%2020.6%2023.8%2020.6h16c12.1%200%2022.1-8.9%2023.8-20.6c7.6-2.2%2014.9-5.3%2021.8-9c9.4%207%2022.8%206.3%2031.3-2.2l11.3-11.3c8.6-8.6%209.3-21.9%202.2-31.3c3.7-6.8%206.8-14.1%209-21.7c11.6-1.7%2020.6-11.7%2020.6-23.8v-16c0-12.1-8.9-22.1-20.6-23.8c-2.2-7.6-5.3-14.9-9-21.7c3.6-4.8%205.2-10.7%204.7-16.4c14.8-8.2%2024.9-23.9%2024.9-42.1v-64c0-26.5-21.5-48-48-48h-64zM160%20400c26.5%200%2048%2021.5%2048%2048s-21.5%2048-48%2048s-48-21.5-48-48s21.5-48%2048-48m272%2048c0-26.5%2021.5-48%2048-48s48%2021.5%2048%2048s-21.5%2048-48%2048s-48-21.5-48-48%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/truck-monster.svg?color=%231a73e8&size=48