Delivery Truck Speed icon

Delivery Truck Speed is a Google Material Symbol from the Business category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

delivery_truck_speed_outlined_fill0_wght400.svg

Delivery Truck Speed icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=delivery_truck_speed" />

<span class="material-symbols-outlined">delivery_truck_speed</span>

Delivery Truck Speed icon in React

// With the font from the HTML tab:
export function DeliveryTruckSpeedIcon() {
  return (
    <span className="material-symbols-outlined">
      delivery_truck_speed
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import DeliveryTruckSpeedIcon from "@material-symbols/svg-400/outlined/delivery_truck_speed.svg?react";

Delivery Truck Speed icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">delivery_truck_speed</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import DeliveryTruckSpeedIcon from "@material-symbols/svg-400/outlined/delivery_truck_speed.svg?component"; -->

Delivery Truck Speed icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">delivery_truck_speed</mat-icon>

Delivery Truck Speed icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.delivery_truck_speed, fill: 0, weight: 400)

Delivery Truck Speed icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/delivery_truck_speed.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M4.7 19.1q-.8-.9-.675-2.125H1.525l.325-1.5h2.8q.375-.45 .913-.712T6.75 14.5q.65 0 1.188 .263T8.85 15.475h4.95l2.3-9.975H4.65l.075-.325q.125-.525 .525-.85t.925-.325h11.8l-.975 4.25h3.125l2.85 3.8-.975 4.925h-2q.125 1.225-.687 2.125T17.25 20q-1.25 0-2.05-.9t-.675-2.125H9.5q.125 1.225-.687 2.125T6.75 20q-1.25 0-2.05-.9Zm11.15-5.85h5.375l.15-.825-2-2.675H16.65l-.8 3.5Zm.025-6.825 .225-.925-2.3 9.975 .2-.9 .85-3.65 1.025-4.5ZM.55 13.075l.375-1.5h5.5l-.375 1.5H.55Zm2-3.65 .375-1.5h6.5l-.375 1.5H2.55Zm4.2 9.075q.525 0 .888-.375t.362-.875q0-.525-.362-.887T6.75 16q-.5 0-.875 .363T5.5 17.25q0 .5 .375 .875t.875 .375Zm10.5 0q.525 0 .888-.375t.362-.875q0-.525-.362-.887T17.25 16q-.5 0-.875 .363T16 17.25q0 .5 .375 .875t.875 .375Z" />
</vector>

Delivery Truck Speed icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/delivery_truck_speed.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/delivery_truck_speed.svg" width="24" height="24" alt="Delivery Truck Speed">

Delivery Truck Speed icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameDelivery Truck Speed
Ligaturedelivery_truck_speed
Code pointU+F3A1
CategoryBusiness
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/delivery_truck_speed.svg, delivery_truck_speed-fill.svg
FlutterSymbols.delivery_truck_speed
LicenseApache License 2.0 (© Google LLC)

Keywords

businesstravellettersmapstransportationvehiclecarautomobiletransportofficesendmotionshopping

Related icons