carry on bag question icon
carry-on-bag-question-rounded from Material Symbols by Google · Rounded · Travel · Apache-2.0 Free for personal and commercial use.
- Name
- carry-on-bag-question-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Travel
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More travel icons from Material Symbols
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 carry on bag question icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.463 21.538Q13 20.075 13 18t1.463-3.537T18 13t3.538 1.463T23 18t-1.463 3.538T18 23t-3.537-1.463M10.5 21V7H14V4h-1q-.425 0-.712-.288T12 3t.288-.712T13 2h2q.425 0 .713.288T16 3v7.275q0 .475-.275.85t-.7.575q-.8.375-1.463.925T12.4 13.85q-.65.875-1.025 1.925T11 18q0 .5.075.963t.2.912q.125.425-.113.775T10.5 21M8 21q-.825 0-1.412-.587T6 19V9q0-.825.588-1.412T8 7h1v14zm10 0q.275 0 .463-.187t.187-.463t-.187-.462T18 19.7t-.462.188t-.188.462t.188.463T18 21m1.7-4.4q0-.725-.475-1.162T18 15q-.475 0-.875.238t-.65.637q-.1.15-.025.313t.25.237q.15.075.3 0t.275-.2q.125-.175.313-.275t.412-.1q.375 0 .588.188t.212.562q0 .275-.15.463t-.35.387q-.15.15-.312.3t-.288.35q-.075.15-.112.3t-.038.35t.125.325t.325.125t.325-.125t.125-.325t.15-.4t.35-.4q.35-.3.55-.575t.2-.775"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsCarryOnBagQuestionRounded(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.463 21.538Q13 20.075 13 18t1.463-3.537T18 13t3.538 1.463T23 18t-1.463 3.538T18 23t-3.537-1.463M10.5 21V7H14V4h-1q-.425 0-.712-.288T12 3t.288-.712T13 2h2q.425 0 .713.288T16 3v7.275q0 .475-.275.85t-.7.575q-.8.375-1.463.925T12.4 13.85q-.65.875-1.025 1.925T11 18q0 .5.075.963t.2.912q.125.425-.113.775T10.5 21M8 21q-.825 0-1.412-.587T6 19V9q0-.825.588-1.412T8 7h1v14zm10 0q.275 0 .463-.187t.187-.463t-.187-.462T18 19.7t-.462.188t-.188.462t.188.463T18 21m1.7-4.4q0-.725-.475-1.162T18 15q-.475 0-.875.238t-.65.637q-.1.15-.025.313t.25.237q.15.075.3 0t.275-.2q.125-.175.313-.275t.412-.1q.375 0 .588.188t.212.562q0 .275-.15.463t-.35.387q-.15.15-.312.3t-.288.35q-.075.15-.112.3t-.038.35t.125.325t.325.125t.325-.125t.125-.325t.15-.4t.35-.4q.35-.3.55-.575t.2-.775"/></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.463 21.538Q13 20.075 13 18t1.463-3.537T18 13t3.538 1.463T23 18t-1.463 3.538T18 23t-3.537-1.463M10.5 21V7H14V4h-1q-.425 0-.712-.288T12 3t.288-.712T13 2h2q.425 0 .713.288T16 3v7.275q0 .475-.275.85t-.7.575q-.8.375-1.463.925T12.4 13.85q-.65.875-1.025 1.925T11 18q0 .5.075.963t.2.912q.125.425-.113.775T10.5 21M8 21q-.825 0-1.412-.587T6 19V9q0-.825.588-1.412T8 7h1v14zm10 0q.275 0 .463-.187t.187-.463t-.187-.462T18 19.7t-.462.188t-.188.462t.188.463T18 21m1.7-4.4q0-.725-.475-1.162T18 15q-.475 0-.875.238t-.65.637q-.1.15-.025.313t.25.237q.15.075.3 0t.275-.2q.125-.175.313-.275t.412-.1q.375 0 .588.188t.212.562q0 .275-.15.463t-.35.387q-.15.15-.312.3t-.288.35q-.075.15-.112.3t-.038.35t.125.325t.325.125t.325-.125t.125-.325t.15-.4t.35-.4q.35-.3.55-.575t.2-.775"/></svg> </template>
CSS
.icon-carry-on-bag-question-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.463%2021.538Q13%2020.075%2013%2018t1.463-3.537T18%2013t3.538%201.463T23%2018t-1.463%203.538T18%2023t-3.537-1.463M10.5%2021V7H14V4h-1q-.425%200-.712-.288T12%203t.288-.712T13%202h2q.425%200%20.713.288T16%203v7.275q0%20.475-.275.85t-.7.575q-.8.375-1.463.925T12.4%2013.85q-.65.875-1.025%201.925T11%2018q0%20.5.075.963t.2.912q.125.425-.113.775T10.5%2021M8%2021q-.825%200-1.412-.587T6%2019V9q0-.825.588-1.412T8%207h1v14zm10%200q.275%200%20.463-.187t.187-.463t-.187-.462T18%2019.7t-.462.188t-.188.462t.188.463T18%2021m1.7-4.4q0-.725-.475-1.162T18%2015q-.475%200-.875.238t-.65.637q-.1.15-.025.313t.25.237q.15.075.3%200t.275-.2q.125-.175.313-.275t.412-.1q.375%200%20.588.188t.212.562q0%20.275-.15.463t-.35.387q-.15.15-.312.3t-.288.35q-.075.15-.112.3t-.038.35t.125.325t.325.125t.325-.125t.125-.325t.15-.4t.35-.4q.35-.3.55-.575t.2-.775%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.463%2021.538Q13%2020.075%2013%2018t1.463-3.537T18%2013t3.538%201.463T23%2018t-1.463%203.538T18%2023t-3.537-1.463M10.5%2021V7H14V4h-1q-.425%200-.712-.288T12%203t.288-.712T13%202h2q.425%200%20.713.288T16%203v7.275q0%20.475-.275.85t-.7.575q-.8.375-1.463.925T12.4%2013.85q-.65.875-1.025%201.925T11%2018q0%20.5.075.963t.2.912q.125.425-.113.775T10.5%2021M8%2021q-.825%200-1.412-.587T6%2019V9q0-.825.588-1.412T8%207h1v14zm10%200q.275%200%20.463-.187t.187-.463t-.187-.462T18%2019.7t-.462.188t-.188.462t.188.463T18%2021m1.7-4.4q0-.725-.475-1.162T18%2015q-.475%200-.875.238t-.65.637q-.1.15-.025.313t.25.237q.15.075.3%200t.275-.2q.125-.175.313-.275t.412-.1q.375%200%20.588.188t.212.562q0%20.275-.15.463t-.35.387q-.15.15-.312.3t-.288.35q-.075.15-.112.3t-.038.35t.125.325t.325.125t.325-.125t.125-.325t.15-.4t.35-.4q.35-.3.55-.575t.2-.775%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/carry-on-bag-question-rounded.svg?color=%231a73e8&size=48