store alt icon
store-alt from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.
- Name
- store-alt
- Set
- BoxIcons v2
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
- Aliases
- bx-store-alt
The same icon in other sets
Use the store alt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 5c0-1.654-1.346-3-3-3H5C3.346 2 2 3.346 2 5v2.831c0 1.053.382 2.01 1 2.746V19c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2v-8.424c.618-.735 1-1.692 1-2.746zm-2 0v2.831c0 1.14-.849 2.112-1.891 2.167L18 10c-1.103 0-2-.897-2-2V4h3c.552 0 1 .449 1 1M10 4h4v4c0 1.103-.897 2-2 2s-2-.897-2-2zM4 5c0-.551.448-1 1-1h3v4c0 1.103-.897 2-2 2l-.109-.003C4.849 9.943 4 8.971 4 7.831zm6 14v-3h4v3zm6 0v-3c0-1.103-.897-2-2-2h-4c-1.103 0-2 .897-2 2v3H5v-7.131q.382.102.787.125A3.99 3.99 0 0 0 9 10.643c.733.832 1.807 1.357 3 1.357s2.267-.525 3-1.357a3.99 3.99 0 0 0 3.213 1.351q.406-.023.787-.125V19z"/></svg>
React
import type { SVGProps } from "react";
export function BxStoreAlt(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="M22 5c0-1.654-1.346-3-3-3H5C3.346 2 2 3.346 2 5v2.831c0 1.053.382 2.01 1 2.746V19c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2v-8.424c.618-.735 1-1.692 1-2.746zm-2 0v2.831c0 1.14-.849 2.112-1.891 2.167L18 10c-1.103 0-2-.897-2-2V4h3c.552 0 1 .449 1 1M10 4h4v4c0 1.103-.897 2-2 2s-2-.897-2-2zM4 5c0-.551.448-1 1-1h3v4c0 1.103-.897 2-2 2l-.109-.003C4.849 9.943 4 8.971 4 7.831zm6 14v-3h4v3zm6 0v-3c0-1.103-.897-2-2-2h-4c-1.103 0-2 .897-2 2v3H5v-7.131q.382.102.787.125A3.99 3.99 0 0 0 9 10.643c.733.832 1.807 1.357 3 1.357s2.267-.525 3-1.357a3.99 3.99 0 0 0 3.213 1.351q.406-.023.787-.125V19z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 5c0-1.654-1.346-3-3-3H5C3.346 2 2 3.346 2 5v2.831c0 1.053.382 2.01 1 2.746V19c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2v-8.424c.618-.735 1-1.692 1-2.746zm-2 0v2.831c0 1.14-.849 2.112-1.891 2.167L18 10c-1.103 0-2-.897-2-2V4h3c.552 0 1 .449 1 1M10 4h4v4c0 1.103-.897 2-2 2s-2-.897-2-2zM4 5c0-.551.448-1 1-1h3v4c0 1.103-.897 2-2 2l-.109-.003C4.849 9.943 4 8.971 4 7.831zm6 14v-3h4v3zm6 0v-3c0-1.103-.897-2-2-2h-4c-1.103 0-2 .897-2 2v3H5v-7.131q.382.102.787.125A3.99 3.99 0 0 0 9 10.643c.733.832 1.807 1.357 3 1.357s2.267-.525 3-1.357a3.99 3.99 0 0 0 3.213 1.351q.406-.023.787-.125V19z"/></svg> </template>
CSS
.icon-store-alt {
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%22M22%205c0-1.654-1.346-3-3-3H5C3.346%202%202%203.346%202%205v2.831c0%201.053.382%202.01%201%202.746V19c0%201.103.897%202%202%202h14c1.103%200%202-.897%202-2v-8.424c.618-.735%201-1.692%201-2.746zm-2%200v2.831c0%201.14-.849%202.112-1.891%202.167L18%2010c-1.103%200-2-.897-2-2V4h3c.552%200%201%20.449%201%201M10%204h4v4c0%201.103-.897%202-2%202s-2-.897-2-2zM4%205c0-.551.448-1%201-1h3v4c0%201.103-.897%202-2%202l-.109-.003C4.849%209.943%204%208.971%204%207.831zm6%2014v-3h4v3zm6%200v-3c0-1.103-.897-2-2-2h-4c-1.103%200-2%20.897-2%202v3H5v-7.131q.382.102.787.125A3.99%203.99%200%200%200%209%2010.643c.733.832%201.807%201.357%203%201.357s2.267-.525%203-1.357a3.99%203.99%200%200%200%203.213%201.351q.406-.023.787-.125V19z%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%22M22%205c0-1.654-1.346-3-3-3H5C3.346%202%202%203.346%202%205v2.831c0%201.053.382%202.01%201%202.746V19c0%201.103.897%202%202%202h14c1.103%200%202-.897%202-2v-8.424c.618-.735%201-1.692%201-2.746zm-2%200v2.831c0%201.14-.849%202.112-1.891%202.167L18%2010c-1.103%200-2-.897-2-2V4h3c.552%200%201%20.449%201%201M10%204h4v4c0%201.103-.897%202-2%202s-2-.897-2-2zM4%205c0-.551.448-1%201-1h3v4c0%201.103-.897%202-2%202l-.109-.003C4.849%209.943%204%208.971%204%207.831zm6%2014v-3h4v3zm6%200v-3c0-1.103-.897-2-2-2h-4c-1.103%200-2%20.897-2%202v3H5v-7.131q.382.102.787.125A3.99%203.99%200%200%200%209%2010.643c.733.832%201.807%201.357%203%201.357s2.267-.525%203-1.357a3.99%203.99%200%200%200%203.213%201.351q.406-.023.787-.125V19z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/store-alt.svg?color=%231a73e8&size=48