Personal Bag Question icon

Personal 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

personal_bag_question_outlined_fill0_wght400.svg

Personal 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=personal_bag_question" />

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

Personal Bag Question icon in React

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

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

Personal Bag Question icon in Vue

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

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

Personal Bag Question icon in Angular

With Angular Material and the font from the HTML tab:

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

Personal 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.personal_bag_question, fill: 0, weight: 400)

Personal Bag Question icon in Android

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

<!-- res/drawable/personal_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="M10.075 4.925q.325-.025 .563-.037t.562-.013q.325 0 .563 .013T12.325 4.925v-.05q0-.5-.312-.875T11.2 3.625q-.5 0-.812 .375T10.075 4.875v.05ZM5.7 22.125q-.6 0-1.05-.45t-.45-1.05v-8.75q0-2.2 1.225-3.962T8.575 5.35v-.475q0-1.1 .763-1.925t1.862-.825q1.1 0 1.863 .825t.762 1.925v.475q1.8 .725 3.063 2.413T18.2 11.825q-.35-.025-.762-.037T16.7 11.775q-.125-2.475-1.787-3.937T11.211 6.375q-2.287 0-3.899 1.609T5.7 11.875v8.75h5.725q.075 .35 .325 .775t.575 .725H5.7Zm.75-8.5h6.25q.425-.45 .938-.837T14.85 12.125H6.45v1.5Zm14.363 1.063Q22.225 16.1 22.225 18.125T20.813 21.563Q19.4 22.975 17.375 22.975T13.938 21.563Q12.525 20.15 12.525 18.125t1.413-3.437Q15.35 13.275 17.375 13.275t3.438 1.413ZM17.9 21.022q.2-.202 .2-.5T17.897 20.025q-.202-.2-.5-.2T16.9 20.028q-.2 .203-.2 .5t.203 .497q.203 .2 .5 .2t.497-.203ZM16.9 19.175h1v-.274q0-.301 .163-.551t.38-.46Q18.825 17.575 19.063 17.263 19.3 16.95 19.3 16.45q0-.793-.532-1.271Q18.235 14.7 17.395 14.7 16.75 14.7 16.225 15.063t-.725 .999L16.4 16.45q.05-.35 .338-.587t.673-.238q.414 0 .652 .206T18.3 16.45q0 .275-.175 .488T17.75 17.35q-.2 .175-.387 .35T17.05 18.075q-.1 .175-.125 .333-.025 .157-.025 .367v.4ZM12.7 13.625Z" />
</vector>

Personal Bag Question icon in SVG

npm install @material-symbols/svg-400

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

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

Personal 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

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

Keywords

travelinformationstoragechathelpinfospeechbackshoppingcontainerproblemsupport

Related icons