shopping bag speed icon

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

Name
shopping-bag-speed-rounded
Set
Material Symbols
Style
Rounded
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.75 18h-3.5q-.425 0-.712-.288T1.25 17t.288-.712T2.25 16h3.5q.425 0 .713.288T6.75 17t-.288.713T5.75 18m3-4h-4.5q-.425 0-.712-.288T3.25 13t.288-.712T4.25 12h4.5q.425 0 .713.288T9.75 13t-.288.713T8.75 14M6 22q-.825 0-1.412-.587T4 20h1.75q1.25 0 2.125-.875T8.75 17q0-.275-.05-.525T8.575 16h.175q1.25 0 2.125-.875T11.75 13q0-1.275-.875-2.137T8.75 10h-3.5l.25-2q.1-.875.65-1.437T7.5 6h2q.2-1.875 1.288-2.937T13.75 2q1.6 0 2.663 1.188T17.45 6H20q.9.025 1.5.7t.475 1.575l-1.5 12q-.1.75-.663 1.238T18.5 22zm5.5-16h3.975q.025-.825-.562-1.412T13.5 4q-.875 0-1.388.538T11.5 6"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsShoppingBagSpeedRounded(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.75 18h-3.5q-.425 0-.712-.288T1.25 17t.288-.712T2.25 16h3.5q.425 0 .713.288T6.75 17t-.288.713T5.75 18m3-4h-4.5q-.425 0-.712-.288T3.25 13t.288-.712T4.25 12h4.5q.425 0 .713.288T9.75 13t-.288.713T8.75 14M6 22q-.825 0-1.412-.587T4 20h1.75q1.25 0 2.125-.875T8.75 17q0-.275-.05-.525T8.575 16h.175q1.25 0 2.125-.875T11.75 13q0-1.275-.875-2.137T8.75 10h-3.5l.25-2q.1-.875.65-1.437T7.5 6h2q.2-1.875 1.288-2.937T13.75 2q1.6 0 2.663 1.188T17.45 6H20q.9.025 1.5.7t.475 1.575l-1.5 12q-.1.75-.663 1.238T18.5 22zm5.5-16h3.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.75 18h-3.5q-.425 0-.712-.288T1.25 17t.288-.712T2.25 16h3.5q.425 0 .713.288T6.75 17t-.288.713T5.75 18m3-4h-4.5q-.425 0-.712-.288T3.25 13t.288-.712T4.25 12h4.5q.425 0 .713.288T9.75 13t-.288.713T8.75 14M6 22q-.825 0-1.412-.587T4 20h1.75q1.25 0 2.125-.875T8.75 17q0-.275-.05-.525T8.575 16h.175q1.25 0 2.125-.875T11.75 13q0-1.275-.875-2.137T8.75 10h-3.5l.25-2q.1-.875.65-1.437T7.5 6h2q.2-1.875 1.288-2.937T13.75 2q1.6 0 2.663 1.188T17.45 6H20q.9.025 1.5.7t.475 1.575l-1.5 12q-.1.75-.663 1.238T18.5 22zm5.5-16h3.975q.025-.825-.562-1.412T13.5 4q-.875 0-1.388.538T11.5 6"/></svg>
</template>

CSS

.icon-shopping-bag-speed-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%22M5.75%2018h-3.5q-.425%200-.712-.288T1.25%2017t.288-.712T2.25%2016h3.5q.425%200%20.713.288T6.75%2017t-.288.713T5.75%2018m3-4h-4.5q-.425%200-.712-.288T3.25%2013t.288-.712T4.25%2012h4.5q.425%200%20.713.288T9.75%2013t-.288.713T8.75%2014M6%2022q-.825%200-1.412-.587T4%2020h1.75q1.25%200%202.125-.875T8.75%2017q0-.275-.05-.525T8.575%2016h.175q1.25%200%202.125-.875T11.75%2013q0-1.275-.875-2.137T8.75%2010h-3.5l.25-2q.1-.875.65-1.437T7.5%206h2q.2-1.875%201.288-2.937T13.75%202q1.6%200%202.663%201.188T17.45%206H20q.9.025%201.5.7t.475%201.575l-1.5%2012q-.1.75-.663%201.238T18.5%2022zm5.5-16h3.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.75%2018h-3.5q-.425%200-.712-.288T1.25%2017t.288-.712T2.25%2016h3.5q.425%200%20.713.288T6.75%2017t-.288.713T5.75%2018m3-4h-4.5q-.425%200-.712-.288T3.25%2013t.288-.712T4.25%2012h4.5q.425%200%20.713.288T9.75%2013t-.288.713T8.75%2014M6%2022q-.825%200-1.412-.587T4%2020h1.75q1.25%200%202.125-.875T8.75%2017q0-.275-.05-.525T8.575%2016h.175q1.25%200%202.125-.875T11.75%2013q0-1.275-.875-2.137T8.75%2010h-3.5l.25-2q.1-.875.65-1.437T7.5%206h2q.2-1.875%201.288-2.937T13.75%202q1.6%200%202.663%201.188T17.45%206H20q.9.025%201.5.7t.475%201.575l-1.5%2012q-.1.75-.663%201.238T18.5%2022zm5.5-16h3.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-rounded.svg?color=%231a73e8&size=48