no luggage icon
no-luggage-outline-rounded from Material Symbols Light by Google · Outline Rounded · Travel · Apache-2.0 Free for personal and commercial use.
- Name
- no-luggage-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- Travel
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More travel icons from Material Symbols Light
airline-seat-flatairline-seat-flat-angledairline-seat-individual-suiteairline-seat-legroom-extraairline-seat-legroom-normalairline-seat-legroom-reducedairline-seat-recline-extraairline-seat-recline-normalairplane-ticketapartmentattractionsbakery-diningbath-bedrockbeach-accessbeer-mealbentobreakfast-diningbrunch-diningbungalowcabincar-rentalcar-repaircarpentercarry-on-bag
Use the no luggage icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m14.385 10.99l-1-1v-.336q0-.213.144-.356t.356-.144t.356.144t.144.356zM7.69 20.77q-.23-.23-.23-.54V20q-.666 0-1.14-.475t-.475-1.14V8q0-.43.207-.796t.59-.567l.805.805H7.21q-.173.058-.269.212T6.846 8v10.385q0 .269.173.442t.442.173h9.077q.27 0 .443-.173t.173-.442v-1.231l1 1v.23q0 .667-.475 1.142T16.54 20v.23q0 .31-.23.54t-.54.23t-.54-.23t-.229-.54V20H9v.23q0 .31-.23.54t-.54.23t-.539-.23m1.925-10.447l1 1v5.408q0 .212-.144.356t-.357.144t-.356-.144t-.143-.356zm3.769 3.77l1 1v1.638q0 .212-.144.356t-.357.144t-.356-.144t-.144-.356zm7.728 8.244q-.192 0-.357-.166L2.24 3.661q-.147-.145-.156-.346t.156-.367t.356-.165t.357.165l18.515 18.516q.146.146.156.344t-.156.363t-.357.165M14.385 6.385h2.154q.666 0 1.14.474q.475.475.475 1.141v5.808q0 .25-.155.375q-.156.125-.342.125t-.345-.13t-.158-.376V8q0-.27-.173-.442q-.173-.173-.443-.173h-5.307q-.666 0-1.141-.475t-.475-1.14V4.615q0-.667.475-1.142T11.23 3h1.54q.666 0 1.14.475t.475 1.14zm-3.77 0h2.77v-1.77q0-.269-.173-.442T12.769 4h-1.538q-.27 0-.442.173q-.173.173-.173.442zm3.354 4.184"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightNoLuggageOutlineRounded(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="m14.385 10.99l-1-1v-.336q0-.213.144-.356t.356-.144t.356.144t.144.356zM7.69 20.77q-.23-.23-.23-.54V20q-.666 0-1.14-.475t-.475-1.14V8q0-.43.207-.796t.59-.567l.805.805H7.21q-.173.058-.269.212T6.846 8v10.385q0 .269.173.442t.442.173h9.077q.27 0 .443-.173t.173-.442v-1.231l1 1v.23q0 .667-.475 1.142T16.54 20v.23q0 .31-.23.54t-.54.23t-.54-.23t-.229-.54V20H9v.23q0 .31-.23.54t-.54.23t-.539-.23m1.925-10.447l1 1v5.408q0 .212-.144.356t-.357.144t-.356-.144t-.143-.356zm3.769 3.77l1 1v1.638q0 .212-.144.356t-.357.144t-.356-.144t-.144-.356zm7.728 8.244q-.192 0-.357-.166L2.24 3.661q-.147-.145-.156-.346t.156-.367t.356-.165t.357.165l18.515 18.516q.146.146.156.344t-.156.363t-.357.165M14.385 6.385h2.154q.666 0 1.14.474q.475.475.475 1.141v5.808q0 .25-.155.375q-.156.125-.342.125t-.345-.13t-.158-.376V8q0-.27-.173-.442q-.173-.173-.443-.173h-5.307q-.666 0-1.141-.475t-.475-1.14V4.615q0-.667.475-1.142T11.23 3h1.54q.666 0 1.14.475t.475 1.14zm-3.77 0h2.77v-1.77q0-.269-.173-.442T12.769 4h-1.538q-.27 0-.442.173q-.173.173-.173.442zm3.354 4.184"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m14.385 10.99l-1-1v-.336q0-.213.144-.356t.356-.144t.356.144t.144.356zM7.69 20.77q-.23-.23-.23-.54V20q-.666 0-1.14-.475t-.475-1.14V8q0-.43.207-.796t.59-.567l.805.805H7.21q-.173.058-.269.212T6.846 8v10.385q0 .269.173.442t.442.173h9.077q.27 0 .443-.173t.173-.442v-1.231l1 1v.23q0 .667-.475 1.142T16.54 20v.23q0 .31-.23.54t-.54.23t-.54-.23t-.229-.54V20H9v.23q0 .31-.23.54t-.54.23t-.539-.23m1.925-10.447l1 1v5.408q0 .212-.144.356t-.357.144t-.356-.144t-.143-.356zm3.769 3.77l1 1v1.638q0 .212-.144.356t-.357.144t-.356-.144t-.144-.356zm7.728 8.244q-.192 0-.357-.166L2.24 3.661q-.147-.145-.156-.346t.156-.367t.356-.165t.357.165l18.515 18.516q.146.146.156.344t-.156.363t-.357.165M14.385 6.385h2.154q.666 0 1.14.474q.475.475.475 1.141v5.808q0 .25-.155.375q-.156.125-.342.125t-.345-.13t-.158-.376V8q0-.27-.173-.442q-.173-.173-.443-.173h-5.307q-.666 0-1.141-.475t-.475-1.14V4.615q0-.667.475-1.142T11.23 3h1.54q.666 0 1.14.475t.475 1.14zm-3.77 0h2.77v-1.77q0-.269-.173-.442T12.769 4h-1.538q-.27 0-.442.173q-.173.173-.173.442zm3.354 4.184"/></svg> </template>
CSS
.icon-no-luggage-outline-rounded {
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%22m14.385%2010.99l-1-1v-.336q0-.213.144-.356t.356-.144t.356.144t.144.356zM7.69%2020.77q-.23-.23-.23-.54V20q-.666%200-1.14-.475t-.475-1.14V8q0-.43.207-.796t.59-.567l.805.805H7.21q-.173.058-.269.212T6.846%208v10.385q0%20.269.173.442t.442.173h9.077q.27%200%20.443-.173t.173-.442v-1.231l1%201v.23q0%20.667-.475%201.142T16.54%2020v.23q0%20.31-.23.54t-.54.23t-.54-.23t-.229-.54V20H9v.23q0%20.31-.23.54t-.54.23t-.539-.23m1.925-10.447l1%201v5.408q0%20.212-.144.356t-.357.144t-.356-.144t-.143-.356zm3.769%203.77l1%201v1.638q0%20.212-.144.356t-.357.144t-.356-.144t-.144-.356zm7.728%208.244q-.192%200-.357-.166L2.24%203.661q-.147-.145-.156-.346t.156-.367t.356-.165t.357.165l18.515%2018.516q.146.146.156.344t-.156.363t-.357.165M14.385%206.385h2.154q.666%200%201.14.474q.475.475.475%201.141v5.808q0%20.25-.155.375q-.156.125-.342.125t-.345-.13t-.158-.376V8q0-.27-.173-.442q-.173-.173-.443-.173h-5.307q-.666%200-1.141-.475t-.475-1.14V4.615q0-.667.475-1.142T11.23%203h1.54q.666%200%201.14.475t.475%201.14zm-3.77%200h2.77v-1.77q0-.269-.173-.442T12.769%204h-1.538q-.27%200-.442.173q-.173.173-.173.442zm3.354%204.184%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%22m14.385%2010.99l-1-1v-.336q0-.213.144-.356t.356-.144t.356.144t.144.356zM7.69%2020.77q-.23-.23-.23-.54V20q-.666%200-1.14-.475t-.475-1.14V8q0-.43.207-.796t.59-.567l.805.805H7.21q-.173.058-.269.212T6.846%208v10.385q0%20.269.173.442t.442.173h9.077q.27%200%20.443-.173t.173-.442v-1.231l1%201v.23q0%20.667-.475%201.142T16.54%2020v.23q0%20.31-.23.54t-.54.23t-.54-.23t-.229-.54V20H9v.23q0%20.31-.23.54t-.54.23t-.539-.23m1.925-10.447l1%201v5.408q0%20.212-.144.356t-.357.144t-.356-.144t-.143-.356zm3.769%203.77l1%201v1.638q0%20.212-.144.356t-.357.144t-.356-.144t-.144-.356zm7.728%208.244q-.192%200-.357-.166L2.24%203.661q-.147-.145-.156-.346t.156-.367t.356-.165t.357.165l18.515%2018.516q.146.146.156.344t-.156.363t-.357.165M14.385%206.385h2.154q.666%200%201.14.474q.475.475.475%201.141v5.808q0%20.25-.155.375q-.156.125-.342.125t-.345-.13t-.158-.376V8q0-.27-.173-.442q-.173-.173-.443-.173h-5.307q-.666%200-1.141-.475t-.475-1.14V4.615q0-.667.475-1.142T11.23%203h1.54q.666%200%201.14.475t.475%201.14zm-3.77%200h2.77v-1.77q0-.269-.173-.442T12.769%204h-1.538q-.27%200-.442.173q-.173.173-.173.442zm3.354%204.184%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/no-luggage-outline-rounded.svg?color=%231a73e8&size=48