truck loading icon

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

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

The same icon in other sets

More moving icons from Line Awesome

Use the truck loading icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M17 5v16.074L2.732 25.035l.536 1.928l16.748-4.649A5.003 5.003 0 0 0 25 27c2.757 0 5-2.243 5-5s-2.243-5-5-5a5 5 0 0 0-4.633 3.139L19 20.518V7h11V5zm-4.54 4.764L1.917 12.787l2.775 9.684l10.545-3.026l-2.775-9.681zm-1.37 2.472l1.674 5.838l-6.7 1.92l-1.673-5.836zM25 19c1.654 0 3 1.346 3 3s-1.346 3-3 3s-3-1.346-3-3s1.346-3 3-3"/></svg>

React

import type { SVGProps } from "react";

export function LaTruckLoading(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="M17 5v16.074L2.732 25.035l.536 1.928l16.748-4.649A5.003 5.003 0 0 0 25 27c2.757 0 5-2.243 5-5s-2.243-5-5-5a5 5 0 0 0-4.633 3.139L19 20.518V7h11V5zm-4.54 4.764L1.917 12.787l2.775 9.684l10.545-3.026l-2.775-9.681zm-1.37 2.472l1.674 5.838l-6.7 1.92l-1.673-5.836zM25 19c1.654 0 3 1.346 3 3s-1.346 3-3 3s-3-1.346-3-3s1.346-3 3-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="M17 5v16.074L2.732 25.035l.536 1.928l16.748-4.649A5.003 5.003 0 0 0 25 27c2.757 0 5-2.243 5-5s-2.243-5-5-5a5 5 0 0 0-4.633 3.139L19 20.518V7h11V5zm-4.54 4.764L1.917 12.787l2.775 9.684l10.545-3.026l-2.775-9.681zm-1.37 2.472l1.674 5.838l-6.7 1.92l-1.673-5.836zM25 19c1.654 0 3 1.346 3 3s-1.346 3-3 3s-3-1.346-3-3s1.346-3 3-3"/></svg>
</template>

CSS

.icon-truck-loading {
  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%22M17%205v16.074L2.732%2025.035l.536%201.928l16.748-4.649A5.003%205.003%200%200%200%2025%2027c2.757%200%205-2.243%205-5s-2.243-5-5-5a5%205%200%200%200-4.633%203.139L19%2020.518V7h11V5zm-4.54%204.764L1.917%2012.787l2.775%209.684l10.545-3.026l-2.775-9.681zm-1.37%202.472l1.674%205.838l-6.7%201.92l-1.673-5.836zM25%2019c1.654%200%203%201.346%203%203s-1.346%203-3%203s-3-1.346-3-3s1.346-3%203-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%22M17%205v16.074L2.732%2025.035l.536%201.928l16.748-4.649A5.003%205.003%200%200%200%2025%2027c2.757%200%205-2.243%205-5s-2.243-5-5-5a5%205%200%200%200-4.633%203.139L19%2020.518V7h11V5zm-4.54%204.764L1.917%2012.787l2.775%209.684l10.545-3.026l-2.775-9.681zm-1.37%202.472l1.674%205.838l-6.7%201.92l-1.673-5.836zM25%2019c1.654%200%203%201.346%203%203s-1.346%203-3%203s-3-1.346-3-3s1.346-3%203-3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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