store icon
store from Myna UI Icons by Praveen Juge · Regular · MIT Free for personal and commercial use.
- Name
- store
- Set
- Myna UI Icons
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
1 other variant in Myna UI Icons
The same icon in other sets
storeBoxIcons v2storeBoxIcons v2 SolidstoreCarbonstoreFont Awesome 6 SolidstoreFont Awesome Solidstore-outlineFlowbite IconsstoreJam IconsstoreLine AwesomestoreLucidestoreMaterial SymbolsstoreMaterial Symbols LightstoreMaterial Design Iconsstore-fillMingCute IconstorePixelarticonsstore-fillRemix IconstoreTDesign IconsstoreUnicons
Use the store 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="M19.996 10.621V19a2 2 0 0 1-2 2H6.004a2 2 0 0 1-1.999-2v-8.379M16.498 8.75c0 3.176 5.155 2.52 4.433-.248l-1.045-4.007A2 2 0 0 0 17.952 3H6.048a2 2 0 0 0-1.934 1.495L3.069 8.502c-.722 2.769 4.433 3.424 4.433.248l.5-5.75m-.5 5.75c0 2.902 4.498 2.902 4.498 0m0 0V3m3.998 0l.5 5.75c0 2.902-4.498 2.902-4.498 0"/></svg>
React
import type { SVGProps } from "react";
export function MynauiStore(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="M19.996 10.621V19a2 2 0 0 1-2 2H6.004a2 2 0 0 1-1.999-2v-8.379M16.498 8.75c0 3.176 5.155 2.52 4.433-.248l-1.045-4.007A2 2 0 0 0 17.952 3H6.048a2 2 0 0 0-1.934 1.495L3.069 8.502c-.722 2.769 4.433 3.424 4.433.248l.5-5.75m-.5 5.75c0 2.902 4.498 2.902 4.498 0m0 0V3m3.998 0l.5 5.75c0 2.902-4.498 2.902-4.498 0"/></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="M19.996 10.621V19a2 2 0 0 1-2 2H6.004a2 2 0 0 1-1.999-2v-8.379M16.498 8.75c0 3.176 5.155 2.52 4.433-.248l-1.045-4.007A2 2 0 0 0 17.952 3H6.048a2 2 0 0 0-1.934 1.495L3.069 8.502c-.722 2.769 4.433 3.424 4.433.248l.5-5.75m-.5 5.75c0 2.902 4.498 2.902 4.498 0m0 0V3m3.998 0l.5 5.75c0 2.902-4.498 2.902-4.498 0"/></svg> </template>
CSS
.icon-store {
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%22M19.996%2010.621V19a2%202%200%200%201-2%202H6.004a2%202%200%200%201-1.999-2v-8.379M16.498%208.75c0%203.176%205.155%202.52%204.433-.248l-1.045-4.007A2%202%200%200%200%2017.952%203H6.048a2%202%200%200%200-1.934%201.495L3.069%208.502c-.722%202.769%204.433%203.424%204.433.248l.5-5.75m-.5%205.75c0%202.902%204.498%202.902%204.498%200m0%200V3m3.998%200l.5%205.75c0%202.902-4.498%202.902-4.498%200%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%22M19.996%2010.621V19a2%202%200%200%201-2%202H6.004a2%202%200%200%201-1.999-2v-8.379M16.498%208.75c0%203.176%205.155%202.52%204.433-.248l-1.045-4.007A2%202%200%200%200%2017.952%203H6.048a2%202%200%200%200-1.934%201.495L3.069%208.502c-.722%202.769%204.433%203.424%204.433.248l.5-5.75m-.5%205.75c0%202.902%204.498%202.902%204.498%200m0%200V3m3.998%200l.5%205.75c0%202.902-4.498%202.902-4.498%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/store.svg?color=%231a73e8&size=48