Checked Bag Question icon

Checked Bag Question is a Google Material Symbol from the Travel category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

checked_bag_question_outlined_fill0_wght400.svg

Checked Bag Question icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=checked_bag_question" />

<span class="material-symbols-outlined">checked_bag_question</span>

Checked Bag Question icon in React

// With the font from the HTML tab:
export function CheckedBagQuestionIcon() {
  return (
    <span className="material-symbols-outlined">
      checked_bag_question
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import CheckedBagQuestionIcon from "@material-symbols/svg-400/outlined/checked_bag_question.svg?react";

Checked Bag Question icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">checked_bag_question</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import CheckedBagQuestionIcon from "@material-symbols/svg-400/outlined/checked_bag_question.svg?component"; -->

Checked Bag Question icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">checked_bag_question</mat-icon>

Checked Bag Question icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.checked_bag_question, fill: 0, weight: 400)

Checked Bag Question icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/checked_bag_question.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M9.775 6h3.9q0-.8-.575-1.337T11.725 4.125q-.8 0-1.375 .531T9.775 6Zm-3.175 1.5h-1.4v9h1.4v-9ZM1.75 21v-1.5h10.4q.075 .425 .213 .813T12.65 21H1.75Zm5.975-13.5v9h4.475q-.075 .3-.137 .725t-.063 .775H5.2q-.6 0-1.05-.45t-.45-1.05v-9q0-.6 .45-1.05t1.05-.45h3.475q0-1.3 .891-2.15t2.162-.85q1.272 0 2.16 .85 .887 .85 .887 2.15h3.475q.6 0 1.05 .45t.45 1.05v4.4q-.4-.1-.75-.125t-.75-.025v-4.25h-1.4v4.425q-.325 .075-.625 .175t-.5 .2v-4.8H7.725Zm14.125 7.15q1.4 1.4 1.4 3.475T21.85 21.6q-1.4 1.4-3.475 1.4T14.9 21.6q-1.4-1.4-1.4-3.475t1.4-3.475q1.4-1.4 3.475-1.4t3.475 1.4ZM18.9 21.297q.2-.202 .2-.5T18.897 20.3q-.202-.2-.5-.2T17.9 20.303q-.2 .203-.2 .5t.203 .497q.203 .2 .5 .2t.497-.203ZM18.345 14.975Q17.7 14.975 17.175 15.338t-.725 .999L17.35 16.725q.05-.35 .338-.587t.673-.238q.414 0 .652 .206T19.25 16.725q0 .275-.175 .488T18.7 17.625q-.2 .175-.387 .35T18 18.35q-.1 .175-.125 .333-.025 .157-.025 .367v.4h1v-.274q0-.301 .163-.551t.38-.46Q19.775 17.85 20.013 17.538 20.25 17.225 20.25 16.725q0-.793-.532-1.271Q19.185 14.975 18.345 14.975ZM6.6 7.5h1.125-1.125Zm0 0h-1.4 1.4Zm1.125 0h8-8Zm8 0h1.125-1.125Zm1.125 0h1.4-1.4Z" />
</vector>

Checked Bag Question icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/checked_bag_question.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/checked_bag_question.svg" width="24" height="24" alt="Checked Bag Question">

Checked Bag Question icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameChecked Bag Question
Ligaturechecked_bag_question
Code pointU+EB0D
CategoryTravel
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/checked_bag_question.svg, checked_bag_question-fill.svg
FlutterSymbols.checked_bag_question
LicenseApache License 2.0 (© Google LLC)

Keywords

travelinformationjourneycheckhelpsupportassistancetripqueryairportbaggagequestion mark

Related icons