truck monster icon

truck-monster from Line Awesome by Icons8 · Line · Automotive · Apache-2.0 Free for personal and commercial use.

Name
truck-monster
Set
Line Awesome
Style
Line
Category
Automotive
Viewbox
32×32
License
Apache 2.0
Aliases
truck-monster-solid

The same icon in other sets

More automotive icons from Line Awesome

Use the truck monster icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M14 4c-1.103 0-2 .897-2 2v4H6c-1.654 0-3 1.346-3 3v2.82a6.48 6.48 0 0 0-2 4.68C1 24.084 3.916 27 7.5 27s6.5-2.916 6.5-6.5a6.5 6.5 0 0 0-.182-1.5h4.364A6.5 6.5 0 0 0 18 20.5c0 3.584 2.916 6.5 6.5 6.5s6.5-2.916 6.5-6.5c0-1.838-.77-3.496-2-4.68V12c0-1.103-.897-2-2-2h-3.465l-2.812-4.219A3.99 3.99 0 0 0 17.395 4zm0 2h3.395c.669 0 1.292.333 1.664.89L21.13 10H14zm-8 6h21v2.502A6.5 6.5 0 0 0 24.5 14a6.5 6.5 0 0 0-5.469 3H12.97a6.5 6.5 0 0 0-5.47-3c-.886 0-1.73.18-2.5.502V13a1 1 0 0 1 1-1m1.5 4c.173 0 .338.032.506.05l-.053.477a3.9 3.9 0 0 1 1.572.524l.245-.414a4.5 4.5 0 0 1 1.847 2.06l-.451.2c.222.504.334 1.044.334 1.603v.025l.498-.011a4.46 4.46 0 0 1-.883 2.64l-.39-.287c-.328.447-.757.83-1.239 1.106l.239.416A4.45 4.45 0 0 1 7.5 25c-.164 0-.32-.032-.48-.049l.048-.474a3.95 3.95 0 0 1-1.576-.516l-.24.414a4.5 4.5 0 0 1-1.857-2.05l.449-.2a3.95 3.95 0 0 1-.346-1.6l.004-.08l-.5.028a4.46 4.46 0 0 1 .9-2.647l.387.29a4.05 4.05 0 0 1 1.244-1.1L5.3 16.6a4.44 4.44 0 0 1 2.201-.6zm17 0c.804 0 1.547.229 2.201.6l-.234.416c.483.274.913.653 1.244 1.1l.387-.29c.554.744.894 1.654.9 2.649l-.498.025c0 .566-.115 1.112-.344 1.625l.45.2a4.5 4.5 0 0 1-1.86 2.05l-.24-.414a3.9 3.9 0 0 1-1.576.516l.049.474c-.16.017-.315.049-.479.049a4.45 4.45 0 0 1-2.225-.611l.239-.416a4 4 0 0 1-1.239-1.108l-.39.287a4.46 4.46 0 0 1-.883-2.64l.498-.012c0-.559.112-1.099.334-1.604l-.451-.199a4.5 4.5 0 0 1 1.847-2.06l.245.414a3.9 3.9 0 0 1 1.572-.524l-.053-.476c.168-.02.333-.051.506-.051m-17 3a1.5 1.5 0 0 0 0 3a1.5 1.5 0 0 0 0-3m17 0a1.5 1.5 0 0 0 0 3a1.5 1.5 0 0 0 0-3"/></svg>

React

import type { SVGProps } from "react";

