carry on bag question icon

carry-on-bag-question-rounded from Material Symbols Light by Google · Rounded · Travel · Apache-2.0 Free for personal and commercial use.

Name
carry-on-bag-question-rounded
Set
Material Symbols Light
Style
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

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.472 20.528q-1.164-1.164-1.164-2.836q0-1.67 1.164-2.835q1.165-1.165 2.836-1.165t2.835 1.165t1.165 2.835t-1.165 2.836t-2.835 1.164t-2.836-1.164M10.385 20V8H14V4h-1.115q-.213 0-.357-.144t-.144-.357t.144-.356t.356-.143h1.308q.343 0 .576.232t.232.576v7.602q0 .363-.179.65q-.179.286-.488.467q-.608.356-1.107.829t-.884 1.032q-.48.694-.757 1.527t-.277 1.739q0 .372.036.715q.037.344.123.698q.087.367-.11.65t-.55.283zm-1.77 0q-.666 0-1.14-.475T7 18.386v-8.77q0-.666.475-1.14T8.615 8H9.5v12zm8.693.539q.226 0 .38-.16q.154-.158.154-.375q0-.218-.154-.376q-.154-.159-.38-.159t-.38.159t-.155.376t.154.376t.38.158m1.624-4.214q0-.68-.447-1.117q-.446-.438-1.172-.438q-.46 0-.86.238t-.65.656q-.08.131-.018.26q.063.13.21.19q.125.06.266.014q.14-.046.227-.171q.144-.195.354-.323q.21-.13.46-.13q.42 0 .652.206q.232.205.232.615q0 .301-.17.498q-.169.197-.369.397q-.15.15-.293.32q-.144.169-.268.336q-.075.125-.113.284q-.038.16-.038.325t.103.267t.268.103t.27-.104t.106-.27q0-.219.15-.39q.15-.17.35-.37q.35-.3.55-.614t.2-.782"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightCarryOnBagQuestionRounded(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.472 20.528q-1.164-1.164-1.164-2.836q0-1.67 1.164-2.835q1.165-1.165 2.836-1.165t2.835 1.165t1.165 2.835t-1.165 2.836t-2.835 1.164t-2.836-1.164M10.385 20V8H14V4h-1.115q-.213 0-.357-.144t-.144-.357t.144-.356t.356-.143h1.308q.343 0 .576.232t.232.576v7.602q0 .363-.179.65q-.179.286-.488.467q-.608.356-1.107.829t-.884 1.032q-.48.694-.757 1.527t-.277 1.739q0 .372.036.715q.037.344.123.698q.087.367-.11.65t-.55.283zm-1.77 0q-.666 0-1.14-.475T7 18.386v-8.77q0-.666.475-1.14T8.615 8H9.5v12zm8.693.539q.226 0 .38-.16q.154-.158.154-.375q0-.218-.154-.376q-.154-.159-.38-.159t-.38.159t-.155.376t.154.376t.38.158m1.624-4.214q0-.68-.447-1.117q-.446-.438-1.172-.438q-.46 0-.86.238t-.65.656q-.08.131-.018.26q.063.13.21.19q.125.06.266.014q.14-.046.227-.171q.144-.195.354-.323q.21-.13.46-.13q.42 0 .652.206q.232.205.232.615q0 .301-.17.498q-.169.197-.369.397q-.15.15-.293.32q-.144.169-.268.336q-.075.125-.113.284q-.038.16-.038.325t.103.267t.268.103t.27-.104t.106-.27q0-.219.15-.39q.15-.17.35-.37q.35-.3.55-.614t.2-.782"/></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.472 20.528q-1.164-1.164-1.164-2.836q0-1.67 1.164-2.835q1.165-1.165 2.836-1.165t2.835 1.165t1.165 2.835t-1.165 2.836t-2.835 1.164t-2.836-1.164M10.385 20V8H14V4h-1.115q-.213 0-.357-.144t-.144-.357t.144-.356t.356-.143h1.308q.343 0 .576.232t.232.576v7.602q0 .363-.179.65q-.179.286-.488.467q-.608.356-1.107.829t-.884 1.032q-.48.694-.757 1.527t-.277 1.739q0 .372.036.715q.037.344.123.698q.087.367-.11.65t-.55.283zm-1.77 0q-.666 0-1.14-.475T7 18.386v-8.77q0-.666.475-1.14T8.615 8H9.5v12zm8.693.539q.226 0 .38-.16q.154-.158.154-.375q0-.218-.154-.376q-.154-.159-.38-.159t-.38.159t-.155.376t.154.376t.38.158m1.624-4.214q0-.68-.447-1.117q-.446-.438-1.172-.438q-.46 0-.86.238t-.65.656q-.08.131-.018.26q.063.13.21.19q.125.06.266.014q.14-.046.227-.171q.144-.195.354-.323q.21-.13.46-.13q.42 0 .652.206q.232.205.232.615q0 .301-.17.498q-.169.197-.369.397q-.15.15-.293.32q-.144.169-.268.336q-.075.125-.113.284q-.038.16-.038.325t.103.267t.268.103t.27-.104t.106-.27q0-.219.15-.39q.15-.17.35-.37q.35-.3.55-.614t.2-.782"/></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.472%2020.528q-1.164-1.164-1.164-2.836q0-1.67%201.164-2.835q1.165-1.165%202.836-1.165t2.835%201.165t1.165%202.835t-1.165%202.836t-2.835%201.164t-2.836-1.164M10.385%2020V8H14V4h-1.115q-.213%200-.357-.144t-.144-.357t.144-.356t.356-.143h1.308q.343%200%20.576.232t.232.576v7.602q0%20.363-.179.65q-.179.286-.488.467q-.608.356-1.107.829t-.884%201.032q-.48.694-.757%201.527t-.277%201.739q0%20.372.036.715q.037.344.123.698q.087.367-.11.65t-.55.283zm-1.77%200q-.666%200-1.14-.475T7%2018.386v-8.77q0-.666.475-1.14T8.615%208H9.5v12zm8.693.539q.226%200%20.38-.16q.154-.158.154-.375q0-.218-.154-.376q-.154-.159-.38-.159t-.38.159t-.155.376t.154.376t.38.158m1.624-4.214q0-.68-.447-1.117q-.446-.438-1.172-.438q-.46%200-.86.238t-.65.656q-.08.131-.018.26q.063.13.21.19q.125.06.266.014q.14-.046.227-.171q.144-.195.354-.323q.21-.13.46-.13q.42%200%20.652.206q.232.205.232.615q0%20.301-.17.498q-.169.197-.369.397q-.15.15-.293.32q-.144.169-.268.336q-.075.125-.113.284q-.038.16-.038.325t.103.267t.268.103t.27-.104t.106-.27q0-.219.15-.39q.15-.17.35-.37q.35-.3.55-.614t.2-.782%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.472%2020.528q-1.164-1.164-1.164-2.836q0-1.67%201.164-2.835q1.165-1.165%202.836-1.165t2.835%201.165t1.165%202.835t-1.165%202.836t-2.835%201.164t-2.836-1.164M10.385%2020V8H14V4h-1.115q-.213%200-.357-.144t-.144-.357t.144-.356t.356-.143h1.308q.343%200%20.576.232t.232.576v7.602q0%20.363-.179.65q-.179.286-.488.467q-.608.356-1.107.829t-.884%201.032q-.48.694-.757%201.527t-.277%201.739q0%20.372.036.715q.037.344.123.698q.087.367-.11.65t-.55.283zm-1.77%200q-.666%200-1.14-.475T7%2018.386v-8.77q0-.666.475-1.14T8.615%208H9.5v12zm8.693.539q.226%200%20.38-.16q.154-.158.154-.375q0-.218-.154-.376q-.154-.159-.38-.159t-.38.159t-.155.376t.154.376t.38.158m1.624-4.214q0-.68-.447-1.117q-.446-.438-1.172-.438q-.46%200-.86.238t-.65.656q-.08.131-.018.26q.063.13.21.19q.125.06.266.014q.14-.046.227-.171q.144-.195.354-.323q.21-.13.46-.13q.42%200%20.652.206q.232.205.232.615q0%20.301-.17.498q-.169.197-.369.397q-.15.15-.293.32q-.144.169-.268.336q-.075.125-.113.284q-.038.16-.038.325t.103.267t.268.103t.27-.104t.106-.27q0-.219.15-.39q.15-.17.35-.37q.35-.3.55-.614t.2-.782%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/carry-on-bag-question-rounded.svg?color=%231a73e8&size=48