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

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

The same icon in other sets

More maps icons from Font Awesome 6 Solid

Use the plane slash icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M514.3 192c34.2 0 93.7 29 93.7 64c0 36-59.5 64-93.7 64h-73.8l190.3 149.1c10.4 8.2 12.3 23.3 4.1 33.7s-23.3 12.3-33.7 4.1l-592-464C-1.2 34.7-3.1 19.6 5.1 9.2S28.4-3.1 38.8 5.1l199.3 156.2l-40.3-140.9C194.9 10.2 202.6 0 213.2 0h56.2c11.5 0 22.1 6.2 27.8 16.1L397.7 192zM41.5 128.7l321 252.9l-65.3 114.3c-5.7 10-16.3 16.1-27.8 16.1h-56.2c-10.6 0-18.3-10.2-15.4-20.4l49-171.6H144l-43.2 57.6c-3 4-7.8 6.4-12.8 6.4H46c-7.8 0-14-6.3-14-14c0-1.3.2-2.6.5-3.9L64 256L32.5 145.9c-.4-1.3-.5-2.6-.5-3.9c0-6.2 4-11.4 9.5-13.3"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidPlaneSlash(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M514.3 192c34.2 0 93.7 29 93.7 64c0 36-59.5 64-93.7 64h-73.8l190.3 149.1c10.4 8.2 12.3 23.3 4.1 33.7s-23.3 12.3-33.7 4.1l-592-464C-1.2 34.7-3.1 19.6 5.1 9.2S28.4-3.1 38.8 5.1l199.3 156.2l-40.3-140.9C194.9 10.2 202.6 0 213.2 0h56.2c11.5 0 22.1 6.2 27.8 16.1L397.7 192zM41.5 128.7l321 252.9l-65.3 114.3c-5.7 10-16.3 16.1-27.8 16.1h-56.2c-10.6 0-18.3-10.2-15.4-20.4l49-171.6H144l-43.2 57.6c-3 4-7.8 6.4-12.8 6.4H46c-7.8 0-14-6.3-14-14c0-1.3.2-2.6.5-3.9L64 256L32.5 145.9c-.4-1.3-.5-2.6-.5-3.9c0-6.2 4-11.4 9.5-13.3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M514.3 192c34.2 0 93.7 29 93.7 64c0 36-59.5 64-93.7 64h-73.8l190.3 149.1c10.4 8.2 12.3 23.3 4.1 33.7s-23.3 12.3-33.7 4.1l-592-464C-1.2 34.7-3.1 19.6 5.1 9.2S28.4-3.1 38.8 5.1l199.3 156.2l-40.3-140.9C194.9 10.2 202.6 0 213.2 0h56.2c11.5 0 22.1 6.2 27.8 16.1L397.7 192zM41.5 128.7l321 252.9l-65.3 114.3c-5.7 10-16.3 16.1-27.8 16.1h-56.2c-10.6 0-18.3-10.2-15.4-20.4l49-171.6H144l-43.2 57.6c-3 4-7.8 6.4-12.8 6.4H46c-7.8 0-14-6.3-14-14c0-1.3.2-2.6.5-3.9L64 256L32.5 145.9c-.4-1.3-.5-2.6-.5-3.9c0-6.2 4-11.4 9.5-13.3"/></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%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M514.3%20192c34.2%200%2093.7%2029%2093.7%2064c0%2036-59.5%2064-93.7%2064h-73.8l190.3%20149.1c10.4%208.2%2012.3%2023.3%204.1%2033.7s-23.3%2012.3-33.7%204.1l-592-464C-1.2%2034.7-3.1%2019.6%205.1%209.2S28.4-3.1%2038.8%205.1l199.3%20156.2l-40.3-140.9C194.9%2010.2%20202.6%200%20213.2%200h56.2c11.5%200%2022.1%206.2%2027.8%2016.1L397.7%20192zM41.5%20128.7l321%20252.9l-65.3%20114.3c-5.7%2010-16.3%2016.1-27.8%2016.1h-56.2c-10.6%200-18.3-10.2-15.4-20.4l49-171.6H144l-43.2%2057.6c-3%204-7.8%206.4-12.8%206.4H46c-7.8%200-14-6.3-14-14c0-1.3.2-2.6.5-3.9L64%20256L32.5%20145.9c-.4-1.3-.5-2.6-.5-3.9c0-6.2%204-11.4%209.5-13.3%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%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M514.3%20192c34.2%200%2093.7%2029%2093.7%2064c0%2036-59.5%2064-93.7%2064h-73.8l190.3%20149.1c10.4%208.2%2012.3%2023.3%204.1%2033.7s-23.3%2012.3-33.7%204.1l-592-464C-1.2%2034.7-3.1%2019.6%205.1%209.2S28.4-3.1%2038.8%205.1l199.3%20156.2l-40.3-140.9C194.9%2010.2%20202.6%200%20213.2%200h56.2c11.5%200%2022.1%206.2%2027.8%2016.1L397.7%20192zM41.5%20128.7l321%20252.9l-65.3%20114.3c-5.7%2010-16.3%2016.1-27.8%2016.1h-56.2c-10.6%200-18.3-10.2-15.4-20.4l49-171.6H144l-43.2%2057.6c-3%204-7.8%206.4-12.8%206.4H46c-7.8%200-14-6.3-14-14c0-1.3.2-2.6.5-3.9L64%20256L32.5%20145.9c-.4-1.3-.5-2.6-.5-3.9c0-6.2%204-11.4%209.5-13.3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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