store slash icon
store-slash from Unicons Monochrome by Iconscout · Monochrome · Medical · Apache-2.0 Free for personal and commercial use.
- Name
- store-slash
- Set
- Unicons Monochrome
- Style
- Monochrome
- Category
- Medical
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
More medical icons from Unicons Monochrome
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="M20 18.586v-7.143a3.95 3.95 0 0 1-5-.8a3.96 3.96 0 0 1-1.789 1.154Z" opacity=".25"/><path fill="currentColor" d="M22 23a1 1 0 0 1-.707-.293l-20-20a1 1 0 0 1 1.414-1.414l20 20A1 1 0 0 1 22 23"/><path fill="currentColor" d="M12.586 14H10a1 1 0 0 0-1 1v7h6v-5.586Z" opacity=".7"/><path fill="currentColor" d="M10 14h2.586l-2.49-2.49A3.8 3.8 0 0 1 9 10.642a4 4 0 0 1-5 .82V21a1 1 0 0 0 1 1h4v-7a1 1 0 0 1 1-1m5 2.414V22h4a.99.99 0 0 0 .93-.655z" opacity=".25"/><path fill="currentColor" d="M13.211 11.797A3.96 3.96 0 0 0 15 10.643A3.998 3.998 0 0 0 22 8a1 1 0 0 0-.071-.371l-2-5A1 1 0 0 0 19 2H5a1 1 0 0 0-.929.629l-.008.02zM3.255 4.669L2.071 7.63A1 1 0 0 0 2 8a3.998 3.998 0 0 0 7 2.643a3.8 3.8 0 0 0 1.095.866z" opacity=".5"/></svg>
React
import type { SVGProps } from "react";
export function UimStoreSlash(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="M20 18.586v-7.143a3.95 3.95 0 0 1-5-.8a3.96 3.96 0 0 1-1.789 1.154Z" opacity=".25"/><path fill="currentColor" d="M22 23a1 1 0 0 1-.707-.293l-20-20a1 1 0 0 1 1.414-1.414l20 20A1 1 0 0 1 22 23"/><path fill="currentColor" d="M12.586 14H10a1 1 0 0 0-1 1v7h6v-5.586Z" opacity=".7"/><path fill="currentColor" d="M10 14h2.586l-2.49-2.49A3.8 3.8 0 0 1 9 10.642a4 4 0 0 1-5 .82V21a1 1 0 0 0 1 1h4v-7a1 1 0 0 1 1-1m5 2.414V22h4a.99.99 0 0 0 .93-.655z" opacity=".25"/><path fill="currentColor" d="M13.211 11.797A3.96 3.96 0 0 0 15 10.643A3.998 3.998 0 0 0 22 8a1 1 0 0 0-.071-.371l-2-5A1 1 0 0 0 19 2H5a1 1 0 0 0-.929.629l-.008.02zM3.255 4.669L2.071 7.63A1 1 0 0 0 2 8a3.998 3.998 0 0 0 7 2.643a3.8 3.8 0 0 0 1.095.866z" opacity=".5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 18.586v-7.143a3.95 3.95 0 0 1-5-.8a3.96 3.96 0 0 1-1.789 1.154Z" opacity=".25"/><path fill="currentColor" d="M22 23a1 1 0 0 1-.707-.293l-20-20a1 1 0 0 1 1.414-1.414l20 20A1 1 0 0 1 22 23"/><path fill="currentColor" d="M12.586 14H10a1 1 0 0 0-1 1v7h6v-5.586Z" opacity=".7"/><path fill="currentColor" d="M10 14h2.586l-2.49-2.49A3.8 3.8 0 0 1 9 10.642a4 4 0 0 1-5 .82V21a1 1 0 0 0 1 1h4v-7a1 1 0 0 1 1-1m5 2.414V22h4a.99.99 0 0 0 .93-.655z" opacity=".25"/><path fill="currentColor" d="M13.211 11.797A3.96 3.96 0 0 0 15 10.643A3.998 3.998 0 0 0 22 8a1 1 0 0 0-.071-.371l-2-5A1 1 0 0 0 19 2H5a1 1 0 0 0-.929.629l-.008.02zM3.255 4.669L2.071 7.63A1 1 0 0 0 2 8a3.998 3.998 0 0 0 7 2.643a3.8 3.8 0 0 0 1.095.866z" opacity=".5"/></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%22M20%2018.586v-7.143a3.95%203.95%200%200%201-5-.8a3.96%203.96%200%200%201-1.789%201.154Z%22%20opacity%3D%22.25%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22%2023a1%201%200%200%201-.707-.293l-20-20a1%201%200%200%201%201.414-1.414l20%2020A1%201%200%200%201%2022%2023%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.586%2014H10a1%201%200%200%200-1%201v7h6v-5.586Z%22%20opacity%3D%22.7%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%2014h2.586l-2.49-2.49A3.8%203.8%200%200%201%209%2010.642a4%204%200%200%201-5%20.82V21a1%201%200%200%200%201%201h4v-7a1%201%200%200%201%201-1m5%202.414V22h4a.99.99%200%200%200%20.93-.655z%22%20opacity%3D%22.25%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.211%2011.797A3.96%203.96%200%200%200%2015%2010.643A3.998%203.998%200%200%200%2022%208a1%201%200%200%200-.071-.371l-2-5A1%201%200%200%200%2019%202H5a1%201%200%200%200-.929.629l-.008.02zM3.255%204.669L2.071%207.63A1%201%200%200%200%202%208a3.998%203.998%200%200%200%207%202.643a3.8%203.8%200%200%200%201.095.866z%22%20opacity%3D%22.5%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%22M20%2018.586v-7.143a3.95%203.95%200%200%201-5-.8a3.96%203.96%200%200%201-1.789%201.154Z%22%20opacity%3D%22.25%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22%2023a1%201%200%200%201-.707-.293l-20-20a1%201%200%200%201%201.414-1.414l20%2020A1%201%200%200%201%2022%2023%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.586%2014H10a1%201%200%200%200-1%201v7h6v-5.586Z%22%20opacity%3D%22.7%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%2014h2.586l-2.49-2.49A3.8%203.8%200%200%201%209%2010.642a4%204%200%200%201-5%20.82V21a1%201%200%200%200%201%201h4v-7a1%201%200%200%201%201-1m5%202.414V22h4a.99.99%200%200%200%20.93-.655z%22%20opacity%3D%22.25%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.211%2011.797A3.96%203.96%200%200%200%2015%2010.643A3.998%203.998%200%200%200%2022%208a1%201%200%200%200-.071-.371l-2-5A1%201%200%200%200%2019%202H5a1%201%200%200%200-.929.629l-.008.02zM3.255%204.669L2.071%207.63A1%201%200%200%200%202%208a3.998%203.998%200%200%200%207%202.643a3.8%203.8%200%200%200%201.095.866z%22%20opacity%3D%22.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uim/store-slash.svg?color=%231a73e8&size=48