carry on bag checked icon
carry-on-bag-checked-sharp from Material Symbols Light by Google · Sharp · Travel · Apache-2.0 Free for personal and commercial use.
- Name
- carry-on-bag-checked-sharp
- Set
- Material Symbols Light
- Style
- Sharp
- 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
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 checked icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16.608 19.712l3.357-3.358l-.557-.558l-2.8 2.8l-1.4-1.4l-.558.558zm-2.136.816q-1.164-1.164-1.164-2.836q0-1.67 1.164-2.835t2.836-1.165q1.67 0 2.835 1.165t1.165 2.835q0 1.672-1.165 2.836q-1.164 1.164-2.835 1.164t-2.836-1.164M10.385 20V8H14V4h-1.616V3H15v9.166q-1.648.743-2.67 2.213q-1.022 1.469-1.022 3.275q0 .608.108 1.2q.107.594.361 1.146zM7 20V8h2.5v12z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightCarryOnBagCheckedSharp(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="m16.608 19.712l3.357-3.358l-.557-.558l-2.8 2.8l-1.4-1.4l-.558.558zm-2.136.816q-1.164-1.164-1.164-2.836q0-1.67 1.164-2.835t2.836-1.165q1.67 0 2.835 1.165t1.165 2.835q0 1.672-1.165 2.836q-1.164 1.164-2.835 1.164t-2.836-1.164M10.385 20V8H14V4h-1.616V3H15v9.166q-1.648.743-2.67 2.213q-1.022 1.469-1.022 3.275q0 .608.108 1.2q.107.594.361 1.146zM7 20V8h2.5v12z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16.608 19.712l3.357-3.358l-.557-.558l-2.8 2.8l-1.4-1.4l-.558.558zm-2.136.816q-1.164-1.164-1.164-2.836q0-1.67 1.164-2.835t2.836-1.165q1.67 0 2.835 1.165t1.165 2.835q0 1.672-1.165 2.836q-1.164 1.164-2.835 1.164t-2.836-1.164M10.385 20V8H14V4h-1.616V3H15v9.166q-1.648.743-2.67 2.213q-1.022 1.469-1.022 3.275q0 .608.108 1.2q.107.594.361 1.146zM7 20V8h2.5v12z"/></svg> </template>
CSS
.icon-carry-on-bag-checked-sharp {
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%22m16.608%2019.712l3.357-3.358l-.557-.558l-2.8%202.8l-1.4-1.4l-.558.558zm-2.136.816q-1.164-1.164-1.164-2.836q0-1.67%201.164-2.835t2.836-1.165q1.67%200%202.835%201.165t1.165%202.835q0%201.672-1.165%202.836q-1.164%201.164-2.835%201.164t-2.836-1.164M10.385%2020V8H14V4h-1.616V3H15v9.166q-1.648.743-2.67%202.213q-1.022%201.469-1.022%203.275q0%20.608.108%201.2q.107.594.361%201.146zM7%2020V8h2.5v12z%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%22m16.608%2019.712l3.357-3.358l-.557-.558l-2.8%202.8l-1.4-1.4l-.558.558zm-2.136.816q-1.164-1.164-1.164-2.836q0-1.67%201.164-2.835t2.836-1.165q1.67%200%202.835%201.165t1.165%202.835q0%201.672-1.165%202.836q-1.164%201.164-2.835%201.164t-2.836-1.164M10.385%2020V8H14V4h-1.616V3H15v9.166q-1.648.743-2.67%202.213q-1.022%201.469-1.022%203.275q0%20.608.108%201.2q.107.594.361%201.146zM7%2020V8h2.5v12z%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-checked-sharp.svg?color=%231a73e8&size=48