shopping bag speed icon

shopping-bag-speed-sharp from Material Symbols by Google · Sharp · Business · Apache-2.0 Free for personal and commercial use.

Name
shopping-bag-speed-sharp
Set
Material Symbols
Style
Sharp
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="M3.75 22L4 20h4.075l1-4h2l1.5-6H5.25l.5-4H9.5q.2-1.875 1.288-2.937T13.75 2q1.6 0 2.663 1.188T17.45 6h4.8l-2 16zM1 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 MaterialSymbolsShoppingBagSpeedSharp(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.75 22L4 20h4.075l1-4h2l1.5-6H5.25l.5-4H9.5q.2-1.875 1.288-2.937T13.75 2q1.6 0 2.663 1.188T17.45 6h4.8l-2 16zM1 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="M3.75 22L4 20h4.075l1-4h2l1.5-6H5.25l.5-4H9.5q.2-1.875 1.288-2.937T13.75 2q1.6 0 2.663 1.188T17.45 6h4.8l-2 16zM1 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-sharp {
  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.75%2022L4%2020h4.075l1-4h2l1.5-6H5.25l.5-4H9.5q.2-1.875%201.288-2.937T13.75%202q1.6%200%202.663%201.188T17.45%206h4.8l-2%2016zM1%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%22M3.75%2022L4%2020h4.075l1-4h2l1.5-6H5.25l.5-4H9.5q.2-1.875%201.288-2.937T13.75%202q1.6%200%202.663%201.188T17.45%206h4.8l-2%2016zM1%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-sharp.svg?color=%231a73e8&size=48