flight takeoff icon
flight-takeoff-rounded from Material Symbols Light by Google · Rounded · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- flight-takeoff-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Transit
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- flight-takeoff-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 takeoff icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.604 11.306L6.489 14.773q-.535.137-1.013-.065t-.77-.662l-2.064-3.435q-.16-.252-.049-.544t.419-.36l.363-.092q.154-.05.295-.012q.142.038.265.136l2.419 2.057l4.135-1.079l-4.23-5.661q-.245-.333-.113-.734q.133-.4.552-.518l.333-.087q.179-.056.376-.015q.197.04.345.182l6.783 5.76l4.269-1.13q.569-.148 1.09.158q.52.307.668.876t-.12 1.09t-.838.668M4.5 20q-.213 0-.357-.143T4 19.5t.143-.357T4.5 19h15q.214 0 .357.143T20 19.5t-.143.357T19.5 20z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightFlightTakeoffRounded(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="M19.604 11.306L6.489 14.773q-.535.137-1.013-.065t-.77-.662l-2.064-3.435q-.16-.252-.049-.544t.419-.36l.363-.092q.154-.05.295-.012q.142.038.265.136l2.419 2.057l4.135-1.079l-4.23-5.661q-.245-.333-.113-.734q.133-.4.552-.518l.333-.087q.179-.056.376-.015q.197.04.345.182l6.783 5.76l4.269-1.13q.569-.148 1.09.158q.52.307.668.876t-.12 1.09t-.838.668M4.5 20q-.213 0-.357-.143T4 19.5t.143-.357T4.5 19h15q.214 0 .357.143T20 19.5t-.143.357T19.5 20z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.604 11.306L6.489 14.773q-.535.137-1.013-.065t-.77-.662l-2.064-3.435q-.16-.252-.049-.544t.419-.36l.363-.092q.154-.05.295-.012q.142.038.265.136l2.419 2.057l4.135-1.079l-4.23-5.661q-.245-.333-.113-.734q.133-.4.552-.518l.333-.087q.179-.056.376-.015q.197.04.345.182l6.783 5.76l4.269-1.13q.569-.148 1.09.158q.52.307.668.876t-.12 1.09t-.838.668M4.5 20q-.213 0-.357-.143T4 19.5t.143-.357T4.5 19h15q.214 0 .357.143T20 19.5t-.143.357T19.5 20z"/></svg> </template>
CSS
.icon-flight-takeoff-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%22M19.604%2011.306L6.489%2014.773q-.535.137-1.013-.065t-.77-.662l-2.064-3.435q-.16-.252-.049-.544t.419-.36l.363-.092q.154-.05.295-.012q.142.038.265.136l2.419%202.057l4.135-1.079l-4.23-5.661q-.245-.333-.113-.734q.133-.4.552-.518l.333-.087q.179-.056.376-.015q.197.04.345.182l6.783%205.76l4.269-1.13q.569-.148%201.09.158q.52.307.668.876t-.12%201.09t-.838.668M4.5%2020q-.213%200-.357-.143T4%2019.5t.143-.357T4.5%2019h15q.214%200%20.357.143T20%2019.5t-.143.357T19.5%2020z%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%22M19.604%2011.306L6.489%2014.773q-.535.137-1.013-.065t-.77-.662l-2.064-3.435q-.16-.252-.049-.544t.419-.36l.363-.092q.154-.05.295-.012q.142.038.265.136l2.419%202.057l4.135-1.079l-4.23-5.661q-.245-.333-.113-.734q.133-.4.552-.518l.333-.087q.179-.056.376-.015q.197.04.345.182l6.783%205.76l4.269-1.13q.569-.148%201.09.158q.52.307.668.876t-.12%201.09t-.838.668M4.5%2020q-.213%200-.357-.143T4%2019.5t.143-.357T4.5%2019h15q.214%200%20.357.143T20%2019.5t-.143.357T19.5%2020z%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-takeoff-rounded.svg?color=%231a73e8&size=48