shoppingmode icon
shoppingmode from Material Symbols by Google · Regular · Business · Apache-2.0 Free for personal and commercial use.
- Name
- shoppingmode
- Set
- Material Symbols
- Style
- Regular
- Category
- Business
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- shoppingmode-rounded
3 other variants in Material Symbols
The same icon in other sets
More business icons from Material Symbols
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.175 22q-.375 0-.75-.15t-.675-.45L2.6 14.25q-.3-.3-.438-.663t-.137-.737t.138-.75t.437-.675L11.4 2.6q.275-.275.65-.438T12.825 2H20q.825 0 1.413.587T22 4v7.175q0 .4-.15.763t-.425.637L12.6 21.4q-.3.3-.675.45t-.75.15M17.5 8q.625 0 1.063-.437T19 6.5t-.437-1.062T17.5 5t-1.062.438T16 6.5t.438 1.063T17.5 8"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsShoppingmode(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.175 22q-.375 0-.75-.15t-.675-.45L2.6 14.25q-.3-.3-.438-.663t-.137-.737t.138-.75t.437-.675L11.4 2.6q.275-.275.65-.438T12.825 2H20q.825 0 1.413.587T22 4v7.175q0 .4-.15.763t-.425.637L12.6 21.4q-.3.3-.675.45t-.75.15M17.5 8q.625 0 1.063-.437T19 6.5t-.437-1.062T17.5 5t-1.062.438T16 6.5t.438 1.063T17.5 8"/></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.175 22q-.375 0-.75-.15t-.675-.45L2.6 14.25q-.3-.3-.438-.663t-.137-.737t.138-.75t.437-.675L11.4 2.6q.275-.275.65-.438T12.825 2H20q.825 0 1.413.587T22 4v7.175q0 .4-.15.763t-.425.637L12.6 21.4q-.3.3-.675.45t-.75.15M17.5 8q.625 0 1.063-.437T19 6.5t-.437-1.062T17.5 5t-1.062.438T16 6.5t.438 1.063T17.5 8"/></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.175%2022q-.375%200-.75-.15t-.675-.45L2.6%2014.25q-.3-.3-.438-.663t-.137-.737t.138-.75t.437-.675L11.4%202.6q.275-.275.65-.438T12.825%202H20q.825%200%201.413.587T22%204v7.175q0%20.4-.15.763t-.425.637L12.6%2021.4q-.3.3-.675.45t-.75.15M17.5%208q.625%200%201.063-.437T19%206.5t-.437-1.062T17.5%205t-1.062.438T16%206.5t.438%201.063T17.5%208%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.175%2022q-.375%200-.75-.15t-.675-.45L2.6%2014.25q-.3-.3-.438-.663t-.137-.737t.138-.75t.437-.675L11.4%202.6q.275-.275.65-.438T12.825%202H20q.825%200%201.413.587T22%204v7.175q0%20.4-.15.763t-.425.637L12.6%2021.4q-.3.3-.675.45t-.75.15M17.5%208q.625%200%201.063-.437T19%206.5t-.437-1.062T17.5%205t-1.062.438T16%206.5t.438%201.063T17.5%208%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/shoppingmode.svg?color=%231a73e8&size=48