airline stops icon

airline-stops-rounded from Material Symbols by Google · Rounded · Maps · Apache-2.0 Free for personal and commercial use.

Name
airline-stops-rounded
Set
Material Symbols
Style
Rounded
Category
Maps
Viewbox
24×24
License
Apache 2.0
Aliases
airline-stops-outline-rounded

1 other variant in Material Symbols

The same icon in other sets

More maps icons from Material Symbols

Use the airline stops icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 17q-.35-3.175-2.562-5.363T3.1 9.076q-.45-.05-.775-.35T2 8t.3-.712t.725-.238q2.925.275 5.313 1.925T12 13.3q.95-2.025 2.5-3.588T17.975 7H15q-.425 0-.712-.288T14 6t.288-.712T15 5h5q.425 0 .713.288T21 6v5q0 .425-.288.713T20 12t-.712-.288T19 11V8.7q-2.325 1.425-4 3.525T13 17h1q.425 0 .713.288T15 18t-.288.713T14 19h-4q-.425 0-.712-.288T9 18t.288-.712T10 17z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsAirlineStopsRounded(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="M11 17q-.35-3.175-2.562-5.363T3.1 9.076q-.45-.05-.775-.35T2 8t.3-.712t.725-.238q2.925.275 5.313 1.925T12 13.3q.95-2.025 2.5-3.588T17.975 7H15q-.425 0-.712-.288T14 6t.288-.712T15 5h5q.425 0 .713.288T21 6v5q0 .425-.288.713T20 12t-.712-.288T19 11V8.7q-2.325 1.425-4 3.525T13 17h1q.425 0 .713.288T15 18t-.288.713T14 19h-4q-.425 0-.712-.288T9 18t.288-.712T10 17z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 17q-.35-3.175-2.562-5.363T3.1 9.076q-.45-.05-.775-.35T2 8t.3-.712t.725-.238q2.925.275 5.313 1.925T12 13.3q.95-2.025 2.5-3.588T17.975 7H15q-.425 0-.712-.288T14 6t.288-.712T15 5h5q.425 0 .713.288T21 6v5q0 .425-.288.713T20 12t-.712-.288T19 11V8.7q-2.325 1.425-4 3.525T13 17h1q.425 0 .713.288T15 18t-.288.713T14 19h-4q-.425 0-.712-.288T9 18t.288-.712T10 17z"/></svg>
</template>

CSS

.icon-airline-stops-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%22M11%2017q-.35-3.175-2.562-5.363T3.1%209.076q-.45-.05-.775-.35T2%208t.3-.712t.725-.238q2.925.275%205.313%201.925T12%2013.3q.95-2.025%202.5-3.588T17.975%207H15q-.425%200-.712-.288T14%206t.288-.712T15%205h5q.425%200%20.713.288T21%206v5q0%20.425-.288.713T20%2012t-.712-.288T19%2011V8.7q-2.325%201.425-4%203.525T13%2017h1q.425%200%20.713.288T15%2018t-.288.713T14%2019h-4q-.425%200-.712-.288T9%2018t.288-.712T10%2017z%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%22M11%2017q-.35-3.175-2.562-5.363T3.1%209.076q-.45-.05-.775-.35T2%208t.3-.712t.725-.238q2.925.275%205.313%201.925T12%2013.3q.95-2.025%202.5-3.588T17.975%207H15q-.425%200-.712-.288T14%206t.288-.712T15%205h5q.425%200%20.713.288T21%206v5q0%20.425-.288.713T20%2012t-.712-.288T19%2011V8.7q-2.325%201.425-4%203.525T13%2017h1q.425%200%20.713.288T15%2018t-.288.713T14%2019h-4q-.425%200-.712-.288T9%2018t.288-.712T10%2017z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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