cabin icon
cabin-rounded from Material Symbols Light by Google · Rounded · Travel · Apache-2.0 Free for personal and commercial use.
- Name
- cabin-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Travel
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- cabin-outline-rounded
1 other variant 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-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.616 19h10.769q.269 0 .442-.173t.173-.442V16.23H6v2.153q0 .27.173.443t.443.173M6 15.23h12v-2.768H6zm0-3.769h12V10.1l-1.854-1.408H7.854L6 10.1zm3.166-3.769h5.688l-2.488-1.878q-.155-.135-.366-.135t-.366.134zM5 18.384v-7.528l-1.538 1.198q-.178.135-.366.104t-.323-.208t-.114-.365t.193-.324L5 9.6V7.462q0-.214.143-.357t.357-.143t.357.143t.143.357v1.363l5.025-3.823q.454-.329.985-.329t.965.329l8.173 6.26q.171.134.193.323q.02.188-.114.365q-.135.171-.323.202q-.188.03-.36-.104L19 10.856v7.529q0 .67-.472 1.143q-.472.472-1.143.472H6.615q-.67 0-1.143-.472Q5 19.056 5 18.385m.55-12.616q-.229 0-.378-.186q-.149-.187-.066-.399q.175-.725.776-1.166t1.349-.441q.41 0 .755-.234q.347-.234.433-.618q.048-.148.174-.244t.286-.097q.248 0 .404.197t.073.427q-.194.705-.786 1.137q-.591.432-1.34.432q-.409 0-.755.202t-.433.592q-.067.167-.19.283t-.302.115"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightCabinRounded(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.616 19h10.769q.269 0 .442-.173t.173-.442V16.23H6v2.153q0 .27.173.443t.443.173M6 15.23h12v-2.768H6zm0-3.769h12V10.1l-1.854-1.408H7.854L6 10.1zm3.166-3.769h5.688l-2.488-1.878q-.155-.135-.366-.135t-.366.134zM5 18.384v-7.528l-1.538 1.198q-.178.135-.366.104t-.323-.208t-.114-.365t.193-.324L5 9.6V7.462q0-.214.143-.357t.357-.143t.357.143t.143.357v1.363l5.025-3.823q.454-.329.985-.329t.965.329l8.173 6.26q.171.134.193.323q.02.188-.114.365q-.135.171-.323.202q-.188.03-.36-.104L19 10.856v7.529q0 .67-.472 1.143q-.472.472-1.143.472H6.615q-.67 0-1.143-.472Q5 19.056 5 18.385m.55-12.616q-.229 0-.378-.186q-.149-.187-.066-.399q.175-.725.776-1.166t1.349-.441q.41 0 .755-.234q.347-.234.433-.618q.048-.148.174-.244t.286-.097q.248 0 .404.197t.073.427q-.194.705-.786 1.137q-.591.432-1.34.432q-.409 0-.755.202t-.433.592q-.067.167-.19.283t-.302.115"/></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.616 19h10.769q.269 0 .442-.173t.173-.442V16.23H6v2.153q0 .27.173.443t.443.173M6 15.23h12v-2.768H6zm0-3.769h12V10.1l-1.854-1.408H7.854L6 10.1zm3.166-3.769h5.688l-2.488-1.878q-.155-.135-.366-.135t-.366.134zM5 18.384v-7.528l-1.538 1.198q-.178.135-.366.104t-.323-.208t-.114-.365t.193-.324L5 9.6V7.462q0-.214.143-.357t.357-.143t.357.143t.143.357v1.363l5.025-3.823q.454-.329.985-.329t.965.329l8.173 6.26q.171.134.193.323q.02.188-.114.365q-.135.171-.323.202q-.188.03-.36-.104L19 10.856v7.529q0 .67-.472 1.143q-.472.472-1.143.472H6.615q-.67 0-1.143-.472Q5 19.056 5 18.385m.55-12.616q-.229 0-.378-.186q-.149-.187-.066-.399q.175-.725.776-1.166t1.349-.441q.41 0 .755-.234q.347-.234.433-.618q.048-.148.174-.244t.286-.097q.248 0 .404.197t.073.427q-.194.705-.786 1.137q-.591.432-1.34.432q-.409 0-.755.202t-.433.592q-.067.167-.19.283t-.302.115"/></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.616%2019h10.769q.269%200%20.442-.173t.173-.442V16.23H6v2.153q0%20.27.173.443t.443.173M6%2015.23h12v-2.768H6zm0-3.769h12V10.1l-1.854-1.408H7.854L6%2010.1zm3.166-3.769h5.688l-2.488-1.878q-.155-.135-.366-.135t-.366.134zM5%2018.384v-7.528l-1.538%201.198q-.178.135-.366.104t-.323-.208t-.114-.365t.193-.324L5%209.6V7.462q0-.214.143-.357t.357-.143t.357.143t.143.357v1.363l5.025-3.823q.454-.329.985-.329t.965.329l8.173%206.26q.171.134.193.323q.02.188-.114.365q-.135.171-.323.202q-.188.03-.36-.104L19%2010.856v7.529q0%20.67-.472%201.143q-.472.472-1.143.472H6.615q-.67%200-1.143-.472Q5%2019.056%205%2018.385m.55-12.616q-.229%200-.378-.186q-.149-.187-.066-.399q.175-.725.776-1.166t1.349-.441q.41%200%20.755-.234q.347-.234.433-.618q.048-.148.174-.244t.286-.097q.248%200%20.404.197t.073.427q-.194.705-.786%201.137q-.591.432-1.34.432q-.409%200-.755.202t-.433.592q-.067.167-.19.283t-.302.115%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.616%2019h10.769q.269%200%20.442-.173t.173-.442V16.23H6v2.153q0%20.27.173.443t.443.173M6%2015.23h12v-2.768H6zm0-3.769h12V10.1l-1.854-1.408H7.854L6%2010.1zm3.166-3.769h5.688l-2.488-1.878q-.155-.135-.366-.135t-.366.134zM5%2018.384v-7.528l-1.538%201.198q-.178.135-.366.104t-.323-.208t-.114-.365t.193-.324L5%209.6V7.462q0-.214.143-.357t.357-.143t.357.143t.143.357v1.363l5.025-3.823q.454-.329.985-.329t.965.329l8.173%206.26q.171.134.193.323q.02.188-.114.365q-.135.171-.323.202q-.188.03-.36-.104L19%2010.856v7.529q0%20.67-.472%201.143q-.472.472-1.143.472H6.615q-.67%200-1.143-.472Q5%2019.056%205%2018.385m.55-12.616q-.229%200-.378-.186q-.149-.187-.066-.399q.175-.725.776-1.166t1.349-.441q.41%200%20.755-.234q.347-.234.433-.618q.048-.148.174-.244t.286-.097q.248%200%20.404.197t.073.427q-.194.705-.786%201.137q-.591.432-1.34.432q-.409%200-.755.202t-.433.592q-.067.167-.19.283t-.302.115%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/cabin-rounded.svg?color=%231a73e8&size=48