airline stops icon
airline-stops-rounded from Material Symbols Light by Google · Rounded · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- airline-stops-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- airline-stops-outline-rounded
1 other variant in Material Symbols Light
The same icon in other sets
More maps icons from Material Symbols Light
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.48 17q-.1-3.54-2.35-6.141T3.523 8.017q-.22-.011-.371-.157Q3 7.714 3 7.5t.166-.357t.398-.112q3.002.217 5.293 2.175T12 14.108q.777-2.372 2.471-4.146T18.36 7h-3.572q-.213 0-.356-.143t-.144-.357t.144-.357t.356-.143h4.404q.349 0 .578.23t.23.578v4.404q0 .213-.143.356t-.357.144t-.357-.144t-.143-.356V7.796q-2.71 1.425-4.577 3.804T12.481 17h1.365q.213 0 .357.143q.143.143.143.357t-.143.357t-.357.143h-3.75q-.213 0-.357-.143t-.143-.357t.144-.357t.356-.143z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightAirlineStopsRounded(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.48 17q-.1-3.54-2.35-6.141T3.523 8.017q-.22-.011-.371-.157Q3 7.714 3 7.5t.166-.357t.398-.112q3.002.217 5.293 2.175T12 14.108q.777-2.372 2.471-4.146T18.36 7h-3.572q-.213 0-.356-.143t-.144-.357t.144-.357t.356-.143h4.404q.349 0 .578.23t.23.578v4.404q0 .213-.143.356t-.357.144t-.357-.144t-.143-.356V7.796q-2.71 1.425-4.577 3.804T12.481 17h1.365q.213 0 .357.143q.143.143.143.357t-.143.357t-.357.143h-3.75q-.213 0-.357-.143t-.143-.357t.144-.357t.356-.143z"/></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.48 17q-.1-3.54-2.35-6.141T3.523 8.017q-.22-.011-.371-.157Q3 7.714 3 7.5t.166-.357t.398-.112q3.002.217 5.293 2.175T12 14.108q.777-2.372 2.471-4.146T18.36 7h-3.572q-.213 0-.356-.143t-.144-.357t.144-.357t.356-.143h4.404q.349 0 .578.23t.23.578v4.404q0 .213-.143.356t-.357.144t-.357-.144t-.143-.356V7.796q-2.71 1.425-4.577 3.804T12.481 17h1.365q.213 0 .357.143q.143.143.143.357t-.143.357t-.357.143h-3.75q-.213 0-.357-.143t-.143-.357t.144-.357t.356-.143z"/></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.48%2017q-.1-3.54-2.35-6.141T3.523%208.017q-.22-.011-.371-.157Q3%207.714%203%207.5t.166-.357t.398-.112q3.002.217%205.293%202.175T12%2014.108q.777-2.372%202.471-4.146T18.36%207h-3.572q-.213%200-.356-.143t-.144-.357t.144-.357t.356-.143h4.404q.349%200%20.578.23t.23.578v4.404q0%20.213-.143.356t-.357.144t-.357-.144t-.143-.356V7.796q-2.71%201.425-4.577%203.804T12.481%2017h1.365q.213%200%20.357.143q.143.143.143.357t-.143.357t-.357.143h-3.75q-.213%200-.357-.143t-.143-.357t.144-.357t.356-.143z%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.48%2017q-.1-3.54-2.35-6.141T3.523%208.017q-.22-.011-.371-.157Q3%207.714%203%207.5t.166-.357t.398-.112q3.002.217%205.293%202.175T12%2014.108q.777-2.372%202.471-4.146T18.36%207h-3.572q-.213%200-.356-.143t-.144-.357t.144-.357t.356-.143h4.404q.349%200%20.578.23t.23.578v4.404q0%20.213-.143.356t-.357.144t-.357-.144t-.143-.356V7.796q-2.71%201.425-4.577%203.804T12.481%2017h1.365q.213%200%20.357.143q.143.143.143.357t-.143.357t-.357.143h-3.75q-.213%200-.357-.143t-.143-.357t.144-.357t.356-.143z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/airline-stops-rounded.svg?color=%231a73e8&size=48