plane circle xmark icon

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

Name
plane-circle-xmark
Set
Font Awesome Solid
Style
Solid
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

Related icons in Font Awesome Solid

Use the plane circle xmark icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M232 88c0-30.9 25.1-56 56-56s56 25.1 56 56v127.3l78 71.5c-69.3 29-118 97.4-118 177.2c0 49.3 18.6 94.3 49.1 128.3L288 576l-108.1 27c-10.1 2.5-19.9-5.1-19.9-15.5v-19.8c0-4.9 2.2-9.5 6-12.5l66-52.8v-99.7L69.1 457c-10.4 3.4-21.1-4.3-21.1-15.2v-43.7c0-9 3.8-17.5 10.4-23.6L232 215.3zm264 232c79.5 0 144 64.5 144 144s-64.5 144-144 144s-144-64.5-144-144s64.5-144 144-144m59.3 107.3c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L496 441.4l-36.7-36.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l36.7 36.7l-36.7 36.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l36.7-36.7l36.7 36.7c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L518.6 464z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidPlaneCircleXmark(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="M232 88c0-30.9 25.1-56 56-56s56 25.1 56 56v127.3l78 71.5c-69.3 29-118 97.4-118 177.2c0 49.3 18.6 94.3 49.1 128.3L288 576l-108.1 27c-10.1 2.5-19.9-5.1-19.9-15.5v-19.8c0-4.9 2.2-9.5 6-12.5l66-52.8v-99.7L69.1 457c-10.4 3.4-21.1-4.3-21.1-15.2v-43.7c0-9 3.8-17.5 10.4-23.6L232 215.3zm264 232c79.5 0 144 64.5 144 144s-64.5 144-144 144s-144-64.5-144-144s64.5-144 144-144m59.3 107.3c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L496 441.4l-36.7-36.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l36.7 36.7l-36.7 36.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l36.7-36.7l36.7 36.7c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L518.6 464z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M232 88c0-30.9 25.1-56 56-56s56 25.1 56 56v127.3l78 71.5c-69.3 29-118 97.4-118 177.2c0 49.3 18.6 94.3 49.1 128.3L288 576l-108.1 27c-10.1 2.5-19.9-5.1-19.9-15.5v-19.8c0-4.9 2.2-9.5 6-12.5l66-52.8v-99.7L69.1 457c-10.4 3.4-21.1-4.3-21.1-15.2v-43.7c0-9 3.8-17.5 10.4-23.6L232 215.3zm264 232c79.5 0 144 64.5 144 144s-64.5 144-144 144s-144-64.5-144-144s64.5-144 144-144m59.3 107.3c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L496 441.4l-36.7-36.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l36.7 36.7l-36.7 36.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l36.7-36.7l36.7 36.7c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L518.6 464z"/></svg>
</template>

CSS

.icon-plane-circle-xmark {
  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%22M232%2088c0-30.9%2025.1-56%2056-56s56%2025.1%2056%2056v127.3l78%2071.5c-69.3%2029-118%2097.4-118%20177.2c0%2049.3%2018.6%2094.3%2049.1%20128.3L288%20576l-108.1%2027c-10.1%202.5-19.9-5.1-19.9-15.5v-19.8c0-4.9%202.2-9.5%206-12.5l66-52.8v-99.7L69.1%20457c-10.4%203.4-21.1-4.3-21.1-15.2v-43.7c0-9%203.8-17.5%2010.4-23.6L232%20215.3zm264%20232c79.5%200%20144%2064.5%20144%20144s-64.5%20144-144%20144s-144-64.5-144-144s64.5-144%20144-144m59.3%20107.3c6.2-6.2%206.2-16.4%200-22.6s-16.4-6.2-22.6%200L496%20441.4l-36.7-36.7c-6.2-6.2-16.4-6.2-22.6%200s-6.2%2016.4%200%2022.6l36.7%2036.7l-36.7%2036.7c-6.2%206.2-6.2%2016.4%200%2022.6s16.4%206.2%2022.6%200l36.7-36.7l36.7%2036.7c6.2%206.2%2016.4%206.2%2022.6%200s6.2-16.4%200-22.6L518.6%20464z%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%22M232%2088c0-30.9%2025.1-56%2056-56s56%2025.1%2056%2056v127.3l78%2071.5c-69.3%2029-118%2097.4-118%20177.2c0%2049.3%2018.6%2094.3%2049.1%20128.3L288%20576l-108.1%2027c-10.1%202.5-19.9-5.1-19.9-15.5v-19.8c0-4.9%202.2-9.5%206-12.5l66-52.8v-99.7L69.1%20457c-10.4%203.4-21.1-4.3-21.1-15.2v-43.7c0-9%203.8-17.5%2010.4-23.6L232%20215.3zm264%20232c79.5%200%20144%2064.5%20144%20144s-64.5%20144-144%20144s-144-64.5-144-144s64.5-144%20144-144m59.3%20107.3c6.2-6.2%206.2-16.4%200-22.6s-16.4-6.2-22.6%200L496%20441.4l-36.7-36.7c-6.2-6.2-16.4-6.2-22.6%200s-6.2%2016.4%200%2022.6l36.7%2036.7l-36.7%2036.7c-6.2%206.2-6.2%2016.4%200%2022.6s16.4%206.2%2022.6%200l36.7-36.7l36.7%2036.7c6.2%206.2%2016.4%206.2%2022.6%200s6.2-16.4%200-22.6L518.6%20464z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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