airlines-rounded from Material Symbols Light by Google · Rounded · Transit · Apache-2.0 Free for personal and commercial use.

Name
airlines-rounded
Set
Material Symbols Light
Style
Rounded
Category
Transit
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More transit icons from Material Symbols Light

Use the airlines icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m3.473 18.36l9.33-12.696q.218-.31.569-.487T14.108 5h4.934q.778 0 1.26.59q.48.59.325 1.343l-2.285 11.415q-.055.293-.277.472q-.223.18-.505.18H3.796q-.24 0-.35-.214q-.11-.215.027-.426m10.816-4.975q.799 0 1.351-.545q.552-.544.552-1.332q0-.789-.552-1.34q-.552-.552-1.351-.552q-.784 0-1.325.548t-.541 1.342t.541 1.336t1.325.543"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightAirlinesRounded(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="m3.473 18.36l9.33-12.696q.218-.31.569-.487T14.108 5h4.934q.778 0 1.26.59q.48.59.325 1.343l-2.285 11.415q-.055.293-.277.472q-.223.18-.505.18H3.796q-.24 0-.35-.214q-.11-.215.027-.426m10.816-4.975q.799 0 1.351-.545q.552-.544.552-1.332q0-.789-.552-1.34q-.552-.552-1.351-.552q-.784 0-1.325.548t-.541 1.342t.541 1.336t1.325.543"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m3.473 18.36l9.33-12.696q.218-.31.569-.487T14.108 5h4.934q.778 0 1.26.59q.48.59.325 1.343l-2.285 11.415q-.055.293-.277.472q-.223.18-.505.18H3.796q-.24 0-.35-.214q-.11-.215.027-.426m10.816-4.975q.799 0 1.351-.545q.552-.544.552-1.332q0-.789-.552-1.34q-.552-.552-1.351-.552q-.784 0-1.325.548t-.541 1.342t.541 1.336t1.325.543"/></svg>
</template>

CSS

.icon-airlines-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%22m3.473%2018.36l9.33-12.696q.218-.31.569-.487T14.108%205h4.934q.778%200%201.26.59q.48.59.325%201.343l-2.285%2011.415q-.055.293-.277.472q-.223.18-.505.18H3.796q-.24%200-.35-.214q-.11-.215.027-.426m10.816-4.975q.799%200%201.351-.545q.552-.544.552-1.332q0-.789-.552-1.34q-.552-.552-1.351-.552q-.784%200-1.325.548t-.541%201.342t.541%201.336t1.325.543%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%22m3.473%2018.36l9.33-12.696q.218-.31.569-.487T14.108%205h4.934q.778%200%201.26.59q.48.59.325%201.343l-2.285%2011.415q-.055.293-.277.472q-.223.18-.505.18H3.796q-.24%200-.35-.214q-.11-.215.027-.426m10.816-4.975q.799%200%201.351-.545q.552-.544.552-1.332q0-.789-.552-1.34q-.552-.552-1.351-.552q-.784%200-1.325.548t-.541%201.342t.541%201.336t1.325.543%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/airlines-rounded.svg?color=%231a73e8&size=48