grocery icon
grocery-sharp from Material Symbols by Google · Sharp · Household · Apache-2.0 Free for personal and commercial use.
- Name
- grocery-sharp
- Set
- Material Symbols
- Style
- Sharp
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
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="M2 20V9.95L4.15 5H3V2h9v3h-1.15l1.65 3.8q-2.025 1.05-3.275 2.938t-1.25 4.237q0 1 .275 2.088T9.1 20zm14 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 MaterialSymbolsGrocerySharp(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="M2 20V9.95L4.15 5H3V2h9v3h-1.15l1.65 3.8q-2.025 1.05-3.275 2.938t-1.25 4.237q0 1 .275 2.088T9.1 20zm14 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="M2 20V9.95L4.15 5H3V2h9v3h-1.15l1.65 3.8q-2.025 1.05-3.275 2.938t-1.25 4.237q0 1 .275 2.088T9.1 20zm14 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-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%22M2%2020V9.95L4.15%205H3V2h9v3h-1.15l1.65%203.8q-2.025%201.05-3.275%202.938t-1.25%204.237q0%201%20.275%202.088T9.1%2020zm14%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%22M2%2020V9.95L4.15%205H3V2h9v3h-1.15l1.65%203.8q-2.025%201.05-3.275%202.938t-1.25%204.237q0%201%20.275%202.088T9.1%2020zm14%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-sharp.svg?color=%231a73e8&size=48