airplanemode inactive icon

airplanemode-inactive from Material Symbols Light by Google · Regular · Android · Apache-2.0 Free for personal and commercial use.

Name
airplanemode-inactive
Set
Material Symbols Light
Style
Regular
Category
Android
Viewbox
24×24
License
Apache 2.0
Aliases
airplanemode-inactive-outline, airplanemode-inactive-outline-sharp, airplanemode-inactive-sharp

1 other variant in Material Symbols Light

The same icon in other sets

More android icons from Material Symbols Light

Use the airplanemode inactive icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21 16.173l-3.756-1.521l-6.686-6.675V4.442q0-.594.424-1.018T12 3t1.018.424t.424 1.018v4.439L21 14.21zm-9 3.52L7.712 21v-1.538l2.846-2.004v-4.331L3 16.173v-1.961l5.746-4.05l-6.25-6.25l.708-.708l17.63 17.63l-.707.708l-6.685-6.684v2.6l2.827 2.004V21z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightAirplanemodeInactive(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="m21 16.173l-3.756-1.521l-6.686-6.675V4.442q0-.594.424-1.018T12 3t1.018.424t.424 1.018v4.439L21 14.21zm-9 3.52L7.712 21v-1.538l2.846-2.004v-4.331L3 16.173v-1.961l5.746-4.05l-6.25-6.25l.708-.708l17.63 17.63l-.707.708l-6.685-6.684v2.6l2.827 2.004V21z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21 16.173l-3.756-1.521l-6.686-6.675V4.442q0-.594.424-1.018T12 3t1.018.424t.424 1.018v4.439L21 14.21zm-9 3.52L7.712 21v-1.538l2.846-2.004v-4.331L3 16.173v-1.961l5.746-4.05l-6.25-6.25l.708-.708l17.63 17.63l-.707.708l-6.685-6.684v2.6l2.827 2.004V21z"/></svg>
</template>

CSS

.icon-airplanemode-inactive {
  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%22m21%2016.173l-3.756-1.521l-6.686-6.675V4.442q0-.594.424-1.018T12%203t1.018.424t.424%201.018v4.439L21%2014.21zm-9%203.52L7.712%2021v-1.538l2.846-2.004v-4.331L3%2016.173v-1.961l5.746-4.05l-6.25-6.25l.708-.708l17.63%2017.63l-.707.708l-6.685-6.684v2.6l2.827%202.004V21z%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%22m21%2016.173l-3.756-1.521l-6.686-6.675V4.442q0-.594.424-1.018T12%203t1.018.424t.424%201.018v4.439L21%2014.21zm-9%203.52L7.712%2021v-1.538l2.846-2.004v-4.331L3%2016.173v-1.961l5.746-4.05l-6.25-6.25l.708-.708l17.63%2017.63l-.707.708l-6.685-6.684v2.6l2.827%202.004V21z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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