carry on bag inactive icon
carry-on-bag-inactive from Material Symbols by Google · Regular · Travel · Apache-2.0 Free for personal and commercial use.
- Name
- carry-on-bag-inactive
- Set
- Material Symbols
- Style
- Regular
- 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 inactive icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.8 22.6l-3.75-3.675q.2.2.325.475t.125.6q0 .625-.437 1.063T15 21.5t-1.062-.437T13.5 20t.438-1.062T15 18.5q.3 0 .538.088t.437.262L14.25 17.1q-1 .275-1.625 1.063T12 20q0 .275.038.513t.137.487H9.5v-8.65L8 10.85V21H7q-.825 0-1.412-.587T5 19V9q0-.25.063-.488t.187-.462L1.4 4.2l1.4-1.4l18.4 18.4zM15 12.15L9.85 7H13V4q-.825 0-1.412-.587T11 2h4z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsCarryOnBagInactive(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="m19.8 22.6l-3.75-3.675q.2.2.325.475t.125.6q0 .625-.437 1.063T15 21.5t-1.062-.437T13.5 20t.438-1.062T15 18.5q.3 0 .538.088t.437.262L14.25 17.1q-1 .275-1.625 1.063T12 20q0 .275.038.513t.137.487H9.5v-8.65L8 10.85V21H7q-.825 0-1.412-.587T5 19V9q0-.25.063-.488t.187-.462L1.4 4.2l1.4-1.4l18.4 18.4zM15 12.15L9.85 7H13V4q-.825 0-1.412-.587T11 2h4z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.8 22.6l-3.75-3.675q.2.2.325.475t.125.6q0 .625-.437 1.063T15 21.5t-1.062-.437T13.5 20t.438-1.062T15 18.5q.3 0 .538.088t.437.262L14.25 17.1q-1 .275-1.625 1.063T12 20q0 .275.038.513t.137.487H9.5v-8.65L8 10.85V21H7q-.825 0-1.412-.587T5 19V9q0-.25.063-.488t.187-.462L1.4 4.2l1.4-1.4l18.4 18.4zM15 12.15L9.85 7H13V4q-.825 0-1.412-.587T11 2h4z"/></svg> </template>
CSS
.icon-carry-on-bag-inactive {
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%22m19.8%2022.6l-3.75-3.675q.2.2.325.475t.125.6q0%20.625-.437%201.063T15%2021.5t-1.062-.437T13.5%2020t.438-1.062T15%2018.5q.3%200%20.538.088t.437.262L14.25%2017.1q-1%20.275-1.625%201.063T12%2020q0%20.275.038.513t.137.487H9.5v-8.65L8%2010.85V21H7q-.825%200-1.412-.587T5%2019V9q0-.25.063-.488t.187-.462L1.4%204.2l1.4-1.4l18.4%2018.4zM15%2012.15L9.85%207H13V4q-.825%200-1.412-.587T11%202h4z%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%22m19.8%2022.6l-3.75-3.675q.2.2.325.475t.125.6q0%20.625-.437%201.063T15%2021.5t-1.062-.437T13.5%2020t.438-1.062T15%2018.5q.3%200%20.538.088t.437.262L14.25%2017.1q-1%20.275-1.625%201.063T12%2020q0%20.275.038.513t.137.487H9.5v-8.65L8%2010.85V21H7q-.825%200-1.412-.587T5%2019V9q0-.25.063-.488t.187-.462L1.4%204.2l1.4-1.4l18.4%2018.4zM15%2012.15L9.85%207H13V4q-.825%200-1.412-.587T11%202h4z%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-inactive.svg?color=%231a73e8&size=48