shopping bag speed icon
shopping-bag-speed from Material Symbols by Google · Regular · Business · Apache-2.0 Free for personal and commercial use.
- Name
- shopping-bag-speed
- Set
- Material Symbols
- Style
- Regular
- Category
- Business
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More business icons from Material Symbols
Use the shopping bag speed icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.775 22q-.8 0-1.338-.6T4 20h4.075l1-4h2l1.5-6H5.25l.275-2.25q.1-.75.675-1.25T7.525 6H9.5q.2-1.875 1.288-2.937T13.75 2q1.6 0 2.663 1.188T17.45 6H20q.9 0 1.5.675t.475 1.575l-1.5 12q-.1.75-.663 1.25T18.5 22zM1 18l.5-2H7l-.5 2zm2-4l.5-2H10l-.5 2zm8.5-8h3.975q.025-.825-.562-1.412T13.5 4q-.875 0-1.388.538T11.5 6"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsShoppingBagSpeed(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="M5.775 22q-.8 0-1.338-.6T4 20h4.075l1-4h2l1.5-6H5.25l.275-2.25q.1-.75.675-1.25T7.525 6H9.5q.2-1.875 1.288-2.937T13.75 2q1.6 0 2.663 1.188T17.45 6H20q.9 0 1.5.675t.475 1.575l-1.5 12q-.1.75-.663 1.25T18.5 22zM1 18l.5-2H7l-.5 2zm2-4l.5-2H10l-.5 2zm8.5-8h3.975q.025-.825-.562-1.412T13.5 4q-.875 0-1.388.538T11.5 6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.775 22q-.8 0-1.338-.6T4 20h4.075l1-4h2l1.5-6H5.25l.275-2.25q.1-.75.675-1.25T7.525 6H9.5q.2-1.875 1.288-2.937T13.75 2q1.6 0 2.663 1.188T17.45 6H20q.9 0 1.5.675t.475 1.575l-1.5 12q-.1.75-.663 1.25T18.5 22zM1 18l.5-2H7l-.5 2zm2-4l.5-2H10l-.5 2zm8.5-8h3.975q.025-.825-.562-1.412T13.5 4q-.875 0-1.388.538T11.5 6"/></svg> </template>
CSS
.icon-shopping-bag-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%22M5.775%2022q-.8%200-1.338-.6T4%2020h4.075l1-4h2l1.5-6H5.25l.275-2.25q.1-.75.675-1.25T7.525%206H9.5q.2-1.875%201.288-2.937T13.75%202q1.6%200%202.663%201.188T17.45%206H20q.9%200%201.5.675t.475%201.575l-1.5%2012q-.1.75-.663%201.25T18.5%2022zM1%2018l.5-2H7l-.5%202zm2-4l.5-2H10l-.5%202zm8.5-8h3.975q.025-.825-.562-1.412T13.5%204q-.875%200-1.388.538T11.5%206%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%22M5.775%2022q-.8%200-1.338-.6T4%2020h4.075l1-4h2l1.5-6H5.25l.275-2.25q.1-.75.675-1.25T7.525%206H9.5q.2-1.875%201.288-2.937T13.75%202q1.6%200%202.663%201.188T17.45%206H20q.9%200%201.5.675t.475%201.575l-1.5%2012q-.1.75-.663%201.25T18.5%2022zM1%2018l.5-2H7l-.5%202zm2-4l.5-2H10l-.5%202zm8.5-8h3.975q.025-.825-.562-1.412T13.5%204q-.875%200-1.388.538T11.5%206%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/shopping-bag-speed.svg?color=%231a73e8&size=48