grocery icon
grocery from Material Symbols Light by Google · Regular · Household · Apache-2.0 Free for personal and commercial use.
- Name
- grocery
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- grocery-rounded
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="M4.616 19q-.691 0-1.153-.462T3 17.384v-6.868q0-.2.076-.458t.151-.458l2.23-4.985h-.803q-.329 0-.51-.181t-.183-.511v-.23q0-.33.182-.511T4.653 3h5.693q.329 0 .51.182t.183.51v.231q0 .329-.182.51t-.51.182h-.805l2.497 5.647q-1.43.876-2.247 2.456t-.817 3.238q0 .75.179 1.559T9.696 19zM16 21q-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 MaterialSymbolsLightGrocery(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="M4.616 19q-.691 0-1.153-.462T3 17.384v-6.868q0-.2.076-.458t.151-.458l2.23-4.985h-.803q-.329 0-.51-.181t-.183-.511v-.23q0-.33.182-.511T4.653 3h5.693q.329 0 .51.182t.183.51v.231q0 .329-.182.51t-.51.182h-.805l2.497 5.647q-1.43.876-2.247 2.456t-.817 3.238q0 .75.179 1.559T9.696 19zM16 21q-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="M4.616 19q-.691 0-1.153-.462T3 17.384v-6.868q0-.2.076-.458t.151-.458l2.23-4.985h-.803q-.329 0-.51-.181t-.183-.511v-.23q0-.33.182-.511T4.653 3h5.693q.329 0 .51.182t.183.51v.231q0 .329-.182.51t-.51.182h-.805l2.497 5.647q-1.43.876-2.247 2.456t-.817 3.238q0 .75.179 1.559T9.696 19zM16 21q-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 {
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%22M4.616%2019q-.691%200-1.153-.462T3%2017.384v-6.868q0-.2.076-.458t.151-.458l2.23-4.985h-.803q-.329%200-.51-.181t-.183-.511v-.23q0-.33.182-.511T4.653%203h5.693q.329%200%20.51.182t.183.51v.231q0%20.329-.182.51t-.51.182h-.805l2.497%205.647q-1.43.876-2.247%202.456t-.817%203.238q0%20.75.179%201.559T9.696%2019zM16%2021q-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%22M4.616%2019q-.691%200-1.153-.462T3%2017.384v-6.868q0-.2.076-.458t.151-.458l2.23-4.985h-.803q-.329%200-.51-.181t-.183-.511v-.23q0-.33.182-.511T4.653%203h5.693q.329%200%20.51.182t.183.51v.231q0%20.329-.182.51t-.51.182h-.805l2.497%205.647q-1.43.876-2.247%202.456t-.817%203.238q0%20.75.179%201.559T9.696%2019zM16%2021q-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.svg?color=%231a73e8&size=48