luggage 01 icon
luggage-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- luggage-01
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the luggage 01 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M15 6.5H9c-2.828 0-4.243 0-5.121.879C3 8.257 3 9.672 3 12.5V15c0 2.828 0 4.243.879 5.121C4.757 21 6.172 21 9 21h6c2.828 0 4.243 0 5.121-.879C21 19.243 21 17.828 21 15v-2.5c0-2.828 0-4.243-.879-5.121C19.243 6.5 17.828 6.5 15 6.5m-6 0V6c0-1.414 0-2.121.44-2.56C9.878 3 10.585 3 12 3s2.121 0 2.56.44C15 3.878 15 4.585 15 6v.5m-8 0V21M17 6.5V21"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsLuggage01(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M15 6.5H9c-2.828 0-4.243 0-5.121.879C3 8.257 3 9.672 3 12.5V15c0 2.828 0 4.243.879 5.121C4.757 21 6.172 21 9 21h6c2.828 0 4.243 0 5.121-.879C21 19.243 21 17.828 21 15v-2.5c0-2.828 0-4.243-.879-5.121C19.243 6.5 17.828 6.5 15 6.5m-6 0V6c0-1.414 0-2.121.44-2.56C9.878 3 10.585 3 12 3s2.121 0 2.56.44C15 3.878 15 4.585 15 6v.5m-8 0V21M17 6.5V21"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M15 6.5H9c-2.828 0-4.243 0-5.121.879C3 8.257 3 9.672 3 12.5V15c0 2.828 0 4.243.879 5.121C4.757 21 6.172 21 9 21h6c2.828 0 4.243 0 5.121-.879C21 19.243 21 17.828 21 15v-2.5c0-2.828 0-4.243-.879-5.121C19.243 6.5 17.828 6.5 15 6.5m-6 0V6c0-1.414 0-2.121.44-2.56C9.878 3 10.585 3 12 3s2.121 0 2.56.44C15 3.878 15 4.585 15 6v.5m-8 0V21M17 6.5V21"/></svg> </template>
CSS
.icon-luggage-01 {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M15%206.5H9c-2.828%200-4.243%200-5.121.879C3%208.257%203%209.672%203%2012.5V15c0%202.828%200%204.243.879%205.121C4.757%2021%206.172%2021%209%2021h6c2.828%200%204.243%200%205.121-.879C21%2019.243%2021%2017.828%2021%2015v-2.5c0-2.828%200-4.243-.879-5.121C19.243%206.5%2017.828%206.5%2015%206.5m-6%200V6c0-1.414%200-2.121.44-2.56C9.878%203%2010.585%203%2012%203s2.121%200%202.56.44C15%203.878%2015%204.585%2015%206v.5m-8%200V21M17%206.5V21%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M15%206.5H9c-2.828%200-4.243%200-5.121.879C3%208.257%203%209.672%203%2012.5V15c0%202.828%200%204.243.879%205.121C4.757%2021%206.172%2021%209%2021h6c2.828%200%204.243%200%205.121-.879C21%2019.243%2021%2017.828%2021%2015v-2.5c0-2.828%200-4.243-.879-5.121C19.243%206.5%2017.828%206.5%2015%206.5m-6%200V6c0-1.414%200-2.121.44-2.56C9.878%203%2010.585%203%2012%203s2.121%200%202.56.44C15%203.878%2015%204.585%2015%206v.5m-8%200V21M17%206.5V21%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/luggage-01.svg?color=%231a73e8&size=48