phoenix squadron logo

phoenix-squadron from Font Awesome 6 Brands by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
phoenix-squadron
Set
Font Awesome 6 Brands
Style
Regular
Viewbox
512×512
License
CC BY 4.0

The same logo in other sets

Related icons in Font Awesome 6 Brands

Use the phoenix squadron logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M96 63.38C142.49 27.25 201.55 7.31 260.51 8.81c29.58-.38 59.11 5.37 86.91 15.33c-24.13-4.63-49-6.34-73.38-2.45C231.17 27 191 48.84 162.21 80.87c5.67-1 10.78-3.67 16-5.86c18.14-7.87 37.49-13.26 57.23-14.83c19.74-2.13 39.64-.43 59.28 1.92c-14.42 2.79-29.12 4.57-43 9.59c-34.43 11.07-65.27 33.16-86.3 62.63c-13.8 19.71-23.63 42.86-24.67 67.13c-.35 16.49 5.22 34.81 19.83 44a53.27 53.27 0 0 0 37.52 6.74c15.45-2.46 30.07-8.64 43.6-16.33c11.52-6.82 22.67-14.55 32-24.25c3.79-3.22 2.53-8.45 2.62-12.79c-2.12-.34-4.38-1.11-6.3.3a203 203 0 0 1-35.82 15.37c-20 6.17-42.16 8.46-62.1.78c12.79 1.73 26.06.31 37.74-5.44c20.23-9.72 36.81-25.2 54.44-38.77a526.6 526.6 0 0 1 88.9-55.31c25.71-12 52.94-22.78 81.57-24.12c-15.63 13.72-32.15 26.52-46.78 41.38c-14.51 14-27.46 29.5-40.11 45.18c-3.52 4.6-8.95 6.94-13.58 10.16a150.7 150.7 0 0 0-51.89 60.1c-9.33 19.68-14.5 41.85-11.77 63.65c1.94 13.69 8.71 27.59 20.9 34.91c12.9 8 29.05 8.07 43.48 5.1c32.8-7.45 61.43-28.89 81-55.84c20.44-27.52 30.52-62.2 29.16-96.35c-.52-7.5-1.57-15-1.66-22.49c8 19.48 14.82 39.71 16.65 60.83c2 14.28.75 28.76-1.62 42.9c-1.91 11-5.67 21.51-7.78 32.43a165 165 0 0 0 39.34-81.07a183.64 183.64 0 0 0-14.21-104.64c20.78 32 32.34 69.58 35.71 107.48c.49 12.73.49 25.51 0 38.23A243.2 243.2 0 0 1 482 371.34c-26.12 47.34-68 85.63-117.19 108c-78.29 36.23-174.68 31.32-248-14.68A248.34 248.34 0 0 1 25.36 366A238.3 238.3 0 0 1 0 273.08v-31.34C3.93 172 40.87 105.82 96 63.38m222 80.33a79 79 0 0 0 16-4.48c5-1.77 9.24-5.94 10.32-11.22c-8.96 4.99-17.98 9.92-26.32 15.7"/></svg>

React

import type { SVGProps } from "react";

