truck time icon

truck-time-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
truck-time-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the truck time icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M21.5 15.5c.28 0 .5.22.5.5v1c0 1.66-1.34 3-3 3c0-1.65-1.35-3-3-3s-3 1.35-3 3h-2c0-1.65-1.35-3-3-3s-3 1.35-3 3c-1.66 0-3-1.34-3-3v-2c0-.55.45-1 1-1h9.5a2.5 2.5 0 0 0 2.5-2.5V6c0-.55.45-1 1-1h.84c.72 0 1.38.39 1.74 1.01l.64 1.12c.09.16-.03.37-.22.37a2.5 2.5 0 0 0-2.5 2.5v3a2.5 2.5 0 0 0 2.5 2.5z"/><path d="M8 22a2 2 0 1 0 0-4a2 2 0 0 0 0 4m8 0a2 2 0 1 0 0-4a2 2 0 0 0 0 4m6-9.47V14h-3c-.55 0-1-.45-1-1v-3c0-.55.45-1 1-1h1.29l1.45 2.54c.17.3.26.64.26.99M13.08 2H5.69C3.65 2 2 3.65 2 5.69v6.39c0 .55.45 1 1 1h9.15c1.02 0 1.85-.83 1.85-1.85V2.92c0-.51-.41-.92-.92-.92m-3.7 5.91c0 .26-.14.51-.36.64l-1.25.75c-.13.08-.26.11-.39.11c-.25 0-.5-.13-.64-.36c-.22-.36-.1-.82.25-1.03l.89-.53V6.41c0-.41.34-.75.75-.75s.75.34.75.75z"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconTruckTimeFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M21.5 15.5c.28 0 .5.22.5.5v1c0 1.66-1.34 3-3 3c0-1.65-1.35-3-3-3s-3 1.35-3 3h-2c0-1.65-1.35-3-3-3s-3 1.35-3 3c-1.66 0-3-1.34-3-3v-2c0-.55.45-1 1-1h9.5a2.5 2.5 0 0 0 2.5-2.5V6c0-.55.45-1 1-1h.84c.72 0 1.38.39 1.74 1.01l.64 1.12c.09.16-.03.37-.22.37a2.5 2.5 0 0 0-2.5 2.5v3a2.5 2.5 0 0 0 2.5 2.5z"/><path d="M8 22a2 2 0 1 0 0-4a2 2 0 0 0 0 4m8 0a2 2 0 1 0 0-4a2 2 0 0 0 0 4m6-9.47V14h-3c-.55 0-1-.45-1-1v-3c0-.55.45-1 1-1h1.29l1.45 2.54c.17.3.26.64.26.99M13.08 2H5.69C3.65 2 2 3.65 2 5.69v6.39c0 .55.45 1 1 1h9.15c1.02 0 1.85-.83 1.85-1.85V2.92c0-.51-.41-.92-.92-.92m-3.7 5.91c0 .26-.14.51-.36.64l-1.25.75c-.13.08-.26.11-.39.11c-.25 0-.5-.13-.64-.36c-.22-.36-.1-.82.25-1.03l.89-.53V6.41c0-.41.34-.75.75-.75s.75.34.75.75z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M21.5 15.5c.28 0 .5.22.5.5v1c0 1.66-1.34 3-3 3c0-1.65-1.35-3-3-3s-3 1.35-3 3h-2c0-1.65-1.35-3-3-3s-3 1.35-3 3c-1.66 0-3-1.34-3-3v-2c0-.55.45-1 1-1h9.5a2.5 2.5 0 0 0 2.5-2.5V6c0-.55.45-1 1-1h.84c.72 0 1.38.39 1.74 1.01l.64 1.12c.09.16-.03.37-.22.37a2.5 2.5 0 0 0-2.5 2.5v3a2.5 2.5 0 0 0 2.5 2.5z"/><path d="M8 22a2 2 0 1 0 0-4a2 2 0 0 0 0 4m8 0a2 2 0 1 0 0-4a2 2 0 0 0 0 4m6-9.47V14h-3c-.55 0-1-.45-1-1v-3c0-.55.45-1 1-1h1.29l1.45 2.54c.17.3.26.64.26.99M13.08 2H5.69C3.65 2 2 3.65 2 5.69v6.39c0 .55.45 1 1 1h9.15c1.02 0 1.85-.83 1.85-1.85V2.92c0-.51-.41-.92-.92-.92m-3.7 5.91c0 .26-.14.51-.36.64l-1.25.75c-.13.08-.26.11-.39.11c-.25 0-.5-.13-.64-.36c-.22-.36-.1-.82.25-1.03l.89-.53V6.41c0-.41.34-.75.75-.75s.75.34.75.75z"/></g></svg>
</template>

