store-slash from Font Awesome 6 Solid by Dave Gandy · Regular · Shopping · CC-BY-4.0 Attribution required.

Name
store-slash
Set
Font Awesome 6 Solid
Style
Regular
Category
Shopping
Viewbox
640×512
License
CC BY 4.0

The same icon in other sets

Use the store slash icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2s-6.3 25.5 4.1 33.7l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7l-86.8-68V252.6c-4 1-8 1.8-12.3 2.3h-.1c-5.3.7-10.7 1.1-16.2 1.1c-12.4 0-24.3-1.9-35.4-5.3V351L301.2 210.7c7-4.4 13.3-9.7 18.8-15.7c15.9 17.6 39.1 29 65.2 29c26.2 0 49.3-11.4 65.2-29c16 17.6 39.1 29 65.2 29c4.1 0 8.1-.3 12.1-.8c55.5-7.4 81.8-72.5 52.1-119.4l-57.5-90.7C517.2 5 508.1 0 498.4 0H141.6c-9.7 0-18.8 5-23.9 13.1L95 49.1zm73.4 218.1c4 .5 8.1.8 12.1.8c11 0 21.4-2 31-5.6L48.9 134.5c-6.1 40.6 19.5 82.8 63.3 88.7M160 384V250.6c-11.2 3.5-23.2 5.4-35.6 5.4c-5.5 0-11-.4-16.3-1.1h-.1c-4.1-.6-8.1-1.3-12-2.3V448c0 35.3 28.7 64 64 64h320c12.9 0 24.8-3.8 34.9-10.3L365.5 384z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidStoreSlash(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2s-6.3 25.5 4.1 33.7l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7l-86.8-68V252.6c-4 1-8 1.8-12.3 2.3h-.1c-5.3.7-10.7 1.1-16.2 1.1c-12.4 0-24.3-1.9-35.4-5.3V351L301.2 210.7c7-4.4 13.3-9.7 18.8-15.7c15.9 17.6 39.1 29 65.2 29c26.2 0 49.3-11.4 65.2-29c16 17.6 39.1 29 65.2 29c4.1 0 8.1-.3 12.1-.8c55.5-7.4 81.8-72.5 52.1-119.4l-57.5-90.7C517.2 5 508.1 0 498.4 0H141.6c-9.7 0-18.8 5-23.9 13.1L95 49.1zm73.4 218.1c4 .5 8.1.8 12.1.8c11 0 21.4-2 31-5.6L48.9 134.5c-6.1 40.6 19.5 82.8 63.3 88.7M160 384V250.6c-11.2 3.5-23.2 5.4-35.6 5.4c-5.5 0-11-.4-16.3-1.1h-.1c-4.1-.6-8.1-1.3-12-2.3V448c0 35.3 28.7 64 64 64h320c12.9 0 24.8-3.8 34.9-10.3L365.5 384z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2s-6.3 25.5 4.1 33.7l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7l-86.8-68V252.6c-4 1-8 1.8-12.3 2.3h-.1c-5.3.7-10.7 1.1-16.2 1.1c-12.4 0-24.3-1.9-35.4-5.3V351L301.2 210.7c7-4.4 13.3-9.7 18.8-15.7c15.9 17.6 39.1 29 65.2 29c26.2 0 49.3-11.4 65.2-29c16 17.6 39.1 29 65.2 29c4.1 0 8.1-.3 12.1-.8c55.5-7.4 81.8-72.5 52.1-119.4l-57.5-90.7C517.2 5 508.1 0 498.4 0H141.6c-9.7 0-18.8 5-23.9 13.1L95 49.1zm73.4 218.1c4 .5 8.1.8 12.1.8c11 0 21.4-2 31-5.6L48.9 134.5c-6.1 40.6 19.5 82.8 63.3 88.7M160 384V250.6c-11.2 3.5-23.2 5.4-35.6 5.4c-5.5 0-11-.4-16.3-1.1h-.1c-4.1-.6-8.1-1.3-12-2.3V448c0 35.3 28.7 64 64 64h320c12.9 0 24.8-3.8 34.9-10.3L365.5 384z"/></svg>
</template>

CSS

.icon-store-slash {
  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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M38.8%205.1C28.4-3.1%2013.3-1.2%205.1%209.2s-6.3%2025.5%204.1%2033.7l592%20464c10.4%208.2%2025.5%206.3%2033.7-4.1s6.3-25.5-4.1-33.7l-86.8-68V252.6c-4%201-8%201.8-12.3%202.3h-.1c-5.3.7-10.7%201.1-16.2%201.1c-12.4%200-24.3-1.9-35.4-5.3V351L301.2%20210.7c7-4.4%2013.3-9.7%2018.8-15.7c15.9%2017.6%2039.1%2029%2065.2%2029c26.2%200%2049.3-11.4%2065.2-29c16%2017.6%2039.1%2029%2065.2%2029c4.1%200%208.1-.3%2012.1-.8c55.5-7.4%2081.8-72.5%2052.1-119.4l-57.5-90.7C517.2%205%20508.1%200%20498.4%200H141.6c-9.7%200-18.8%205-23.9%2013.1L95%2049.1zm73.4%20218.1c4%20.5%208.1.8%2012.1.8c11%200%2021.4-2%2031-5.6L48.9%20134.5c-6.1%2040.6%2019.5%2082.8%2063.3%2088.7M160%20384V250.6c-11.2%203.5-23.2%205.4-35.6%205.4c-5.5%200-11-.4-16.3-1.1h-.1c-4.1-.6-8.1-1.3-12-2.3V448c0%2035.3%2028.7%2064%2064%2064h320c12.9%200%2024.8-3.8%2034.9-10.3L365.5%20384z%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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M38.8%205.1C28.4-3.1%2013.3-1.2%205.1%209.2s-6.3%2025.5%204.1%2033.7l592%20464c10.4%208.2%2025.5%206.3%2033.7-4.1s6.3-25.5-4.1-33.7l-86.8-68V252.6c-4%201-8%201.8-12.3%202.3h-.1c-5.3.7-10.7%201.1-16.2%201.1c-12.4%200-24.3-1.9-35.4-5.3V351L301.2%20210.7c7-4.4%2013.3-9.7%2018.8-15.7c15.9%2017.6%2039.1%2029%2065.2%2029c26.2%200%2049.3-11.4%2065.2-29c16%2017.6%2039.1%2029%2065.2%2029c4.1%200%208.1-.3%2012.1-.8c55.5-7.4%2081.8-72.5%2052.1-119.4l-57.5-90.7C517.2%205%20508.1%200%20498.4%200H141.6c-9.7%200-18.8%205-23.9%2013.1L95%2049.1zm73.4%20218.1c4%20.5%208.1.8%2012.1.8c11%200%2021.4-2%2031-5.6L48.9%20134.5c-6.1%2040.6%2019.5%2082.8%2063.3%2088.7M160%20384V250.6c-11.2%203.5-23.2%205.4-35.6%205.4c-5.5%200-11-.4-16.3-1.1h-.1c-4.1-.6-8.1-1.3-12-2.3V448c0%2035.3%2028.7%2064%2064%2064h320c12.9%200%2024.8-3.8%2034.9-10.3L365.5%20384z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/store-slash.svg?color=%231a73e8&size=48