local convenience store icon

local-convenience-store-sharp from Material Symbols by Google · Sharp · Maps · Apache-2.0 Free for personal and commercial use.

Name
local-convenience-store-sharp
Set
Material Symbols
Style
Sharp
Category
Maps
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More maps icons from Material Symbols

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="M21.025 11.05V21h-18v-9.95q-.575-.525-.887-1.35t-.013-1.8L3.65 3H20.4l1.525 4.9q.3.975-.013 1.775t-.887 1.375m-6.8-1.05q.675 0 1.025-.462t.275-1.038l-.55-3.5h-1.95v3.7q0 .525.35.913t.85.387m-4.5 0q.575 0 .938-.388t.362-.912V5h-1.95l-.55 3.5q-.1.6.262 1.05t.938.45m-4.45 0q.45 0 .787-.325t.413-.825L7.025 5h-1.95l-1 3.35q-.15.5.162 1.075T5.275 10m13.5 0q.725 0 1.05-.575t.15-1.075L18.925 5h-1.9l.55 3.85q.075.5.413.825t.787.325m-10.75 8h3v-1h-2v-1h2v-3h-3v1h2v1h-2zm7 0h1v-5h-1v2h-1v-2h-1v3h2z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLocalConvenienceStoreSharp(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="M21.025 11.05V21h-18v-9.95q-.575-.525-.887-1.35t-.013-1.8L3.65 3H20.4l1.525 4.9q.3.975-.013 1.775t-.887 1.375m-6.8-1.05q.675 0 1.025-.462t.275-1.038l-.55-3.5h-1.95v3.7q0 .525.35.913t.85.387m-4.5 0q.575 0 .938-.388t.362-.912V5h-1.95l-.55 3.5q-.1.6.262 1.05t.938.45m-4.45 0q.45 0 .787-.325t.413-.825L7.025 5h-1.95l-1 3.35q-.15.5.162 1.075T5.275 10m13.5 0q.725 0 1.05-.575t.15-1.075L18.925 5h-1.9l.55 3.85q.075.5.413.825t.787.325m-10.75 8h3v-1h-2v-1h2v-3h-3v1h2v1h-2zm7 0h1v-5h-1v2h-1v-2h-1v3h2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.025 11.05V21h-18v-9.95q-.575-.525-.887-1.35t-.013-1.8L3.65 3H20.4l1.525 4.9q.3.975-.013 1.775t-.887 1.375m-6.8-1.05q.675 0 1.025-.462t.275-1.038l-.55-3.5h-1.95v3.7q0 .525.35.913t.85.387m-4.5 0q.575 0 .938-.388t.362-.912V5h-1.95l-.55 3.5q-.1.6.262 1.05t.938.45m-4.45 0q.45 0 .787-.325t.413-.825L7.025 5h-1.95l-1 3.35q-.15.5.162 1.075T5.275 10m13.5 0q.725 0 1.05-.575t.15-1.075L18.925 5h-1.9l.55 3.85q.075.5.413.825t.787.325m-10.75 8h3v-1h-2v-1h2v-3h-3v1h2v1h-2zm7 0h1v-5h-1v2h-1v-2h-1v3h2z"/></svg>
</template>

CSS

.icon-local-convenience-store-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%22M21.025%2011.05V21h-18v-9.95q-.575-.525-.887-1.35t-.013-1.8L3.65%203H20.4l1.525%204.9q.3.975-.013%201.775t-.887%201.375m-6.8-1.05q.675%200%201.025-.462t.275-1.038l-.55-3.5h-1.95v3.7q0%20.525.35.913t.85.387m-4.5%200q.575%200%20.938-.388t.362-.912V5h-1.95l-.55%203.5q-.1.6.262%201.05t.938.45m-4.45%200q.45%200%20.787-.325t.413-.825L7.025%205h-1.95l-1%203.35q-.15.5.162%201.075T5.275%2010m13.5%200q.725%200%201.05-.575t.15-1.075L18.925%205h-1.9l.55%203.85q.075.5.413.825t.787.325m-10.75%208h3v-1h-2v-1h2v-3h-3v1h2v1h-2zm7%200h1v-5h-1v2h-1v-2h-1v3h2z%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%22M21.025%2011.05V21h-18v-9.95q-.575-.525-.887-1.35t-.013-1.8L3.65%203H20.4l1.525%204.9q.3.975-.013%201.775t-.887%201.375m-6.8-1.05q.675%200%201.025-.462t.275-1.038l-.55-3.5h-1.95v3.7q0%20.525.35.913t.85.387m-4.5%200q.575%200%20.938-.388t.362-.912V5h-1.95l-.55%203.5q-.1.6.262%201.05t.938.45m-4.45%200q.45%200%20.787-.325t.413-.825L7.025%205h-1.95l-1%203.35q-.15.5.162%201.075T5.275%2010m13.5%200q.725%200%201.05-.575t.15-1.075L18.925%205h-1.9l.55%203.85q.075.5.413.825t.787.325m-10.75%208h3v-1h-2v-1h2v-3h-3v1h2v1h-2zm7%200h1v-5h-1v2h-1v-2h-1v3h2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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