CSS

.icon-truck-time-filled {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M21.5%2015.5c.28%200%20.5.22.5.5v1c0%201.66-1.34%203-3%203c0-1.65-1.35-3-3-3s-3%201.35-3%203h-2c0-1.65-1.35-3-3-3s-3%201.35-3%203c-1.66%200-3-1.34-3-3v-2c0-.55.45-1%201-1h9.5a2.5%202.5%200%200%200%202.5-2.5V6c0-.55.45-1%201-1h.84c.72%200%201.38.39%201.74%201.01l.64%201.12c.09.16-.03.37-.22.37a2.5%202.5%200%200%200-2.5%202.5v3a2.5%202.5%200%200%200%202.5%202.5z%22%2F%3E%3Cpath%20d%3D%22M8%2022a2%202%200%201%200%200-4a2%202%200%200%200%200%204m8%200a2%202%200%201%200%200-4a2%202%200%200%200%200%204m6-9.47V14h-3c-.55%200-1-.45-1-1v-3c0-.55.45-1%201-1h1.29l1.45%202.54c.17.3.26.64.26.99M13.08%202H5.69C3.65%202%202%203.65%202%205.69v6.39c0%20.55.45%201%201%201h9.15c1.02%200%201.85-.83%201.85-1.85V2.92c0-.51-.41-.92-.92-.92m-3.7%205.91c0%20.26-.14.51-.36.64l-1.25.75c-.13.08-.26.11-.39.11c-.25%200-.5-.13-.64-.36c-.22-.36-.1-.82.25-1.03l.89-.53V6.41c0-.41.34-.75.75-.75s.75.34.75.75z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M21.5%2015.5c.28%200%20.5.22.5.5v1c0%201.66-1.34%203-3%203c0-1.65-1.35-3-3-3s-3%201.35-3%203h-2c0-1.65-1.35-3-3-3s-3%201.35-3%203c-1.66%200-3-1.34-3-3v-2c0-.55.45-1%201-1h9.5a2.5%202.5%200%200%200%202.5-2.5V6c0-.55.45-1%201-1h.84c.72%200%201.38.39%201.74%201.01l.64%201.12c.09.16-.03.37-.22.37a2.5%202.5%200%200%200-2.5%202.5v3a2.5%202.5%200%200%200%202.5%202.5z%22%2F%3E%3Cpath%20d%3D%22M8%2022a2%202%200%201%200%200-4a2%202%200%200%200%200%204m8%200a2%202%200%201%200%200-4a2%202%200%200%200%200%204m6-9.47V14h-3c-.55%200-1-.45-1-1v-3c0-.55.45-1%201-1h1.29l1.45%202.54c.17.3.26.64.26.99M13.08%202H5.69C3.65%202%202%203.65%202%205.69v6.39c0%20.55.45%201%201%201h9.15c1.02%200%201.85-.83%201.85-1.85V2.92c0-.51-.41-.92-.92-.92m-3.7%205.91c0%20.26-.14.51-.36.64l-1.25.75c-.13.08-.26.11-.39.11c-.25%200-.5-.13-.64-.36c-.22-.36-.1-.82.25-1.03l.89-.53V6.41c0-.41.34-.75.75-.75s.75.34.75.75z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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