store 02 icon
store-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- store-02
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the store 02 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-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M3.5 10v5c0 2.828 0 4.242.879 5.121C5.257 21 6.672 21 9.5 21h5c2.828 0 4.243 0 5.121-.879S20.5 17.828 20.5 15v-5M8 18h8"/><path d="M17 7.502a2.5 2.5 0 0 1-5-.002a2.5 2.5 0 0 1-5 0C7 8.88 5.827 10 4.379 10a2.67 2.67 0 0 1-1.959-.84c-.825-.884-.294-2.186.394-3.172l.388-.53c.882-1.206 1.323-1.808 1.963-2.133S6.552 3 8.045 3l7.91.001c1.493 0 2.24 0 2.88.325s1.08.928 1.962 2.133l.389.531c.688.986 1.22 2.287.394 3.172c-.48.515-1.18.84-1.959.84c-1.448 0-2.621-1.12-2.621-2.5"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsStore02(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" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M3.5 10v5c0 2.828 0 4.242.879 5.121C5.257 21 6.672 21 9.5 21h5c2.828 0 4.243 0 5.121-.879S20.5 17.828 20.5 15v-5M8 18h8"/><path d="M17 7.502a2.5 2.5 0 0 1-5-.002a2.5 2.5 0 0 1-5 0C7 8.88 5.827 10 4.379 10a2.67 2.67 0 0 1-1.959-.84c-.825-.884-.294-2.186.394-3.172l.388-.53c.882-1.206 1.323-1.808 1.963-2.133S6.552 3 8.045 3l7.91.001c1.493 0 2.24 0 2.88.325s1.08.928 1.962 2.133l.389.531c.688.986 1.22 2.287.394 3.172c-.48.515-1.18.84-1.959.84c-1.448 0-2.621-1.12-2.621-2.5"/></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-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M3.5 10v5c0 2.828 0 4.242.879 5.121C5.257 21 6.672 21 9.5 21h5c2.828 0 4.243 0 5.121-.879S20.5 17.828 20.5 15v-5M8 18h8"/><path d="M17 7.502a2.5 2.5 0 0 1-5-.002a2.5 2.5 0 0 1-5 0C7 8.88 5.827 10 4.379 10a2.67 2.67 0 0 1-1.959-.84c-.825-.884-.294-2.186.394-3.172l.388-.53c.882-1.206 1.323-1.808 1.963-2.133S6.552 3 8.045 3l7.91.001c1.493 0 2.24 0 2.88.325s1.08.928 1.962 2.133l.389.531c.688.986 1.22 2.287.394 3.172c-.48.515-1.18.84-1.959.84c-1.448 0-2.621-1.12-2.621-2.5"/></g></svg> </template>
CSS
.icon-store-02 {
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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3.5%2010v5c0%202.828%200%204.242.879%205.121C5.257%2021%206.672%2021%209.5%2021h5c2.828%200%204.243%200%205.121-.879S20.5%2017.828%2020.5%2015v-5M8%2018h8%22%2F%3E%3Cpath%20d%3D%22M17%207.502a2.5%202.5%200%200%201-5-.002a2.5%202.5%200%200%201-5%200C7%208.88%205.827%2010%204.379%2010a2.67%202.67%200%200%201-1.959-.84c-.825-.884-.294-2.186.394-3.172l.388-.53c.882-1.206%201.323-1.808%201.963-2.133S6.552%203%208.045%203l7.91.001c1.493%200%202.24%200%202.88.325s1.08.928%201.962%202.133l.389.531c.688.986%201.22%202.287.394%203.172c-.48.515-1.18.84-1.959.84c-1.448%200-2.621-1.12-2.621-2.5%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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3.5%2010v5c0%202.828%200%204.242.879%205.121C5.257%2021%206.672%2021%209.5%2021h5c2.828%200%204.243%200%205.121-.879S20.5%2017.828%2020.5%2015v-5M8%2018h8%22%2F%3E%3Cpath%20d%3D%22M17%207.502a2.5%202.5%200%200%201-5-.002a2.5%202.5%200%200%201-5%200C7%208.88%205.827%2010%204.379%2010a2.67%202.67%200%200%201-1.959-.84c-.825-.884-.294-2.186.394-3.172l.388-.53c.882-1.206%201.323-1.808%201.963-2.133S6.552%203%208.045%203l7.91.001c1.493%200%202.24%200%202.88.325s1.08.928%201.962%202.133l.389.531c.688.986%201.22%202.287.394%203.172c-.48.515-1.18.84-1.959.84c-1.448%200-2.621-1.12-2.621-2.5%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-02.svg?color=%231a73e8&size=48