export function LaTruckMonster(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M14 4c-1.103 0-2 .897-2 2v4H6c-1.654 0-3 1.346-3 3v2.82a6.48 6.48 0 0 0-2 4.68C1 24.084 3.916 27 7.5 27s6.5-2.916 6.5-6.5a6.5 6.5 0 0 0-.182-1.5h4.364A6.5 6.5 0 0 0 18 20.5c0 3.584 2.916 6.5 6.5 6.5s6.5-2.916 6.5-6.5c0-1.838-.77-3.496-2-4.68V12c0-1.103-.897-2-2-2h-3.465l-2.812-4.219A3.99 3.99 0 0 0 17.395 4zm0 2h3.395c.669 0 1.292.333 1.664.89L21.13 10H14zm-8 6h21v2.502A6.5 6.5 0 0 0 24.5 14a6.5 6.5 0 0 0-5.469 3H12.97a6.5 6.5 0 0 0-5.47-3c-.886 0-1.73.18-2.5.502V13a1 1 0 0 1 1-1m1.5 4c.173 0 .338.032.506.05l-.053.477a3.9 3.9 0 0 1 1.572.524l.245-.414a4.5 4.5 0 0 1 1.847 2.06l-.451.2c.222.504.334 1.044.334 1.603v.025l.498-.011a4.46 4.46 0 0 1-.883 2.64l-.39-.287c-.328.447-.757.83-1.239 1.106l.239.416A4.45 4.45 0 0 1 7.5 25c-.164 0-.32-.032-.48-.049l.048-.474a3.95 3.95 0 0 1-1.576-.516l-.24.414a4.5 4.5 0 0 1-1.857-2.05l.449-.2a3.95 3.95 0 0 1-.346-1.6l.004-.08l-.5.028a4.46 4.46 0 0 1 .9-2.647l.387.29a4.05 4.05 0 0 1 1.244-1.1L5.3 16.6a4.44 4.44 0 0 1 2.201-.6zm17 0c.804 0 1.547.229 2.201.6l-.234.416c.483.274.913.653 1.244 1.1l.387-.29c.554.744.894 1.654.9 2.649l-.498.025c0 .566-.115 1.112-.344 1.625l.45.2a4.5 4.5 0 0 1-1.86 2.05l-.24-.414a3.9 3.9 0 0 1-1.576.516l.049.474c-.16.017-.315.049-.479.049a4.45 4.45 0 0 1-2.225-.611l.239-.416a4 4 0 0 1-1.239-1.108l-.39.287a4.46 4.46 0 0 1-.883-2.64l.498-.012c0-.559.112-1.099.334-1.604l-.451-.199a4.5 4.5 0 0 1 1.847-2.06l.245.414a3.9 3.9 0 0 1 1.572-.524l-.053-.476c.168-.02.333-.051.506-.051m-17 3a1.5 1.5 0 0 0 0 3a1.5 1.5 0 0 0 0-3m17 0a1.5 1.5 0 0 0 0 3a1.5 1.5 0 0 0 0-3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M14 4c-1.103 0-2 .897-2 2v4H6c-1.654 0-3 1.346-3 3v2.82a6.48 6.48 0 0 0-2 4.68C1 24.084 3.916 27 7.5 27s6.5-2.916 6.5-6.5a6.5 6.5 0 0 0-.182-1.5h4.364A6.5 6.5 0 0 0 18 20.5c0 3.584 2.916 6.5 6.5 6.5s6.5-2.916 6.5-6.5c0-1.838-.77-3.496-2-4.68V12c0-1.103-.897-2-2-2h-3.465l-2.812-4.219A3.99 3.99 0 0 0 17.395 4zm0 2h3.395c.669 0 1.292.333 1.664.89L21.13 10H14zm-8 6h21v2.502A6.5 6.5 0 0 0 24.5 14a6.5 6.5 0 0 0-5.469 3H12.97a6.5 6.5 0 0 0-5.47-3c-.886 0-1.73.18-2.5.502V13a1 1 0 0 1 1-1m1.5 4c.173 0 .338.032.506.05l-.053.477a3.9 3.9 0 0 1 1.572.524l.245-.414a4.5 4.5 0 0 1 1.847 2.06l-.451.2c.222.504.334 1.044.334 1.603v.025l.498-.011a4.46 4.46 0 0 1-.883 2.64l-.39-.287c-.328.447-.757.83-1.239 1.106l.239.416A4.45 4.45 0 0 1 7.5 25c-.164 0-.32-.032-.48-.049l.048-.474a3.95 3.95 0 0 1-1.576-.516l-.24.414a4.5 4.5 0 0 1-1.857-2.05l.449-.2a3.95 3.95 0 0 1-.346-1.6l.004-.08l-.5.028a4.46 4.46 0 0 1 .9-2.647l.387.29a4.05 4.05 0 0 1 1.244-1.1L5.3 16.6a4.44 4.44 0 0 1 2.201-.6zm17 0c.804 0 1.547.229 2.201.6l-.234.416c.483.274.913.653 1.244 1.1l.387-.29c.554.744.894 1.654.9 2.649l-.498.025c0 .566-.115 1.112-.344 1.625l.45.2a4.5 4.5 0 0 1-1.86 2.05l-.24-.414a3.9 3.9 0 0 1-1.576.516l.049.474c-.16.017-.315.049-.479.049a4.45 4.45 0 0 1-2.225-.611l.239-.416a4 4 0 0 1-1.239-1.108l-.39.287a4.46 4.46 0 0 1-.883-2.64l.498-.012c0-.559.112-1.099.334-1.604l-.451-.199a4.5 4.5 0 0 1 1.847-2.06l.245.414a3.9 3.9 0 0 1 1.572-.524l-.053-.476c.168-.02.333-.051.506-.051m-17 3a1.5 1.5 0 0 0 0 3a1.5 1.5 0 0 0 0-3m17 0a1.5 1.5 0 0 0 0 3a1.5 1.5 0 0 0 0-3"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%204c-1.103%200-2%20.897-2%202v4H6c-1.654%200-3%201.346-3%203v2.82a6.48%206.48%200%200%200-2%204.68C1%2024.084%203.916%2027%207.5%2027s6.5-2.916%206.5-6.5a6.5%206.5%200%200%200-.182-1.5h4.364A6.5%206.5%200%200%200%2018%2020.5c0%203.584%202.916%206.5%206.5%206.5s6.5-2.916%206.5-6.5c0-1.838-.77-3.496-2-4.68V12c0-1.103-.897-2-2-2h-3.465l-2.812-4.219A3.99%203.99%200%200%200%2017.395%204zm0%202h3.395c.669%200%201.292.333%201.664.89L21.13%2010H14zm-8%206h21v2.502A6.5%206.5%200%200%200%2024.5%2014a6.5%206.5%200%200%200-5.469%203H12.97a6.5%206.5%200%200%200-5.47-3c-.886%200-1.73.18-2.5.502V13a1%201%200%200%201%201-1m1.5%204c.173%200%20.338.032.506.05l-.053.477a3.9%203.9%200%200%201%201.572.524l.245-.414a4.5%204.5%200%200%201%201.847%202.06l-.451.2c.222.504.334%201.044.334%201.603v.025l.498-.011a4.46%204.46%200%200%201-.883%202.64l-.39-.287c-.328.447-.757.83-1.239%201.106l.239.416A4.45%204.45%200%200%201%207.5%2025c-.164%200-.32-.032-.48-.049l.048-.474a3.95%203.95%200%200%201-1.576-.516l-.24.414a4.5%204.5%200%200%201-1.857-2.05l.449-.2a3.95%203.95%200%200%201-.346-1.6l.004-.08l-.5.028a4.46%204.46%200%200%201%20.9-2.647l.387.29a4.05%204.05%200%200%201%201.244-1.1L5.3%2016.6a4.44%204.44%200%200%201%202.201-.6zm17%200c.804%200%201.547.229%202.201.6l-.234.416c.483.274.913.653%201.244%201.1l.387-.29c.554.744.894%201.654.9%202.649l-.498.025c0%20.566-.115%201.112-.344%201.625l.45.2a4.5%204.5%200%200%201-1.86%202.05l-.24-.414a3.9%203.9%200%200%201-1.576.516l.049.474c-.16.017-.315.049-.479.049a4.45%204.45%200%200%201-2.225-.611l.239-.416a4%204%200%200%201-1.239-1.108l-.39.287a4.46%204.46%200%200%201-.883-2.64l.498-.012c0-.559.112-1.099.334-1.604l-.451-.199a4.5%204.5%200%200%201%201.847-2.06l.245.414a3.9%203.9%200%200%201%201.572-.524l-.053-.476c.168-.02.333-.051.506-.051m-17%203a1.5%201.5%200%200%200%200%203a1.5%201.5%200%200%200%200-3m17%200a1.5%201.5%200%200%200%200%203a1.5%201.5%200%200%200%200-3%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%204c-1.103%200-2%20.897-2%202v4H6c-1.654%200-3%201.346-3%203v2.82a6.48%206.48%200%200%200-2%204.68C1%2024.084%203.916%2027%207.5%2027s6.5-2.916%206.5-6.5a6.5%206.5%200%200%200-.182-1.5h4.364A6.5%206.5%200%200%200%2018%2020.5c0%203.584%202.916%206.5%206.5%206.5s6.5-2.916%206.5-6.5c0-1.838-.77-3.496-2-4.68V12c0-1.103-.897-2-2-2h-3.465l-2.812-4.219A3.99%203.99%200%200%200%2017.395%204zm0%202h3.395c.669%200%201.292.333%201.664.89L21.13%2010H14zm-8%206h21v2.502A6.5%206.5%200%200%200%2024.5%2014a6.5%206.5%200%200%200-5.469%203H12.97a6.5%206.5%200%200%200-5.47-3c-.886%200-1.73.18-2.5.502V13a1%201%200%200%201%201-1m1.5%204c.173%200%20.338.032.506.05l-.053.477a3.9%203.9%200%200%201%201.572.524l.245-.414a4.5%204.5%200%200%201%201.847%202.06l-.451.2c.222.504.334%201.044.334%201.603v.025l.498-.011a4.46%204.46%200%200%201-.883%202.64l-.39-.287c-.328.447-.757.83-1.239%201.106l.239.416A4.45%204.45%200%200%201%207.5%2025c-.164%200-.32-.032-.48-.049l.048-.474a3.95%203.95%200%200%201-1.576-.516l-.24.414a4.5%204.5%200%200%201-1.857-2.05l.449-.2a3.95%203.95%200%200%201-.346-1.6l.004-.08l-.5.028a4.46%204.46%200%200%201%20.9-2.647l.387.29a4.05%204.05%200%200%201%201.244-1.1L5.3%2016.6a4.44%204.44%200%200%201%202.201-.6zm17%200c.804%200%201.547.229%202.201.6l-.234.416c.483.274.913.653%201.244%201.1l.387-.29c.554.744.894%201.654.9%202.649l-.498.025c0%20.566-.115%201.112-.344%201.625l.45.2a4.5%204.5%200%200%201-1.86%202.05l-.24-.414a3.9%203.9%200%200%201-1.576.516l.049.474c-.16.017-.315.049-.479.049a4.45%204.45%200%200%201-2.225-.611l.239-.416a4%204%200%200%201-1.239-1.108l-.39.287a4.46%204.46%200%200%201-.883-2.64l.498-.012c0-.559.112-1.099.334-1.604l-.451-.199a4.5%204.5%200%200%201%201.847-2.06l.245.414a3.9%203.9%200%200%201%201.572-.524l-.053-.476c.168-.02.333-.051.506-.051m-17%203a1.5%201.5%200%200%200%200%203a1.5%201.5%200%200%200%200-3m17%200a1.5%201.5%200%200%200%200%203a1.5%201.5%200%200%200%200-3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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