bag checked icon
bag-checked from Material Design Icons by Pictogrammers · Filled · Transportation + Flying · Apache-2.0 Free for personal and commercial use.
- Name
- bag-checked
- Set
- Material Design Icons
- Style
- Filled
- Category
- Transportation + Flying
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- luggage
More transportation + flying icons from Material Design Icons
airballoonairplane-checkairplane-landingairplane-minusairplane-offairplane-plusairplane-removeairplane-searchairplane-takeoffbag-carry-onbag-carry-on-checkbag-carry-on-offbag-personalbag-personal-offbag-suitcasebag-suitcase-offdronehelicopterparachuteplane-carplane-trainshield-airplaneturbinebag-personal-plus
Use the 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="M22 19H2v2h20zM4 15c0 .5.2 1 .6 1.4s.9.6 1.4.6V6c-.5 0-1 .2-1.4.6S4 7.5 4 8zm9.5-9h-3c0-.4.1-.8.4-1.1s.6-.4 1.1-.4c.4 0 .8.1 1.1.4c.2.3.4.7.4 1.1M7 6v11h10V6h-2q0-1.2-.9-2.1C13.2 3 12.8 3 12 3q-1.2 0-2.1.9T9 6zm11 11c.5 0 1-.2 1.4-.6s.6-.9.6-1.4V8c0-.5-.2-1-.6-1.4S18.5 6 18 6z"/></svg>
React
import type { SVGProps } from "react";
export function MdiBagChecked(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="M22 19H2v2h20zM4 15c0 .5.2 1 .6 1.4s.9.6 1.4.6V6c-.5 0-1 .2-1.4.6S4 7.5 4 8zm9.5-9h-3c0-.4.1-.8.4-1.1s.6-.4 1.1-.4c.4 0 .8.1 1.1.4c.2.3.4.7.4 1.1M7 6v11h10V6h-2q0-1.2-.9-2.1C13.2 3 12.8 3 12 3q-1.2 0-2.1.9T9 6zm11 11c.5 0 1-.2 1.4-.6s.6-.9.6-1.4V8c0-.5-.2-1-.6-1.4S18.5 6 18 6z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 19H2v2h20zM4 15c0 .5.2 1 .6 1.4s.9.6 1.4.6V6c-.5 0-1 .2-1.4.6S4 7.5 4 8zm9.5-9h-3c0-.4.1-.8.4-1.1s.6-.4 1.1-.4c.4 0 .8.1 1.1.4c.2.3.4.7.4 1.1M7 6v11h10V6h-2q0-1.2-.9-2.1C13.2 3 12.8 3 12 3q-1.2 0-2.1.9T9 6zm11 11c.5 0 1-.2 1.4-.6s.6-.9.6-1.4V8c0-.5-.2-1-.6-1.4S18.5 6 18 6z"/></svg> </template>
CSS
.icon-bag-checked {
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%22M22%2019H2v2h20zM4%2015c0%20.5.2%201%20.6%201.4s.9.6%201.4.6V6c-.5%200-1%20.2-1.4.6S4%207.5%204%208zm9.5-9h-3c0-.4.1-.8.4-1.1s.6-.4%201.1-.4c.4%200%20.8.1%201.1.4c.2.3.4.7.4%201.1M7%206v11h10V6h-2q0-1.2-.9-2.1C13.2%203%2012.8%203%2012%203q-1.2%200-2.1.9T9%206zm11%2011c.5%200%201-.2%201.4-.6s.6-.9.6-1.4V8c0-.5-.2-1-.6-1.4S18.5%206%2018%206z%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%22M22%2019H2v2h20zM4%2015c0%20.5.2%201%20.6%201.4s.9.6%201.4.6V6c-.5%200-1%20.2-1.4.6S4%207.5%204%208zm9.5-9h-3c0-.4.1-.8.4-1.1s.6-.4%201.1-.4c.4%200%20.8.1%201.1.4c.2.3.4.7.4%201.1M7%206v11h10V6h-2q0-1.2-.9-2.1C13.2%203%2012.8%203%2012%203q-1.2%200-2.1.9T9%206zm11%2011c.5%200%201-.2%201.4-.6s.6-.9.6-1.4V8c0-.5-.2-1-.6-1.4S18.5%206%2018%206z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/bag-checked.svg?color=%231a73e8&size=48