delivery truck speed icon
delivery-truck-speed from Material Symbols by Google · Regular · Business · Apache-2.0 Free for personal and commercial use.
- Name
- delivery-truck-speed
- Set
- Material Symbols
- Style
- Regular
- Category
- Business
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- delivery-truck-speed-sharp
3 other variants in Material Symbols
The same icon in other sets
More business icons from Material Symbols
Use the delivery truck speed icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m.5 13.325l.5-2h5.5l-.5 2zm4.375 5.8Q4 18.25 4 17H1.5l.5-2.175h5.175l.9-3.65h2.1l1.25-5H4.5l.15-.6q.15-.7.688-1.137T6.6 4H18l-.925 4H20l3 4l-1 5h-2q0 1.25-.875 2.125T17 20t-2.125-.875T14 17h-4q0 1.25-.875 2.125T7 20t-2.125-.875M2.5 9.675l.5-2h6.5l-.5 2zM7 18q.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 MaterialSymbolsDeliveryTruckSpeed(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="m.5 13.325l.5-2h5.5l-.5 2zm4.375 5.8Q4 18.25 4 17H1.5l.5-2.175h5.175l.9-3.65h2.1l1.25-5H4.5l.15-.6q.15-.7.688-1.137T6.6 4H18l-.925 4H20l3 4l-1 5h-2q0 1.25-.875 2.125T17 20t-2.125-.875T14 17h-4q0 1.25-.875 2.125T7 20t-2.125-.875M2.5 9.675l.5-2h6.5l-.5 2zM7 18q.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="m.5 13.325l.5-2h5.5l-.5 2zm4.375 5.8Q4 18.25 4 17H1.5l.5-2.175h5.175l.9-3.65h2.1l1.25-5H4.5l.15-.6q.15-.7.688-1.137T6.6 4H18l-.925 4H20l3 4l-1 5h-2q0 1.25-.875 2.125T17 20t-2.125-.875T14 17h-4q0 1.25-.875 2.125T7 20t-2.125-.875M2.5 9.675l.5-2h6.5l-.5 2zM7 18q.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-speed {
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%22m.5%2013.325l.5-2h5.5l-.5%202zm4.375%205.8Q4%2018.25%204%2017H1.5l.5-2.175h5.175l.9-3.65h2.1l1.25-5H4.5l.15-.6q.15-.7.688-1.137T6.6%204H18l-.925%204H20l3%204l-1%205h-2q0%201.25-.875%202.125T17%2020t-2.125-.875T14%2017h-4q0%201.25-.875%202.125T7%2020t-2.125-.875M2.5%209.675l.5-2h6.5l-.5%202zM7%2018q.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%22m.5%2013.325l.5-2h5.5l-.5%202zm4.375%205.8Q4%2018.25%204%2017H1.5l.5-2.175h5.175l.9-3.65h2.1l1.25-5H4.5l.15-.6q.15-.7.688-1.137T6.6%204H18l-.925%204H20l3%204l-1%205h-2q0%201.25-.875%202.125T17%2020t-2.125-.875T14%2017h-4q0%201.25-.875%202.125T7%2020t-2.125-.875M2.5%209.675l.5-2h6.5l-.5%202zM7%2018q.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-speed.svg?color=%231a73e8&size=48