delivery truck bolt icon

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

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

3 other variants in Material Symbols

The same icon in other sets

More business icons from Material Symbols

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="M3.5 10H1.95q-.3 0-.437-.262t.037-.513l2.5-3.575q.125-.15.288-.1t.162.25V8h1.55q.3 0 .437.263t-.037.512l-2.5 3.575q-.125.15-.288.1T3.5 12.2zm3.3 10q-1.25 0-2.125-.875T3.8 17q0-.625.288-1.175t.787-.95L10.85 6h-3.1q-.425 0-.7-.288T6.775 5t.288-.712T7.775 4h8.975q.5 0 .8.375t.175.85L17.075 8H19q.475 0 .9.213t.7.587l1.875 2.475q.275.35.35.763t0 .837L22.15 16.2q-.075.35-.35.575t-.625.225H20q0 1.25-.875 2.125T17 20t-2.125-.875T14 17H9.8q0 1.25-.875 2.125T6.8 20m.2-2q.425 0 .713-.288T8 17t-.288-.712T7 16t-.712.288T6 17t.288.713T7 18m10 0q.425 0 .713-.288T18 17t-.288-.712T17 16t-.712.288T16 17t.288.713T17 18m-1.075-5h4.825l.1-.525L19 10h-2.375z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsDeliveryTruckBoltRounded(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="M3.5 10H1.95q-.3 0-.437-.262t.037-.513l2.5-3.575q.125-.15.288-.1t.162.25V8h1.55q.3 0 .437.263t-.037.512l-2.5 3.575q-.125.15-.288.1T3.5 12.2zm3.3 10q-1.25 0-2.125-.875T3.8 17q0-.625.288-1.175t.787-.95L10.85 6h-3.1q-.425 0-.7-.288T6.775 5t.288-.712T7.775 4h8.975q.5 0 .8.375t.175.85L17.075 8H19q.475 0 .9.213t.7.587l1.875 2.475q.275.35.35.763t0 .837L22.15 16.2q-.075.35-.35.575t-.625.225H20q0 1.25-.875 2.125T17 20t-2.125-.875T14 17H9.8q0 1.25-.875 2.125T6.8 20m.2-2q.425 0 .713-.288T8 17t-.288-.712T7 16t-.712.288T6 17t.288.713T7 18m10 0q.425 0 .713-.288T18 17t-.288-.712T17 16t-.712.288T16 17t.288.713T17 18m-1.075-5h4.825l.1-.525L19 10h-2.375z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.5 10H1.95q-.3 0-.437-.262t.037-.513l2.5-3.575q.125-.15.288-.1t.162.25V8h1.55q.3 0 .437.263t-.037.512l-2.5 3.575q-.125.15-.288.1T3.5 12.2zm3.3 10q-1.25 0-2.125-.875T3.8 17q0-.625.288-1.175t.787-.95L10.85 6h-3.1q-.425 0-.7-.288T6.775 5t.288-.712T7.775 4h8.975q.5 0 .8.375t.175.85L17.075 8H19q.475 0 .9.213t.7.587l1.875 2.475q.275.35.35.763t0 .837L22.15 16.2q-.075.35-.35.575t-.625.225H20q0 1.25-.875 2.125T17 20t-2.125-.875T14 17H9.8q0 1.25-.875 2.125T6.8 20m.2-2q.425 0 .713-.288T8 17t-.288-.712T7 16t-.712.288T6 17t.288.713T7 18m10 0q.425 0 .713-.288T18 17t-.288-.712T17 16t-.712.288T16 17t.288.713T17 18m-1.075-5h4.825l.1-.525L19 10h-2.375z"/></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%22M3.5%2010H1.95q-.3%200-.437-.262t.037-.513l2.5-3.575q.125-.15.288-.1t.162.25V8h1.55q.3%200%20.437.263t-.037.512l-2.5%203.575q-.125.15-.288.1T3.5%2012.2zm3.3%2010q-1.25%200-2.125-.875T3.8%2017q0-.625.288-1.175t.787-.95L10.85%206h-3.1q-.425%200-.7-.288T6.775%205t.288-.712T7.775%204h8.975q.5%200%20.8.375t.175.85L17.075%208H19q.475%200%20.9.213t.7.587l1.875%202.475q.275.35.35.763t0%20.837L22.15%2016.2q-.075.35-.35.575t-.625.225H20q0%201.25-.875%202.125T17%2020t-2.125-.875T14%2017H9.8q0%201.25-.875%202.125T6.8%2020m.2-2q.425%200%20.713-.288T8%2017t-.288-.712T7%2016t-.712.288T6%2017t.288.713T7%2018m10%200q.425%200%20.713-.288T18%2017t-.288-.712T17%2016t-.712.288T16%2017t.288.713T17%2018m-1.075-5h4.825l.1-.525L19%2010h-2.375z%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%22M3.5%2010H1.95q-.3%200-.437-.262t.037-.513l2.5-3.575q.125-.15.288-.1t.162.25V8h1.55q.3%200%20.437.263t-.037.512l-2.5%203.575q-.125.15-.288.1T3.5%2012.2zm3.3%2010q-1.25%200-2.125-.875T3.8%2017q0-.625.288-1.175t.787-.95L10.85%206h-3.1q-.425%200-.7-.288T6.775%205t.288-.712T7.775%204h8.975q.5%200%20.8.375t.175.85L17.075%208H19q.475%200%20.9.213t.7.587l1.875%202.475q.275.35.35.763t0%20.837L22.15%2016.2q-.075.35-.35.575t-.625.225H20q0%201.25-.875%202.125T17%2020t-2.125-.875T14%2017H9.8q0%201.25-.875%202.125T6.8%2020m.2-2q.425%200%20.713-.288T8%2017t-.288-.712T7%2016t-.712.288T6%2017t.288.713T7%2018m10%200q.425%200%20.713-.288T18%2017t-.288-.712T17%2016t-.712.288T16%2017t.288.713T17%2018m-1.075-5h4.825l.1-.525L19%2010h-2.375z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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