phoenix squadron logo
phoenix-squadron from Font Awesome Brands by Dave Gandy · Brand · CC-BY-4.0 Attribution required.
- Name
- phoenix-squadron
- Set
- Font Awesome Brands
- Style
- Brand
- Viewbox
- 640×640
- License
- CC BY 4.0
The same logo in other sets
Related icons in Font Awesome Brands
Use the phoenix squadron logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M160 127.4c46.5-36.1 105.6-56.1 164.5-54.6c29.6-.4 59.1 5.4 86.9 15.3c-24.1-4.6-49-6.3-73.4-2.5c-42.9 5.3-83 27.2-111.8 59.2c5.7-1 10.8-3.7 16-5.9c18.1-7.9 37.5-13.3 57.2-14.8c19.7-2.1 39.6-.4 59.3 1.9c-14.4 2.8-29.1 4.6-43 9.6c-34.4 11.1-65.3 33.2-86.3 62.6c-13.8 19.7-23.6 42.9-24.7 67.1c-.4 16.5 5.2 34.8 19.8 44c11.2 6.8 24.6 9.2 37.5 6.7c15.4-2.5 30.1-8.6 43.6-16.3c11.5-6.8 22.7-14.6 32-24.3c3.8-3.2 2.5-8.4 2.6-12.8c-2.1-.3-4.4-1.1-6.3.3c-11.4 6.3-23.4 11.4-35.8 15.4c-20 6.2-42.2 8.5-62.1.8c12.8 1.7 26.1.3 37.7-5.4c20.2-9.7 36.8-25.2 54.4-38.8c27.7-21.3 57.5-39.9 88.9-55.3c25.7-12 52.9-22.8 81.6-24.1c-15.6 13.7-32.1 26.5-46.8 41.4c-14.5 14-27.5 29.5-40.1 45.2c-3.5 4.6-9 6.9-13.6 10.2c-22.4 15-40.3 35.8-51.9 60.1c-9.3 19.7-14.5 41.9-11.8 63.6c1.9 13.7 8.7 27.6 20.9 34.9c12.9 8 29 8.1 43.5 5.1c32.8-7.4 61.4-28.9 81-55.8c20.4-27.5 30.5-62.2 29.2-96.3c-.5-7.5-1.6-15-1.7-22.5c8 19.5 14.8 39.7 16.6 60.8c2 14.3.7 28.8-1.6 42.9c-1.9 11-5.7 21.5-7.8 32.4c20.4-22.9 34-50.9 39.3-81.1c5.6-35.5.7-71.9-14.2-104.6c20.8 32 32.3 69.6 35.7 107.5c.5 12.7.5 25.5 0 38.2c-2.8 34.3-12.9 67.6-29.6 97.8c-26.1 47.3-68 85.6-117.2 108c-78.3 36.2-174.7 31.3-248-14.7c-39-23.8-70.6-58-91.4-98.7C74.4 401 65.8 369.4 63.7 337v-31.3c4.2-69.7 41.2-135.9 96.3-178.3m222 80.3c5.5-.9 10.8-2.4 16-4.5c5-1.8 9.2-5.9 10.3-11.2c-9 5-18 9.9-26.3 15.7"/></svg>
React
import type { SVGProps } from "react";
export function Fa7BrandsPhoenixSquadron(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="M160 127.4c46.5-36.1 105.6-56.1 164.5-54.6c29.6-.4 59.1 5.4 86.9 15.3c-24.1-4.6-49-6.3-73.4-2.5c-42.9 5.3-83 27.2-111.8 59.2c5.7-1 10.8-3.7 16-5.9c18.1-7.9 37.5-13.3 57.2-14.8c19.7-2.1 39.6-.4 59.3 1.9c-14.4 2.8-29.1 4.6-43 9.6c-34.4 11.1-65.3 33.2-86.3 62.6c-13.8 19.7-23.6 42.9-24.7 67.1c-.4 16.5 5.2 34.8 19.8 44c11.2 6.8 24.6 9.2 37.5 6.7c15.4-2.5 30.1-8.6 43.6-16.3c11.5-6.8 22.7-14.6 32-24.3c3.8-3.2 2.5-8.4 2.6-12.8c-2.1-.3-4.4-1.1-6.3.3c-11.4 6.3-23.4 11.4-35.8 15.4c-20 6.2-42.2 8.5-62.1.8c12.8 1.7 26.1.3 37.7-5.4c20.2-9.7 36.8-25.2 54.4-38.8c27.7-21.3 57.5-39.9 88.9-55.3c25.7-12 52.9-22.8 81.6-24.1c-15.6 13.7-32.1 26.5-46.8 41.4c-14.5 14-27.5 29.5-40.1 45.2c-3.5 4.6-9 6.9-13.6 10.2c-22.4 15-40.3 35.8-51.9 60.1c-9.3 19.7-14.5 41.9-11.8 63.6c1.9 13.7 8.7 27.6 20.9 34.9c12.9 8 29 8.1 43.5 5.1c32.8-7.4 61.4-28.9 81-55.8c20.4-27.5 30.5-62.2 29.2-96.3c-.5-7.5-1.6-15-1.7-22.5c8 19.5 14.8 39.7 16.6 60.8c2 14.3.7 28.8-1.6 42.9c-1.9 11-5.7 21.5-7.8 32.4c20.4-22.9 34-50.9 39.3-81.1c5.6-35.5.7-71.9-14.2-104.6c20.8 32 32.3 69.6 35.7 107.5c.5 12.7.5 25.5 0 38.2c-2.8 34.3-12.9 67.6-29.6 97.8c-26.1 47.3-68 85.6-117.2 108c-78.3 36.2-174.7 31.3-248-14.7c-39-23.8-70.6-58-91.4-98.7C74.4 401 65.8 369.4 63.7 337v-31.3c4.2-69.7 41.2-135.9 96.3-178.3m222 80.3c5.5-.9 10.8-2.4 16-4.5c5-1.8 9.2-5.9 10.3-11.2c-9 5-18 9.9-26.3 15.7"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M160 127.4c46.5-36.1 105.6-56.1 164.5-54.6c29.6-.4 59.1 5.4 86.9 15.3c-24.1-4.6-49-6.3-73.4-2.5c-42.9 5.3-83 27.2-111.8 59.2c5.7-1 10.8-3.7 16-5.9c18.1-7.9 37.5-13.3 57.2-14.8c19.7-2.1 39.6-.4 59.3 1.9c-14.4 2.8-29.1 4.6-43 9.6c-34.4 11.1-65.3 33.2-86.3 62.6c-13.8 19.7-23.6 42.9-24.7 67.1c-.4 16.5 5.2 34.8 19.8 44c11.2 6.8 24.6 9.2 37.5 6.7c15.4-2.5 30.1-8.6 43.6-16.3c11.5-6.8 22.7-14.6 32-24.3c3.8-3.2 2.5-8.4 2.6-12.8c-2.1-.3-4.4-1.1-6.3.3c-11.4 6.3-23.4 11.4-35.8 15.4c-20 6.2-42.2 8.5-62.1.8c12.8 1.7 26.1.3 37.7-5.4c20.2-9.7 36.8-25.2 54.4-38.8c27.7-21.3 57.5-39.9 88.9-55.3c25.7-12 52.9-22.8 81.6-24.1c-15.6 13.7-32.1 26.5-46.8 41.4c-14.5 14-27.5 29.5-40.1 45.2c-3.5 4.6-9 6.9-13.6 10.2c-22.4 15-40.3 35.8-51.9 60.1c-9.3 19.7-14.5 41.9-11.8 63.6c1.9 13.7 8.7 27.6 20.9 34.9c12.9 8 29 8.1 43.5 5.1c32.8-7.4 61.4-28.9 81-55.8c20.4-27.5 30.5-62.2 29.2-96.3c-.5-7.5-1.6-15-1.7-22.5c8 19.5 14.8 39.7 16.6 60.8c2 14.3.7 28.8-1.6 42.9c-1.9 11-5.7 21.5-7.8 32.4c20.4-22.9 34-50.9 39.3-81.1c5.6-35.5.7-71.9-14.2-104.6c20.8 32 32.3 69.6 35.7 107.5c.5 12.7.5 25.5 0 38.2c-2.8 34.3-12.9 67.6-29.6 97.8c-26.1 47.3-68 85.6-117.2 108c-78.3 36.2-174.7 31.3-248-14.7c-39-23.8-70.6-58-91.4-98.7C74.4 401 65.8 369.4 63.7 337v-31.3c4.2-69.7 41.2-135.9 96.3-178.3m222 80.3c5.5-.9 10.8-2.4 16-4.5c5-1.8 9.2-5.9 10.3-11.2c-9 5-18 9.9-26.3 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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M160%20127.4c46.5-36.1%20105.6-56.1%20164.5-54.6c29.6-.4%2059.1%205.4%2086.9%2015.3c-24.1-4.6-49-6.3-73.4-2.5c-42.9%205.3-83%2027.2-111.8%2059.2c5.7-1%2010.8-3.7%2016-5.9c18.1-7.9%2037.5-13.3%2057.2-14.8c19.7-2.1%2039.6-.4%2059.3%201.9c-14.4%202.8-29.1%204.6-43%209.6c-34.4%2011.1-65.3%2033.2-86.3%2062.6c-13.8%2019.7-23.6%2042.9-24.7%2067.1c-.4%2016.5%205.2%2034.8%2019.8%2044c11.2%206.8%2024.6%209.2%2037.5%206.7c15.4-2.5%2030.1-8.6%2043.6-16.3c11.5-6.8%2022.7-14.6%2032-24.3c3.8-3.2%202.5-8.4%202.6-12.8c-2.1-.3-4.4-1.1-6.3.3c-11.4%206.3-23.4%2011.4-35.8%2015.4c-20%206.2-42.2%208.5-62.1.8c12.8%201.7%2026.1.3%2037.7-5.4c20.2-9.7%2036.8-25.2%2054.4-38.8c27.7-21.3%2057.5-39.9%2088.9-55.3c25.7-12%2052.9-22.8%2081.6-24.1c-15.6%2013.7-32.1%2026.5-46.8%2041.4c-14.5%2014-27.5%2029.5-40.1%2045.2c-3.5%204.6-9%206.9-13.6%2010.2c-22.4%2015-40.3%2035.8-51.9%2060.1c-9.3%2019.7-14.5%2041.9-11.8%2063.6c1.9%2013.7%208.7%2027.6%2020.9%2034.9c12.9%208%2029%208.1%2043.5%205.1c32.8-7.4%2061.4-28.9%2081-55.8c20.4-27.5%2030.5-62.2%2029.2-96.3c-.5-7.5-1.6-15-1.7-22.5c8%2019.5%2014.8%2039.7%2016.6%2060.8c2%2014.3.7%2028.8-1.6%2042.9c-1.9%2011-5.7%2021.5-7.8%2032.4c20.4-22.9%2034-50.9%2039.3-81.1c5.6-35.5.7-71.9-14.2-104.6c20.8%2032%2032.3%2069.6%2035.7%20107.5c.5%2012.7.5%2025.5%200%2038.2c-2.8%2034.3-12.9%2067.6-29.6%2097.8c-26.1%2047.3-68%2085.6-117.2%20108c-78.3%2036.2-174.7%2031.3-248-14.7c-39-23.8-70.6-58-91.4-98.7C74.4%20401%2065.8%20369.4%2063.7%20337v-31.3c4.2-69.7%2041.2-135.9%2096.3-178.3m222%2080.3c5.5-.9%2010.8-2.4%2016-4.5c5-1.8%209.2-5.9%2010.3-11.2c-9%205-18%209.9-26.3%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M160%20127.4c46.5-36.1%20105.6-56.1%20164.5-54.6c29.6-.4%2059.1%205.4%2086.9%2015.3c-24.1-4.6-49-6.3-73.4-2.5c-42.9%205.3-83%2027.2-111.8%2059.2c5.7-1%2010.8-3.7%2016-5.9c18.1-7.9%2037.5-13.3%2057.2-14.8c19.7-2.1%2039.6-.4%2059.3%201.9c-14.4%202.8-29.1%204.6-43%209.6c-34.4%2011.1-65.3%2033.2-86.3%2062.6c-13.8%2019.7-23.6%2042.9-24.7%2067.1c-.4%2016.5%205.2%2034.8%2019.8%2044c11.2%206.8%2024.6%209.2%2037.5%206.7c15.4-2.5%2030.1-8.6%2043.6-16.3c11.5-6.8%2022.7-14.6%2032-24.3c3.8-3.2%202.5-8.4%202.6-12.8c-2.1-.3-4.4-1.1-6.3.3c-11.4%206.3-23.4%2011.4-35.8%2015.4c-20%206.2-42.2%208.5-62.1.8c12.8%201.7%2026.1.3%2037.7-5.4c20.2-9.7%2036.8-25.2%2054.4-38.8c27.7-21.3%2057.5-39.9%2088.9-55.3c25.7-12%2052.9-22.8%2081.6-24.1c-15.6%2013.7-32.1%2026.5-46.8%2041.4c-14.5%2014-27.5%2029.5-40.1%2045.2c-3.5%204.6-9%206.9-13.6%2010.2c-22.4%2015-40.3%2035.8-51.9%2060.1c-9.3%2019.7-14.5%2041.9-11.8%2063.6c1.9%2013.7%208.7%2027.6%2020.9%2034.9c12.9%208%2029%208.1%2043.5%205.1c32.8-7.4%2061.4-28.9%2081-55.8c20.4-27.5%2030.5-62.2%2029.2-96.3c-.5-7.5-1.6-15-1.7-22.5c8%2019.5%2014.8%2039.7%2016.6%2060.8c2%2014.3.7%2028.8-1.6%2042.9c-1.9%2011-5.7%2021.5-7.8%2032.4c20.4-22.9%2034-50.9%2039.3-81.1c5.6-35.5.7-71.9-14.2-104.6c20.8%2032%2032.3%2069.6%2035.7%20107.5c.5%2012.7.5%2025.5%200%2038.2c-2.8%2034.3-12.9%2067.6-29.6%2097.8c-26.1%2047.3-68%2085.6-117.2%20108c-78.3%2036.2-174.7%2031.3-248-14.7c-39-23.8-70.6-58-91.4-98.7C74.4%20401%2065.8%20369.4%2063.7%20337v-31.3c4.2-69.7%2041.2-135.9%2096.3-178.3m222%2080.3c5.5-.9%2010.8-2.4%2016-4.5c5-1.8%209.2-5.9%2010.3-11.2c-9%205-18%209.9-26.3%2015.7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-brands/phoenix-squadron.svg?color=%231a73e8&size=48