luggage icon
luggage-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- luggage-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- License
- MIT
11 other variants in Fluent UI System Icons
The same icon in other sets
luggageBootstrap IconsluggageFluent EmojiluggageFluent Emoji FlatluggageFluent Emoji High ContrastluggageIconParkluggageIconPark OutlineluggageIconPark SolidluggageIconPark TwoToneluggageJam IconsluggageLucideluggageMaterial SymbolsluggageMaterial Symbols Lightluggage-fillMingCute IconluggageMyna UI IconsluggageNoto EmojiluggageOpenMojiluggagePixelarticonsluggageTabler IconsluggageTwitter Emoji
Use the luggage icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M9 9.75A.75.75 0 0 1 9.75 9h8.5a.75.75 0 0 1 0 1.5h-8.5A.75.75 0 0 1 9 9.75m.75-8.25a.75.75 0 0 0 0 1.5H10v1H8.5A3.5 3.5 0 0 0 5 7.5V21a3.5 3.5 0 0 0 3 3.465v.785a.75.75 0 0 0 1.5 0v-.75h9v.75a.75.75 0 0 0 1.5 0v-.785A3.5 3.5 0 0 0 23 21V7.5A3.5 3.5 0 0 0 19.5 4H18V3h.25a.75.75 0 0 0 0-1.5zM16.5 3v1h-5V3zm-8 2.5h11a2 2 0 0 1 2 2V21a2 2 0 0 1-2 2h-11a2 2 0 0 1-2-2V7.5a2 2 0 0 1 2-2"/></svg>
React
import type { SVGProps } from "react";
export function FluentLuggage28Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M9 9.75A.75.75 0 0 1 9.75 9h8.5a.75.75 0 0 1 0 1.5h-8.5A.75.75 0 0 1 9 9.75m.75-8.25a.75.75 0 0 0 0 1.5H10v1H8.5A3.5 3.5 0 0 0 5 7.5V21a3.5 3.5 0 0 0 3 3.465v.785a.75.75 0 0 0 1.5 0v-.75h9v.75a.75.75 0 0 0 1.5 0v-.785A3.5 3.5 0 0 0 23 21V7.5A3.5 3.5 0 0 0 19.5 4H18V3h.25a.75.75 0 0 0 0-1.5zM16.5 3v1h-5V3zm-8 2.5h11a2 2 0 0 1 2 2V21a2 2 0 0 1-2 2h-11a2 2 0 0 1-2-2V7.5a2 2 0 0 1 2-2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M9 9.75A.75.75 0 0 1 9.75 9h8.5a.75.75 0 0 1 0 1.5h-8.5A.75.75 0 0 1 9 9.75m.75-8.25a.75.75 0 0 0 0 1.5H10v1H8.5A3.5 3.5 0 0 0 5 7.5V21a3.5 3.5 0 0 0 3 3.465v.785a.75.75 0 0 0 1.5 0v-.75h9v.75a.75.75 0 0 0 1.5 0v-.785A3.5 3.5 0 0 0 23 21V7.5A3.5 3.5 0 0 0 19.5 4H18V3h.25a.75.75 0 0 0 0-1.5zM16.5 3v1h-5V3zm-8 2.5h11a2 2 0 0 1 2 2V21a2 2 0 0 1-2 2h-11a2 2 0 0 1-2-2V7.5a2 2 0 0 1 2-2"/></svg> </template>
CSS
.icon-luggage-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%209.75A.75.75%200%200%201%209.75%209h8.5a.75.75%200%200%201%200%201.5h-8.5A.75.75%200%200%201%209%209.75m.75-8.25a.75.75%200%200%200%200%201.5H10v1H8.5A3.5%203.5%200%200%200%205%207.5V21a3.5%203.5%200%200%200%203%203.465v.785a.75.75%200%200%200%201.5%200v-.75h9v.75a.75.75%200%200%200%201.5%200v-.785A3.5%203.5%200%200%200%2023%2021V7.5A3.5%203.5%200%200%200%2019.5%204H18V3h.25a.75.75%200%200%200%200-1.5zM16.5%203v1h-5V3zm-8%202.5h11a2%202%200%200%201%202%202V21a2%202%200%200%201-2%202h-11a2%202%200%200%201-2-2V7.5a2%202%200%200%201%202-2%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%209.75A.75.75%200%200%201%209.75%209h8.5a.75.75%200%200%201%200%201.5h-8.5A.75.75%200%200%201%209%209.75m.75-8.25a.75.75%200%200%200%200%201.5H10v1H8.5A3.5%203.5%200%200%200%205%207.5V21a3.5%203.5%200%200%200%203%203.465v.785a.75.75%200%200%200%201.5%200v-.75h9v.75a.75.75%200%200%200%201.5%200v-.785A3.5%203.5%200%200%200%2023%2021V7.5A3.5%203.5%200%200%200%2019.5%204H18V3h.25a.75.75%200%200%200%200-1.5zM16.5%203v1h-5V3zm-8%202.5h11a2%202%200%200%201%202%202V21a2%202%200%200%201-2%202h-11a2%202%200%200%201-2-2V7.5a2%202%200%200%201%202-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/luggage-28-regular.svg?color=%231a73e8&size=48