bxs store alt icon

bxs-store-alt from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.

Name
bxs-store-alt
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT

Related icons in BoxIcons v2

Use the bxs store alt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M19 2H5C3.346 2 2 3.346 2 5v2.831c0 1.053.382 2.01 1 2.746V20a1 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.424c.618-.735 1-1.692 1-2.746V5c0-1.654-1.346-3-3-3zm1 3v2.831c0 1.14-.849 2.112-1.891 2.167L18 10c-1.103 0-2-.897-2-2V4h3c.552 0 1 .449 1 1zM10 8V4h4v4c0 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.831V5zm6 11H6v-3h4v3z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function BxBxsStoreAlt(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M19 2H5C3.346 2 2 3.346 2 5v2.831c0 1.053.382 2.01 1 2.746V20a1 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.424c.618-.735 1-1.692 1-2.746V5c0-1.654-1.346-3-3-3zm1 3v2.831c0 1.14-.849 2.112-1.891 2.167L18 10c-1.103 0-2-.897-2-2V4h3c.552 0 1 .449 1 1zM10 8V4h4v4c0 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.831V5zm6 11H6v-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="M19 2H5C3.346 2 2 3.346 2 5v2.831c0 1.053.382 2.01 1 2.746V20a1 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.424c.618-.735 1-1.692 1-2.746V5c0-1.654-1.346-3-3-3zm1 3v2.831c0 1.14-.849 2.112-1.891 2.167L18 10c-1.103 0-2-.897-2-2V4h3c.552 0 1 .449 1 1zM10 8V4h4v4c0 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.831V5zm6 11H6v-3h4v3z" fill="currentColor"/></svg>
</template>

CSS

.icon-bxs-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%20d%3D%22M19%202H5C3.346%202%202%203.346%202%205v2.831c0%201.053.382%202.01%201%202.746V20a1%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.424c.618-.735%201-1.692%201-2.746V5c0-1.654-1.346-3-3-3zm1%203v2.831c0%201.14-.849%202.112-1.891%202.167L18%2010c-1.103%200-2-.897-2-2V4h3c.552%200%201%20.449%201%201zM10%208V4h4v4c0%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.831V5zm6%2011H6v-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%22M19%202H5C3.346%202%202%203.346%202%205v2.831c0%201.053.382%202.01%201%202.746V20a1%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.424c.618-.735%201-1.692%201-2.746V5c0-1.654-1.346-3-3-3zm1%203v2.831c0%201.14-.849%202.112-1.891%202.167L18%2010c-1.103%200-2-.897-2-2V4h3c.552%200%201%20.449%201%201zM10%208V4h4v4c0%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.831V5zm6%2011H6v-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-alt.svg?color=%231a73e8&size=48