store icon
store-filled from Reicon by REICON · Filled · Shopping · MIT Free for personal and commercial use.
- Name
- store-filled
- Set
- Reicon
- Style
- Filled
- Category
- Shopping
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All store icons →storeBoxIcons v2storeBoxIcons v2 SolidstoreCarbonstoreFont Awesome 6 SolidstoreFont Awesome Solidstore-outlineFlowbite IconsstoreJam IconsstoreKeyline IconsstoreLine AwesomestoreLucidestoreMaterial SymbolsstoreMaterial Symbols LightstoreMaterial Design Iconsstore-fillMingCute IconstoreMyna UI IconsstorePixelarticonsstore-fillRemix IconstoreTDesign IconsstoreUnicons
More shopping icons from Reicon
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" fill-rule="evenodd" d="M5.777 1.25c-.677 0-1.207-.001-1.674.172a2.75 2.75 0 0 0-1.31 1.023c-.281.41-.41.925-.573 1.583l-.705 2.82A9 9 0 0 0 1.25 9c0 1.055.592 2.098 1.5 2.708v5.924c0 .743 0 1.346.04 1.835c.041.505.129.955.341 1.372a3.5 3.5 0 0 0 1.53 1.53c.418.212.867.3 1.372.341c.489.04 1.092.04 1.835.04h8.264c.743 0 1.346 0 1.835-.04c.505-.041.955-.129 1.372-.341a3.5 3.5 0 0 0 1.53-1.53c.212-.417.3-.867.341-1.372c.04-.489.04-1.092.04-1.835v-5.924c.907-.61 1.5-1.653 1.5-2.708c0-.725-.089-1.448-.265-2.152l-.705-2.82c-.164-.658-.292-1.172-.573-1.583a2.75 2.75 0 0 0-1.31-1.023c-.467-.173-.997-.173-1.674-.172zM4.25 12.24q.123.01.25.01c.94 0 1.875-.36 2.5-.984c.625.624 1.56.984 2.5.984s1.875-.36 2.5-.984c.625.624 1.56.984 2.5.984s1.875-.36 2.5-.984c.625.624 1.56.984 2.5.984q.127 0 .25-.01v5.36c0 .782 0 1.324-.035 1.745c-.034.412-.096.642-.183.813a2 2 0 0 1-.874.874c-.17.087-.4.15-.813.183c-.42.034-.963.035-1.745.035h-.85v-4.574c0-.19 0-.373-.013-.53a1.5 1.5 0 0 0-.15-.577a1.5 1.5 0 0 0-.656-.655a1.5 1.5 0 0 0-.577-.151c-.156-.013-.34-.013-.53-.013h-2.648c-.19 0-.374 0-.53.013a1.5 1.5 0 0 0-.577.15a1.5 1.5 0 0 0-.656.656a1.5 1.5 0 0 0-.15.577c-.013.156-.013.34-.013.53v4.574H7.9c-.782 0-1.324 0-1.745-.035c-.412-.034-.642-.096-.813-.183a2 2 0 0 1-.874-.874c-.087-.17-.15-.4-.183-.813c-.034-.42-.035-.963-.035-1.745z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconStoreFilled(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" fillRule="evenodd" d="M5.777 1.25c-.677 0-1.207-.001-1.674.172a2.75 2.75 0 0 0-1.31 1.023c-.281.41-.41.925-.573 1.583l-.705 2.82A9 9 0 0 0 1.25 9c0 1.055.592 2.098 1.5 2.708v5.924c0 .743 0 1.346.04 1.835c.041.505.129.955.341 1.372a3.5 3.5 0 0 0 1.53 1.53c.418.212.867.3 1.372.341c.489.04 1.092.04 1.835.04h8.264c.743 0 1.346 0 1.835-.04c.505-.041.955-.129 1.372-.341a3.5 3.5 0 0 0 1.53-1.53c.212-.417.3-.867.341-1.372c.04-.489.04-1.092.04-1.835v-5.924c.907-.61 1.5-1.653 1.5-2.708c0-.725-.089-1.448-.265-2.152l-.705-2.82c-.164-.658-.292-1.172-.573-1.583a2.75 2.75 0 0 0-1.31-1.023c-.467-.173-.997-.173-1.674-.172zM4.25 12.24q.123.01.25.01c.94 0 1.875-.36 2.5-.984c.625.624 1.56.984 2.5.984s1.875-.36 2.5-.984c.625.624 1.56.984 2.5.984s1.875-.36 2.5-.984c.625.624 1.56.984 2.5.984q.127 0 .25-.01v5.36c0 .782 0 1.324-.035 1.745c-.034.412-.096.642-.183.813a2 2 0 0 1-.874.874c-.17.087-.4.15-.813.183c-.42.034-.963.035-1.745.035h-.85v-4.574c0-.19 0-.373-.013-.53a1.5 1.5 0 0 0-.15-.577a1.5 1.5 0 0 0-.656-.655a1.5 1.5 0 0 0-.577-.151c-.156-.013-.34-.013-.53-.013h-2.648c-.19 0-.374 0-.53.013a1.5 1.5 0 0 0-.577.15a1.5 1.5 0 0 0-.656.656a1.5 1.5 0 0 0-.15.577c-.013.156-.013.34-.013.53v4.574H7.9c-.782 0-1.324 0-1.745-.035c-.412-.034-.642-.096-.813-.183a2 2 0 0 1-.874-.874c-.087-.17-.15-.4-.183-.813c-.034-.42-.035-.963-.035-1.745z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M5.777 1.25c-.677 0-1.207-.001-1.674.172a2.75 2.75 0 0 0-1.31 1.023c-.281.41-.41.925-.573 1.583l-.705 2.82A9 9 0 0 0 1.25 9c0 1.055.592 2.098 1.5 2.708v5.924c0 .743 0 1.346.04 1.835c.041.505.129.955.341 1.372a3.5 3.5 0 0 0 1.53 1.53c.418.212.867.3 1.372.341c.489.04 1.092.04 1.835.04h8.264c.743 0 1.346 0 1.835-.04c.505-.041.955-.129 1.372-.341a3.5 3.5 0 0 0 1.53-1.53c.212-.417.3-.867.341-1.372c.04-.489.04-1.092.04-1.835v-5.924c.907-.61 1.5-1.653 1.5-2.708c0-.725-.089-1.448-.265-2.152l-.705-2.82c-.164-.658-.292-1.172-.573-1.583a2.75 2.75 0 0 0-1.31-1.023c-.467-.173-.997-.173-1.674-.172zM4.25 12.24q.123.01.25.01c.94 0 1.875-.36 2.5-.984c.625.624 1.56.984 2.5.984s1.875-.36 2.5-.984c.625.624 1.56.984 2.5.984s1.875-.36 2.5-.984c.625.624 1.56.984 2.5.984q.127 0 .25-.01v5.36c0 .782 0 1.324-.035 1.745c-.034.412-.096.642-.183.813a2 2 0 0 1-.874.874c-.17.087-.4.15-.813.183c-.42.034-.963.035-1.745.035h-.85v-4.574c0-.19 0-.373-.013-.53a1.5 1.5 0 0 0-.15-.577a1.5 1.5 0 0 0-.656-.655a1.5 1.5 0 0 0-.577-.151c-.156-.013-.34-.013-.53-.013h-2.648c-.19 0-.374 0-.53.013a1.5 1.5 0 0 0-.577.15a1.5 1.5 0 0 0-.656.656a1.5 1.5 0 0 0-.15.577c-.013.156-.013.34-.013.53v4.574H7.9c-.782 0-1.324 0-1.745-.035c-.412-.034-.642-.096-.813-.183a2 2 0 0 1-.874-.874c-.087-.17-.15-.4-.183-.813c-.034-.42-.035-.963-.035-1.745z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-store-filled {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M5.777%201.25c-.677%200-1.207-.001-1.674.172a2.75%202.75%200%200%200-1.31%201.023c-.281.41-.41.925-.573%201.583l-.705%202.82A9%209%200%200%200%201.25%209c0%201.055.592%202.098%201.5%202.708v5.924c0%20.743%200%201.346.04%201.835c.041.505.129.955.341%201.372a3.5%203.5%200%200%200%201.53%201.53c.418.212.867.3%201.372.341c.489.04%201.092.04%201.835.04h8.264c.743%200%201.346%200%201.835-.04c.505-.041.955-.129%201.372-.341a3.5%203.5%200%200%200%201.53-1.53c.212-.417.3-.867.341-1.372c.04-.489.04-1.092.04-1.835v-5.924c.907-.61%201.5-1.653%201.5-2.708c0-.725-.089-1.448-.265-2.152l-.705-2.82c-.164-.658-.292-1.172-.573-1.583a2.75%202.75%200%200%200-1.31-1.023c-.467-.173-.997-.173-1.674-.172zM4.25%2012.24q.123.01.25.01c.94%200%201.875-.36%202.5-.984c.625.624%201.56.984%202.5.984s1.875-.36%202.5-.984c.625.624%201.56.984%202.5.984s1.875-.36%202.5-.984c.625.624%201.56.984%202.5.984q.127%200%20.25-.01v5.36c0%20.782%200%201.324-.035%201.745c-.034.412-.096.642-.183.813a2%202%200%200%201-.874.874c-.17.087-.4.15-.813.183c-.42.034-.963.035-1.745.035h-.85v-4.574c0-.19%200-.373-.013-.53a1.5%201.5%200%200%200-.15-.577a1.5%201.5%200%200%200-.656-.655a1.5%201.5%200%200%200-.577-.151c-.156-.013-.34-.013-.53-.013h-2.648c-.19%200-.374%200-.53.013a1.5%201.5%200%200%200-.577.15a1.5%201.5%200%200%200-.656.656a1.5%201.5%200%200%200-.15.577c-.013.156-.013.34-.013.53v4.574H7.9c-.782%200-1.324%200-1.745-.035c-.412-.034-.642-.096-.813-.183a2%202%200%200%201-.874-.874c-.087-.17-.15-.4-.183-.813c-.034-.42-.035-.963-.035-1.745z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M5.777%201.25c-.677%200-1.207-.001-1.674.172a2.75%202.75%200%200%200-1.31%201.023c-.281.41-.41.925-.573%201.583l-.705%202.82A9%209%200%200%200%201.25%209c0%201.055.592%202.098%201.5%202.708v5.924c0%20.743%200%201.346.04%201.835c.041.505.129.955.341%201.372a3.5%203.5%200%200%200%201.53%201.53c.418.212.867.3%201.372.341c.489.04%201.092.04%201.835.04h8.264c.743%200%201.346%200%201.835-.04c.505-.041.955-.129%201.372-.341a3.5%203.5%200%200%200%201.53-1.53c.212-.417.3-.867.341-1.372c.04-.489.04-1.092.04-1.835v-5.924c.907-.61%201.5-1.653%201.5-2.708c0-.725-.089-1.448-.265-2.152l-.705-2.82c-.164-.658-.292-1.172-.573-1.583a2.75%202.75%200%200%200-1.31-1.023c-.467-.173-.997-.173-1.674-.172zM4.25%2012.24q.123.01.25.01c.94%200%201.875-.36%202.5-.984c.625.624%201.56.984%202.5.984s1.875-.36%202.5-.984c.625.624%201.56.984%202.5.984s1.875-.36%202.5-.984c.625.624%201.56.984%202.5.984q.127%200%20.25-.01v5.36c0%20.782%200%201.324-.035%201.745c-.034.412-.096.642-.183.813a2%202%200%200%201-.874.874c-.17.087-.4.15-.813.183c-.42.034-.963.035-1.745.035h-.85v-4.574c0-.19%200-.373-.013-.53a1.5%201.5%200%200%200-.15-.577a1.5%201.5%200%200%200-.656-.655a1.5%201.5%200%200%200-.577-.151c-.156-.013-.34-.013-.53-.013h-2.648c-.19%200-.374%200-.53.013a1.5%201.5%200%200%200-.577.15a1.5%201.5%200%200%200-.656.656a1.5%201.5%200%200%200-.15.577c-.013.156-.013.34-.013.53v4.574H7.9c-.782%200-1.324%200-1.745-.035c-.412-.034-.642-.096-.813-.183a2%202%200%200%201-.874-.874c-.087-.17-.15-.4-.183-.813c-.034-.42-.035-.963-.035-1.745z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/store-filled.svg?color=%231a73e8&size=48