store alt slash icon
store-alt-slash from Font Awesome Solid by Dave Gandy · Solid · Shopping · CC-BY-4.0 Attribution required.
- Name
- store-alt-slash
- Set
- Font Awesome Solid
- Style
- Solid
- Category
- Shopping
- Viewbox
- 640×640
- License
- CC BY 4.0
More shopping icons from Font Awesome Solid
Use the store alt slash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M73 39.1c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6-.1 34l528 528c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-57-57V319.9c26.8-1.9 48-24.3 48-51.6c0-8-1.9-16-5.5-23.2l-56.7-113.7c-10.9-21.7-33-35.4-57.3-35.4H167.6c-10.7 0-21 2.7-30.2 7.6zM353.8 320H480v126.2zM384 485.8l-64-64V432c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V320h58.2L83.4 185.2l-29.9 59.9c-3.6 7.2-5.5 15.1-5.5 23.2c0 27.3 21.2 49.7 48 51.6V496c0 26.5 21.5 48 48 48h192c26.5 0 48-21.5 48-48z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidStoreAltSlash(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M73 39.1c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6-.1 34l528 528c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-57-57V319.9c26.8-1.9 48-24.3 48-51.6c0-8-1.9-16-5.5-23.2l-56.7-113.7c-10.9-21.7-33-35.4-57.3-35.4H167.6c-10.7 0-21 2.7-30.2 7.6zM353.8 320H480v126.2zM384 485.8l-64-64V432c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V320h58.2L83.4 185.2l-29.9 59.9c-3.6 7.2-5.5 15.1-5.5 23.2c0 27.3 21.2 49.7 48 51.6V496c0 26.5 21.5 48 48 48h192c26.5 0 48-21.5 48-48z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M73 39.1c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6-.1 34l528 528c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-57-57V319.9c26.8-1.9 48-24.3 48-51.6c0-8-1.9-16-5.5-23.2l-56.7-113.7c-10.9-21.7-33-35.4-57.3-35.4H167.6c-10.7 0-21 2.7-30.2 7.6zM353.8 320H480v126.2zM384 485.8l-64-64V432c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V320h58.2L83.4 185.2l-29.9 59.9c-3.6 7.2-5.5 15.1-5.5 23.2c0 27.3 21.2 49.7 48 51.6V496c0 26.5 21.5 48 48 48h192c26.5 0 48-21.5 48-48z"/></svg> </template>
CSS
.icon-store-alt-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%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M73%2039.1c-9.4-9.4-24.6-9.4-33.9%200s-9.4%2024.6-.1%2034l528%20528c9.4%209.4%2024.6%209.4%2033.9%200s9.4-24.6%200-33.9l-57-57V319.9c26.8-1.9%2048-24.3%2048-51.6c0-8-1.9-16-5.5-23.2l-56.7-113.7c-10.9-21.7-33-35.4-57.3-35.4H167.6c-10.7%200-21%202.7-30.2%207.6zM353.8%20320H480v126.2zM384%20485.8l-64-64V432c0%208.8-7.2%2016-16%2016H176c-8.8%200-16-7.2-16-16V320h58.2L83.4%20185.2l-29.9%2059.9c-3.6%207.2-5.5%2015.1-5.5%2023.2c0%2027.3%2021.2%2049.7%2048%2051.6V496c0%2026.5%2021.5%2048%2048%2048h192c26.5%200%2048-21.5%2048-48z%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%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M73%2039.1c-9.4-9.4-24.6-9.4-33.9%200s-9.4%2024.6-.1%2034l528%20528c9.4%209.4%2024.6%209.4%2033.9%200s9.4-24.6%200-33.9l-57-57V319.9c26.8-1.9%2048-24.3%2048-51.6c0-8-1.9-16-5.5-23.2l-56.7-113.7c-10.9-21.7-33-35.4-57.3-35.4H167.6c-10.7%200-21%202.7-30.2%207.6zM353.8%20320H480v126.2zM384%20485.8l-64-64V432c0%208.8-7.2%2016-16%2016H176c-8.8%200-16-7.2-16-16V320h58.2L83.4%20185.2l-29.9%2059.9c-3.6%207.2-5.5%2015.1-5.5%2023.2c0%2027.3%2021.2%2049.7%2048%2051.6V496c0%2026.5%2021.5%2048%2048%2048h192c26.5%200%2048-21.5%2048-48z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/store-alt-slash.svg?color=%231a73e8&size=48