baggage claim icon
baggage-claim from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- baggage-claim
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the baggage claim 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="M3 21.5h18M17 10H7m8-3.5H9c-2.828 0-4.243 0-5.121.879C3 8.257 3 9.672 3 12.5s0 4.243.879 5.121c.878.879 2.293.879 5.121.879h6c2.828 0 4.243 0 5.121-.879C21 16.743 21 15.328 21 12.5s0-4.243-.879-5.121C19.243 6.5 17.828 6.5 15 6.5m-6 0v-1c0-.932 0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C10.602 2.5 11.068 2.5 12 2.5s1.398 0 1.765.152a2 2 0 0 1 1.083 1.083C15 4.102 15 4.568 15 5.5v1"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsBaggageClaim(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="M3 21.5h18M17 10H7m8-3.5H9c-2.828 0-4.243 0-5.121.879C3 8.257 3 9.672 3 12.5s0 4.243.879 5.121c.878.879 2.293.879 5.121.879h6c2.828 0 4.243 0 5.121-.879C21 16.743 21 15.328 21 12.5s0-4.243-.879-5.121C19.243 6.5 17.828 6.5 15 6.5m-6 0v-1c0-.932 0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C10.602 2.5 11.068 2.5 12 2.5s1.398 0 1.765.152a2 2 0 0 1 1.083 1.083C15 4.102 15 4.568 15 5.5v1"/></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="M3 21.5h18M17 10H7m8-3.5H9c-2.828 0-4.243 0-5.121.879C3 8.257 3 9.672 3 12.5s0 4.243.879 5.121c.878.879 2.293.879 5.121.879h6c2.828 0 4.243 0 5.121-.879C21 16.743 21 15.328 21 12.5s0-4.243-.879-5.121C19.243 6.5 17.828 6.5 15 6.5m-6 0v-1c0-.932 0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C10.602 2.5 11.068 2.5 12 2.5s1.398 0 1.765.152a2 2 0 0 1 1.083 1.083C15 4.102 15 4.568 15 5.5v1"/></svg> </template>
CSS
.icon-baggage-claim {
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%22M3%2021.5h18M17%2010H7m8-3.5H9c-2.828%200-4.243%200-5.121.879C3%208.257%203%209.672%203%2012.5s0%204.243.879%205.121c.878.879%202.293.879%205.121.879h6c2.828%200%204.243%200%205.121-.879C21%2016.743%2021%2015.328%2021%2012.5s0-4.243-.879-5.121C19.243%206.5%2017.828%206.5%2015%206.5m-6%200v-1c0-.932%200-1.398.152-1.765a2%202%200%200%201%201.083-1.083C10.602%202.5%2011.068%202.5%2012%202.5s1.398%200%201.765.152a2%202%200%200%201%201.083%201.083C15%204.102%2015%204.568%2015%205.5v1%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%22M3%2021.5h18M17%2010H7m8-3.5H9c-2.828%200-4.243%200-5.121.879C3%208.257%203%209.672%203%2012.5s0%204.243.879%205.121c.878.879%202.293.879%205.121.879h6c2.828%200%204.243%200%205.121-.879C21%2016.743%2021%2015.328%2021%2012.5s0-4.243-.879-5.121C19.243%206.5%2017.828%206.5%2015%206.5m-6%200v-1c0-.932%200-1.398.152-1.765a2%202%200%200%201%201.083-1.083C10.602%202.5%2011.068%202.5%2012%202.5s1.398%200%201.765.152a2%202%200%200%201%201.083%201.083C15%204.102%2015%204.568%2015%205.5v1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/baggage-claim.svg?color=%231a73e8&size=48