round connecting airports icon

round-connecting-airports from Google Material Icons by Material Design Authors · Baseline · Maps · Apache-2.0 Free for personal and commercial use.

Name
round-connecting-airports
Set
Google Material Icons
Style
Baseline
Category
Maps
Viewbox
24×24
License
Apache 2.0

More maps icons from Google Material Icons

Use the round connecting airports icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.93 10.6c.39 0 .66.37.55.74L15.4 15h2.85l.59-.78c.1-.14.26-.22.43-.22c.36 0 .62.35.52.7L19.4 16l.39 1.3c.1.35-.16.7-.52.7c-.17 0-.33-.08-.43-.22l-.59-.78H15.4l1.08 3.66c.11.37-.17.74-.55.74c-.2 0-.39-.11-.5-.28L13 17h-2.97c-.53 0-1-.4-1.03-.93c-.04-.59.43-1.07 1-1.07h3l2.43-4.12c.11-.17.3-.28.5-.28m-7.86-8c-.39 0-.66.37-.55.74L8.6 7H5.75l-.59-.78A.53.53 0 0 0 4.73 6c-.36 0-.62.35-.52.7L4.6 8l-.39 1.3c-.1.35.16.7.52.7c.17 0 .33-.08.43-.22L5.75 9H8.6l-1.08 3.66c-.11.37.17.74.55.74c.2 0 .39-.11.5-.28L11 9h2.97c.53 0 1-.4 1.03-.93c.04-.59-.43-1.07-1-1.07h-3L8.57 2.88a.6.6 0 0 0-.5-.28"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundConnectingAirports(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="M15.93 10.6c.39 0 .66.37.55.74L15.4 15h2.85l.59-.78c.1-.14.26-.22.43-.22c.36 0 .62.35.52.7L19.4 16l.39 1.3c.1.35-.16.7-.52.7c-.17 0-.33-.08-.43-.22l-.59-.78H15.4l1.08 3.66c.11.37-.17.74-.55.74c-.2 0-.39-.11-.5-.28L13 17h-2.97c-.53 0-1-.4-1.03-.93c-.04-.59.43-1.07 1-1.07h3l2.43-4.12c.11-.17.3-.28.5-.28m-7.86-8c-.39 0-.66.37-.55.74L8.6 7H5.75l-.59-.78A.53.53 0 0 0 4.73 6c-.36 0-.62.35-.52.7L4.6 8l-.39 1.3c-.1.35.16.7.52.7c.17 0 .33-.08.43-.22L5.75 9H8.6l-1.08 3.66c-.11.37.17.74.55.74c.2 0 .39-.11.5-.28L11 9h2.97c.53 0 1-.4 1.03-.93c.04-.59-.43-1.07-1-1.07h-3L8.57 2.88a.6.6 0 0 0-.5-.28"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.93 10.6c.39 0 .66.37.55.74L15.4 15h2.85l.59-.78c.1-.14.26-.22.43-.22c.36 0 .62.35.52.7L19.4 16l.39 1.3c.1.35-.16.7-.52.7c-.17 0-.33-.08-.43-.22l-.59-.78H15.4l1.08 3.66c.11.37-.17.74-.55.74c-.2 0-.39-.11-.5-.28L13 17h-2.97c-.53 0-1-.4-1.03-.93c-.04-.59.43-1.07 1-1.07h3l2.43-4.12c.11-.17.3-.28.5-.28m-7.86-8c-.39 0-.66.37-.55.74L8.6 7H5.75l-.59-.78A.53.53 0 0 0 4.73 6c-.36 0-.62.35-.52.7L4.6 8l-.39 1.3c-.1.35.16.7.52.7c.17 0 .33-.08.43-.22L5.75 9H8.6l-1.08 3.66c-.11.37.17.74.55.74c.2 0 .39-.11.5-.28L11 9h2.97c.53 0 1-.4 1.03-.93c.04-.59-.43-1.07-1-1.07h-3L8.57 2.88a.6.6 0 0 0-.5-.28"/></svg>
</template>

CSS

.icon-round-connecting-airports {
  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%22M15.93%2010.6c.39%200%20.66.37.55.74L15.4%2015h2.85l.59-.78c.1-.14.26-.22.43-.22c.36%200%20.62.35.52.7L19.4%2016l.39%201.3c.1.35-.16.7-.52.7c-.17%200-.33-.08-.43-.22l-.59-.78H15.4l1.08%203.66c.11.37-.17.74-.55.74c-.2%200-.39-.11-.5-.28L13%2017h-2.97c-.53%200-1-.4-1.03-.93c-.04-.59.43-1.07%201-1.07h3l2.43-4.12c.11-.17.3-.28.5-.28m-7.86-8c-.39%200-.66.37-.55.74L8.6%207H5.75l-.59-.78A.53.53%200%200%200%204.73%206c-.36%200-.62.35-.52.7L4.6%208l-.39%201.3c-.1.35.16.7.52.7c.17%200%20.33-.08.43-.22L5.75%209H8.6l-1.08%203.66c-.11.37.17.74.55.74c.2%200%20.39-.11.5-.28L11%209h2.97c.53%200%201-.4%201.03-.93c.04-.59-.43-1.07-1-1.07h-3L8.57%202.88a.6.6%200%200%200-.5-.28%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%22M15.93%2010.6c.39%200%20.66.37.55.74L15.4%2015h2.85l.59-.78c.1-.14.26-.22.43-.22c.36%200%20.62.35.52.7L19.4%2016l.39%201.3c.1.35-.16.7-.52.7c-.17%200-.33-.08-.43-.22l-.59-.78H15.4l1.08%203.66c.11.37-.17.74-.55.74c-.2%200-.39-.11-.5-.28L13%2017h-2.97c-.53%200-1-.4-1.03-.93c-.04-.59.43-1.07%201-1.07h3l2.43-4.12c.11-.17.3-.28.5-.28m-7.86-8c-.39%200-.66.37-.55.74L8.6%207H5.75l-.59-.78A.53.53%200%200%200%204.73%206c-.36%200-.62.35-.52.7L4.6%208l-.39%201.3c-.1.35.16.7.52.7c.17%200%20.33-.08.43-.22L5.75%209H8.6l-1.08%203.66c-.11.37.17.74.55.74c.2%200%20.39-.11.5-.28L11%209h2.97c.53%200%201-.4%201.03-.93c.04-.59-.43-1.07-1-1.07h-3L8.57%202.88a.6.6%200%200%200-.5-.28%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-connecting-airports.svg?color=%231a73e8&size=48