cabin icon
cabin-rounded from Material Symbols by Google · Rounded · Travel · Apache-2.0 Free for personal and commercial use.
- Name
- cabin-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Travel
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- cabin-outline-rounded
1 other variant in Material Symbols
The same icon in other sets
More travel icons from Material Symbols
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-diningbungalowcar-rentalcar-repaircarpentercarry-on-bagcarry-on-bag-checked
Use the cabin icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 19h12v-2H6zm0-4h12v-2H6zm0-4h12v-.9L16.55 9h-9.1L6 10.1zm4.05-4h3.9L12 5.525zM4 19v-7.375L3 12.4q-.35.25-.75.2t-.65-.4t-.2-.75t.375-.65L4 9.1V7q0-.425.288-.713T5 6t.713.288T6 7v.575l4.775-3.65Q11.325 3.5 12 3.5t1.225.425l9 6.875q.325.25.375.65t-.2.75q-.25.325-.65.375t-.725-.2L20 11.625V19q0 .825-.587 1.413T18 21H6q-.825 0-1.412-.587T4 19M5.3 5q-.575 0-.888-.475t-.037-.975q.425-.725 1.113-1.137T7 2q.275 0 .525-.137t.375-.388q.125-.225.338-.35T8.725 1q.575 0 .875.475t.025.975q-.425.725-1.112 1.138T7 4q-.275 0-.525.125t-.375.4q-.125.225-.325.35T5.3 5"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsCabinRounded(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="M6 19h12v-2H6zm0-4h12v-2H6zm0-4h12v-.9L16.55 9h-9.1L6 10.1zm4.05-4h3.9L12 5.525zM4 19v-7.375L3 12.4q-.35.25-.75.2t-.65-.4t-.2-.75t.375-.65L4 9.1V7q0-.425.288-.713T5 6t.713.288T6 7v.575l4.775-3.65Q11.325 3.5 12 3.5t1.225.425l9 6.875q.325.25.375.65t-.2.75q-.25.325-.65.375t-.725-.2L20 11.625V19q0 .825-.587 1.413T18 21H6q-.825 0-1.412-.587T4 19M5.3 5q-.575 0-.888-.475t-.037-.975q.425-.725 1.113-1.137T7 2q.275 0 .525-.137t.375-.388q.125-.225.338-.35T8.725 1q.575 0 .875.475t.025.975q-.425.725-1.112 1.138T7 4q-.275 0-.525.125t-.375.4q-.125.225-.325.35T5.3 5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 19h12v-2H6zm0-4h12v-2H6zm0-4h12v-.9L16.55 9h-9.1L6 10.1zm4.05-4h3.9L12 5.525zM4 19v-7.375L3 12.4q-.35.25-.75.2t-.65-.4t-.2-.75t.375-.65L4 9.1V7q0-.425.288-.713T5 6t.713.288T6 7v.575l4.775-3.65Q11.325 3.5 12 3.5t1.225.425l9 6.875q.325.25.375.65t-.2.75q-.25.325-.65.375t-.725-.2L20 11.625V19q0 .825-.587 1.413T18 21H6q-.825 0-1.412-.587T4 19M5.3 5q-.575 0-.888-.475t-.037-.975q.425-.725 1.113-1.137T7 2q.275 0 .525-.137t.375-.388q.125-.225.338-.35T8.725 1q.575 0 .875.475t.025.975q-.425.725-1.112 1.138T7 4q-.275 0-.525.125t-.375.4q-.125.225-.325.35T5.3 5"/></svg> </template>
CSS
.icon-cabin-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%22M6%2019h12v-2H6zm0-4h12v-2H6zm0-4h12v-.9L16.55%209h-9.1L6%2010.1zm4.05-4h3.9L12%205.525zM4%2019v-7.375L3%2012.4q-.35.25-.75.2t-.65-.4t-.2-.75t.375-.65L4%209.1V7q0-.425.288-.713T5%206t.713.288T6%207v.575l4.775-3.65Q11.325%203.5%2012%203.5t1.225.425l9%206.875q.325.25.375.65t-.2.75q-.25.325-.65.375t-.725-.2L20%2011.625V19q0%20.825-.587%201.413T18%2021H6q-.825%200-1.412-.587T4%2019M5.3%205q-.575%200-.888-.475t-.037-.975q.425-.725%201.113-1.137T7%202q.275%200%20.525-.137t.375-.388q.125-.225.338-.35T8.725%201q.575%200%20.875.475t.025.975q-.425.725-1.112%201.138T7%204q-.275%200-.525.125t-.375.4q-.125.225-.325.35T5.3%205%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%22M6%2019h12v-2H6zm0-4h12v-2H6zm0-4h12v-.9L16.55%209h-9.1L6%2010.1zm4.05-4h3.9L12%205.525zM4%2019v-7.375L3%2012.4q-.35.25-.75.2t-.65-.4t-.2-.75t.375-.65L4%209.1V7q0-.425.288-.713T5%206t.713.288T6%207v.575l4.775-3.65Q11.325%203.5%2012%203.5t1.225.425l9%206.875q.325.25.375.65t-.2.75q-.25.325-.65.375t-.725-.2L20%2011.625V19q0%20.825-.587%201.413T18%2021H6q-.825%200-1.412-.587T4%2019M5.3%205q-.575%200-.888-.475t-.037-.975q.425-.725%201.113-1.137T7%202q.275%200%20.525-.137t.375-.388q.125-.225.338-.35T8.725%201q.575%200%20.875.475t.025.975q-.425.725-1.112%201.138T7%204q-.275%200-.525.125t-.375.4q-.125.225-.325.35T5.3%205%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/cabin-rounded.svg?color=%231a73e8&size=48