plane-slash from Font Awesome Solid by Dave Gandy · Solid · Maps · CC-BY-4.0 Attribution required.

Name
plane-slash
Set
Font Awesome Solid
Style
Solid
Category
Maps
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

More maps icons from Font Awesome Solid

Use the plane slash icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M73 39.1c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6-.1 34l528 528c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L417.5 383.8l7.1-7.7h127.3c30.9 0 56-25.1 56-56s-25.1-56-56-56l-127.2-.1L265.5 90.4c-6-6.6-14.6-10.4-23.6-10.4h-43.7c-10.9 0-18.6 10.7-15.2 21.1l24.1 72.1zM162.2 264h-24.6l-52.8-66c-3-3.8-7.6-6-12.5-6H52.5c-10.4 0-18 9.8-15.5 19.9L64 320L37 428.1c-2.6 10.1 5.1 19.9 15.5 19.9h19.8c4.9 0 9.5-2.2 12.5-6l52.8-66h99.7L183 538.9c-3.5 10.4 4.3 21.1 15.2 21.1h43.7c9 0 17.5-3.8 23.6-10.4l87.2-95.1z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidPlaneSlash(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M73 39.1c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6-.1 34l528 528c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L417.5 383.8l7.1-7.7h127.3c30.9 0 56-25.1 56-56s-25.1-56-56-56l-127.2-.1L265.5 90.4c-6-6.6-14.6-10.4-23.6-10.4h-43.7c-10.9 0-18.6 10.7-15.2 21.1l24.1 72.1zM162.2 264h-24.6l-52.8-66c-3-3.8-7.6-6-12.5-6H52.5c-10.4 0-18 9.8-15.5 19.9L64 320L37 428.1c-2.6 10.1 5.1 19.9 15.5 19.9h19.8c4.9 0 9.5-2.2 12.5-6l52.8-66h99.7L183 538.9c-3.5 10.4 4.3 21.1 15.2 21.1h43.7c9 0 17.5-3.8 23.6-10.4l87.2-95.1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M73 39.1c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6-.1 34l528 528c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L417.5 383.8l7.1-7.7h127.3c30.9 0 56-25.1 56-56s-25.1-56-56-56l-127.2-.1L265.5 90.4c-6-6.6-14.6-10.4-23.6-10.4h-43.7c-10.9 0-18.6 10.7-15.2 21.1l24.1 72.1zM162.2 264h-24.6l-52.8-66c-3-3.8-7.6-6-12.5-6H52.5c-10.4 0-18 9.8-15.5 19.9L64 320L37 428.1c-2.6 10.1 5.1 19.9 15.5 19.9h19.8c4.9 0 9.5-2.2 12.5-6l52.8-66h99.7L183 538.9c-3.5 10.4 4.3 21.1 15.2 21.1h43.7c9 0 17.5-3.8 23.6-10.4l87.2-95.1z"/></svg>
</template>

CSS

.icon-plane-slash {
  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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M73%2039.1c-9.4-9.4-24.6-9.4-33.9%200s-9.4%2024.6-.1%2034l528%20528c9.4%209.4%2024.6%209.4%2033.9%200s9.4-24.6%200-33.9L417.5%20383.8l7.1-7.7h127.3c30.9%200%2056-25.1%2056-56s-25.1-56-56-56l-127.2-.1L265.5%2090.4c-6-6.6-14.6-10.4-23.6-10.4h-43.7c-10.9%200-18.6%2010.7-15.2%2021.1l24.1%2072.1zM162.2%20264h-24.6l-52.8-66c-3-3.8-7.6-6-12.5-6H52.5c-10.4%200-18%209.8-15.5%2019.9L64%20320L37%20428.1c-2.6%2010.1%205.1%2019.9%2015.5%2019.9h19.8c4.9%200%209.5-2.2%2012.5-6l52.8-66h99.7L183%20538.9c-3.5%2010.4%204.3%2021.1%2015.2%2021.1h43.7c9%200%2017.5-3.8%2023.6-10.4l87.2-95.1z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M73%2039.1c-9.4-9.4-24.6-9.4-33.9%200s-9.4%2024.6-.1%2034l528%20528c9.4%209.4%2024.6%209.4%2033.9%200s9.4-24.6%200-33.9L417.5%20383.8l7.1-7.7h127.3c30.9%200%2056-25.1%2056-56s-25.1-56-56-56l-127.2-.1L265.5%2090.4c-6-6.6-14.6-10.4-23.6-10.4h-43.7c-10.9%200-18.6%2010.7-15.2%2021.1l24.1%2072.1zM162.2%20264h-24.6l-52.8-66c-3-3.8-7.6-6-12.5-6H52.5c-10.4%200-18%209.8-15.5%2019.9L64%20320L37%20428.1c-2.6%2010.1%205.1%2019.9%2015.5%2019.9h19.8c4.9%200%209.5-2.2%2012.5-6l52.8-66h99.7L183%20538.9c-3.5%2010.4%204.3%2021.1%2015.2%2021.1h43.7c9%200%2017.5-3.8%2023.6-10.4l87.2-95.1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/plane-slash.svg?color=%231a73e8&size=48