bag suitcase icon
bag-suitcase-outline from Material Design Icons by Pictogrammers · Outline · Transportation + Flying · Apache-2.0 Free for personal and commercial use.
- Name
- bag-suitcase-outline
- Set
- Material Design Icons
- Style
- Outline
- Category
- Transportation + Flying
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Material Design Icons
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-checkedbag-personalbag-personal-offbag-suitcase-offdronehelicopterparachuteplane-carplane-trainshield-airplaneturbinebag-personal-plus
Use the bag suitcase icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.5 18V9H8v9m4.75 0V9h-1.5v9M16 18V9h-1.5v9m2.53-12C18.11 6 19 6.88 19 8v11c0 1.13-.89 2-1.97 2c0 .58-.47 1-1.03 1c-.5 0-1-.42-1-1H9c0 .58-.5 1-1 1c-.56 0-1.03-.42-1.03-1C5.89 21 5 20.13 5 19V8c0-1.12.89-2 1.97-2H9V3c0-.58.46-1 1-1h4c.54 0 1 .42 1 1v3m-4.5-2.5V6h3V3.5M17.03 19V8H6.97v11"/></svg>
React
import type { SVGProps } from "react";
export function MdiBagSuitcaseOutline(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="M9.5 18V9H8v9m4.75 0V9h-1.5v9M16 18V9h-1.5v9m2.53-12C18.11 6 19 6.88 19 8v11c0 1.13-.89 2-1.97 2c0 .58-.47 1-1.03 1c-.5 0-1-.42-1-1H9c0 .58-.5 1-1 1c-.56 0-1.03-.42-1.03-1C5.89 21 5 20.13 5 19V8c0-1.12.89-2 1.97-2H9V3c0-.58.46-1 1-1h4c.54 0 1 .42 1 1v3m-4.5-2.5V6h3V3.5M17.03 19V8H6.97v11"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.5 18V9H8v9m4.75 0V9h-1.5v9M16 18V9h-1.5v9m2.53-12C18.11 6 19 6.88 19 8v11c0 1.13-.89 2-1.97 2c0 .58-.47 1-1.03 1c-.5 0-1-.42-1-1H9c0 .58-.5 1-1 1c-.56 0-1.03-.42-1.03-1C5.89 21 5 20.13 5 19V8c0-1.12.89-2 1.97-2H9V3c0-.58.46-1 1-1h4c.54 0 1 .42 1 1v3m-4.5-2.5V6h3V3.5M17.03 19V8H6.97v11"/></svg> </template>
CSS
.icon-bag-suitcase-outline {
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%22M9.5%2018V9H8v9m4.75%200V9h-1.5v9M16%2018V9h-1.5v9m2.53-12C18.11%206%2019%206.88%2019%208v11c0%201.13-.89%202-1.97%202c0%20.58-.47%201-1.03%201c-.5%200-1-.42-1-1H9c0%20.58-.5%201-1%201c-.56%200-1.03-.42-1.03-1C5.89%2021%205%2020.13%205%2019V8c0-1.12.89-2%201.97-2H9V3c0-.58.46-1%201-1h4c.54%200%201%20.42%201%201v3m-4.5-2.5V6h3V3.5M17.03%2019V8H6.97v11%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%22M9.5%2018V9H8v9m4.75%200V9h-1.5v9M16%2018V9h-1.5v9m2.53-12C18.11%206%2019%206.88%2019%208v11c0%201.13-.89%202-1.97%202c0%20.58-.47%201-1.03%201c-.5%200-1-.42-1-1H9c0%20.58-.5%201-1%201c-.56%200-1.03-.42-1.03-1C5.89%2021%205%2020.13%205%2019V8c0-1.12.89-2%201.97-2H9V3c0-.58.46-1%201-1h4c.54%200%201%20.42%201%201v3m-4.5-2.5V6h3V3.5M17.03%2019V8H6.97v11%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/bag-suitcase-outline.svg?color=%231a73e8&size=48