delivery truck bolt icon

delivery-truck-bolt-rounded from Material Symbols Light by Google · Rounded · Business · Apache-2.0 Free for personal and commercial use.

Name
delivery-truck-bolt-rounded
Set
Material Symbols Light
Style
Rounded
Category
Business
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More business icons from Material Symbols Light

Use the delivery truck bolt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.25 10.02H3.123q-.242 0-.36-.206q-.119-.205.018-.416l2.058-3.306q.086-.13.23-.09q.143.04.143.202V8.25h1.127q.242 0 .36.205t-.018.416l-2.058 3.287q-.086.13-.23.1t-.143-.192zM7.454 19q-1.039 0-1.77-.73q-.73-.731-.73-1.77q0-.51.24-.935t.527-.824L11.061 6h-2.85q-.213 0-.353-.143q-.14-.144-.14-.357t.143-.357T8.217 5h8.572q.384 0 .627.308q.242.308.155.686L16.998 8.5h1.271q.379 0 .727.174t.566.472l1.797 2.398q.218.292.283.609q.066.316.01.664l-.598 3.037q-.056.292-.283.469t-.519.177h-.483q0 1.039-.73 1.77t-1.77.73t-1.769-.73t-.73-1.77H9.953q0 1.039-.731 1.77t-1.77.73m.047-1q.617 0 1.059-.441Q9 17.117 9 16.5t-.441-1.059T7.5 15t-1.059.441Q6 15.883 6 16.5t.441 1.059Q6.883 18 7.5 18m9.77 0q.617 0 1.058-.441q.441-.442.441-1.059t-.441-1.059T17.269 15t-1.058.441q-.442.442-.442 1.059t.441 1.059q.442.441 1.06.441m-1.384-4.75h4.653l.176-.89l-2.138-2.86h-1.818z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightDeliveryTruckBoltRounded(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="M4.25 10.02H3.123q-.242 0-.36-.206q-.119-.205.018-.416l2.058-3.306q.086-.13.23-.09q.143.04.143.202V8.25h1.127q.242 0 .36.205t-.018.416l-2.058 3.287q-.086.13-.23.1t-.143-.192zM7.454 19q-1.039 0-1.77-.73q-.73-.731-.73-1.77q0-.51.24-.935t.527-.824L11.061 6h-2.85q-.213 0-.353-.143q-.14-.144-.14-.357t.143-.357T8.217 5h8.572q.384 0 .627.308q.242.308.155.686L16.998 8.5h1.271q.379 0 .727.174t.566.472l1.797 2.398q.218.292.283.609q.066.316.01.664l-.598 3.037q-.056.292-.283.469t-.519.177h-.483q0 1.039-.73 1.77t-1.77.73t-1.769-.73t-.73-1.77H9.953q0 1.039-.731 1.77t-1.77.73m.047-1q.617 0 1.059-.441Q9 17.117 9 16.5t-.441-1.059T7.5 15t-1.059.441Q6 15.883 6 16.5t.441 1.059Q6.883 18 7.5 18m9.77 0q.617 0 1.058-.441q.441-.442.441-1.059t-.441-1.059T17.269 15t-1.058.441q-.442.442-.442 1.059t.441 1.059q.442.441 1.06.441m-1.384-4.75h4.653l.176-.89l-2.138-2.86h-1.818z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.25 10.02H3.123q-.242 0-.36-.206q-.119-.205.018-.416l2.058-3.306q.086-.13.23-.09q.143.04.143.202V8.25h1.127q.242 0 .36.205t-.018.416l-2.058 3.287q-.086.13-.23.1t-.143-.192zM7.454 19q-1.039 0-1.77-.73q-.73-.731-.73-1.77q0-.51.24-.935t.527-.824L11.061 6h-2.85q-.213 0-.353-.143q-.14-.144-.14-.357t.143-.357T8.217 5h8.572q.384 0 .627.308q.242.308.155.686L16.998 8.5h1.271q.379 0 .727.174t.566.472l1.797 2.398q.218.292.283.609q.066.316.01.664l-.598 3.037q-.056.292-.283.469t-.519.177h-.483q0 1.039-.73 1.77t-1.77.73t-1.769-.73t-.73-1.77H9.953q0 1.039-.731 1.77t-1.77.73m.047-1q.617 0 1.059-.441Q9 17.117 9 16.5t-.441-1.059T7.5 15t-1.059.441Q6 15.883 6 16.5t.441 1.059Q6.883 18 7.5 18m9.77 0q.617 0 1.058-.441q.441-.442.441-1.059t-.441-1.059T17.269 15t-1.058.441q-.442.442-.442 1.059t.441 1.059q.442.441 1.06.441m-1.384-4.75h4.653l.176-.89l-2.138-2.86h-1.818z"/></svg>
</template>

CSS

.icon-delivery-truck-bolt-rounded {
  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%22M4.25%2010.02H3.123q-.242%200-.36-.206q-.119-.205.018-.416l2.058-3.306q.086-.13.23-.09q.143.04.143.202V8.25h1.127q.242%200%20.36.205t-.018.416l-2.058%203.287q-.086.13-.23.1t-.143-.192zM7.454%2019q-1.039%200-1.77-.73q-.73-.731-.73-1.77q0-.51.24-.935t.527-.824L11.061%206h-2.85q-.213%200-.353-.143q-.14-.144-.14-.357t.143-.357T8.217%205h8.572q.384%200%20.627.308q.242.308.155.686L16.998%208.5h1.271q.379%200%20.727.174t.566.472l1.797%202.398q.218.292.283.609q.066.316.01.664l-.598%203.037q-.056.292-.283.469t-.519.177h-.483q0%201.039-.73%201.77t-1.77.73t-1.769-.73t-.73-1.77H9.953q0%201.039-.731%201.77t-1.77.73m.047-1q.617%200%201.059-.441Q9%2017.117%209%2016.5t-.441-1.059T7.5%2015t-1.059.441Q6%2015.883%206%2016.5t.441%201.059Q6.883%2018%207.5%2018m9.77%200q.617%200%201.058-.441q.441-.442.441-1.059t-.441-1.059T17.269%2015t-1.058.441q-.442.442-.442%201.059t.441%201.059q.442.441%201.06.441m-1.384-4.75h4.653l.176-.89l-2.138-2.86h-1.818z%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%22M4.25%2010.02H3.123q-.242%200-.36-.206q-.119-.205.018-.416l2.058-3.306q.086-.13.23-.09q.143.04.143.202V8.25h1.127q.242%200%20.36.205t-.018.416l-2.058%203.287q-.086.13-.23.1t-.143-.192zM7.454%2019q-1.039%200-1.77-.73q-.73-.731-.73-1.77q0-.51.24-.935t.527-.824L11.061%206h-2.85q-.213%200-.353-.143q-.14-.144-.14-.357t.143-.357T8.217%205h8.572q.384%200%20.627.308q.242.308.155.686L16.998%208.5h1.271q.379%200%20.727.174t.566.472l1.797%202.398q.218.292.283.609q.066.316.01.664l-.598%203.037q-.056.292-.283.469t-.519.177h-.483q0%201.039-.73%201.77t-1.77.73t-1.769-.73t-.73-1.77H9.953q0%201.039-.731%201.77t-1.77.73m.047-1q.617%200%201.059-.441Q9%2017.117%209%2016.5t-.441-1.059T7.5%2015t-1.059.441Q6%2015.883%206%2016.5t.441%201.059Q6.883%2018%207.5%2018m9.77%200q.617%200%201.058-.441q.441-.442.441-1.059t-.441-1.059T17.269%2015t-1.058.441q-.442.442-.442%201.059t.441%201.059q.442.441%201.06.441m-1.384-4.75h4.653l.176-.89l-2.138-2.86h-1.818z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/delivery-truck-bolt-rounded.svg?color=%231a73e8&size=48