store-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.

Name
store-solid
Set
Myna UI Icons
Style
Solid
Viewbox
24×24
License
MIT

1 other variant in Myna UI Icons

The same icon in other sets

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" d="M7.993 2.25h9.959a2.75 2.75 0 0 1 2.66 2.056l1.044 4.007c.247.944-.01 1.771-.57 2.36q-.159.165-.34.3V19a2.75 2.75 0 0 1-2.75 2.75H6.004A2.75 2.75 0 0 1 3.254 19v-8.026q-.181-.135-.34-.302c-.56-.588-.817-1.415-.57-2.36l1.044-4.006a2.75 2.75 0 0 1 2.66-2.056zM12 10.746q-.102.108-.214.205c-.576.496-1.32.725-2.035.725s-1.459-.23-2.035-.725a3 3 0 0 1-.217-.208a2.6 2.6 0 0 1-.35.305c-.65.47-1.463.624-2.204.554a4 4 0 0 1-.19-.023V19c0 .69.559 1.25 1.248 1.25h11.994c.69 0 1.249-.56 1.249-1.25v-7.421q-.096.014-.19.023c-.742.07-1.555-.084-2.204-.554a2.6 2.6 0 0 1-.352-.305a3 3 0 0 1-.216.208c-.576.496-1.32.725-2.035.725s-1.459-.23-2.035-.725a3 3 0 0 1-.214-.205"/></svg>

React

import type { SVGProps } from "react";

export function MynauiStoreSolid(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="M7.993 2.25h9.959a2.75 2.75 0 0 1 2.66 2.056l1.044 4.007c.247.944-.01 1.771-.57 2.36q-.159.165-.34.3V19a2.75 2.75 0 0 1-2.75 2.75H6.004A2.75 2.75 0 0 1 3.254 19v-8.026q-.181-.135-.34-.302c-.56-.588-.817-1.415-.57-2.36l1.044-4.006a2.75 2.75 0 0 1 2.66-2.056zM12 10.746q-.102.108-.214.205c-.576.496-1.32.725-2.035.725s-1.459-.23-2.035-.725a3 3 0 0 1-.217-.208a2.6 2.6 0 0 1-.35.305c-.65.47-1.463.624-2.204.554a4 4 0 0 1-.19-.023V19c0 .69.559 1.25 1.248 1.25h11.994c.69 0 1.249-.56 1.249-1.25v-7.421q-.096.014-.19.023c-.742.07-1.555-.084-2.204-.554a2.6 2.6 0 0 1-.352-.305a3 3 0 0 1-.216.208c-.576.496-1.32.725-2.035.725s-1.459-.23-2.035-.725a3 3 0 0 1-.214-.205"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.993 2.25h9.959a2.75 2.75 0 0 1 2.66 2.056l1.044 4.007c.247.944-.01 1.771-.57 2.36q-.159.165-.34.3V19a2.75 2.75 0 0 1-2.75 2.75H6.004A2.75 2.75 0 0 1 3.254 19v-8.026q-.181-.135-.34-.302c-.56-.588-.817-1.415-.57-2.36l1.044-4.006a2.75 2.75 0 0 1 2.66-2.056zM12 10.746q-.102.108-.214.205c-.576.496-1.32.725-2.035.725s-1.459-.23-2.035-.725a3 3 0 0 1-.217-.208a2.6 2.6 0 0 1-.35.305c-.65.47-1.463.624-2.204.554a4 4 0 0 1-.19-.023V19c0 .69.559 1.25 1.248 1.25h11.994c.69 0 1.249-.56 1.249-1.25v-7.421q-.096.014-.19.023c-.742.07-1.555-.084-2.204-.554a2.6 2.6 0 0 1-.352-.305a3 3 0 0 1-.216.208c-.576.496-1.32.725-2.035.725s-1.459-.23-2.035-.725a3 3 0 0 1-.214-.205"/></svg>
</template>

CSS

.icon-store-solid {
  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%22M7.993%202.25h9.959a2.75%202.75%200%200%201%202.66%202.056l1.044%204.007c.247.944-.01%201.771-.57%202.36q-.159.165-.34.3V19a2.75%202.75%200%200%201-2.75%202.75H6.004A2.75%202.75%200%200%201%203.254%2019v-8.026q-.181-.135-.34-.302c-.56-.588-.817-1.415-.57-2.36l1.044-4.006a2.75%202.75%200%200%201%202.66-2.056zM12%2010.746q-.102.108-.214.205c-.576.496-1.32.725-2.035.725s-1.459-.23-2.035-.725a3%203%200%200%201-.217-.208a2.6%202.6%200%200%201-.35.305c-.65.47-1.463.624-2.204.554a4%204%200%200%201-.19-.023V19c0%20.69.559%201.25%201.248%201.25h11.994c.69%200%201.249-.56%201.249-1.25v-7.421q-.096.014-.19.023c-.742.07-1.555-.084-2.204-.554a2.6%202.6%200%200%201-.352-.305a3%203%200%200%201-.216.208c-.576.496-1.32.725-2.035.725s-1.459-.23-2.035-.725a3%203%200%200%201-.214-.205%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%22M7.993%202.25h9.959a2.75%202.75%200%200%201%202.66%202.056l1.044%204.007c.247.944-.01%201.771-.57%202.36q-.159.165-.34.3V19a2.75%202.75%200%200%201-2.75%202.75H6.004A2.75%202.75%200%200%201%203.254%2019v-8.026q-.181-.135-.34-.302c-.56-.588-.817-1.415-.57-2.36l1.044-4.006a2.75%202.75%200%200%201%202.66-2.056zM12%2010.746q-.102.108-.214.205c-.576.496-1.32.725-2.035.725s-1.459-.23-2.035-.725a3%203%200%200%201-.217-.208a2.6%202.6%200%200%201-.35.305c-.65.47-1.463.624-2.204.554a4%204%200%200%201-.19-.023V19c0%20.69.559%201.25%201.248%201.25h11.994c.69%200%201.249-.56%201.249-1.25v-7.421q-.096.014-.19.023c-.742.07-1.555-.084-2.204-.554a2.6%202.6%200%200%201-.352-.305a3%203%200%200%201-.216.208c-.576.496-1.32.725-2.035.725s-1.459-.23-2.035-.725a3%203%200%200%201-.214-.205%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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