flight land icon
flight-land-rounded from Material Symbols Light by Google · Rounded · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- flight-land-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Transit
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- flight-land-outline-rounded
1 other variant in Material Symbols Light
The same icon in other sets
More transit icons from Material Symbols Light
agricultureairlinesairport-shuttleambulanceauto-towingauto-transmissionbike-dockbike-lanebike-scooterboat-busboat-railwaybus-alertbus-map-pinbus-railwaycable-carcar-crashcar-defrost-leftcar-defrost-low-leftcar-defrost-low-rightcar-defrost-mid-leftcar-defrost-mid-low-leftcar-defrost-mid-low-rightcar-defrost-mid-rightcar-defrost-right
Use the flight land icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.5 20q-.213 0-.356-.144T4 19.499t.144-.356T4.5 19h15q.213 0 .356.144t.144.357t-.144.356T19.5 20zm13.723-4.82L5.162 11.393q-.535-.142-.848-.58T4 9.832V5.85q0-.308.246-.492q.246-.185.55-.101l.35.1q.152.05.253.146t.157.249L6.58 8.766l4.084 1.186l-.7-7.025q-.055-.42.275-.688t.735-.14l.34.095q.18.048.314.185q.135.136.198.313l2.865 8.433l4.262 1.244q.45.145.749.526q.297.38.297.87q0 .635-.52 1.134t-1.257.282"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightFlightLandRounded(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="M4.5 20q-.213 0-.356-.144T4 19.499t.144-.356T4.5 19h15q.213 0 .356.144t.144.357t-.144.356T19.5 20zm13.723-4.82L5.162 11.393q-.535-.142-.848-.58T4 9.832V5.85q0-.308.246-.492q.246-.185.55-.101l.35.1q.152.05.253.146t.157.249L6.58 8.766l4.084 1.186l-.7-7.025q-.055-.42.275-.688t.735-.14l.34.095q.18.048.314.185q.135.136.198.313l2.865 8.433l4.262 1.244q.45.145.749.526q.297.38.297.87q0 .635-.52 1.134t-1.257.282"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.5 20q-.213 0-.356-.144T4 19.499t.144-.356T4.5 19h15q.213 0 .356.144t.144.357t-.144.356T19.5 20zm13.723-4.82L5.162 11.393q-.535-.142-.848-.58T4 9.832V5.85q0-.308.246-.492q.246-.185.55-.101l.35.1q.152.05.253.146t.157.249L6.58 8.766l4.084 1.186l-.7-7.025q-.055-.42.275-.688t.735-.14l.34.095q.18.048.314.185q.135.136.198.313l2.865 8.433l4.262 1.244q.45.145.749.526q.297.38.297.87q0 .635-.52 1.134t-1.257.282"/></svg> </template>
CSS
.icon-flight-land-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%22M4.5%2020q-.213%200-.356-.144T4%2019.499t.144-.356T4.5%2019h15q.213%200%20.356.144t.144.357t-.144.356T19.5%2020zm13.723-4.82L5.162%2011.393q-.535-.142-.848-.58T4%209.832V5.85q0-.308.246-.492q.246-.185.55-.101l.35.1q.152.05.253.146t.157.249L6.58%208.766l4.084%201.186l-.7-7.025q-.055-.42.275-.688t.735-.14l.34.095q.18.048.314.185q.135.136.198.313l2.865%208.433l4.262%201.244q.45.145.749.526q.297.38.297.87q0%20.635-.52%201.134t-1.257.282%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%22M4.5%2020q-.213%200-.356-.144T4%2019.499t.144-.356T4.5%2019h15q.213%200%20.356.144t.144.357t-.144.356T19.5%2020zm13.723-4.82L5.162%2011.393q-.535-.142-.848-.58T4%209.832V5.85q0-.308.246-.492q.246-.185.55-.101l.35.1q.152.05.253.146t.157.249L6.58%208.766l4.084%201.186l-.7-7.025q-.055-.42.275-.688t.735-.14l.34.095q.18.048.314.185q.135.136.198.313l2.865%208.433l4.262%201.244q.45.145.749.526q.297.38.297.87q0%20.635-.52%201.134t-1.257.282%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/flight-land-rounded.svg?color=%231a73e8&size=48