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

Name
grocery-outline
Set
Material Symbols
Style
Outline
Category
Household
Viewbox
24×24
License
Apache 2.0
Aliases
grocery-outline-rounded

3 other variants in Material Symbols

The same icon in other sets

More household icons from Material Symbols

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 22q-2.5 0-4.25-1.75T10 16t1.75-4.25T16 10t4.25 1.75T22 16t-1.75 4.25T16 22m0-2q1.65 0 2.825-1.175T20 16t-1.175-2.825T16 12t-2.825 1.175T12 16t1.175 2.825T16 20M4 20q-.825 0-1.412-.587T2 18v-7.6q0-.2.038-.4t.112-.4l2-4.6H4q-.425 0-.712-.288T3 4V3q0-.425.288-.712T4 2h7q.425 0 .713.288T12 3v1q0 .425-.288.713T11 5h-.15l1.65 3.8q-.475.25-.9.525t-.8.625L8.7 5H6.3L4 10.4V18h4.25q.125.525.337 1.038T9.1 20zM16 9q-1.05 0-1.775-.725T13.5 6.5t.725-1.775T16 4zq0-1.05.725-1.775T18.5 6.5t1.775.725T21 9zm0 7"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsGroceryOutline(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 22q-2.5 0-4.25-1.75T10 16t1.75-4.25T16 10t4.25 1.75T22 16t-1.75 4.25T16 22m0-2q1.65 0 2.825-1.175T20 16t-1.175-2.825T16 12t-2.825 1.175T12 16t1.175 2.825T16 20M4 20q-.825 0-1.412-.587T2 18v-7.6q0-.2.038-.4t.112-.4l2-4.6H4q-.425 0-.712-.288T3 4V3q0-.425.288-.712T4 2h7q.425 0 .713.288T12 3v1q0 .425-.288.713T11 5h-.15l1.65 3.8q-.475.25-.9.525t-.8.625L8.7 5H6.3L4 10.4V18h4.25q.125.525.337 1.038T9.1 20zM16 9q-1.05 0-1.775-.725T13.5 6.5t.725-1.775T16 4zq0-1.05.725-1.775T18.5 6.5t1.775.725T21 9zm0 7"/></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 22q-2.5 0-4.25-1.75T10 16t1.75-4.25T16 10t4.25 1.75T22 16t-1.75 4.25T16 22m0-2q1.65 0 2.825-1.175T20 16t-1.175-2.825T16 12t-2.825 1.175T12 16t1.175 2.825T16 20M4 20q-.825 0-1.412-.587T2 18v-7.6q0-.2.038-.4t.112-.4l2-4.6H4q-.425 0-.712-.288T3 4V3q0-.425.288-.712T4 2h7q.425 0 .713.288T12 3v1q0 .425-.288.713T11 5h-.15l1.65 3.8q-.475.25-.9.525t-.8.625L8.7 5H6.3L4 10.4V18h4.25q.125.525.337 1.038T9.1 20zM16 9q-1.05 0-1.775-.725T13.5 6.5t.725-1.775T16 4zq0-1.05.725-1.775T18.5 6.5t1.775.725T21 9zm0 7"/></svg>
</template>

CSS

.icon-grocery-outline {
  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%2022q-2.5%200-4.25-1.75T10%2016t1.75-4.25T16%2010t4.25%201.75T22%2016t-1.75%204.25T16%2022m0-2q1.65%200%202.825-1.175T20%2016t-1.175-2.825T16%2012t-2.825%201.175T12%2016t1.175%202.825T16%2020M4%2020q-.825%200-1.412-.587T2%2018v-7.6q0-.2.038-.4t.112-.4l2-4.6H4q-.425%200-.712-.288T3%204V3q0-.425.288-.712T4%202h7q.425%200%20.713.288T12%203v1q0%20.425-.288.713T11%205h-.15l1.65%203.8q-.475.25-.9.525t-.8.625L8.7%205H6.3L4%2010.4V18h4.25q.125.525.337%201.038T9.1%2020zM16%209q-1.05%200-1.775-.725T13.5%206.5t.725-1.775T16%204zq0-1.05.725-1.775T18.5%206.5t1.775.725T21%209zm0%207%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%2022q-2.5%200-4.25-1.75T10%2016t1.75-4.25T16%2010t4.25%201.75T22%2016t-1.75%204.25T16%2022m0-2q1.65%200%202.825-1.175T20%2016t-1.175-2.825T16%2012t-2.825%201.175T12%2016t1.175%202.825T16%2020M4%2020q-.825%200-1.412-.587T2%2018v-7.6q0-.2.038-.4t.112-.4l2-4.6H4q-.425%200-.712-.288T3%204V3q0-.425.288-.712T4%202h7q.425%200%20.713.288T12%203v1q0%20.425-.288.713T11%205h-.15l1.65%203.8q-.475.25-.9.525t-.8.625L8.7%205H6.3L4%2010.4V18h4.25q.125.525.337%201.038T9.1%2020zM16%209q-1.05%200-1.775-.725T13.5%206.5t.725-1.775T16%204zq0-1.05.725-1.775T18.5%206.5t1.775.725T21%209zm0%207%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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