bxs store icon
bxs-store from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.
- Name
- bxs-store
- Set
- BoxIcons v2
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
Related icons in BoxIcons v2
bxs-add-to-queuebxs-adjustbxs-adjust-altbxs-alarmbxs-alarm-addbxs-alarm-exclamationbxs-alarm-offbxs-alarm-snoozebxs-albumbxs-ambulancebxs-analysebxs-angrybxs-archbxs-archivebxs-archive-inbxs-archive-outbxs-areabxs-arrow-from-bottombxs-arrow-from-leftbxs-arrow-from-rightbxs-arrow-from-topbxs-arrow-to-bottombxs-arrow-to-leftbxs-arrow-to-right
Use the bxs store icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M21.999 8a.997.997 0 0 0-.143-.515L19.147 2.97A2.01 2.01 0 0 0 17.433 2H6.565c-.698 0-1.355.372-1.714.971L2.142 7.485A.997.997 0 0 0 1.999 8c0 1.005.386 1.914 1 2.618V20a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-5h4v5a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-9.382c.614-.704 1-1.613 1-2.618zm-2.016.251A2.002 2.002 0 0 1 17.999 10c-1.103 0-2-.897-2-2c0-.068-.025-.128-.039-.192l.02-.004L15.219 4h2.214l2.55 4.251zm-9.977-.186L10.818 4h2.361l.813 4.065C13.957 9.138 13.079 10 11.999 10s-1.958-.862-1.993-1.935zM6.565 4h2.214l-.76 3.804l.02.004c-.015.064-.04.124-.04.192c0 1.103-.897 2-2 2a2.002 2.002 0 0 1-1.984-1.749L6.565 4zm3.434 12h-4v-3h4v3z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function BxBxsStore(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M21.999 8a.997.997 0 0 0-.143-.515L19.147 2.97A2.01 2.01 0 0 0 17.433 2H6.565c-.698 0-1.355.372-1.714.971L2.142 7.485A.997.997 0 0 0 1.999 8c0 1.005.386 1.914 1 2.618V20a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-5h4v5a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-9.382c.614-.704 1-1.613 1-2.618zm-2.016.251A2.002 2.002 0 0 1 17.999 10c-1.103 0-2-.897-2-2c0-.068-.025-.128-.039-.192l.02-.004L15.219 4h2.214l2.55 4.251zm-9.977-.186L10.818 4h2.361l.813 4.065C13.957 9.138 13.079 10 11.999 10s-1.958-.862-1.993-1.935zM6.565 4h2.214l-.76 3.804l.02.004c-.015.064-.04.124-.04.192c0 1.103-.897 2-2 2a2.002 2.002 0 0 1-1.984-1.749L6.565 4zm3.434 12h-4v-3h4v3z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M21.999 8a.997.997 0 0 0-.143-.515L19.147 2.97A2.01 2.01 0 0 0 17.433 2H6.565c-.698 0-1.355.372-1.714.971L2.142 7.485A.997.997 0 0 0 1.999 8c0 1.005.386 1.914 1 2.618V20a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-5h4v5a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-9.382c.614-.704 1-1.613 1-2.618zm-2.016.251A2.002 2.002 0 0 1 17.999 10c-1.103 0-2-.897-2-2c0-.068-.025-.128-.039-.192l.02-.004L15.219 4h2.214l2.55 4.251zm-9.977-.186L10.818 4h2.361l.813 4.065C13.957 9.138 13.079 10 11.999 10s-1.958-.862-1.993-1.935zM6.565 4h2.214l-.76 3.804l.02.004c-.015.064-.04.124-.04.192c0 1.103-.897 2-2 2a2.002 2.002 0 0 1-1.984-1.749L6.565 4zm3.434 12h-4v-3h4v3z" fill="currentColor"/></svg> </template>
CSS
.icon-bxs-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%20d%3D%22M21.999%208a.997.997%200%200%200-.143-.515L19.147%202.97A2.01%202.01%200%200%200%2017.433%202H6.565c-.698%200-1.355.372-1.714.971L2.142%207.485A.997.997%200%200%200%201.999%208c0%201.005.386%201.914%201%202.618V20a1%201%200%200%200%201%201h8a1%201%200%200%200%201-1v-5h4v5a1%201%200%200%200%201%201h2a1%201%200%200%200%201-1v-9.382c.614-.704%201-1.613%201-2.618zm-2.016.251A2.002%202.002%200%200%201%2017.999%2010c-1.103%200-2-.897-2-2c0-.068-.025-.128-.039-.192l.02-.004L15.219%204h2.214l2.55%204.251zm-9.977-.186L10.818%204h2.361l.813%204.065C13.957%209.138%2013.079%2010%2011.999%2010s-1.958-.862-1.993-1.935zM6.565%204h2.214l-.76%203.804l.02.004c-.015.064-.04.124-.04.192c0%201.103-.897%202-2%202a2.002%202.002%200%200%201-1.984-1.749L6.565%204zm3.434%2012h-4v-3h4v3z%22%20fill%3D%22currentColor%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%20d%3D%22M21.999%208a.997.997%200%200%200-.143-.515L19.147%202.97A2.01%202.01%200%200%200%2017.433%202H6.565c-.698%200-1.355.372-1.714.971L2.142%207.485A.997.997%200%200%200%201.999%208c0%201.005.386%201.914%201%202.618V20a1%201%200%200%200%201%201h8a1%201%200%200%200%201-1v-5h4v5a1%201%200%200%200%201%201h2a1%201%200%200%200%201-1v-9.382c.614-.704%201-1.613%201-2.618zm-2.016.251A2.002%202.002%200%200%201%2017.999%2010c-1.103%200-2-.897-2-2c0-.068-.025-.128-.039-.192l.02-.004L15.219%204h2.214l2.55%204.251zm-9.977-.186L10.818%204h2.361l.813%204.065C13.957%209.138%2013.079%2010%2011.999%2010s-1.958-.862-1.993-1.935zM6.565%204h2.214l-.76%203.804l.02.004c-.015.064-.04.124-.04.192c0%201.103-.897%202-2%202a2.002%202.002%200%200%201-1.984-1.749L6.565%204zm3.434%2012h-4v-3h4v3z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/bxs-store.svg?color=%231a73e8&size=48