store management 02 icon
store-management-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- store-management-02
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the store management 02 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M3 11v3.993c0 2.832 0 4.248.88 5.128C4.757 21 6.171 21 9 21h2m6.5-5.667V14m0 1.333c-.939 0-1.762.5-2.226 1.254m2.226-1.254c.939 0 1.762.5 2.226 1.254M17.5 22v-1.333m0 0c-.939 0-1.762-.5-2.226-1.254m2.226 1.254c.939 0 1.762-.5 2.226-1.254m-5.726.81l1.274-.81M21 15.779l-1.274.809M14 15.777l1.274.81M21 20.222l-1.274-.809m-4.452 0A2.7 2.7 0 0 1 14.875 18c0-.52.146-1.004.399-1.413m4.452 0c.253.41.399.894.399 1.413c0 .52-.146 1.004-.399 1.413m-1.933-17.41l-11.646.029c-1.738-.09-2.184 1.25-2.184 1.905c0 .586-.075 1.44-1.14 3.046c-1.066 1.605-.986 2.082-.385 3.194c.498.922 1.766 1.282 2.428 1.343c2.1.048 3.122-1.769 3.122-3.045c1.042 3.207 4.005 3.207 5.325 2.84c1.323-.367 2.456-1.682 2.723-2.84c.156 1.439.63 2.279 2.027 2.856c1.449.597 2.694-.316 3.319-.902c.625-.585 1.026-1.885-.088-3.314c-.768-.985-1.088-1.913-1.194-2.875c-.06-.558-.114-1.157-.506-1.538c-.572-.557-1.393-.726-1.801-.7"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsStoreManagement02(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M3 11v3.993c0 2.832 0 4.248.88 5.128C4.757 21 6.171 21 9 21h2m6.5-5.667V14m0 1.333c-.939 0-1.762.5-2.226 1.254m2.226-1.254c.939 0 1.762.5 2.226 1.254M17.5 22v-1.333m0 0c-.939 0-1.762-.5-2.226-1.254m2.226 1.254c.939 0 1.762-.5 2.226-1.254m-5.726.81l1.274-.81M21 15.779l-1.274.809M14 15.777l1.274.81M21 20.222l-1.274-.809m-4.452 0A2.7 2.7 0 0 1 14.875 18c0-.52.146-1.004.399-1.413m4.452 0c.253.41.399.894.399 1.413c0 .52-.146 1.004-.399 1.413m-1.933-17.41l-11.646.029c-1.738-.09-2.184 1.25-2.184 1.905c0 .586-.075 1.44-1.14 3.046c-1.066 1.605-.986 2.082-.385 3.194c.498.922 1.766 1.282 2.428 1.343c2.1.048 3.122-1.769 3.122-3.045c1.042 3.207 4.005 3.207 5.325 2.84c1.323-.367 2.456-1.682 2.723-2.84c.156 1.439.63 2.279 2.027 2.856c1.449.597 2.694-.316 3.319-.902c.625-.585 1.026-1.885-.088-3.314c-.768-.985-1.088-1.913-1.194-2.875c-.06-.558-.114-1.157-.506-1.538c-.572-.557-1.393-.726-1.801-.7"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M3 11v3.993c0 2.832 0 4.248.88 5.128C4.757 21 6.171 21 9 21h2m6.5-5.667V14m0 1.333c-.939 0-1.762.5-2.226 1.254m2.226-1.254c.939 0 1.762.5 2.226 1.254M17.5 22v-1.333m0 0c-.939 0-1.762-.5-2.226-1.254m2.226 1.254c.939 0 1.762-.5 2.226-1.254m-5.726.81l1.274-.81M21 15.779l-1.274.809M14 15.777l1.274.81M21 20.222l-1.274-.809m-4.452 0A2.7 2.7 0 0 1 14.875 18c0-.52.146-1.004.399-1.413m4.452 0c.253.41.399.894.399 1.413c0 .52-.146 1.004-.399 1.413m-1.933-17.41l-11.646.029c-1.738-.09-2.184 1.25-2.184 1.905c0 .586-.075 1.44-1.14 3.046c-1.066 1.605-.986 2.082-.385 3.194c.498.922 1.766 1.282 2.428 1.343c2.1.048 3.122-1.769 3.122-3.045c1.042 3.207 4.005 3.207 5.325 2.84c1.323-.367 2.456-1.682 2.723-2.84c.156 1.439.63 2.279 2.027 2.856c1.449.597 2.694-.316 3.319-.902c.625-.585 1.026-1.885-.088-3.314c-.768-.985-1.088-1.913-1.194-2.875c-.06-.558-.114-1.157-.506-1.538c-.572-.557-1.393-.726-1.801-.7"/></svg> </template>
CSS
.icon-store-management-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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M3%2011v3.993c0%202.832%200%204.248.88%205.128C4.757%2021%206.171%2021%209%2021h2m6.5-5.667V14m0%201.333c-.939%200-1.762.5-2.226%201.254m2.226-1.254c.939%200%201.762.5%202.226%201.254M17.5%2022v-1.333m0%200c-.939%200-1.762-.5-2.226-1.254m2.226%201.254c.939%200%201.762-.5%202.226-1.254m-5.726.81l1.274-.81M21%2015.779l-1.274.809M14%2015.777l1.274.81M21%2020.222l-1.274-.809m-4.452%200A2.7%202.7%200%200%201%2014.875%2018c0-.52.146-1.004.399-1.413m4.452%200c.253.41.399.894.399%201.413c0%20.52-.146%201.004-.399%201.413m-1.933-17.41l-11.646.029c-1.738-.09-2.184%201.25-2.184%201.905c0%20.586-.075%201.44-1.14%203.046c-1.066%201.605-.986%202.082-.385%203.194c.498.922%201.766%201.282%202.428%201.343c2.1.048%203.122-1.769%203.122-3.045c1.042%203.207%204.005%203.207%205.325%202.84c1.323-.367%202.456-1.682%202.723-2.84c.156%201.439.63%202.279%202.027%202.856c1.449.597%202.694-.316%203.319-.902c.625-.585%201.026-1.885-.088-3.314c-.768-.985-1.088-1.913-1.194-2.875c-.06-.558-.114-1.157-.506-1.538c-.572-.557-1.393-.726-1.801-.7%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M3%2011v3.993c0%202.832%200%204.248.88%205.128C4.757%2021%206.171%2021%209%2021h2m6.5-5.667V14m0%201.333c-.939%200-1.762.5-2.226%201.254m2.226-1.254c.939%200%201.762.5%202.226%201.254M17.5%2022v-1.333m0%200c-.939%200-1.762-.5-2.226-1.254m2.226%201.254c.939%200%201.762-.5%202.226-1.254m-5.726.81l1.274-.81M21%2015.779l-1.274.809M14%2015.777l1.274.81M21%2020.222l-1.274-.809m-4.452%200A2.7%202.7%200%200%201%2014.875%2018c0-.52.146-1.004.399-1.413m4.452%200c.253.41.399.894.399%201.413c0%20.52-.146%201.004-.399%201.413m-1.933-17.41l-11.646.029c-1.738-.09-2.184%201.25-2.184%201.905c0%20.586-.075%201.44-1.14%203.046c-1.066%201.605-.986%202.082-.385%203.194c.498.922%201.766%201.282%202.428%201.343c2.1.048%203.122-1.769%203.122-3.045c1.042%203.207%204.005%203.207%205.325%202.84c1.323-.367%202.456-1.682%202.723-2.84c.156%201.439.63%202.279%202.027%202.856c1.449.597%202.694-.316%203.319-.902c.625-.585%201.026-1.885-.088-3.314c-.768-.985-1.088-1.913-1.194-2.875c-.06-.558-.114-1.157-.506-1.538c-.572-.557-1.393-.726-1.801-.7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/store-management-02.svg?color=%231a73e8&size=48