store icon
store-outline from Flowbite Icons by Themesberg · Outline · E-commerce · MIT Free for personal and commercial use.
- Name
- store-outline
- Set
- Flowbite Icons
- Style
- Outline
- Category
- E-commerce
- Viewbox
- 24×24
- License
- MIT
1 other variant in Flowbite Icons
The same icon in other sets
storeBoxIcons v2storeBoxIcons v2 SolidstoreCarbonstoreFont Awesome 6 SolidstoreFont Awesome SolidstoreJam IconsstoreLine AwesomestoreLucidestoreMaterial SymbolsstoreMaterial Symbols LightstoreMaterial Design Iconsstore-fillMingCute IconstoreMyna UI IconsstorePixelarticonsstore-fillRemix IconstoreTDesign IconsstoreUnicons
More e-commerce icons from Flowbite Icons
cart-outlinecart-plus-alt-outlinecart-plus-outlinecash-outlinecash-register-outlinecredit-card-outlinecredit-card-plus-alt-outlinecredit-card-plus-outlinedollar-outlineeuro-outlinefilter-dollar-outlinereceipt-outlinesale-percent-outlinescale-balanced-outlineshopping-bag-outlinetag-outlineuser-headset-outlinewallet-outline
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="2" d="M6 12c.263 0 .524-.06.767-.175a2 2 0 0 0 .65-.491c.186-.21.333-.46.433-.734s.15-.568.15-.864a2.4 2.4 0 0 0 .586 1.591c.375.422.884.659 1.414.659s1.04-.237 1.414-.659A2.4 2.4 0 0 0 12 9.736a2.4 2.4 0 0 0 .586 1.591c.375.422.884.659 1.414.659s1.04-.237 1.414-.659A2.4 2.4 0 0 0 16 9.736c0 .295.052.588.152.861s.248.521.434.73a2 2 0 0 0 .649.488a1.8 1.8 0 0 0 1.53 0a2 2 0 0 0 .65-.488c.185-.209.332-.457.433-.73s.152-.566.152-.861c0-.974-1.108-3.85-1.618-5.121A.98.98 0 0 0 17.466 4H6.456a.99.99 0 0 0-.93.645C5.045 5.962 4 8.905 4 9.736c.023.59.241 1.148.611 1.567c.37.418.865.667 1.389.697m0 0c.328 0 .651-.091.94-.266A2.1 2.1 0 0 0 7.66 11h.681a2.1 2.1 0 0 0 .718.734c.29.175.613.266.942.266s.651-.091.94-.266c.29-.174.537-.427.719-.734h.681a2.1 2.1 0 0 0 .719.734c.289.175.612.266.94.266c.329 0 .652-.091.942-.266c.29-.174.536-.427.718-.734h.681c.183.307.43.56.719.734c.29.174.613.266.941.266a1.8 1.8 0 0 0 1.06-.351M6 12a1.77 1.77 0 0 1-1.163-.476M5 12v7a1 1 0 0 0 1 1h2v-5h3v5h7a1 1 0 0 0 1-1v-7m-5 3v2h2v-2z"/></svg>
React
import type { SVGProps } from "react";
export function FlowbiteStoreOutline(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="2" d="M6 12c.263 0 .524-.06.767-.175a2 2 0 0 0 .65-.491c.186-.21.333-.46.433-.734s.15-.568.15-.864a2.4 2.4 0 0 0 .586 1.591c.375.422.884.659 1.414.659s1.04-.237 1.414-.659A2.4 2.4 0 0 0 12 9.736a2.4 2.4 0 0 0 .586 1.591c.375.422.884.659 1.414.659s1.04-.237 1.414-.659A2.4 2.4 0 0 0 16 9.736c0 .295.052.588.152.861s.248.521.434.73a2 2 0 0 0 .649.488a1.8 1.8 0 0 0 1.53 0a2 2 0 0 0 .65-.488c.185-.209.332-.457.433-.73s.152-.566.152-.861c0-.974-1.108-3.85-1.618-5.121A.98.98 0 0 0 17.466 4H6.456a.99.99 0 0 0-.93.645C5.045 5.962 4 8.905 4 9.736c.023.59.241 1.148.611 1.567c.37.418.865.667 1.389.697m0 0c.328 0 .651-.091.94-.266A2.1 2.1 0 0 0 7.66 11h.681a2.1 2.1 0 0 0 .718.734c.29.175.613.266.942.266s.651-.091.94-.266c.29-.174.537-.427.719-.734h.681a2.1 2.1 0 0 0 .719.734c.289.175.612.266.94.266c.329 0 .652-.091.942-.266c.29-.174.536-.427.718-.734h.681c.183.307.43.56.719.734c.29.174.613.266.941.266a1.8 1.8 0 0 0 1.06-.351M6 12a1.77 1.77 0 0 1-1.163-.476M5 12v7a1 1 0 0 0 1 1h2v-5h3v5h7a1 1 0 0 0 1-1v-7m-5 3v2h2v-2z"/></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="2" d="M6 12c.263 0 .524-.06.767-.175a2 2 0 0 0 .65-.491c.186-.21.333-.46.433-.734s.15-.568.15-.864a2.4 2.4 0 0 0 .586 1.591c.375.422.884.659 1.414.659s1.04-.237 1.414-.659A2.4 2.4 0 0 0 12 9.736a2.4 2.4 0 0 0 .586 1.591c.375.422.884.659 1.414.659s1.04-.237 1.414-.659A2.4 2.4 0 0 0 16 9.736c0 .295.052.588.152.861s.248.521.434.73a2 2 0 0 0 .649.488a1.8 1.8 0 0 0 1.53 0a2 2 0 0 0 .65-.488c.185-.209.332-.457.433-.73s.152-.566.152-.861c0-.974-1.108-3.85-1.618-5.121A.98.98 0 0 0 17.466 4H6.456a.99.99 0 0 0-.93.645C5.045 5.962 4 8.905 4 9.736c.023.59.241 1.148.611 1.567c.37.418.865.667 1.389.697m0 0c.328 0 .651-.091.94-.266A2.1 2.1 0 0 0 7.66 11h.681a2.1 2.1 0 0 0 .718.734c.29.175.613.266.942.266s.651-.091.94-.266c.29-.174.537-.427.719-.734h.681a2.1 2.1 0 0 0 .719.734c.289.175.612.266.94.266c.329 0 .652-.091.942-.266c.29-.174.536-.427.718-.734h.681c.183.307.43.56.719.734c.29.174.613.266.941.266a1.8 1.8 0 0 0 1.06-.351M6 12a1.77 1.77 0 0 1-1.163-.476M5 12v7a1 1 0 0 0 1 1h2v-5h3v5h7a1 1 0 0 0 1-1v-7m-5 3v2h2v-2z"/></svg> </template>
CSS
.icon-store-outline {
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%222%22%20d%3D%22M6%2012c.263%200%20.524-.06.767-.175a2%202%200%200%200%20.65-.491c.186-.21.333-.46.433-.734s.15-.568.15-.864a2.4%202.4%200%200%200%20.586%201.591c.375.422.884.659%201.414.659s1.04-.237%201.414-.659A2.4%202.4%200%200%200%2012%209.736a2.4%202.4%200%200%200%20.586%201.591c.375.422.884.659%201.414.659s1.04-.237%201.414-.659A2.4%202.4%200%200%200%2016%209.736c0%20.295.052.588.152.861s.248.521.434.73a2%202%200%200%200%20.649.488a1.8%201.8%200%200%200%201.53%200a2%202%200%200%200%20.65-.488c.185-.209.332-.457.433-.73s.152-.566.152-.861c0-.974-1.108-3.85-1.618-5.121A.98.98%200%200%200%2017.466%204H6.456a.99.99%200%200%200-.93.645C5.045%205.962%204%208.905%204%209.736c.023.59.241%201.148.611%201.567c.37.418.865.667%201.389.697m0%200c.328%200%20.651-.091.94-.266A2.1%202.1%200%200%200%207.66%2011h.681a2.1%202.1%200%200%200%20.718.734c.29.175.613.266.942.266s.651-.091.94-.266c.29-.174.537-.427.719-.734h.681a2.1%202.1%200%200%200%20.719.734c.289.175.612.266.94.266c.329%200%20.652-.091.942-.266c.29-.174.536-.427.718-.734h.681c.183.307.43.56.719.734c.29.174.613.266.941.266a1.8%201.8%200%200%200%201.06-.351M6%2012a1.77%201.77%200%200%201-1.163-.476M5%2012v7a1%201%200%200%200%201%201h2v-5h3v5h7a1%201%200%200%200%201-1v-7m-5%203v2h2v-2z%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%222%22%20d%3D%22M6%2012c.263%200%20.524-.06.767-.175a2%202%200%200%200%20.65-.491c.186-.21.333-.46.433-.734s.15-.568.15-.864a2.4%202.4%200%200%200%20.586%201.591c.375.422.884.659%201.414.659s1.04-.237%201.414-.659A2.4%202.4%200%200%200%2012%209.736a2.4%202.4%200%200%200%20.586%201.591c.375.422.884.659%201.414.659s1.04-.237%201.414-.659A2.4%202.4%200%200%200%2016%209.736c0%20.295.052.588.152.861s.248.521.434.73a2%202%200%200%200%20.649.488a1.8%201.8%200%200%200%201.53%200a2%202%200%200%200%20.65-.488c.185-.209.332-.457.433-.73s.152-.566.152-.861c0-.974-1.108-3.85-1.618-5.121A.98.98%200%200%200%2017.466%204H6.456a.99.99%200%200%200-.93.645C5.045%205.962%204%208.905%204%209.736c.023.59.241%201.148.611%201.567c.37.418.865.667%201.389.697m0%200c.328%200%20.651-.091.94-.266A2.1%202.1%200%200%200%207.66%2011h.681a2.1%202.1%200%200%200%20.718.734c.29.175.613.266.942.266s.651-.091.94-.266c.29-.174.537-.427.719-.734h.681a2.1%202.1%200%200%200%20.719.734c.289.175.612.266.94.266c.329%200%20.652-.091.942-.266c.29-.174.536-.427.718-.734h.681c.183.307.43.56.719.734c.29.174.613.266.941.266a1.8%201.8%200%200%200%201.06-.351M6%2012a1.77%201.77%200%200%201-1.163-.476M5%2012v7a1%201%200%200%200%201%201h2v-5h3v5h7a1%201%200%200%200%201-1v-7m-5%203v2h2v-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/flowbite/store-outline.svg?color=%231a73e8&size=48