export function Fa6BrandsPhoenixSquadron(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M96 63.38C142.49 27.25 201.55 7.31 260.51 8.81c29.58-.38 59.11 5.37 86.91 15.33c-24.13-4.63-49-6.34-73.38-2.45C231.17 27 191 48.84 162.21 80.87c5.67-1 10.78-3.67 16-5.86c18.14-7.87 37.49-13.26 57.23-14.83c19.74-2.13 39.64-.43 59.28 1.92c-14.42 2.79-29.12 4.57-43 9.59c-34.43 11.07-65.27 33.16-86.3 62.63c-13.8 19.71-23.63 42.86-24.67 67.13c-.35 16.49 5.22 34.81 19.83 44a53.27 53.27 0 0 0 37.52 6.74c15.45-2.46 30.07-8.64 43.6-16.33c11.52-6.82 22.67-14.55 32-24.25c3.79-3.22 2.53-8.45 2.62-12.79c-2.12-.34-4.38-1.11-6.3.3a203 203 0 0 1-35.82 15.37c-20 6.17-42.16 8.46-62.1.78c12.79 1.73 26.06.31 37.74-5.44c20.23-9.72 36.81-25.2 54.44-38.77a526.6 526.6 0 0 1 88.9-55.31c25.71-12 52.94-22.78 81.57-24.12c-15.63 13.72-32.15 26.52-46.78 41.38c-14.51 14-27.46 29.5-40.11 45.18c-3.52 4.6-8.95 6.94-13.58 10.16a150.7 150.7 0 0 0-51.89 60.1c-9.33 19.68-14.5 41.85-11.77 63.65c1.94 13.69 8.71 27.59 20.9 34.91c12.9 8 29.05 8.07 43.48 5.1c32.8-7.45 61.43-28.89 81-55.84c20.44-27.52 30.52-62.2 29.16-96.35c-.52-7.5-1.57-15-1.66-22.49c8 19.48 14.82 39.71 16.65 60.83c2 14.28.75 28.76-1.62 42.9c-1.91 11-5.67 21.51-7.78 32.43a165 165 0 0 0 39.34-81.07a183.64 183.64 0 0 0-14.21-104.64c20.78 32 32.34 69.58 35.71 107.48c.49 12.73.49 25.51 0 38.23A243.2 243.2 0 0 1 482 371.34c-26.12 47.34-68 85.63-117.19 108c-78.29 36.23-174.68 31.32-248-14.68A248.34 248.34 0 0 1 25.36 366A238.3 238.3 0 0 1 0 273.08v-31.34C3.93 172 40.87 105.82 96 63.38m222 80.33a79 79 0 0 0 16-4.48c5-1.77 9.24-5.94 10.32-11.22c-8.96 4.99-17.98 9.92-26.32 15.7"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M96 63.38C142.49 27.25 201.55 7.31 260.51 8.81c29.58-.38 59.11 5.37 86.91 15.33c-24.13-4.63-49-6.34-73.38-2.45C231.17 27 191 48.84 162.21 80.87c5.67-1 10.78-3.67 16-5.86c18.14-7.87 37.49-13.26 57.23-14.83c19.74-2.13 39.64-.43 59.28 1.92c-14.42 2.79-29.12 4.57-43 9.59c-34.43 11.07-65.27 33.16-86.3 62.63c-13.8 19.71-23.63 42.86-24.67 67.13c-.35 16.49 5.22 34.81 19.83 44a53.27 53.27 0 0 0 37.52 6.74c15.45-2.46 30.07-8.64 43.6-16.33c11.52-6.82 22.67-14.55 32-24.25c3.79-3.22 2.53-8.45 2.62-12.79c-2.12-.34-4.38-1.11-6.3.3a203 203 0 0 1-35.82 15.37c-20 6.17-42.16 8.46-62.1.78c12.79 1.73 26.06.31 37.74-5.44c20.23-9.72 36.81-25.2 54.44-38.77a526.6 526.6 0 0 1 88.9-55.31c25.71-12 52.94-22.78 81.57-24.12c-15.63 13.72-32.15 26.52-46.78 41.38c-14.51 14-27.46 29.5-40.11 45.18c-3.52 4.6-8.95 6.94-13.58 10.16a150.7 150.7 0 0 0-51.89 60.1c-9.33 19.68-14.5 41.85-11.77 63.65c1.94 13.69 8.71 27.59 20.9 34.91c12.9 8 29.05 8.07 43.48 5.1c32.8-7.45 61.43-28.89 81-55.84c20.44-27.52 30.52-62.2 29.16-96.35c-.52-7.5-1.57-15-1.66-22.49c8 19.48 14.82 39.71 16.65 60.83c2 14.28.75 28.76-1.62 42.9c-1.91 11-5.67 21.51-7.78 32.43a165 165 0 0 0 39.34-81.07a183.64 183.64 0 0 0-14.21-104.64c20.78 32 32.34 69.58 35.71 107.48c.49 12.73.49 25.51 0 38.23A243.2 243.2 0 0 1 482 371.34c-26.12 47.34-68 85.63-117.19 108c-78.29 36.23-174.68 31.32-248-14.68A248.34 248.34 0 0 1 25.36 366A238.3 238.3 0 0 1 0 273.08v-31.34C3.93 172 40.87 105.82 96 63.38m222 80.33a79 79 0 0 0 16-4.48c5-1.77 9.24-5.94 10.32-11.22c-8.96 4.99-17.98 9.92-26.32 15.7"/></svg>
</template>

CSS

.icon-phoenix-squadron {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M96%2063.38C142.49%2027.25%20201.55%207.31%20260.51%208.81c29.58-.38%2059.11%205.37%2086.91%2015.33c-24.13-4.63-49-6.34-73.38-2.45C231.17%2027%20191%2048.84%20162.21%2080.87c5.67-1%2010.78-3.67%2016-5.86c18.14-7.87%2037.49-13.26%2057.23-14.83c19.74-2.13%2039.64-.43%2059.28%201.92c-14.42%202.79-29.12%204.57-43%209.59c-34.43%2011.07-65.27%2033.16-86.3%2062.63c-13.8%2019.71-23.63%2042.86-24.67%2067.13c-.35%2016.49%205.22%2034.81%2019.83%2044a53.27%2053.27%200%200%200%2037.52%206.74c15.45-2.46%2030.07-8.64%2043.6-16.33c11.52-6.82%2022.67-14.55%2032-24.25c3.79-3.22%202.53-8.45%202.62-12.79c-2.12-.34-4.38-1.11-6.3.3a203%20203%200%200%201-35.82%2015.37c-20%206.17-42.16%208.46-62.1.78c12.79%201.73%2026.06.31%2037.74-5.44c20.23-9.72%2036.81-25.2%2054.44-38.77a526.6%20526.6%200%200%201%2088.9-55.31c25.71-12%2052.94-22.78%2081.57-24.12c-15.63%2013.72-32.15%2026.52-46.78%2041.38c-14.51%2014-27.46%2029.5-40.11%2045.18c-3.52%204.6-8.95%206.94-13.58%2010.16a150.7%20150.7%200%200%200-51.89%2060.1c-9.33%2019.68-14.5%2041.85-11.77%2063.65c1.94%2013.69%208.71%2027.59%2020.9%2034.91c12.9%208%2029.05%208.07%2043.48%205.1c32.8-7.45%2061.43-28.89%2081-55.84c20.44-27.52%2030.52-62.2%2029.16-96.35c-.52-7.5-1.57-15-1.66-22.49c8%2019.48%2014.82%2039.71%2016.65%2060.83c2%2014.28.75%2028.76-1.62%2042.9c-1.91%2011-5.67%2021.51-7.78%2032.43a165%20165%200%200%200%2039.34-81.07a183.64%20183.64%200%200%200-14.21-104.64c20.78%2032%2032.34%2069.58%2035.71%20107.48c.49%2012.73.49%2025.51%200%2038.23A243.2%20243.2%200%200%201%20482%20371.34c-26.12%2047.34-68%2085.63-117.19%20108c-78.29%2036.23-174.68%2031.32-248-14.68A248.34%20248.34%200%200%201%2025.36%20366A238.3%20238.3%200%200%201%200%20273.08v-31.34C3.93%20172%2040.87%20105.82%2096%2063.38m222%2080.33a79%2079%200%200%200%2016-4.48c5-1.77%209.24-5.94%2010.32-11.22c-8.96%204.99-17.98%209.92-26.32%2015.7%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M96%2063.38C142.49%2027.25%20201.55%207.31%20260.51%208.81c29.58-.38%2059.11%205.37%2086.91%2015.33c-24.13-4.63-49-6.34-73.38-2.45C231.17%2027%20191%2048.84%20162.21%2080.87c5.67-1%2010.78-3.67%2016-5.86c18.14-7.87%2037.49-13.26%2057.23-14.83c19.74-2.13%2039.64-.43%2059.28%201.92c-14.42%202.79-29.12%204.57-43%209.59c-34.43%2011.07-65.27%2033.16-86.3%2062.63c-13.8%2019.71-23.63%2042.86-24.67%2067.13c-.35%2016.49%205.22%2034.81%2019.83%2044a53.27%2053.27%200%200%200%2037.52%206.74c15.45-2.46%2030.07-8.64%2043.6-16.33c11.52-6.82%2022.67-14.55%2032-24.25c3.79-3.22%202.53-8.45%202.62-12.79c-2.12-.34-4.38-1.11-6.3.3a203%20203%200%200%201-35.82%2015.37c-20%206.17-42.16%208.46-62.1.78c12.79%201.73%2026.06.31%2037.74-5.44c20.23-9.72%2036.81-25.2%2054.44-38.77a526.6%20526.6%200%200%201%2088.9-55.31c25.71-12%2052.94-22.78%2081.57-24.12c-15.63%2013.72-32.15%2026.52-46.78%2041.38c-14.51%2014-27.46%2029.5-40.11%2045.18c-3.52%204.6-8.95%206.94-13.58%2010.16a150.7%20150.7%200%200%200-51.89%2060.1c-9.33%2019.68-14.5%2041.85-11.77%2063.65c1.94%2013.69%208.71%2027.59%2020.9%2034.91c12.9%208%2029.05%208.07%2043.48%205.1c32.8-7.45%2061.43-28.89%2081-55.84c20.44-27.52%2030.52-62.2%2029.16-96.35c-.52-7.5-1.57-15-1.66-22.49c8%2019.48%2014.82%2039.71%2016.65%2060.83c2%2014.28.75%2028.76-1.62%2042.9c-1.91%2011-5.67%2021.51-7.78%2032.43a165%20165%200%200%200%2039.34-81.07a183.64%20183.64%200%200%200-14.21-104.64c20.78%2032%2032.34%2069.58%2035.71%20107.48c.49%2012.73.49%2025.51%200%2038.23A243.2%20243.2%200%200%201%20482%20371.34c-26.12%2047.34-68%2085.63-117.19%20108c-78.29%2036.23-174.68%2031.32-248-14.68A248.34%20248.34%200%200%201%2025.36%20366A238.3%20238.3%200%200%201%200%20273.08v-31.34C3.93%20172%2040.87%20105.82%2096%2063.38m222%2080.33a79%2079%200%200%200%2016-4.48c5-1.77%209.24-5.94%2010.32-11.22c-8.96%204.99-17.98%209.92-26.32%2015.7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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