airplanemode inactive icon
airplanemode-inactive-rounded from Material Symbols by Google · Rounded · Android · Apache-2.0 Free for personal and commercial use.
- Name
- airplanemode-inactive-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Android
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- airplanemode-inactive-outline-rounded
1 other variant in Material Symbols
The same icon in other sets
More android icons from Material Symbols
1x-mobiledata1x-mobiledata-badge3g-mobiledata3g-mobiledata-badge4g-mobiledata4g-mobiledata-badge4g-plus-mobiledata5g5g-mobiledata-badgeadbandroidandroid-cell-4-barandroid-cell-4-bar-alertandroid-cell-4-bar-offandroid-cell-4-bar-plusandroid-cell-5-barandroid-cell-5-bar-alertandroid-cell-5-bar-offandroid-cell-5-bar-plusandroid-cell-dual-4-barandroid-cell-dual-4-bar-alertandroid-cell-dual-4-bar-plusandroid-cell-dual-5-barandroid-cell-dual-5-bar-alert
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="m14 8.4l7.475 5.175q.25.175.388.45T22 14.6v.55q0 .65-.537 1.013t-1.138.112l-1.85-.7L10 7.15V4q0-.825.588-1.412T12 2t1.413.588T14 4zm-2 12.1l-3.675 1.1q-.5.15-.913-.162T7 20.625v-.6q0-.25.113-.462t.312-.363L10 17.4v-3.6l-6.325 2.525q-.6.25-1.137-.112T2 15.2v-.55q0-.3.138-.575t.387-.45L7.4 10.2L2.1 4.9q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l17 17q.275.275.275.7t-.275.7t-.7.275t-.7-.275L14 16.8v.6l2.575 1.75q.2.15.313.363t.112.462v.6q0 .5-.413.813t-.912.162z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsAirplanemodeInactiveRounded(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="m14 8.4l7.475 5.175q.25.175.388.45T22 14.6v.55q0 .65-.537 1.013t-1.138.112l-1.85-.7L10 7.15V4q0-.825.588-1.412T12 2t1.413.588T14 4zm-2 12.1l-3.675 1.1q-.5.15-.913-.162T7 20.625v-.6q0-.25.113-.462t.312-.363L10 17.4v-3.6l-6.325 2.525q-.6.25-1.137-.112T2 15.2v-.55q0-.3.138-.575t.387-.45L7.4 10.2L2.1 4.9q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l17 17q.275.275.275.7t-.275.7t-.7.275t-.7-.275L14 16.8v.6l2.575 1.75q.2.15.313.363t.112.462v.6q0 .5-.413.813t-.912.162z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m14 8.4l7.475 5.175q.25.175.388.45T22 14.6v.55q0 .65-.537 1.013t-1.138.112l-1.85-.7L10 7.15V4q0-.825.588-1.412T12 2t1.413.588T14 4zm-2 12.1l-3.675 1.1q-.5.15-.913-.162T7 20.625v-.6q0-.25.113-.462t.312-.363L10 17.4v-3.6l-6.325 2.525q-.6.25-1.137-.112T2 15.2v-.55q0-.3.138-.575t.387-.45L7.4 10.2L2.1 4.9q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l17 17q.275.275.275.7t-.275.7t-.7.275t-.7-.275L14 16.8v.6l2.575 1.75q.2.15.313.363t.112.462v.6q0 .5-.413.813t-.912.162z"/></svg> </template>
CSS
.icon-airplanemode-inactive-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%22m14%208.4l7.475%205.175q.25.175.388.45T22%2014.6v.55q0%20.65-.537%201.013t-1.138.112l-1.85-.7L10%207.15V4q0-.825.588-1.412T12%202t1.413.588T14%204zm-2%2012.1l-3.675%201.1q-.5.15-.913-.162T7%2020.625v-.6q0-.25.113-.462t.312-.363L10%2017.4v-3.6l-6.325%202.525q-.6.25-1.137-.112T2%2015.2v-.55q0-.3.138-.575t.387-.45L7.4%2010.2L2.1%204.9q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l17%2017q.275.275.275.7t-.275.7t-.7.275t-.7-.275L14%2016.8v.6l2.575%201.75q.2.15.313.363t.112.462v.6q0%20.5-.413.813t-.912.162z%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%22m14%208.4l7.475%205.175q.25.175.388.45T22%2014.6v.55q0%20.65-.537%201.013t-1.138.112l-1.85-.7L10%207.15V4q0-.825.588-1.412T12%202t1.413.588T14%204zm-2%2012.1l-3.675%201.1q-.5.15-.913-.162T7%2020.625v-.6q0-.25.113-.462t.312-.363L10%2017.4v-3.6l-6.325%202.525q-.6.25-1.137-.112T2%2015.2v-.55q0-.3.138-.575t.387-.45L7.4%2010.2L2.1%204.9q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l17%2017q.275.275.275.7t-.275.7t-.7.275t-.7-.275L14%2016.8v.6l2.575%201.75q.2.15.313.363t.112.462v.6q0%20.5-.413.813t-.912.162z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/airplanemode-inactive-rounded.svg?color=%231a73e8&size=48