truck-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.

Name
truck-solid
Set
Myna UI Icons
Style
Solid
Viewbox
24×24
License
MIT

1 other variant in Myna UI Icons

The same icon in other sets

Use the truck icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.748 17.205H9.872c-.331 1.448-1.602 2.545-3.148 2.545c-1.545 0-2.816-1.097-3.148-2.546H3a.75.75 0 0 1-.75-.75V6c0-.966.784-1.75 1.75-1.75h9.793c.967 0 1.75.784 1.75 1.75v1.432h1.51c.742 0 1.452.299 1.97.83l2.514 2.578a.75.75 0 0 1 .213.524v5.09a.75.75 0 0 1-.705.75c-.331 1.448-1.603 2.546-3.148 2.546s-2.817-1.097-3.149-2.546m-8.024-2.546c-.94 0-1.733.786-1.733 1.795c0 1.01.794 1.796 1.733 1.796s1.733-.786 1.733-1.796c0-1.009-.793-1.795-1.733-1.795m11.173 0c-.94 0-1.733.786-1.733 1.795c0 1.01.793 1.796 1.733 1.796c.939 0 1.732-.786 1.732-1.796c0-1.009-.793-1.795-1.732-1.795"/></svg>

React

import type { SVGProps } from "react";

export function MynauiTruckSolid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.748 17.205H9.872c-.331 1.448-1.602 2.545-3.148 2.545c-1.545 0-2.816-1.097-3.148-2.546H3a.75.75 0 0 1-.75-.75V6c0-.966.784-1.75 1.75-1.75h9.793c.967 0 1.75.784 1.75 1.75v1.432h1.51c.742 0 1.452.299 1.97.83l2.514 2.578a.75.75 0 0 1 .213.524v5.09a.75.75 0 0 1-.705.75c-.331 1.448-1.603 2.546-3.148 2.546s-2.817-1.097-3.149-2.546m-8.024-2.546c-.94 0-1.733.786-1.733 1.795c0 1.01.794 1.796 1.733 1.796s1.733-.786 1.733-1.796c0-1.009-.793-1.795-1.733-1.795m11.173 0c-.94 0-1.733.786-1.733 1.795c0 1.01.793 1.796 1.733 1.796c.939 0 1.732-.786 1.732-1.796c0-1.009-.793-1.795-1.732-1.795"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.748 17.205H9.872c-.331 1.448-1.602 2.545-3.148 2.545c-1.545 0-2.816-1.097-3.148-2.546H3a.75.75 0 0 1-.75-.75V6c0-.966.784-1.75 1.75-1.75h9.793c.967 0 1.75.784 1.75 1.75v1.432h1.51c.742 0 1.452.299 1.97.83l2.514 2.578a.75.75 0 0 1 .213.524v5.09a.75.75 0 0 1-.705.75c-.331 1.448-1.603 2.546-3.148 2.546s-2.817-1.097-3.149-2.546m-8.024-2.546c-.94 0-1.733.786-1.733 1.795c0 1.01.794 1.796 1.733 1.796s1.733-.786 1.733-1.796c0-1.009-.793-1.795-1.733-1.795m11.173 0c-.94 0-1.733.786-1.733 1.795c0 1.01.793 1.796 1.733 1.796c.939 0 1.732-.786 1.732-1.796c0-1.009-.793-1.795-1.732-1.795"/></svg>
</template>

CSS

.icon-truck-solid {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.748%2017.205H9.872c-.331%201.448-1.602%202.545-3.148%202.545c-1.545%200-2.816-1.097-3.148-2.546H3a.75.75%200%200%201-.75-.75V6c0-.966.784-1.75%201.75-1.75h9.793c.967%200%201.75.784%201.75%201.75v1.432h1.51c.742%200%201.452.299%201.97.83l2.514%202.578a.75.75%200%200%201%20.213.524v5.09a.75.75%200%200%201-.705.75c-.331%201.448-1.603%202.546-3.148%202.546s-2.817-1.097-3.149-2.546m-8.024-2.546c-.94%200-1.733.786-1.733%201.795c0%201.01.794%201.796%201.733%201.796s1.733-.786%201.733-1.796c0-1.009-.793-1.795-1.733-1.795m11.173%200c-.94%200-1.733.786-1.733%201.795c0%201.01.793%201.796%201.733%201.796c.939%200%201.732-.786%201.732-1.796c0-1.009-.793-1.795-1.732-1.795%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.748%2017.205H9.872c-.331%201.448-1.602%202.545-3.148%202.545c-1.545%200-2.816-1.097-3.148-2.546H3a.75.75%200%200%201-.75-.75V6c0-.966.784-1.75%201.75-1.75h9.793c.967%200%201.75.784%201.75%201.75v1.432h1.51c.742%200%201.452.299%201.97.83l2.514%202.578a.75.75%200%200%201%20.213.524v5.09a.75.75%200%200%201-.705.75c-.331%201.448-1.603%202.546-3.148%202.546s-2.817-1.097-3.149-2.546m-8.024-2.546c-.94%200-1.733.786-1.733%201.795c0%201.01.794%201.796%201.733%201.796s1.733-.786%201.733-1.796c0-1.009-.793-1.795-1.733-1.795m11.173%200c-.94%200-1.733.786-1.733%201.795c0%201.01.793%201.796%201.733%201.796c.939%200%201.732-.786%201.732-1.796c0-1.009-.793-1.795-1.732-1.795%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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