shoppingmode from Material Symbols Light by Google · Regular · Business · Apache-2.0 Free for personal and commercial use.

Name
shoppingmode
Set
Material Symbols Light
Style
Regular
Category
Business
Viewbox
24×24
License
Apache 2.0
Aliases
shoppingmode-rounded

3 other variants in Material Symbols Light

The same icon in other sets

More business icons from Material Symbols Light

Use the shoppingmode icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.007 21q-.303 0-.61-.121q-.306-.121-.55-.364l-6.362-6.361q-.25-.248-.365-.548t-.114-.61t.114-.616t.365-.551l8.338-8.345q.223-.222.527-.353T12.98 3h6.387q.69 0 1.162.48T21 4.635v6.386q0 .332-.121.632t-.358.518l-8.363 8.345q-.242.242-.545.363t-.606.121m6.435-13.442q.425 0 .722-.292t.298-.708q0-.425-.295-.722t-.717-.297t-.714.295t-.294.716t.292.715t.708.293"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightShoppingmode(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="M11.007 21q-.303 0-.61-.121q-.306-.121-.55-.364l-6.362-6.361q-.25-.248-.365-.548t-.114-.61t.114-.616t.365-.551l8.338-8.345q.223-.222.527-.353T12.98 3h6.387q.69 0 1.162.48T21 4.635v6.386q0 .332-.121.632t-.358.518l-8.363 8.345q-.242.242-.545.363t-.606.121m6.435-13.442q.425 0 .722-.292t.298-.708q0-.425-.295-.722t-.717-.297t-.714.295t-.294.716t.292.715t.708.293"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.007 21q-.303 0-.61-.121q-.306-.121-.55-.364l-6.362-6.361q-.25-.248-.365-.548t-.114-.61t.114-.616t.365-.551l8.338-8.345q.223-.222.527-.353T12.98 3h6.387q.69 0 1.162.48T21 4.635v6.386q0 .332-.121.632t-.358.518l-8.363 8.345q-.242.242-.545.363t-.606.121m6.435-13.442q.425 0 .722-.292t.298-.708q0-.425-.295-.722t-.717-.297t-.714.295t-.294.716t.292.715t.708.293"/></svg>
</template>

CSS

.icon-shoppingmode {
  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%22M11.007%2021q-.303%200-.61-.121q-.306-.121-.55-.364l-6.362-6.361q-.25-.248-.365-.548t-.114-.61t.114-.616t.365-.551l8.338-8.345q.223-.222.527-.353T12.98%203h6.387q.69%200%201.162.48T21%204.635v6.386q0%20.332-.121.632t-.358.518l-8.363%208.345q-.242.242-.545.363t-.606.121m6.435-13.442q.425%200%20.722-.292t.298-.708q0-.425-.295-.722t-.717-.297t-.714.295t-.294.716t.292.715t.708.293%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%22M11.007%2021q-.303%200-.61-.121q-.306-.121-.55-.364l-6.362-6.361q-.25-.248-.365-.548t-.114-.61t.114-.616t.365-.551l8.338-8.345q.223-.222.527-.353T12.98%203h6.387q.69%200%201.162.48T21%204.635v6.386q0%20.332-.121.632t-.358.518l-8.363%208.345q-.242.242-.545.363t-.606.121m6.435-13.442q.425%200%20.722-.292t.298-.708q0-.425-.295-.722t-.717-.297t-.714.295t-.294.716t.292.715t.708.293%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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