bag carry on check icon
bag-carry-on-check from Material Design Icons by Pictogrammers · Filled · Transportation + Flying · Apache-2.0 Free for personal and commercial use.
- Name
- bag-carry-on-check
- Set
- Material Design Icons
- Style
- Filled
- Category
- Transportation + Flying
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- carry-on-bag-check, carry-on-bag-tick
More transportation + flying icons from Material Design Icons
airballoonairplane-checkairplane-landingairplane-minusairplane-offairplane-plusairplane-removeairplane-searchairplane-takeoffbag-carry-onbag-carry-on-offbag-checkedbag-personalbag-personal-offbag-suitcasebag-suitcase-offdronehelicopterparachuteplane-carplane-trainshield-airplaneturbinebag-personal-plus
Use the bag carry on check icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m15.28 16.69l2.86-2.81l.7.7l-3.56 3.56L13.17 16l.71-.72zM8 21a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2zM9 7h5V4a2 2 0 0 1-2-2h4v8a6 6 0 0 1 6 6a6 6 0 0 1-6 6c-1.23 0-2.37-.37-3.32-1H9zm7 5a4 4 0 0 0-4 4a4 4 0 0 0 4 4a4 4 0 0 0 4-4a4 4 0 0 0-4-4"/></svg>
React
import type { SVGProps } from "react";
export function MdiBagCarryOnCheck(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="m15.28 16.69l2.86-2.81l.7.7l-3.56 3.56L13.17 16l.71-.72zM8 21a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2zM9 7h5V4a2 2 0 0 1-2-2h4v8a6 6 0 0 1 6 6a6 6 0 0 1-6 6c-1.23 0-2.37-.37-3.32-1H9zm7 5a4 4 0 0 0-4 4a4 4 0 0 0 4 4a4 4 0 0 0 4-4a4 4 0 0 0-4-4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m15.28 16.69l2.86-2.81l.7.7l-3.56 3.56L13.17 16l.71-.72zM8 21a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2zM9 7h5V4a2 2 0 0 1-2-2h4v8a6 6 0 0 1 6 6a6 6 0 0 1-6 6c-1.23 0-2.37-.37-3.32-1H9zm7 5a4 4 0 0 0-4 4a4 4 0 0 0 4 4a4 4 0 0 0 4-4a4 4 0 0 0-4-4"/></svg> </template>
CSS
.icon-bag-carry-on-check {
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%22m15.28%2016.69l2.86-2.81l.7.7l-3.56%203.56L13.17%2016l.71-.72zM8%2021a2%202%200%200%201-2-2V9a2%202%200%200%201%202-2zM9%207h5V4a2%202%200%200%201-2-2h4v8a6%206%200%200%201%206%206a6%206%200%200%201-6%206c-1.23%200-2.37-.37-3.32-1H9zm7%205a4%204%200%200%200-4%204a4%204%200%200%200%204%204a4%204%200%200%200%204-4a4%204%200%200%200-4-4%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%22m15.28%2016.69l2.86-2.81l.7.7l-3.56%203.56L13.17%2016l.71-.72zM8%2021a2%202%200%200%201-2-2V9a2%202%200%200%201%202-2zM9%207h5V4a2%202%200%200%201-2-2h4v8a6%206%200%200%201%206%206a6%206%200%200%201-6%206c-1.23%200-2.37-.37-3.32-1H9zm7%205a4%204%200%200%200-4%204a4%204%200%200%200%204%204a4%204%200%200%200%204-4a4%204%200%200%200-4-4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/bag-carry-on-check.svg?color=%231a73e8&size=48