airplane mode off icon
airplane-mode-off from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- airplane-mode-off
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the airplane mode off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m13.18 13.826l-.26 2.289c-.094.83-.141 1.245-.005 1.625c.319.89 1.4 1.62 2.06 2.267c.365.357.764 1.386.347 1.854c-.256.29-.674.055-.961-.058l-2.766-1.085c-.33-.13-.496-.194-.67-.194c-.173 0-.339.065-.67.194L7.49 21.803c-.287.113-.704.347-.961.058c-.417-.468-.018-1.497.347-1.854c.66-.648 1.742-1.377 2.06-2.267c.136-.38.089-.795-.005-1.625l-.26-2.289l-5.776 1.333c-.598.138-.895-.043-.895-.72c0-1.242.397-1.902 1.405-2.52L6.7 9.896c.553-.34.83-.509 1.02-.74C8 8.815 8 8 8 8m.5-4c.472-.813 1.219-1.565 1.936-1.882a1.4 1.4 0 0 1 1.127 0c1.163.514 2.317 2.169 2.446 3.379c.124 1.169-.61 2.654.223 3.66c.193.231.472.4 1.029.74l3.322 2.021c1.016.619 1.417 1.28 1.417 2.522c0 .503-.5 1.06-.5 1.06M2 2l20 20"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsAirplaneModeOff(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="m13.18 13.826l-.26 2.289c-.094.83-.141 1.245-.005 1.625c.319.89 1.4 1.62 2.06 2.267c.365.357.764 1.386.347 1.854c-.256.29-.674.055-.961-.058l-2.766-1.085c-.33-.13-.496-.194-.67-.194c-.173 0-.339.065-.67.194L7.49 21.803c-.287.113-.704.347-.961.058c-.417-.468-.018-1.497.347-1.854c.66-.648 1.742-1.377 2.06-2.267c.136-.38.089-.795-.005-1.625l-.26-2.289l-5.776 1.333c-.598.138-.895-.043-.895-.72c0-1.242.397-1.902 1.405-2.52L6.7 9.896c.553-.34.83-.509 1.02-.74C8 8.815 8 8 8 8m.5-4c.472-.813 1.219-1.565 1.936-1.882a1.4 1.4 0 0 1 1.127 0c1.163.514 2.317 2.169 2.446 3.379c.124 1.169-.61 2.654.223 3.66c.193.231.472.4 1.029.74l3.322 2.021c1.016.619 1.417 1.28 1.417 2.522c0 .503-.5 1.06-.5 1.06M2 2l20 20"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m13.18 13.826l-.26 2.289c-.094.83-.141 1.245-.005 1.625c.319.89 1.4 1.62 2.06 2.267c.365.357.764 1.386.347 1.854c-.256.29-.674.055-.961-.058l-2.766-1.085c-.33-.13-.496-.194-.67-.194c-.173 0-.339.065-.67.194L7.49 21.803c-.287.113-.704.347-.961.058c-.417-.468-.018-1.497.347-1.854c.66-.648 1.742-1.377 2.06-2.267c.136-.38.089-.795-.005-1.625l-.26-2.289l-5.776 1.333c-.598.138-.895-.043-.895-.72c0-1.242.397-1.902 1.405-2.52L6.7 9.896c.553-.34.83-.509 1.02-.74C8 8.815 8 8 8 8m.5-4c.472-.813 1.219-1.565 1.936-1.882a1.4 1.4 0 0 1 1.127 0c1.163.514 2.317 2.169 2.446 3.379c.124 1.169-.61 2.654.223 3.66c.193.231.472.4 1.029.74l3.322 2.021c1.016.619 1.417 1.28 1.417 2.522c0 .503-.5 1.06-.5 1.06M2 2l20 20"/></svg> </template>
CSS
.icon-airplane-mode-off {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m13.18%2013.826l-.26%202.289c-.094.83-.141%201.245-.005%201.625c.319.89%201.4%201.62%202.06%202.267c.365.357.764%201.386.347%201.854c-.256.29-.674.055-.961-.058l-2.766-1.085c-.33-.13-.496-.194-.67-.194c-.173%200-.339.065-.67.194L7.49%2021.803c-.287.113-.704.347-.961.058c-.417-.468-.018-1.497.347-1.854c.66-.648%201.742-1.377%202.06-2.267c.136-.38.089-.795-.005-1.625l-.26-2.289l-5.776%201.333c-.598.138-.895-.043-.895-.72c0-1.242.397-1.902%201.405-2.52L6.7%209.896c.553-.34.83-.509%201.02-.74C8%208.815%208%208%208%208m.5-4c.472-.813%201.219-1.565%201.936-1.882a1.4%201.4%200%200%201%201.127%200c1.163.514%202.317%202.169%202.446%203.379c.124%201.169-.61%202.654.223%203.66c.193.231.472.4%201.029.74l3.322%202.021c1.016.619%201.417%201.28%201.417%202.522c0%20.503-.5%201.06-.5%201.06M2%202l20%2020%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m13.18%2013.826l-.26%202.289c-.094.83-.141%201.245-.005%201.625c.319.89%201.4%201.62%202.06%202.267c.365.357.764%201.386.347%201.854c-.256.29-.674.055-.961-.058l-2.766-1.085c-.33-.13-.496-.194-.67-.194c-.173%200-.339.065-.67.194L7.49%2021.803c-.287.113-.704.347-.961.058c-.417-.468-.018-1.497.347-1.854c.66-.648%201.742-1.377%202.06-2.267c.136-.38.089-.795-.005-1.625l-.26-2.289l-5.776%201.333c-.598.138-.895-.043-.895-.72c0-1.242.397-1.902%201.405-2.52L6.7%209.896c.553-.34.83-.509%201.02-.74C8%208.815%208%208%208%208m.5-4c.472-.813%201.219-1.565%201.936-1.882a1.4%201.4%200%200%201%201.127%200c1.163.514%202.317%202.169%202.446%203.379c.124%201.169-.61%202.654.223%203.66c.193.231.472.4%201.029.74l3.322%202.021c1.016.619%201.417%201.28%201.417%202.522c0%20.503-.5%201.06-.5%201.06M2%202l20%2020%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/airplane-mode-off.svg?color=%231a73e8&size=48