carry on bag checked icon
carry-on-bag-checked-rounded from Material Symbols Light by Google · Rounded · Travel · Apache-2.0 Free for personal and commercial use.
- Name
- carry-on-bag-checked-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
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 18.596l-1.121-1.121q-.112-.111-.27-.121q-.157-.01-.288.121t-.131.279t.13.279l1.114 1.113q.242.242.566.242t.565-.242l2.514-2.513q.111-.112.12-.27q.01-.157-.12-.288t-.28-.13t-.278.13zm-2.136 1.932q-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.115q-.214 0-.357-.143q-.144-.144-.144-.357t.144-.357Q12.671 3 12.884 3h1.308q.348 0 .578.23t.23.578v7.602q0 .36-.179.648t-.488.469q-.608.356-1.107.829t-.884 1.033q-.477.702-.756 1.53q-.278.829-.278 1.735q0 .365.036.712q.037.348.123.701q.087.368-.112.65t-.547.283zm-1.77 0q-.67 0-1.143-.472Q7 19.056 7 18.385v-8.77q0-.67.472-1.143Q7.944 8 8.616 8H9.5v12z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightCarryOnBagCheckedRounded(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 18.596l-1.121-1.121q-.112-.111-.27-.121q-.157-.01-.288.121t-.131.279t.13.279l1.114 1.113q.242.242.566.242t.565-.242l2.514-2.513q.111-.112.12-.27q.01-.157-.12-.288t-.28-.13t-.278.13zm-2.136 1.932q-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.115q-.214 0-.357-.143q-.144-.144-.144-.357t.144-.357Q12.671 3 12.884 3h1.308q.348 0 .578.23t.23.578v7.602q0 .36-.179.648t-.488.469q-.608.356-1.107.829t-.884 1.033q-.477.702-.756 1.53q-.278.829-.278 1.735q0 .365.036.712q.037.348.123.701q.087.368-.112.65t-.547.283zm-1.77 0q-.67 0-1.143-.472Q7 19.056 7 18.385v-8.77q0-.67.472-1.143Q7.944 8 8.616 8H9.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 18.596l-1.121-1.121q-.112-.111-.27-.121q-.157-.01-.288.121t-.131.279t.13.279l1.114 1.113q.242.242.566.242t.565-.242l2.514-2.513q.111-.112.12-.27q.01-.157-.12-.288t-.28-.13t-.278.13zm-2.136 1.932q-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.115q-.214 0-.357-.143q-.144-.144-.144-.357t.144-.357Q12.671 3 12.884 3h1.308q.348 0 .578.23t.23.578v7.602q0 .36-.179.648t-.488.469q-.608.356-1.107.829t-.884 1.033q-.477.702-.756 1.53q-.278.829-.278 1.735q0 .365.036.712q.037.348.123.701q.087.368-.112.65t-.547.283zm-1.77 0q-.67 0-1.143-.472Q7 19.056 7 18.385v-8.77q0-.67.472-1.143Q7.944 8 8.616 8H9.5v12z"/></svg> </template>
CSS
.icon-carry-on-bag-checked-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%22m16.608%2018.596l-1.121-1.121q-.112-.111-.27-.121q-.157-.01-.288.121t-.131.279t.13.279l1.114%201.113q.242.242.566.242t.565-.242l2.514-2.513q.111-.112.12-.27q.01-.157-.12-.288t-.28-.13t-.278.13zm-2.136%201.932q-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.115q-.214%200-.357-.143q-.144-.144-.144-.357t.144-.357Q12.671%203%2012.884%203h1.308q.348%200%20.578.23t.23.578v7.602q0%20.36-.179.648t-.488.469q-.608.356-1.107.829t-.884%201.033q-.477.702-.756%201.53q-.278.829-.278%201.735q0%20.365.036.712q.037.348.123.701q.087.368-.112.65t-.547.283zm-1.77%200q-.67%200-1.143-.472Q7%2019.056%207%2018.385v-8.77q0-.67.472-1.143Q7.944%208%208.616%208H9.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%2018.596l-1.121-1.121q-.112-.111-.27-.121q-.157-.01-.288.121t-.131.279t.13.279l1.114%201.113q.242.242.566.242t.565-.242l2.514-2.513q.111-.112.12-.27q.01-.157-.12-.288t-.28-.13t-.278.13zm-2.136%201.932q-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.115q-.214%200-.357-.143q-.144-.144-.144-.357t.144-.357Q12.671%203%2012.884%203h1.308q.348%200%20.578.23t.23.578v7.602q0%20.36-.179.648t-.488.469q-.608.356-1.107.829t-.884%201.033q-.477.702-.756%201.53q-.278.829-.278%201.735q0%20.365.036.712q.037.348.123.701q.087.368-.112.65t-.547.283zm-1.77%200q-.67%200-1.143-.472Q7%2019.056%207%2018.385v-8.77q0-.67.472-1.143Q7.944%208%208.616%208H9.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-rounded.svg?color=%231a73e8&size=48