grocery icon
grocery from Material Symbols by Google · Regular · Household · Apache-2.0 Free for personal and commercial use.
- Name
- grocery
- Set
- Material Symbols
- Style
- Regular
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- grocery-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="M4 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-2.025 1.05-3.275 2.938t-1.25 4.237q0 1 .275 2.088T9.1 20zm12 2q-2.5 0-4.25-1.75T10 16t1.75-4.25T16 10t4.25 1.75T22 16t-1.75 4.25T16 22m0-13q-1.05 0-1.775-.725T13.5 6.5t.725-1.775T16 4zq0-1.05.725-1.775T18.5 6.5t1.775.725T21 9z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsGrocery(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 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-2.025 1.05-3.275 2.938t-1.25 4.237q0 1 .275 2.088T9.1 20zm12 2q-2.5 0-4.25-1.75T10 16t1.75-4.25T16 10t4.25 1.75T22 16t-1.75 4.25T16 22m0-13q-1.05 0-1.775-.725T13.5 6.5t.725-1.775T16 4zq0-1.05.725-1.775T18.5 6.5t1.775.725T21 9z"/></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 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-2.025 1.05-3.275 2.938t-1.25 4.237q0 1 .275 2.088T9.1 20zm12 2q-2.5 0-4.25-1.75T10 16t1.75-4.25T16 10t4.25 1.75T22 16t-1.75 4.25T16 22m0-13q-1.05 0-1.775-.725T13.5 6.5t.725-1.775T16 4zq0-1.05.725-1.775T18.5 6.5t1.775.725T21 9z"/></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%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-2.025%201.05-3.275%202.938t-1.25%204.237q0%201%20.275%202.088T9.1%2020zm12%202q-2.5%200-4.25-1.75T10%2016t1.75-4.25T16%2010t4.25%201.75T22%2016t-1.75%204.25T16%2022m0-13q-1.05%200-1.775-.725T13.5%206.5t.725-1.775T16%204zq0-1.05.725-1.775T18.5%206.5t1.775.725T21%209z%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%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-2.025%201.05-3.275%202.938t-1.25%204.237q0%201%20.275%202.088T9.1%2020zm12%202q-2.5%200-4.25-1.75T10%2016t1.75-4.25T16%2010t4.25%201.75T22%2016t-1.75%204.25T16%2022m0-13q-1.05%200-1.775-.725T13.5%206.5t.725-1.775T16%204zq0-1.05.725-1.775T18.5%206.5t1.775.725T21%209z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/grocery.svg?color=%231a73e8&size=48