local convenience store icon
local-convenience-store from Material Symbols Light by Google · Regular · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- local-convenience-store
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More maps icons from Material Symbols Light
Use the local convenience store icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.044 17.885h2.77v-.77h-2v-1.23h2v-2.77h-2.77v.77h2v1.23h-2zm7.154 0h.77v-4.77h-.77v2h-1.23v-2h-.77v2.77h2zm5.308-6.989v7.988q0 .691-.463 1.153t-1.152.463H5.12q-.69 0-1.153-.462t-.462-1.153v-8.027q-.633-.467-.926-1.225t-.013-1.617l.973-3.208q.2-.612.645-.96Q4.63 3.5 5.286 3.5h13.4q.655 0 1.098.326q.442.326.648.943l1.011 3.246q.281.86-.012 1.631t-.926 1.25m-6.3-.396q.963 0 1.438-.54q.475-.539.4-1.114L15.38 4.5h-2.873v4.2q0 .737.504 1.268q.504.532 1.196.532m-4.5 0q.806 0 1.303-.532t.497-1.268V4.5H8.633l-.666 4.423q-.061.466.407 1.021t1.332.556m-4.45 0q.661 0 1.124-.45t.576-1.123L7.583 4.5H5.287q-.327 0-.52.144t-.288.433l-.923 3.158q-.246.788.21 1.527t1.49.738m13.5 0q.898 0 1.434-.7q.537-.7.266-1.565l-.973-3.196q-.096-.289-.289-.414t-.519-.125h-2.246l.627 4.427q.113.673.576 1.123t1.124.45"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightLocalConvenienceStore(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="M8.044 17.885h2.77v-.77h-2v-1.23h2v-2.77h-2.77v.77h2v1.23h-2zm7.154 0h.77v-4.77h-.77v2h-1.23v-2h-.77v2.77h2zm5.308-6.989v7.988q0 .691-.463 1.153t-1.152.463H5.12q-.69 0-1.153-.462t-.462-1.153v-8.027q-.633-.467-.926-1.225t-.013-1.617l.973-3.208q.2-.612.645-.96Q4.63 3.5 5.286 3.5h13.4q.655 0 1.098.326q.442.326.648.943l1.011 3.246q.281.86-.012 1.631t-.926 1.25m-6.3-.396q.963 0 1.438-.54q.475-.539.4-1.114L15.38 4.5h-2.873v4.2q0 .737.504 1.268q.504.532 1.196.532m-4.5 0q.806 0 1.303-.532t.497-1.268V4.5H8.633l-.666 4.423q-.061.466.407 1.021t1.332.556m-4.45 0q.661 0 1.124-.45t.576-1.123L7.583 4.5H5.287q-.327 0-.52.144t-.288.433l-.923 3.158q-.246.788.21 1.527t1.49.738m13.5 0q.898 0 1.434-.7q.537-.7.266-1.565l-.973-3.196q-.096-.289-.289-.414t-.519-.125h-2.246l.627 4.427q.113.673.576 1.123t1.124.45"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.044 17.885h2.77v-.77h-2v-1.23h2v-2.77h-2.77v.77h2v1.23h-2zm7.154 0h.77v-4.77h-.77v2h-1.23v-2h-.77v2.77h2zm5.308-6.989v7.988q0 .691-.463 1.153t-1.152.463H5.12q-.69 0-1.153-.462t-.462-1.153v-8.027q-.633-.467-.926-1.225t-.013-1.617l.973-3.208q.2-.612.645-.96Q4.63 3.5 5.286 3.5h13.4q.655 0 1.098.326q.442.326.648.943l1.011 3.246q.281.86-.012 1.631t-.926 1.25m-6.3-.396q.963 0 1.438-.54q.475-.539.4-1.114L15.38 4.5h-2.873v4.2q0 .737.504 1.268q.504.532 1.196.532m-4.5 0q.806 0 1.303-.532t.497-1.268V4.5H8.633l-.666 4.423q-.061.466.407 1.021t1.332.556m-4.45 0q.661 0 1.124-.45t.576-1.123L7.583 4.5H5.287q-.327 0-.52.144t-.288.433l-.923 3.158q-.246.788.21 1.527t1.49.738m13.5 0q.898 0 1.434-.7q.537-.7.266-1.565l-.973-3.196q-.096-.289-.289-.414t-.519-.125h-2.246l.627 4.427q.113.673.576 1.123t1.124.45"/></svg> </template>
CSS
.icon-local-convenience-store {
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%22M8.044%2017.885h2.77v-.77h-2v-1.23h2v-2.77h-2.77v.77h2v1.23h-2zm7.154%200h.77v-4.77h-.77v2h-1.23v-2h-.77v2.77h2zm5.308-6.989v7.988q0%20.691-.463%201.153t-1.152.463H5.12q-.69%200-1.153-.462t-.462-1.153v-8.027q-.633-.467-.926-1.225t-.013-1.617l.973-3.208q.2-.612.645-.96Q4.63%203.5%205.286%203.5h13.4q.655%200%201.098.326q.442.326.648.943l1.011%203.246q.281.86-.012%201.631t-.926%201.25m-6.3-.396q.963%200%201.438-.54q.475-.539.4-1.114L15.38%204.5h-2.873v4.2q0%20.737.504%201.268q.504.532%201.196.532m-4.5%200q.806%200%201.303-.532t.497-1.268V4.5H8.633l-.666%204.423q-.061.466.407%201.021t1.332.556m-4.45%200q.661%200%201.124-.45t.576-1.123L7.583%204.5H5.287q-.327%200-.52.144t-.288.433l-.923%203.158q-.246.788.21%201.527t1.49.738m13.5%200q.898%200%201.434-.7q.537-.7.266-1.565l-.973-3.196q-.096-.289-.289-.414t-.519-.125h-2.246l.627%204.427q.113.673.576%201.123t1.124.45%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%22M8.044%2017.885h2.77v-.77h-2v-1.23h2v-2.77h-2.77v.77h2v1.23h-2zm7.154%200h.77v-4.77h-.77v2h-1.23v-2h-.77v2.77h2zm5.308-6.989v7.988q0%20.691-.463%201.153t-1.152.463H5.12q-.69%200-1.153-.462t-.462-1.153v-8.027q-.633-.467-.926-1.225t-.013-1.617l.973-3.208q.2-.612.645-.96Q4.63%203.5%205.286%203.5h13.4q.655%200%201.098.326q.442.326.648.943l1.011%203.246q.281.86-.012%201.631t-.926%201.25m-6.3-.396q.963%200%201.438-.54q.475-.539.4-1.114L15.38%204.5h-2.873v4.2q0%20.737.504%201.268q.504.532%201.196.532m-4.5%200q.806%200%201.303-.532t.497-1.268V4.5H8.633l-.666%204.423q-.061.466.407%201.021t1.332.556m-4.45%200q.661%200%201.124-.45t.576-1.123L7.583%204.5H5.287q-.327%200-.52.144t-.288.433l-.923%203.158q-.246.788.21%201.527t1.49.738m13.5%200q.898%200%201.434-.7q.537-.7.266-1.565l-.973-3.196q-.096-.289-.289-.414t-.519-.125h-2.246l.627%204.427q.113.673.576%201.123t1.124.45%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/local-convenience-store.svg?color=%231a73e8&size=48