round local convenience store icon

round-local-convenience-store from Google Material Icons by Material Design Authors · Baseline · Maps · Apache-2.0 Free for personal and commercial use.

Name
round-local-convenience-store
Set
Google Material Icons
Style
Baseline
Category
Maps
Viewbox
24×24
License
Apache 2.0

More maps icons from Google Material Icons

Use the round 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.9 7.89l-1.05-3.37c-.22-.9-1-1.52-1.91-1.52H5.05c-.9 0-1.69.63-1.9 1.52L2.1 7.89c-.46 1.97.85 3.11.9 3.17V19c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-7.94c1.12-1.12 1.09-2.41.9-3.17M13 5h1.96l.54 3.52c.09.71-.39 1.48-1.28 1.48c-.67 0-1.22-.59-1.22-1.31zM6.44 8.86c-.08.65-.6 1.14-1.21 1.14c-.93 0-1.35-.97-1.19-1.64L5.05 5h1.97zM10.5 16H9v1h1.5c.28 0 .5.22.5.5s-.22.5-.5.5h-2c-.28 0-.5-.22-.5-.5v-2c0-.28.22-.5.5-.5H10v-1H8.5c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h2c.28 0 .5.22.5.5v2c0 .28-.22.5-.5.5m.5-7.31c0 .72-.55 1.31-1.29 1.31c-.75 0-1.3-.7-1.22-1.48L9.04 5H11zM15.5 18c-.28 0-.5-.22-.5-.5V16h-1.5c-.28 0-.5-.22-.5-.5v-2c0-.28.22-.5.5-.5s.5.22.5.5V15h1v-1.5c0-.28.22-.5.5-.5s.5.22.5.5v4c0 .28-.22.5-.5.5m3.27-8c-.61 0-1.14-.49-1.21-1.14L16.98 5l1.93-.01l1.05 3.37c.16.67-.25 1.64-1.19 1.64"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundLocalConvenienceStore(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.9 7.89l-1.05-3.37c-.22-.9-1-1.52-1.91-1.52H5.05c-.9 0-1.69.63-1.9 1.52L2.1 7.89c-.46 1.97.85 3.11.9 3.17V19c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-7.94c1.12-1.12 1.09-2.41.9-3.17M13 5h1.96l.54 3.52c.09.71-.39 1.48-1.28 1.48c-.67 0-1.22-.59-1.22-1.31zM6.44 8.86c-.08.65-.6 1.14-1.21 1.14c-.93 0-1.35-.97-1.19-1.64L5.05 5h1.97zM10.5 16H9v1h1.5c.28 0 .5.22.5.5s-.22.5-.5.5h-2c-.28 0-.5-.22-.5-.5v-2c0-.28.22-.5.5-.5H10v-1H8.5c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h2c.28 0 .5.22.5.5v2c0 .28-.22.5-.5.5m.5-7.31c0 .72-.55 1.31-1.29 1.31c-.75 0-1.3-.7-1.22-1.48L9.04 5H11zM15.5 18c-.28 0-.5-.22-.5-.5V16h-1.5c-.28 0-.5-.22-.5-.5v-2c0-.28.22-.5.5-.5s.5.22.5.5V15h1v-1.5c0-.28.22-.5.5-.5s.5.22.5.5v4c0 .28-.22.5-.5.5m3.27-8c-.61 0-1.14-.49-1.21-1.14L16.98 5l1.93-.01l1.05 3.37c.16.67-.25 1.64-1.19 1.64"/></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.9 7.89l-1.05-3.37c-.22-.9-1-1.52-1.91-1.52H5.05c-.9 0-1.69.63-1.9 1.52L2.1 7.89c-.46 1.97.85 3.11.9 3.17V19c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-7.94c1.12-1.12 1.09-2.41.9-3.17M13 5h1.96l.54 3.52c.09.71-.39 1.48-1.28 1.48c-.67 0-1.22-.59-1.22-1.31zM6.44 8.86c-.08.65-.6 1.14-1.21 1.14c-.93 0-1.35-.97-1.19-1.64L5.05 5h1.97zM10.5 16H9v1h1.5c.28 0 .5.22.5.5s-.22.5-.5.5h-2c-.28 0-.5-.22-.5-.5v-2c0-.28.22-.5.5-.5H10v-1H8.5c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h2c.28 0 .5.22.5.5v2c0 .28-.22.5-.5.5m.5-7.31c0 .72-.55 1.31-1.29 1.31c-.75 0-1.3-.7-1.22-1.48L9.04 5H11zM15.5 18c-.28 0-.5-.22-.5-.5V16h-1.5c-.28 0-.5-.22-.5-.5v-2c0-.28.22-.5.5-.5s.5.22.5.5V15h1v-1.5c0-.28.22-.5.5-.5s.5.22.5.5v4c0 .28-.22.5-.5.5m3.27-8c-.61 0-1.14-.49-1.21-1.14L16.98 5l1.93-.01l1.05 3.37c.16.67-.25 1.64-1.19 1.64"/></svg>
</template>

