avianex logo
avianex from Font Awesome 6 Brands by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- avianex
- Set
- Font Awesome 6 Brands
- Style
- Regular
- Viewbox
- 512×512
- License
- CC BY 4.0
The same logo in other sets
Use the avianex logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M453.1 32h-312c-38.9 0-76.2 31.2-83.3 69.7L1.2 410.3C-5.9 448.8 19.9 480 58.9 480h312c38.9 0 76.2-31.2 83.3-69.7l56.7-308.5c7-38.6-18.8-69.8-57.8-69.8m-58.2 347.3l-32 13.5l-115.4-110c-14.7 10-29.2 19.5-41.7 27.1l22.1 64.2l-17.9 12.7l-40.6-61l-52.4-48.1l15.7-15.4l58 31.1c9.3-10.5 20.8-22.6 32.8-34.9L203 228.9l-68.8-99.8l18.8-28.9l8.9-4.8L265 207.8l4.9 4.5c19.4-18.8 33.8-32.4 33.8-32.4c7.7-6.5 21.5-2.9 30.7 7.9c9 10.5 10.6 24.7 2.7 31.3c-1.8 1.3-15.5 11.4-35.3 25.6l4.5 7.3l94.9 119.4z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6BrandsAvianex(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="M453.1 32h-312c-38.9 0-76.2 31.2-83.3 69.7L1.2 410.3C-5.9 448.8 19.9 480 58.9 480h312c38.9 0 76.2-31.2 83.3-69.7l56.7-308.5c7-38.6-18.8-69.8-57.8-69.8m-58.2 347.3l-32 13.5l-115.4-110c-14.7 10-29.2 19.5-41.7 27.1l22.1 64.2l-17.9 12.7l-40.6-61l-52.4-48.1l15.7-15.4l58 31.1c9.3-10.5 20.8-22.6 32.8-34.9L203 228.9l-68.8-99.8l18.8-28.9l8.9-4.8L265 207.8l4.9 4.5c19.4-18.8 33.8-32.4 33.8-32.4c7.7-6.5 21.5-2.9 30.7 7.9c9 10.5 10.6 24.7 2.7 31.3c-1.8 1.3-15.5 11.4-35.3 25.6l4.5 7.3l94.9 119.4z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M453.1 32h-312c-38.9 0-76.2 31.2-83.3 69.7L1.2 410.3C-5.9 448.8 19.9 480 58.9 480h312c38.9 0 76.2-31.2 83.3-69.7l56.7-308.5c7-38.6-18.8-69.8-57.8-69.8m-58.2 347.3l-32 13.5l-115.4-110c-14.7 10-29.2 19.5-41.7 27.1l22.1 64.2l-17.9 12.7l-40.6-61l-52.4-48.1l15.7-15.4l58 31.1c9.3-10.5 20.8-22.6 32.8-34.9L203 228.9l-68.8-99.8l18.8-28.9l8.9-4.8L265 207.8l4.9 4.5c19.4-18.8 33.8-32.4 33.8-32.4c7.7-6.5 21.5-2.9 30.7 7.9c9 10.5 10.6 24.7 2.7 31.3c-1.8 1.3-15.5 11.4-35.3 25.6l4.5 7.3l94.9 119.4z"/></svg> </template>
CSS
.icon-avianex {
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%22M453.1%2032h-312c-38.9%200-76.2%2031.2-83.3%2069.7L1.2%20410.3C-5.9%20448.8%2019.9%20480%2058.9%20480h312c38.9%200%2076.2-31.2%2083.3-69.7l56.7-308.5c7-38.6-18.8-69.8-57.8-69.8m-58.2%20347.3l-32%2013.5l-115.4-110c-14.7%2010-29.2%2019.5-41.7%2027.1l22.1%2064.2l-17.9%2012.7l-40.6-61l-52.4-48.1l15.7-15.4l58%2031.1c9.3-10.5%2020.8-22.6%2032.8-34.9L203%20228.9l-68.8-99.8l18.8-28.9l8.9-4.8L265%20207.8l4.9%204.5c19.4-18.8%2033.8-32.4%2033.8-32.4c7.7-6.5%2021.5-2.9%2030.7%207.9c9%2010.5%2010.6%2024.7%202.7%2031.3c-1.8%201.3-15.5%2011.4-35.3%2025.6l4.5%207.3l94.9%20119.4z%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%22M453.1%2032h-312c-38.9%200-76.2%2031.2-83.3%2069.7L1.2%20410.3C-5.9%20448.8%2019.9%20480%2058.9%20480h312c38.9%200%2076.2-31.2%2083.3-69.7l56.7-308.5c7-38.6-18.8-69.8-57.8-69.8m-58.2%20347.3l-32%2013.5l-115.4-110c-14.7%2010-29.2%2019.5-41.7%2027.1l22.1%2064.2l-17.9%2012.7l-40.6-61l-52.4-48.1l15.7-15.4l58%2031.1c9.3-10.5%2020.8-22.6%2032.8-34.9L203%20228.9l-68.8-99.8l18.8-28.9l8.9-4.8L265%20207.8l4.9%204.5c19.4-18.8%2033.8-32.4%2033.8-32.4c7.7-6.5%2021.5-2.9%2030.7%207.9c9%2010.5%2010.6%2024.7%202.7%2031.3c-1.8%201.3-15.5%2011.4-35.3%2025.6l4.5%207.3l94.9%20119.4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-brands/avianex.svg?color=%231a73e8&size=48