shopping bag speed icon

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

Name
shopping-bag-speed-outline-sharp
Set
Material Symbols
Style
Outline 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="m1 18l.5-2H7l-.5 2zm2-4l.5-2H10l-.5 2zm15.575 6l.5-4l.725-6l.25-1.975zM3.75 22L4 20h14.575L20.05 8.025H17.3L16.925 11h-2l.35-2.975H11.3L10.925 11H8.9l.35-2.975H5.5L5.75 6H9.5q.2-1.875 1.288-2.937T13.75 2q1.6 0 2.663 1.188T17.45 6h4.8l-2 16zM11.5 6h3.975q.025-.825-.562-1.412T13.5 4q-.875 0-1.388.538T11.5 6"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsShoppingBagSpeedOutlineSharp(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="m1 18l.5-2H7l-.5 2zm2-4l.5-2H10l-.5 2zm15.575 6l.5-4l.725-6l.25-1.975zM3.75 22L4 20h14.575L20.05 8.025H17.3L16.925 11h-2l.35-2.975H11.3L10.925 11H8.9l.35-2.975H5.5L5.75 6H9.5q.2-1.875 1.288-2.937T13.75 2q1.6 0 2.663 1.188T17.45 6h4.8l-2 16zM11.5 6h3.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="m1 18l.5-2H7l-.5 2zm2-4l.5-2H10l-.5 2zm15.575 6l.5-4l.725-6l.25-1.975zM3.75 22L4 20h14.575L20.05 8.025H17.3L16.925 11h-2l.35-2.975H11.3L10.925 11H8.9l.35-2.975H5.5L5.75 6H9.5q.2-1.875 1.288-2.937T13.75 2q1.6 0 2.663 1.188T17.45 6h4.8l-2 16zM11.5 6h3.975q.025-.825-.562-1.412T13.5 4q-.875 0-1.388.538T11.5 6"/></svg>
</template>

CSS

.icon-shopping-bag-speed-outline-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%22m1%2018l.5-2H7l-.5%202zm2-4l.5-2H10l-.5%202zm15.575%206l.5-4l.725-6l.25-1.975zM3.75%2022L4%2020h14.575L20.05%208.025H17.3L16.925%2011h-2l.35-2.975H11.3L10.925%2011H8.9l.35-2.975H5.5L5.75%206H9.5q.2-1.875%201.288-2.937T13.75%202q1.6%200%202.663%201.188T17.45%206h4.8l-2%2016zM11.5%206h3.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%22m1%2018l.5-2H7l-.5%202zm2-4l.5-2H10l-.5%202zm15.575%206l.5-4l.725-6l.25-1.975zM3.75%2022L4%2020h14.575L20.05%208.025H17.3L16.925%2011h-2l.35-2.975H11.3L10.925%2011H8.9l.35-2.975H5.5L5.75%206H9.5q.2-1.875%201.288-2.937T13.75%202q1.6%200%202.663%201.188T17.45%206h4.8l-2%2016zM11.5%206h3.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-outline-sharp.svg?color=%231a73e8&size=48