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

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

3 other variants in Material Symbols

The same icon in other sets

More transit icons from Material Symbols

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="m2.55 19.225l9.85-14.35q.275-.425.713-.65T14.05 4h5.55q.95 0 1.538.725t.412 1.65l-2.4 12.8q-.075.35-.35.588t-.625.237H2.95q-.3 0-.438-.262t.038-.513M14.5 14q1.05 0 1.775-.725T17 11.5t-.725-1.775T14.5 9t-1.775.725T12 11.5t.725 1.775T14.5 14"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsAirlinesRounded(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="m2.55 19.225l9.85-14.35q.275-.425.713-.65T14.05 4h5.55q.95 0 1.538.725t.412 1.65l-2.4 12.8q-.075.35-.35.588t-.625.237H2.95q-.3 0-.438-.262t.038-.513M14.5 14q1.05 0 1.775-.725T17 11.5t-.725-1.775T14.5 9t-1.775.725T12 11.5t.725 1.775T14.5 14"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m2.55 19.225l9.85-14.35q.275-.425.713-.65T14.05 4h5.55q.95 0 1.538.725t.412 1.65l-2.4 12.8q-.075.35-.35.588t-.625.237H2.95q-.3 0-.438-.262t.038-.513M14.5 14q1.05 0 1.775-.725T17 11.5t-.725-1.775T14.5 9t-1.775.725T12 11.5t.725 1.775T14.5 14"/></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%22m2.55%2019.225l9.85-14.35q.275-.425.713-.65T14.05%204h5.55q.95%200%201.538.725t.412%201.65l-2.4%2012.8q-.075.35-.35.588t-.625.237H2.95q-.3%200-.438-.262t.038-.513M14.5%2014q1.05%200%201.775-.725T17%2011.5t-.725-1.775T14.5%209t-1.775.725T12%2011.5t.725%201.775T14.5%2014%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%22m2.55%2019.225l9.85-14.35q.275-.425.713-.65T14.05%204h5.55q.95%200%201.538.725t.412%201.65l-2.4%2012.8q-.075.35-.35.588t-.625.237H2.95q-.3%200-.438-.262t.038-.513M14.5%2014q1.05%200%201.775-.725T17%2011.5t-.725-1.775T14.5%209t-1.775.725T12%2011.5t.725%201.775T14.5%2014%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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