store slash icon
store-slash from Unicons by Iconscout · Line · Medical · Apache-2.0 Free for personal and commercial use.
- Name
- store-slash
- Set
- Unicons
- Style
- Line
- Category
- Medical
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
More medical icons from Unicons
Use the store slash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.7 4h9.623l1.661 4.154A1.995 1.995 0 0 1 16 8a1 1 0 0 0-2 0a1.8 1.8 0 0 1-.134.709a1 1 0 0 0 .543 1.305a1 1 0 0 0 .174.035A3.99 3.99 0 0 0 18 12v1.3a1 1 0 0 0 2 0v-1.856a3.99 3.99 0 0 0 1.996-3.405l.003-.028L22 8a1 1 0 0 0-.035-.171a1 1 0 0 0-.036-.2l-2-5A1 1 0 0 0 19 2H8.7a1 1 0 1 0 0 2m14.007 17.293l-2.933-2.933a1 1 0 0 0-.154-.154l-9.95-9.95a1 1 0 0 0-.206-.206L5.182 3.768a1 1 0 0 0-.128-.128L2.707 1.293a1 1 0 0 0-1.414 1.414l1.964 1.964l-1.178 2.94l-.007.017a1 1 0 0 0-.035.189A1 1 0 0 0 2 8l.001.012l.003.024A3.99 3.99 0 0 0 4 11.444V21a1 1 0 0 0 1 1h14a.99.99 0 0 0 .93-.656l1.363 1.363a1 1 0 0 0 1.414-1.414M4.016 8.153l.778-1.945L7.67 9.084A1.97 1.97 0 0 1 6 10a1.996 1.996 0 0 1-1.984-1.846ZM9 15v5H6v-8a3.96 3.96 0 0 0 3.102-1.484L12.586 14H10a1 1 0 0 0-1 1m4 5h-2v-4h2Zm5 0h-3v-3.586l3 3Z"/></svg>
React
import type { SVGProps } from "react";
export function UilStoreSlash(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="M8.7 4h9.623l1.661 4.154A1.995 1.995 0 0 1 16 8a1 1 0 0 0-2 0a1.8 1.8 0 0 1-.134.709a1 1 0 0 0 .543 1.305a1 1 0 0 0 .174.035A3.99 3.99 0 0 0 18 12v1.3a1 1 0 0 0 2 0v-1.856a3.99 3.99 0 0 0 1.996-3.405l.003-.028L22 8a1 1 0 0 0-.035-.171a1 1 0 0 0-.036-.2l-2-5A1 1 0 0 0 19 2H8.7a1 1 0 1 0 0 2m14.007 17.293l-2.933-2.933a1 1 0 0 0-.154-.154l-9.95-9.95a1 1 0 0 0-.206-.206L5.182 3.768a1 1 0 0 0-.128-.128L2.707 1.293a1 1 0 0 0-1.414 1.414l1.964 1.964l-1.178 2.94l-.007.017a1 1 0 0 0-.035.189A1 1 0 0 0 2 8l.001.012l.003.024A3.99 3.99 0 0 0 4 11.444V21a1 1 0 0 0 1 1h14a.99.99 0 0 0 .93-.656l1.363 1.363a1 1 0 0 0 1.414-1.414M4.016 8.153l.778-1.945L7.67 9.084A1.97 1.97 0 0 1 6 10a1.996 1.996 0 0 1-1.984-1.846ZM9 15v5H6v-8a3.96 3.96 0 0 0 3.102-1.484L12.586 14H10a1 1 0 0 0-1 1m4 5h-2v-4h2Zm5 0h-3v-3.586l3 3Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.7 4h9.623l1.661 4.154A1.995 1.995 0 0 1 16 8a1 1 0 0 0-2 0a1.8 1.8 0 0 1-.134.709a1 1 0 0 0 .543 1.305a1 1 0 0 0 .174.035A3.99 3.99 0 0 0 18 12v1.3a1 1 0 0 0 2 0v-1.856a3.99 3.99 0 0 0 1.996-3.405l.003-.028L22 8a1 1 0 0 0-.035-.171a1 1 0 0 0-.036-.2l-2-5A1 1 0 0 0 19 2H8.7a1 1 0 1 0 0 2m14.007 17.293l-2.933-2.933a1 1 0 0 0-.154-.154l-9.95-9.95a1 1 0 0 0-.206-.206L5.182 3.768a1 1 0 0 0-.128-.128L2.707 1.293a1 1 0 0 0-1.414 1.414l1.964 1.964l-1.178 2.94l-.007.017a1 1 0 0 0-.035.189A1 1 0 0 0 2 8l.001.012l.003.024A3.99 3.99 0 0 0 4 11.444V21a1 1 0 0 0 1 1h14a.99.99 0 0 0 .93-.656l1.363 1.363a1 1 0 0 0 1.414-1.414M4.016 8.153l.778-1.945L7.67 9.084A1.97 1.97 0 0 1 6 10a1.996 1.996 0 0 1-1.984-1.846ZM9 15v5H6v-8a3.96 3.96 0 0 0 3.102-1.484L12.586 14H10a1 1 0 0 0-1 1m4 5h-2v-4h2Zm5 0h-3v-3.586l3 3Z"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.7%204h9.623l1.661%204.154A1.995%201.995%200%200%201%2016%208a1%201%200%200%200-2%200a1.8%201.8%200%200%201-.134.709a1%201%200%200%200%20.543%201.305a1%201%200%200%200%20.174.035A3.99%203.99%200%200%200%2018%2012v1.3a1%201%200%200%200%202%200v-1.856a3.99%203.99%200%200%200%201.996-3.405l.003-.028L22%208a1%201%200%200%200-.035-.171a1%201%200%200%200-.036-.2l-2-5A1%201%200%200%200%2019%202H8.7a1%201%200%201%200%200%202m14.007%2017.293l-2.933-2.933a1%201%200%200%200-.154-.154l-9.95-9.95a1%201%200%200%200-.206-.206L5.182%203.768a1%201%200%200%200-.128-.128L2.707%201.293a1%201%200%200%200-1.414%201.414l1.964%201.964l-1.178%202.94l-.007.017a1%201%200%200%200-.035.189A1%201%200%200%200%202%208l.001.012l.003.024A3.99%203.99%200%200%200%204%2011.444V21a1%201%200%200%200%201%201h14a.99.99%200%200%200%20.93-.656l1.363%201.363a1%201%200%200%200%201.414-1.414M4.016%208.153l.778-1.945L7.67%209.084A1.97%201.97%200%200%201%206%2010a1.996%201.996%200%200%201-1.984-1.846ZM9%2015v5H6v-8a3.96%203.96%200%200%200%203.102-1.484L12.586%2014H10a1%201%200%200%200-1%201m4%205h-2v-4h2Zm5%200h-3v-3.586l3%203Z%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%22M8.7%204h9.623l1.661%204.154A1.995%201.995%200%200%201%2016%208a1%201%200%200%200-2%200a1.8%201.8%200%200%201-.134.709a1%201%200%200%200%20.543%201.305a1%201%200%200%200%20.174.035A3.99%203.99%200%200%200%2018%2012v1.3a1%201%200%200%200%202%200v-1.856a3.99%203.99%200%200%200%201.996-3.405l.003-.028L22%208a1%201%200%200%200-.035-.171a1%201%200%200%200-.036-.2l-2-5A1%201%200%200%200%2019%202H8.7a1%201%200%201%200%200%202m14.007%2017.293l-2.933-2.933a1%201%200%200%200-.154-.154l-9.95-9.95a1%201%200%200%200-.206-.206L5.182%203.768a1%201%200%200%200-.128-.128L2.707%201.293a1%201%200%200%200-1.414%201.414l1.964%201.964l-1.178%202.94l-.007.017a1%201%200%200%200-.035.189A1%201%200%200%200%202%208l.001.012l.003.024A3.99%203.99%200%200%200%204%2011.444V21a1%201%200%200%200%201%201h14a.99.99%200%200%200%20.93-.656l1.363%201.363a1%201%200%200%200%201.414-1.414M4.016%208.153l.778-1.945L7.67%209.084A1.97%201.97%200%200%201%206%2010a1.996%201.996%200%200%201-1.984-1.846ZM9%2015v5H6v-8a3.96%203.96%200%200%200%203.102-1.484L12.586%2014H10a1%201%200%200%200-1%201m4%205h-2v-4h2Zm5%200h-3v-3.586l3%203Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/store-slash.svg?color=%231a73e8&size=48