store-plus-outline from Material Design Icons by Pictogrammers · Outline · Places · Apache-2.0 Free for personal and commercial use.

Name
store-plus-outline
Set
Material Design Icons
Style
Outline
Category
Places
Viewbox
24×24
License
Apache 2.0
Aliases
shop-plus-outline

1 other variant in Material Design Icons

More places icons from Material Design Icons

Use the store plus icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 6H4V4h16zm-4.31 8H14v1.69c-.63.95-1 2.08-1 3.31c0 .34.04.67.09 1H4v-6H3v-2l1-5h16l1 5v1.35c-.63-.22-1.3-.35-2-.35c-1.23 0-2.36.37-3.31 1M12 14H6v4h6zm6.96-2l-.6-3H5.64l-.6 3zM20 18v-3h-2v3h-3v2h3v3h2v-3h3v-2z"/></svg>

React

import type { SVGProps } from "react";

export function MdiStorePlusOutline(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="M20 6H4V4h16zm-4.31 8H14v1.69c-.63.95-1 2.08-1 3.31c0 .34.04.67.09 1H4v-6H3v-2l1-5h16l1 5v1.35c-.63-.22-1.3-.35-2-.35c-1.23 0-2.36.37-3.31 1M12 14H6v4h6zm6.96-2l-.6-3H5.64l-.6 3zM20 18v-3h-2v3h-3v2h3v3h2v-3h3v-2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 6H4V4h16zm-4.31 8H14v1.69c-.63.95-1 2.08-1 3.31c0 .34.04.67.09 1H4v-6H3v-2l1-5h16l1 5v1.35c-.63-.22-1.3-.35-2-.35c-1.23 0-2.36.37-3.31 1M12 14H6v4h6zm6.96-2l-.6-3H5.64l-.6 3zM20 18v-3h-2v3h-3v2h3v3h2v-3h3v-2z"/></svg>
</template>

CSS

.icon-store-plus-outline {
  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%22M20%206H4V4h16zm-4.31%208H14v1.69c-.63.95-1%202.08-1%203.31c0%20.34.04.67.09%201H4v-6H3v-2l1-5h16l1%205v1.35c-.63-.22-1.3-.35-2-.35c-1.23%200-2.36.37-3.31%201M12%2014H6v4h6zm6.96-2l-.6-3H5.64l-.6%203zM20%2018v-3h-2v3h-3v2h3v3h2v-3h3v-2z%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%22M20%206H4V4h16zm-4.31%208H14v1.69c-.63.95-1%202.08-1%203.31c0%20.34.04.67.09%201H4v-6H3v-2l1-5h16l1%205v1.35c-.63-.22-1.3-.35-2-.35c-1.23%200-2.36.37-3.31%201M12%2014H6v4h6zm6.96-2l-.6-3H5.64l-.6%203zM20%2018v-3h-2v3h-3v2h3v3h2v-3h3v-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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