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

Name
grocery-outline-sharp
Set
Material Symbols Light
Style
Outline 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="M16.005 21q-2.082 0-3.543-1.457T11 16.005t1.457-3.543T15.996 11t3.543 1.457T21 15.996t-1.457 3.543T16.005 21M16 20q1.65 0 2.825-1.175T20 16t-1.175-2.825T16 12t-2.825 1.175T12 16t1.175 2.825T16 20M3 19v-8.896l2.458-5.488H3.962V3h7.077v1.616H9.542l2.497 5.646q-.206.115-.41.275t-.406.355L8.469 4.616H6.531L4 10.342V18h5.289q.067.275.173.528q.107.253.234.472zm13-9.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.073zM16 16"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightGroceryOutlineSharp(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="M16.005 21q-2.082 0-3.543-1.457T11 16.005t1.457-3.543T15.996 11t3.543 1.457T21 15.996t-1.457 3.543T16.005 21M16 20q1.65 0 2.825-1.175T20 16t-1.175-2.825T16 12t-2.825 1.175T12 16t1.175 2.825T16 20M3 19v-8.896l2.458-5.488H3.962V3h7.077v1.616H9.542l2.497 5.646q-.206.115-.41.275t-.406.355L8.469 4.616H6.531L4 10.342V18h5.289q.067.275.173.528q.107.253.234.472zm13-9.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.073zM16 16"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.005 21q-2.082 0-3.543-1.457T11 16.005t1.457-3.543T15.996 11t3.543 1.457T21 15.996t-1.457 3.543T16.005 21M16 20q1.65 0 2.825-1.175T20 16t-1.175-2.825T16 12t-2.825 1.175T12 16t1.175 2.825T16 20M3 19v-8.896l2.458-5.488H3.962V3h7.077v1.616H9.542l2.497 5.646q-.206.115-.41.275t-.406.355L8.469 4.616H6.531L4 10.342V18h5.289q.067.275.173.528q.107.253.234.472zm13-9.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.073zM16 16"/></svg>
</template>

CSS

.icon-grocery-outline-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%22M16.005%2021q-2.082%200-3.543-1.457T11%2016.005t1.457-3.543T15.996%2011t3.543%201.457T21%2015.996t-1.457%203.543T16.005%2021M16%2020q1.65%200%202.825-1.175T20%2016t-1.175-2.825T16%2012t-2.825%201.175T12%2016t1.175%202.825T16%2020M3%2019v-8.896l2.458-5.488H3.962V3h7.077v1.616H9.542l2.497%205.646q-.206.115-.41.275t-.406.355L8.469%204.616H6.531L4%2010.342V18h5.289q.067.275.173.528q.107.253.234.472zm13-9.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.073zM16%2016%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%22M16.005%2021q-2.082%200-3.543-1.457T11%2016.005t1.457-3.543T15.996%2011t3.543%201.457T21%2015.996t-1.457%203.543T16.005%2021M16%2020q1.65%200%202.825-1.175T20%2016t-1.175-2.825T16%2012t-2.825%201.175T12%2016t1.175%202.825T16%2020M3%2019v-8.896l2.458-5.488H3.962V3h7.077v1.616H9.542l2.497%205.646q-.206.115-.41.275t-.406.355L8.469%204.616H6.531L4%2010.342V18h5.289q.067.275.173.528q.107.253.234.472zm13-9.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.073zM16%2016%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-outline-sharp.svg?color=%231a73e8&size=48