bag carry on off icon

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

Name
bag-carry-on-off
Set
Material Design Icons
Style
Filled
Category
Transportation + Flying
Viewbox
24×24
License
Apache 2.0
Aliases
carry-on-luggage-off

More transportation + flying icons from Material Design Icons

Use the bag carry on off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m2.1 4.9l3.9 4V19c0 .5.2 1 .6 1.4s.9.6 1.4.6V10.8l1 1V21h4.2c-.1-.4-.2-.8-.2-1c0-1.2.5-2 1.6-2.6l.8.8c-.9.3-1.3 1-1.3 1.9c0 .5.2 1 .6 1.4c.3.3.8.5 1.3.5c.9 0 1.6-.4 1.9-1.3l1.2 1.2l1.4-1.4l-17-17zM12 2c0 .5.2 1 .6 1.4s.9.6 1.4.6v3H9.8l6.2 6.2V2z"/></svg>

React

import type { SVGProps } from "react";

export function MdiBagCarryOnOff(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="m2.1 4.9l3.9 4V19c0 .5.2 1 .6 1.4s.9.6 1.4.6V10.8l1 1V21h4.2c-.1-.4-.2-.8-.2-1c0-1.2.5-2 1.6-2.6l.8.8c-.9.3-1.3 1-1.3 1.9c0 .5.2 1 .6 1.4c.3.3.8.5 1.3.5c.9 0 1.6-.4 1.9-1.3l1.2 1.2l1.4-1.4l-17-17zM12 2c0 .5.2 1 .6 1.4s.9.6 1.4.6v3H9.8l6.2 6.2V2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m2.1 4.9l3.9 4V19c0 .5.2 1 .6 1.4s.9.6 1.4.6V10.8l1 1V21h4.2c-.1-.4-.2-.8-.2-1c0-1.2.5-2 1.6-2.6l.8.8c-.9.3-1.3 1-1.3 1.9c0 .5.2 1 .6 1.4c.3.3.8.5 1.3.5c.9 0 1.6-.4 1.9-1.3l1.2 1.2l1.4-1.4l-17-17zM12 2c0 .5.2 1 .6 1.4s.9.6 1.4.6v3H9.8l6.2 6.2V2z"/></svg>
</template>

CSS

.icon-bag-carry-on-off {
  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%22m2.1%204.9l3.9%204V19c0%20.5.2%201%20.6%201.4s.9.6%201.4.6V10.8l1%201V21h4.2c-.1-.4-.2-.8-.2-1c0-1.2.5-2%201.6-2.6l.8.8c-.9.3-1.3%201-1.3%201.9c0%20.5.2%201%20.6%201.4c.3.3.8.5%201.3.5c.9%200%201.6-.4%201.9-1.3l1.2%201.2l1.4-1.4l-17-17zM12%202c0%20.5.2%201%20.6%201.4s.9.6%201.4.6v3H9.8l6.2%206.2V2z%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%22m2.1%204.9l3.9%204V19c0%20.5.2%201%20.6%201.4s.9.6%201.4.6V10.8l1%201V21h4.2c-.1-.4-.2-.8-.2-1c0-1.2.5-2%201.6-2.6l.8.8c-.9.3-1.3%201-1.3%201.9c0%20.5.2%201%20.6%201.4c.3.3.8.5%201.3.5c.9%200%201.6-.4%201.9-1.3l1.2%201.2l1.4-1.4l-17-17zM12%202c0%20.5.2%201%20.6%201.4s.9.6%201.4.6v3H9.8l6.2%206.2V2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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