grocery-sharp from Material Symbols Light by Google · Sharp · Household · Apache-2.0 Free for personal and commercial use.

Name
grocery-sharp
Set
Material Symbols Light
Style
Sharp
Category
Household
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More household icons from Material Symbols Light

Use the grocery icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 19v-8.896l2.458-5.488H3.962V3h7.077v1.616H9.542l2.497 5.646q-1.43.877-2.247 2.456t-.817 3.238q0 .75.179 1.559T9.696 19zm13 2q-2.077 0-3.538-1.461T11 16t1.462-3.538T16 11t3.539 1.462T21 16t-1.461 3.539T16 21m0-11.385q-.646-.173-1.073-.696T14.5 7.692t.427-1.227T16 5.77zq.173-.646.696-1.073t1.227-.427t1.227.427t.696 1.073z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightGrocerySharp(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="M3 19v-8.896l2.458-5.488H3.962V3h7.077v1.616H9.542l2.497 5.646q-1.43.877-2.247 2.456t-.817 3.238q0 .75.179 1.559T9.696 19zm13 2q-2.077 0-3.538-1.461T11 16t1.462-3.538T16 11t3.539 1.462T21 16t-1.461 3.539T16 21m0-11.385q-.646-.173-1.073-.696T14.5 7.692t.427-1.227T16 5.77zq.173-.646.696-1.073t1.227-.427t1.227.427t.696 1.073z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 19v-8.896l2.458-5.488H3.962V3h7.077v1.616H9.542l2.497 5.646q-1.43.877-2.247 2.456t-.817 3.238q0 .75.179 1.559T9.696 19zm13 2q-2.077 0-3.538-1.461T11 16t1.462-3.538T16 11t3.539 1.462T21 16t-1.461 3.539T16 21m0-11.385q-.646-.173-1.073-.696T14.5 7.692t.427-1.227T16 5.77zq.173-.646.696-1.073t1.227-.427t1.227.427t.696 1.073z"/></svg>
</template>

CSS

.icon-grocery-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%22M3%2019v-8.896l2.458-5.488H3.962V3h7.077v1.616H9.542l2.497%205.646q-1.43.877-2.247%202.456t-.817%203.238q0%20.75.179%201.559T9.696%2019zm13%202q-2.077%200-3.538-1.461T11%2016t1.462-3.538T16%2011t3.539%201.462T21%2016t-1.461%203.539T16%2021m0-11.385q-.646-.173-1.073-.696T14.5%207.692t.427-1.227T16%205.77zq.173-.646.696-1.073t1.227-.427t1.227.427t.696%201.073z%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%22M3%2019v-8.896l2.458-5.488H3.962V3h7.077v1.616H9.542l2.497%205.646q-1.43.877-2.247%202.456t-.817%203.238q0%20.75.179%201.559T9.696%2019zm13%202q-2.077%200-3.538-1.461T11%2016t1.462-3.538T16%2011t3.539%201.462T21%2016t-1.461%203.539T16%2021m0-11.385q-.646-.173-1.073-.696T14.5%207.692t.427-1.227T16%205.77zq.173-.646.696-1.073t1.227-.427t1.227.427t.696%201.073z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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