bag slash icon
bag-slash from Unicons by Iconscout · Line · User Interface · Apache-2.0 Free for personal and commercial use.
- Name
- bag-slash
- Set
- Unicons
- Style
- Line
- Category
- User Interface
- Viewbox
- 24×24
- License
- Apache 2.0
More user interface icons from Unicons
Use the bag slash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 6h-3V5a2 2 0 0 0-2-2h-4a1.9 1.9 0 0 0-.61.1a1 1 0 0 0-.64 1.27A1 1 0 0 0 10 5h4v1h-1.34a1 1 0 0 0 0 2H19a1 1 0 0 1 1 1v1.28l-2.57.86a1 1 0 0 0-.63 1.27a1 1 0 0 0 .95.68a1.2 1.2 0 0 0 .32-.05l1.93-.65v2.95a1 1 0 1 0 2 0V9a3 3 0 0 0-3-3M3.71 2.29a1 1 0 0 0-1.42 1.42L4.62 6A3 3 0 0 0 2 9v9a3 3 0 0 0 3 3h14a3 3 0 0 0 .53-.06l.76.77a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42ZM4 9a1 1 0 0 1 1-1h1.59l4 4H9.16L4 10.28Zm1 10a1 1 0 0 1-1-1v-5.61L8.68 14A1.2 1.2 0 0 0 9 14h3.59l5 5Z"/></svg>
React
import type { SVGProps } from "react";
export function UilBagSlash(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="M19 6h-3V5a2 2 0 0 0-2-2h-4a1.9 1.9 0 0 0-.61.1a1 1 0 0 0-.64 1.27A1 1 0 0 0 10 5h4v1h-1.34a1 1 0 0 0 0 2H19a1 1 0 0 1 1 1v1.28l-2.57.86a1 1 0 0 0-.63 1.27a1 1 0 0 0 .95.68a1.2 1.2 0 0 0 .32-.05l1.93-.65v2.95a1 1 0 1 0 2 0V9a3 3 0 0 0-3-3M3.71 2.29a1 1 0 0 0-1.42 1.42L4.62 6A3 3 0 0 0 2 9v9a3 3 0 0 0 3 3h14a3 3 0 0 0 .53-.06l.76.77a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42ZM4 9a1 1 0 0 1 1-1h1.59l4 4H9.16L4 10.28Zm1 10a1 1 0 0 1-1-1v-5.61L8.68 14A1.2 1.2 0 0 0 9 14h3.59l5 5Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 6h-3V5a2 2 0 0 0-2-2h-4a1.9 1.9 0 0 0-.61.1a1 1 0 0 0-.64 1.27A1 1 0 0 0 10 5h4v1h-1.34a1 1 0 0 0 0 2H19a1 1 0 0 1 1 1v1.28l-2.57.86a1 1 0 0 0-.63 1.27a1 1 0 0 0 .95.68a1.2 1.2 0 0 0 .32-.05l1.93-.65v2.95a1 1 0 1 0 2 0V9a3 3 0 0 0-3-3M3.71 2.29a1 1 0 0 0-1.42 1.42L4.62 6A3 3 0 0 0 2 9v9a3 3 0 0 0 3 3h14a3 3 0 0 0 .53-.06l.76.77a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42ZM4 9a1 1 0 0 1 1-1h1.59l4 4H9.16L4 10.28Zm1 10a1 1 0 0 1-1-1v-5.61L8.68 14A1.2 1.2 0 0 0 9 14h3.59l5 5Z"/></svg> </template>
CSS
.icon-bag-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%22M19%206h-3V5a2%202%200%200%200-2-2h-4a1.9%201.9%200%200%200-.61.1a1%201%200%200%200-.64%201.27A1%201%200%200%200%2010%205h4v1h-1.34a1%201%200%200%200%200%202H19a1%201%200%200%201%201%201v1.28l-2.57.86a1%201%200%200%200-.63%201.27a1%201%200%200%200%20.95.68a1.2%201.2%200%200%200%20.32-.05l1.93-.65v2.95a1%201%200%201%200%202%200V9a3%203%200%200%200-3-3M3.71%202.29a1%201%200%200%200-1.42%201.42L4.62%206A3%203%200%200%200%202%209v9a3%203%200%200%200%203%203h14a3%203%200%200%200%20.53-.06l.76.77a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.42ZM4%209a1%201%200%200%201%201-1h1.59l4%204H9.16L4%2010.28Zm1%2010a1%201%200%200%201-1-1v-5.61L8.68%2014A1.2%201.2%200%200%200%209%2014h3.59l5%205Z%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%22M19%206h-3V5a2%202%200%200%200-2-2h-4a1.9%201.9%200%200%200-.61.1a1%201%200%200%200-.64%201.27A1%201%200%200%200%2010%205h4v1h-1.34a1%201%200%200%200%200%202H19a1%201%200%200%201%201%201v1.28l-2.57.86a1%201%200%200%200-.63%201.27a1%201%200%200%200%20.95.68a1.2%201.2%200%200%200%20.32-.05l1.93-.65v2.95a1%201%200%201%200%202%200V9a3%203%200%200%200-3-3M3.71%202.29a1%201%200%200%200-1.42%201.42L4.62%206A3%203%200%200%200%202%209v9a3%203%200%200%200%203%203h14a3%203%200%200%200%20.53-.06l.76.77a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.42ZM4%209a1%201%200%200%201%201-1h1.59l4%204H9.16L4%2010.28Zm1%2010a1%201%200%200%201-1-1v-5.61L8.68%2014A1.2%201.2%200%200%200%209%2014h3.59l5%205Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/bag-slash.svg?color=%231a73e8&size=48