store from Reicon by REICON · Outline · Shopping · MIT Free for personal and commercial use.

Name
store
Set
Reicon
Style
Outline
Category
Shopping
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

All store icons →

More shopping icons from Reicon

Use the store icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M5.062 1.25a2.75 2.75 0 0 0-2.668 2.083l-.88 3.515A9 9 0 0 0 1.25 9c0 1.055.592 2.098 1.5 2.708v7.542a3.5 3.5 0 0 0 3.5 3.5h11.5a3.5 3.5 0 0 0 3.5-3.5v-7.542c.907-.61 1.5-1.653 1.5-2.708c0-.725-.089-1.448-.265-2.152l-.879-3.515a2.75 2.75 0 0 0-2.668-2.083zM19.75 12.24a3 3 0 0 1-.25.01c-.94 0-1.875-.36-2.5-.984c-.625.624-1.56.984-2.5.984s-1.875-.36-2.5-.984c-.625.624-1.56.984-2.5.984s-1.875-.36-2.5-.984c-.625.624-1.56.984-2.5.984a3 3 0 0 1-.25-.01v7.01a2 2 0 0 0 2 2h2.5V16.5c0-.966.784-1.75 1.75-1.75h3c.966 0 1.75.784 1.75 1.75v4.75h2.5a2 2 0 0 0 2-2zM9.5 10.75c-1.131 0-1.75-.707-1.75-1.25a.75.75 0 0 0-1.5 0c0 .543-.619 1.25-1.75 1.25c-.942 0-1.75-.889-1.75-1.75c0-.603.074-1.203.22-1.788l.879-3.515a1.25 1.25 0 0 1 1.213-.947h13.876c.574 0 1.074.39 1.213.947l.879 3.515c.146.585.22 1.185.22 1.788c0 .861-.808 1.75-1.75 1.75c-1.131 0-1.75-.707-1.75-1.25a.75.75 0 0 0-1.5 0c0 .543-.619 1.25-1.75 1.25s-1.75-.707-1.75-1.25a.75.75 0 0 0-1.5 0c0 .543-.619 1.25-1.75 1.25m4.25 5.75v4.75h-3.5V16.5a.25.25 0 0 1 .25-.25h3a.25.25 0 0 1 .25.25" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconStore(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" fillRule="evenodd" d="M5.062 1.25a2.75 2.75 0 0 0-2.668 2.083l-.88 3.515A9 9 0 0 0 1.25 9c0 1.055.592 2.098 1.5 2.708v7.542a3.5 3.5 0 0 0 3.5 3.5h11.5a3.5 3.5 0 0 0 3.5-3.5v-7.542c.907-.61 1.5-1.653 1.5-2.708c0-.725-.089-1.448-.265-2.152l-.879-3.515a2.75 2.75 0 0 0-2.668-2.083zM19.75 12.24a3 3 0 0 1-.25.01c-.94 0-1.875-.36-2.5-.984c-.625.624-1.56.984-2.5.984s-1.875-.36-2.5-.984c-.625.624-1.56.984-2.5.984s-1.875-.36-2.5-.984c-.625.624-1.56.984-2.5.984a3 3 0 0 1-.25-.01v7.01a2 2 0 0 0 2 2h2.5V16.5c0-.966.784-1.75 1.75-1.75h3c.966 0 1.75.784 1.75 1.75v4.75h2.5a2 2 0 0 0 2-2zM9.5 10.75c-1.131 0-1.75-.707-1.75-1.25a.75.75 0 0 0-1.5 0c0 .543-.619 1.25-1.75 1.25c-.942 0-1.75-.889-1.75-1.75c0-.603.074-1.203.22-1.788l.879-3.515a1.25 1.25 0 0 1 1.213-.947h13.876c.574 0 1.074.39 1.213.947l.879 3.515c.146.585.22 1.185.22 1.788c0 .861-.808 1.75-1.75 1.75c-1.131 0-1.75-.707-1.75-1.25a.75.75 0 0 0-1.5 0c0 .543-.619 1.25-1.75 1.25s-1.75-.707-1.75-1.25a.75.75 0 0 0-1.5 0c0 .543-.619 1.25-1.75 1.25m4.25 5.75v4.75h-3.5V16.5a.25.25 0 0 1 .25-.25h3a.25.25 0 0 1 .25.25" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M5.062 1.25a2.75 2.75 0 0 0-2.668 2.083l-.88 3.515A9 9 0 0 0 1.25 9c0 1.055.592 2.098 1.5 2.708v7.542a3.5 3.5 0 0 0 3.5 3.5h11.5a3.5 3.5 0 0 0 3.5-3.5v-7.542c.907-.61 1.5-1.653 1.5-2.708c0-.725-.089-1.448-.265-2.152l-.879-3.515a2.75 2.75 0 0 0-2.668-2.083zM19.75 12.24a3 3 0 0 1-.25.01c-.94 0-1.875-.36-2.5-.984c-.625.624-1.56.984-2.5.984s-1.875-.36-2.5-.984c-.625.624-1.56.984-2.5.984s-1.875-.36-2.5-.984c-.625.624-1.56.984-2.5.984a3 3 0 0 1-.25-.01v7.01a2 2 0 0 0 2 2h2.5V16.5c0-.966.784-1.75 1.75-1.75h3c.966 0 1.75.784 1.75 1.75v4.75h2.5a2 2 0 0 0 2-2zM9.5 10.75c-1.131 0-1.75-.707-1.75-1.25a.75.75 0 0 0-1.5 0c0 .543-.619 1.25-1.75 1.25c-.942 0-1.75-.889-1.75-1.75c0-.603.074-1.203.22-1.788l.879-3.515a1.25 1.25 0 0 1 1.213-.947h13.876c.574 0 1.074.39 1.213.947l.879 3.515c.146.585.22 1.185.22 1.788c0 .861-.808 1.75-1.75 1.75c-1.131 0-1.75-.707-1.75-1.25a.75.75 0 0 0-1.5 0c0 .543-.619 1.25-1.75 1.25s-1.75-.707-1.75-1.25a.75.75 0 0 0-1.5 0c0 .543-.619 1.25-1.75 1.25m4.25 5.75v4.75h-3.5V16.5a.25.25 0 0 1 .25-.25h3a.25.25 0 0 1 .25.25" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-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%20fill-rule%3D%22evenodd%22%20d%3D%22M5.062%201.25a2.75%202.75%200%200%200-2.668%202.083l-.88%203.515A9%209%200%200%200%201.25%209c0%201.055.592%202.098%201.5%202.708v7.542a3.5%203.5%200%200%200%203.5%203.5h11.5a3.5%203.5%200%200%200%203.5-3.5v-7.542c.907-.61%201.5-1.653%201.5-2.708c0-.725-.089-1.448-.265-2.152l-.879-3.515a2.75%202.75%200%200%200-2.668-2.083zM19.75%2012.24a3%203%200%200%201-.25.01c-.94%200-1.875-.36-2.5-.984c-.625.624-1.56.984-2.5.984s-1.875-.36-2.5-.984c-.625.624-1.56.984-2.5.984s-1.875-.36-2.5-.984c-.625.624-1.56.984-2.5.984a3%203%200%200%201-.25-.01v7.01a2%202%200%200%200%202%202h2.5V16.5c0-.966.784-1.75%201.75-1.75h3c.966%200%201.75.784%201.75%201.75v4.75h2.5a2%202%200%200%200%202-2zM9.5%2010.75c-1.131%200-1.75-.707-1.75-1.25a.75.75%200%200%200-1.5%200c0%20.543-.619%201.25-1.75%201.25c-.942%200-1.75-.889-1.75-1.75c0-.603.074-1.203.22-1.788l.879-3.515a1.25%201.25%200%200%201%201.213-.947h13.876c.574%200%201.074.39%201.213.947l.879%203.515c.146.585.22%201.185.22%201.788c0%20.861-.808%201.75-1.75%201.75c-1.131%200-1.75-.707-1.75-1.25a.75.75%200%200%200-1.5%200c0%20.543-.619%201.25-1.75%201.25s-1.75-.707-1.75-1.25a.75.75%200%200%200-1.5%200c0%20.543-.619%201.25-1.75%201.25m4.25%205.75v4.75h-3.5V16.5a.25.25%200%200%201%20.25-.25h3a.25.25%200%200%201%20.25.25%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M5.062%201.25a2.75%202.75%200%200%200-2.668%202.083l-.88%203.515A9%209%200%200%200%201.25%209c0%201.055.592%202.098%201.5%202.708v7.542a3.5%203.5%200%200%200%203.5%203.5h11.5a3.5%203.5%200%200%200%203.5-3.5v-7.542c.907-.61%201.5-1.653%201.5-2.708c0-.725-.089-1.448-.265-2.152l-.879-3.515a2.75%202.75%200%200%200-2.668-2.083zM19.75%2012.24a3%203%200%200%201-.25.01c-.94%200-1.875-.36-2.5-.984c-.625.624-1.56.984-2.5.984s-1.875-.36-2.5-.984c-.625.624-1.56.984-2.5.984s-1.875-.36-2.5-.984c-.625.624-1.56.984-2.5.984a3%203%200%200%201-.25-.01v7.01a2%202%200%200%200%202%202h2.5V16.5c0-.966.784-1.75%201.75-1.75h3c.966%200%201.75.784%201.75%201.75v4.75h2.5a2%202%200%200%200%202-2zM9.5%2010.75c-1.131%200-1.75-.707-1.75-1.25a.75.75%200%200%200-1.5%200c0%20.543-.619%201.25-1.75%201.25c-.942%200-1.75-.889-1.75-1.75c0-.603.074-1.203.22-1.788l.879-3.515a1.25%201.25%200%200%201%201.213-.947h13.876c.574%200%201.074.39%201.213.947l.879%203.515c.146.585.22%201.185.22%201.788c0%20.861-.808%201.75-1.75%201.75c-1.131%200-1.75-.707-1.75-1.25a.75.75%200%200%200-1.5%200c0%20.543-.619%201.25-1.75%201.25s-1.75-.707-1.75-1.25a.75.75%200%200%200-1.5%200c0%20.543-.619%201.25-1.75%201.25m4.25%205.75v4.75h-3.5V16.5a.25.25%200%200%201%20.25-.25h3a.25.25%200%200%201%20.25.25%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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