CSS

.icon-round-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%22m21.9%207.89l-1.05-3.37c-.22-.9-1-1.52-1.91-1.52H5.05c-.9%200-1.69.63-1.9%201.52L2.1%207.89c-.46%201.97.85%203.11.9%203.17V19c0%201.1.9%202%202%202h14c1.1%200%202-.9%202-2v-7.94c1.12-1.12%201.09-2.41.9-3.17M13%205h1.96l.54%203.52c.09.71-.39%201.48-1.28%201.48c-.67%200-1.22-.59-1.22-1.31zM6.44%208.86c-.08.65-.6%201.14-1.21%201.14c-.93%200-1.35-.97-1.19-1.64L5.05%205h1.97zM10.5%2016H9v1h1.5c.28%200%20.5.22.5.5s-.22.5-.5.5h-2c-.28%200-.5-.22-.5-.5v-2c0-.28.22-.5.5-.5H10v-1H8.5c-.28%200-.5-.22-.5-.5s.22-.5.5-.5h2c.28%200%20.5.22.5.5v2c0%20.28-.22.5-.5.5m.5-7.31c0%20.72-.55%201.31-1.29%201.31c-.75%200-1.3-.7-1.22-1.48L9.04%205H11zM15.5%2018c-.28%200-.5-.22-.5-.5V16h-1.5c-.28%200-.5-.22-.5-.5v-2c0-.28.22-.5.5-.5s.5.22.5.5V15h1v-1.5c0-.28.22-.5.5-.5s.5.22.5.5v4c0%20.28-.22.5-.5.5m3.27-8c-.61%200-1.14-.49-1.21-1.14L16.98%205l1.93-.01l1.05%203.37c.16.67-.25%201.64-1.19%201.64%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.9%207.89l-1.05-3.37c-.22-.9-1-1.52-1.91-1.52H5.05c-.9%200-1.69.63-1.9%201.52L2.1%207.89c-.46%201.97.85%203.11.9%203.17V19c0%201.1.9%202%202%202h14c1.1%200%202-.9%202-2v-7.94c1.12-1.12%201.09-2.41.9-3.17M13%205h1.96l.54%203.52c.09.71-.39%201.48-1.28%201.48c-.67%200-1.22-.59-1.22-1.31zM6.44%208.86c-.08.65-.6%201.14-1.21%201.14c-.93%200-1.35-.97-1.19-1.64L5.05%205h1.97zM10.5%2016H9v1h1.5c.28%200%20.5.22.5.5s-.22.5-.5.5h-2c-.28%200-.5-.22-.5-.5v-2c0-.28.22-.5.5-.5H10v-1H8.5c-.28%200-.5-.22-.5-.5s.22-.5.5-.5h2c.28%200%20.5.22.5.5v2c0%20.28-.22.5-.5.5m.5-7.31c0%20.72-.55%201.31-1.29%201.31c-.75%200-1.3-.7-1.22-1.48L9.04%205H11zM15.5%2018c-.28%200-.5-.22-.5-.5V16h-1.5c-.28%200-.5-.22-.5-.5v-2c0-.28.22-.5.5-.5s.5.22.5.5V15h1v-1.5c0-.28.22-.5.5-.5s.5.22.5.5v4c0%20.28-.22.5-.5.5m3.27-8c-.61%200-1.14-.49-1.21-1.14L16.98%205l1.93-.01l1.05%203.37c.16.67-.25%201.64-1.19%201.64%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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