luggage-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
luggage-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

11 other variants in Fluent UI System Icons

The same icon in other sets

Use the luggage icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.75 2a.75.75 0 0 0 0 1.5H9V5h-.75A3.25 3.25 0 0 0 5 8.25v9a3.25 3.25 0 0 0 2 3v1a.75.75 0 0 0 1.5 0v-.75h7v.75a.75.75 0 0 0 1.5 0v-1a3.25 3.25 0 0 0 2-3v-9A3.25 3.25 0 0 0 15.75 5H15V3.5h.25a.75.75 0 0 0 0-1.5zm4.75 1.5V5h-3V3.5zm-5.25 3h7.5c.966 0 1.75.784 1.75 1.75v9A1.75 1.75 0 0 1 15.75 19h-7.5a1.75 1.75 0 0 1-1.75-1.75v-9c0-.966.784-1.75 1.75-1.75M8 9.75A.75.75 0 0 1 8.75 9h6.5a.75.75 0 0 1 0 1.5h-6.5A.75.75 0 0 1 8 9.75"/></svg>

React

import type { SVGProps } from "react";

export function FluentLuggage24Regular(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.75 2a.75.75 0 0 0 0 1.5H9V5h-.75A3.25 3.25 0 0 0 5 8.25v9a3.25 3.25 0 0 0 2 3v1a.75.75 0 0 0 1.5 0v-.75h7v.75a.75.75 0 0 0 1.5 0v-1a3.25 3.25 0 0 0 2-3v-9A3.25 3.25 0 0 0 15.75 5H15V3.5h.25a.75.75 0 0 0 0-1.5zm4.75 1.5V5h-3V3.5zm-5.25 3h7.5c.966 0 1.75.784 1.75 1.75v9A1.75 1.75 0 0 1 15.75 19h-7.5a1.75 1.75 0 0 1-1.75-1.75v-9c0-.966.784-1.75 1.75-1.75M8 9.75A.75.75 0 0 1 8.75 9h6.5a.75.75 0 0 1 0 1.5h-6.5A.75.75 0 0 1 8 9.75"/></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.75 2a.75.75 0 0 0 0 1.5H9V5h-.75A3.25 3.25 0 0 0 5 8.25v9a3.25 3.25 0 0 0 2 3v1a.75.75 0 0 0 1.5 0v-.75h7v.75a.75.75 0 0 0 1.5 0v-1a3.25 3.25 0 0 0 2-3v-9A3.25 3.25 0 0 0 15.75 5H15V3.5h.25a.75.75 0 0 0 0-1.5zm4.75 1.5V5h-3V3.5zm-5.25 3h7.5c.966 0 1.75.784 1.75 1.75v9A1.75 1.75 0 0 1 15.75 19h-7.5a1.75 1.75 0 0 1-1.75-1.75v-9c0-.966.784-1.75 1.75-1.75M8 9.75A.75.75 0 0 1 8.75 9h6.5a.75.75 0 0 1 0 1.5h-6.5A.75.75 0 0 1 8 9.75"/></svg>
</template>

CSS

.icon-luggage-24-regular {
  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.75%202a.75.75%200%200%200%200%201.5H9V5h-.75A3.25%203.25%200%200%200%205%208.25v9a3.25%203.25%200%200%200%202%203v1a.75.75%200%200%200%201.5%200v-.75h7v.75a.75.75%200%200%200%201.5%200v-1a3.25%203.25%200%200%200%202-3v-9A3.25%203.25%200%200%200%2015.75%205H15V3.5h.25a.75.75%200%200%200%200-1.5zm4.75%201.5V5h-3V3.5zm-5.25%203h7.5c.966%200%201.75.784%201.75%201.75v9A1.75%201.75%200%200%201%2015.75%2019h-7.5a1.75%201.75%200%200%201-1.75-1.75v-9c0-.966.784-1.75%201.75-1.75M8%209.75A.75.75%200%200%201%208.75%209h6.5a.75.75%200%200%201%200%201.5h-6.5A.75.75%200%200%201%208%209.75%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.75%202a.75.75%200%200%200%200%201.5H9V5h-.75A3.25%203.25%200%200%200%205%208.25v9a3.25%203.25%200%200%200%202%203v1a.75.75%200%200%200%201.5%200v-.75h7v.75a.75.75%200%200%200%201.5%200v-1a3.25%203.25%200%200%200%202-3v-9A3.25%203.25%200%200%200%2015.75%205H15V3.5h.25a.75.75%200%200%200%200-1.5zm4.75%201.5V5h-3V3.5zm-5.25%203h7.5c.966%200%201.75.784%201.75%201.75v9A1.75%201.75%200%200%201%2015.75%2019h-7.5a1.75%201.75%200%200%201-1.75-1.75v-9c0-.966.784-1.75%201.75-1.75M8%209.75A.75.75%200%200%201%208.75%209h6.5a.75.75%200%200%201%200%201.5h-6.5A.75.75%200%200%201%208%209.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/luggage-24-regular.svg?color=%231a73e8&size=48