shopping bag speed icon

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

Name
shopping-bag-speed-rounded
Set
Material Symbols Light
Style
Rounded
Category
Business
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More business icons from Material Symbols Light

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="M6.116 17.385h-3.5q-.213 0-.357-.144q-.143-.144-.143-.357t.143-.356t.357-.144h3.5q.212 0 .356.144t.144.357t-.144.356t-.356.143m3-3.769h-4.5q-.213 0-.357-.144t-.143-.356t.143-.356t.357-.144h4.5q.212 0 .356.144t.144.357t-.144.356t-.356.143M6.558 21q-.484 0-.829-.28q-.344-.28-.344-.72l.423-.23h.288q1.202 0 2.044-.842q.84-.841.84-2.043q0-.244-.038-.465q-.04-.221-.098-.42h.252q1.202 0 2.044-.84q.84-.84.84-2.038q0-1.224-.826-2.057q-.827-.834-2.038-.834H6.423L6.673 8q.08-.529.525-.764Q7.642 7 8.173 7h1.693l.057-.5q.2-1.663 1.164-2.582Q12.05 3 13.712 3q1.465 0 2.393 1.11t.787 2.582L16.854 7h2.588q.67.006 1.116.508q.446.501.36 1.17l-1.32 10.77q-.088.673-.595 1.113T17.82 21zm4.308-14h4.994l.038-.308Q16 5.617 15.316 4.81Q14.633 4 13.577 4q-1.183 0-1.849.653T10.923 6.5z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightShoppingBagSpeedRounded(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="M6.116 17.385h-3.5q-.213 0-.357-.144q-.143-.144-.143-.357t.143-.356t.357-.144h3.5q.212 0 .356.144t.144.357t-.144.356t-.356.143m3-3.769h-4.5q-.213 0-.357-.144t-.143-.356t.143-.356t.357-.144h4.5q.212 0 .356.144t.144.357t-.144.356t-.356.143M6.558 21q-.484 0-.829-.28q-.344-.28-.344-.72l.423-.23h.288q1.202 0 2.044-.842q.84-.841.84-2.043q0-.244-.038-.465q-.04-.221-.098-.42h.252q1.202 0 2.044-.84q.84-.84.84-2.038q0-1.224-.826-2.057q-.827-.834-2.038-.834H6.423L6.673 8q.08-.529.525-.764Q7.642 7 8.173 7h1.693l.057-.5q.2-1.663 1.164-2.582Q12.05 3 13.712 3q1.465 0 2.393 1.11t.787 2.582L16.854 7h2.588q.67.006 1.116.508q.446.501.36 1.17l-1.32 10.77q-.088.673-.595 1.113T17.82 21zm4.308-14h4.994l.038-.308Q16 5.617 15.316 4.81Q14.633 4 13.577 4q-1.183 0-1.849.653T10.923 6.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.116 17.385h-3.5q-.213 0-.357-.144q-.143-.144-.143-.357t.143-.356t.357-.144h3.5q.212 0 .356.144t.144.357t-.144.356t-.356.143m3-3.769h-4.5q-.213 0-.357-.144t-.143-.356t.143-.356t.357-.144h4.5q.212 0 .356.144t.144.357t-.144.356t-.356.143M6.558 21q-.484 0-.829-.28q-.344-.28-.344-.72l.423-.23h.288q1.202 0 2.044-.842q.84-.841.84-2.043q0-.244-.038-.465q-.04-.221-.098-.42h.252q1.202 0 2.044-.84q.84-.84.84-2.038q0-1.224-.826-2.057q-.827-.834-2.038-.834H6.423L6.673 8q.08-.529.525-.764Q7.642 7 8.173 7h1.693l.057-.5q.2-1.663 1.164-2.582Q12.05 3 13.712 3q1.465 0 2.393 1.11t.787 2.582L16.854 7h2.588q.67.006 1.116.508q.446.501.36 1.17l-1.32 10.77q-.088.673-.595 1.113T17.82 21zm4.308-14h4.994l.038-.308Q16 5.617 15.316 4.81Q14.633 4 13.577 4q-1.183 0-1.849.653T10.923 6.5z"/></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%22M6.116%2017.385h-3.5q-.213%200-.357-.144q-.143-.144-.143-.357t.143-.356t.357-.144h3.5q.212%200%20.356.144t.144.357t-.144.356t-.356.143m3-3.769h-4.5q-.213%200-.357-.144t-.143-.356t.143-.356t.357-.144h4.5q.212%200%20.356.144t.144.357t-.144.356t-.356.143M6.558%2021q-.484%200-.829-.28q-.344-.28-.344-.72l.423-.23h.288q1.202%200%202.044-.842q.84-.841.84-2.043q0-.244-.038-.465q-.04-.221-.098-.42h.252q1.202%200%202.044-.84q.84-.84.84-2.038q0-1.224-.826-2.057q-.827-.834-2.038-.834H6.423L6.673%208q.08-.529.525-.764Q7.642%207%208.173%207h1.693l.057-.5q.2-1.663%201.164-2.582Q12.05%203%2013.712%203q1.465%200%202.393%201.11t.787%202.582L16.854%207h2.588q.67.006%201.116.508q.446.501.36%201.17l-1.32%2010.77q-.088.673-.595%201.113T17.82%2021zm4.308-14h4.994l.038-.308Q16%205.617%2015.316%204.81Q14.633%204%2013.577%204q-1.183%200-1.849.653T10.923%206.5z%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%22M6.116%2017.385h-3.5q-.213%200-.357-.144q-.143-.144-.143-.357t.143-.356t.357-.144h3.5q.212%200%20.356.144t.144.357t-.144.356t-.356.143m3-3.769h-4.5q-.213%200-.357-.144t-.143-.356t.143-.356t.357-.144h4.5q.212%200%20.356.144t.144.357t-.144.356t-.356.143M6.558%2021q-.484%200-.829-.28q-.344-.28-.344-.72l.423-.23h.288q1.202%200%202.044-.842q.84-.841.84-2.043q0-.244-.038-.465q-.04-.221-.098-.42h.252q1.202%200%202.044-.84q.84-.84.84-2.038q0-1.224-.826-2.057q-.827-.834-2.038-.834H6.423L6.673%208q.08-.529.525-.764Q7.642%207%208.173%207h1.693l.057-.5q.2-1.663%201.164-2.582Q12.05%203%2013.712%203q1.465%200%202.393%201.11t.787%202.582L16.854%207h2.588q.67.006%201.116.508q.446.501.36%201.17l-1.32%2010.77q-.088.673-.595%201.113T17.82%2021zm4.308-14h4.994l.038-.308Q16%205.617%2015.316%204.81Q14.633%204%2013.577%204q-1.183%200-1.849.653T10.923%206.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/shopping-bag-speed-rounded.svg?color=%231a73e8&size=48