bag personal off icon

bag-personal-off-outline from Material Design Icons by Pictogrammers · Outline · Transportation + Flying · Apache-2.0 Free for personal and commercial use.

Name
bag-personal-off-outline
Set
Material Design Icons
Style
Outline
Category
Transportation + Flying
Viewbox
24×24
License
Apache 2.0
Aliases
backpack-off-outline

1 other variant in Material Design Icons

More transportation + flying icons from Material Design Icons

Use the bag personal off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 19.35L2.38 1.73L1.11 3l3.66 3.66C4.27 7.34 4 8.16 4 9v11a2 2 0 0 0 2 2h12c.56 0 1.08-.24 1.46-.65l1.38 1.38l1.27-1.27zM6 9c0-.31.08-.62.22-.89L13.11 15H6zm12 11H6v-4h2v2h1v-2h5.11L18 19.89zM16 7a2 2 0 0 1 2 2v5.8l2 2V9a4 4 0 0 0-4-4V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v.8L10.2 7zm-6-3h4v1h-4z"/></svg>

React

import type { SVGProps } from "react";

export function MdiBagPersonalOffOutline(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 19.35L2.38 1.73L1.11 3l3.66 3.66C4.27 7.34 4 8.16 4 9v11a2 2 0 0 0 2 2h12c.56 0 1.08-.24 1.46-.65l1.38 1.38l1.27-1.27zM6 9c0-.31.08-.62.22-.89L13.11 15H6zm12 11H6v-4h2v2h1v-2h5.11L18 19.89zM16 7a2 2 0 0 1 2 2v5.8l2 2V9a4 4 0 0 0-4-4V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v.8L10.2 7zm-6-3h4v1h-4z"/></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 19.35L2.38 1.73L1.11 3l3.66 3.66C4.27 7.34 4 8.16 4 9v11a2 2 0 0 0 2 2h12c.56 0 1.08-.24 1.46-.65l1.38 1.38l1.27-1.27zM6 9c0-.31.08-.62.22-.89L13.11 15H6zm12 11H6v-4h2v2h1v-2h5.11L18 19.89zM16 7a2 2 0 0 1 2 2v5.8l2 2V9a4 4 0 0 0-4-4V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v.8L10.2 7zm-6-3h4v1h-4z"/></svg>
</template>

CSS

.icon-bag-personal-off-outline {
  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%2019.35L2.38%201.73L1.11%203l3.66%203.66C4.27%207.34%204%208.16%204%209v11a2%202%200%200%200%202%202h12c.56%200%201.08-.24%201.46-.65l1.38%201.38l1.27-1.27zM6%209c0-.31.08-.62.22-.89L13.11%2015H6zm12%2011H6v-4h2v2h1v-2h5.11L18%2019.89zM16%207a2%202%200%200%201%202%202v5.8l2%202V9a4%204%200%200%200-4-4V4a2%202%200%200%200-2-2h-4a2%202%200%200%200-2%202v.8L10.2%207zm-6-3h4v1h-4z%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%2019.35L2.38%201.73L1.11%203l3.66%203.66C4.27%207.34%204%208.16%204%209v11a2%202%200%200%200%202%202h12c.56%200%201.08-.24%201.46-.65l1.38%201.38l1.27-1.27zM6%209c0-.31.08-.62.22-.89L13.11%2015H6zm12%2011H6v-4h2v2h1v-2h5.11L18%2019.89zM16%207a2%202%200%200%201%202%202v5.8l2%202V9a4%204%200%200%200-4-4V4a2%202%200%200%200-2-2h-4a2%202%200%200%200-2%202v.8L10.2%207zm-6-3h4v1h-4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/bag-personal-off-outline.svg?color=%231a73e8&size=48