store-04 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
store-04
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the store 04 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M3 10.987v4.506c0 2.833 0 4.249.879 5.129c.878.88 2.293.88 5.121.88h6c2.828 0 4.243 0 5.121-.88c.88-.88.88-2.296.88-5.129v-4.506"/><path stroke-linecap="round" d="M7 17.974h4"/><path stroke-linecap="round" stroke-linejoin="round" d="M17.796 2.5L6.15 2.53c-1.738-.09-2.184 1.249-2.184 1.903c0 .585-.075 1.438-1.14 3.042c-1.066 1.603-.986 2.08-.385 3.19c.498.92 1.766 1.28 2.428 1.341c2.1.048 3.122-1.766 3.122-3.041c1.042 3.203 4.005 3.203 5.325 2.837c1.323-.367 2.456-1.68 2.723-2.837c.156 1.437.63 2.276 2.027 2.852c1.449.597 2.694-.315 3.319-.9s1.026-1.883-.088-3.31c-.768-.984-1.088-1.912-1.194-2.872c-.06-.557-.114-1.155-.506-1.536c-.572-.556-1.393-.725-1.801-.699"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsStore04(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M3 10.987v4.506c0 2.833 0 4.249.879 5.129c.878.88 2.293.88 5.121.88h6c2.828 0 4.243 0 5.121-.88c.88-.88.88-2.296.88-5.129v-4.506"/><path strokeLinecap="round" d="M7 17.974h4"/><path strokeLinecap="round" strokeLinejoin="round" d="M17.796 2.5L6.15 2.53c-1.738-.09-2.184 1.249-2.184 1.903c0 .585-.075 1.438-1.14 3.042c-1.066 1.603-.986 2.08-.385 3.19c.498.92 1.766 1.28 2.428 1.341c2.1.048 3.122-1.766 3.122-3.041c1.042 3.203 4.005 3.203 5.325 2.837c1.323-.367 2.456-1.68 2.723-2.837c.156 1.437.63 2.276 2.027 2.852c1.449.597 2.694-.315 3.319-.9s1.026-1.883-.088-3.31c-.768-.984-1.088-1.912-1.194-2.872c-.06-.557-.114-1.155-.506-1.536c-.572-.556-1.393-.725-1.801-.699"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M3 10.987v4.506c0 2.833 0 4.249.879 5.129c.878.88 2.293.88 5.121.88h6c2.828 0 4.243 0 5.121-.88c.88-.88.88-2.296.88-5.129v-4.506"/><path stroke-linecap="round" d="M7 17.974h4"/><path stroke-linecap="round" stroke-linejoin="round" d="M17.796 2.5L6.15 2.53c-1.738-.09-2.184 1.249-2.184 1.903c0 .585-.075 1.438-1.14 3.042c-1.066 1.603-.986 2.08-.385 3.19c.498.92 1.766 1.28 2.428 1.341c2.1.048 3.122-1.766 3.122-3.041c1.042 3.203 4.005 3.203 5.325 2.837c1.323-.367 2.456-1.68 2.723-2.837c.156 1.437.63 2.276 2.027 2.852c1.449.597 2.694-.315 3.319-.9s1.026-1.883-.088-3.31c-.768-.984-1.088-1.912-1.194-2.872c-.06-.557-.114-1.155-.506-1.536c-.572-.556-1.393-.725-1.801-.699"/></g></svg>
</template>

CSS

.icon-store-04 {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3%2010.987v4.506c0%202.833%200%204.249.879%205.129c.878.88%202.293.88%205.121.88h6c2.828%200%204.243%200%205.121-.88c.88-.88.88-2.296.88-5.129v-4.506%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M7%2017.974h4%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M17.796%202.5L6.15%202.53c-1.738-.09-2.184%201.249-2.184%201.903c0%20.585-.075%201.438-1.14%203.042c-1.066%201.603-.986%202.08-.385%203.19c.498.92%201.766%201.28%202.428%201.341c2.1.048%203.122-1.766%203.122-3.041c1.042%203.203%204.005%203.203%205.325%202.837c1.323-.367%202.456-1.68%202.723-2.837c.156%201.437.63%202.276%202.027%202.852c1.449.597%202.694-.315%203.319-.9s1.026-1.883-.088-3.31c-.768-.984-1.088-1.912-1.194-2.872c-.06-.557-.114-1.155-.506-1.536c-.572-.556-1.393-.725-1.801-.699%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3%2010.987v4.506c0%202.833%200%204.249.879%205.129c.878.88%202.293.88%205.121.88h6c2.828%200%204.243%200%205.121-.88c.88-.88.88-2.296.88-5.129v-4.506%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M7%2017.974h4%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M17.796%202.5L6.15%202.53c-1.738-.09-2.184%201.249-2.184%201.903c0%20.585-.075%201.438-1.14%203.042c-1.066%201.603-.986%202.08-.385%203.19c.498.92%201.766%201.28%202.428%201.341c2.1.048%203.122-1.766%203.122-3.041c1.042%203.203%204.005%203.203%205.325%202.837c1.323-.367%202.456-1.68%202.723-2.837c.156%201.437.63%202.276%202.027%202.852c1.449.597%202.694-.315%203.319-.9s1.026-1.883-.088-3.31c-.768-.984-1.088-1.912-1.194-2.872c-.06-.557-.114-1.155-.506-1.536c-.572-.556-1.393-.725-1.801-.699%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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