aeromexico logo
aeromexico from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- aeromexico
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the aeromexico logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.354 12.222c.044.156 0 .422-.267.489a4 4 0 0 1-.666.11c-.377.045-.355.356-.355.534v2.264c0 .31-.244 1.354-1.443 1.354H16.87c-1.043 0-1.864-.866-1.864-1.798V9.803c-.022-.932.821-1.554 1.576-1.532c.377 0 .644.111.843.222c.444.2.933.444 1.577.755c0 0 1.02-.733 1.087-.777c.355-.244.688-.067.8.155c.377.733 1.087 2.22 1.465 3.596m1.642-4.018a3.283 3.283 0 0 0-3.219-3.33c-1.709-.044-2.663.578-3.019.755c-.022.023-.066 0-.11-.044c-.311-.31-1-.777-1.754-.999c-.111-.022-.133-.2 0-.2a13.3 13.3 0 0 1 3.64.111c.134.023.245-.066.178-.177c-.044-.089-.067-.133-.133-.289c-.156-.31-.533-.644-1.021-.777c-1.266-.355-3.441-.666-5.394-.666c-2.176-.022-4.484.422-5.062.555c-.133.023-.333.09-.377.09c-.111 0-.155.155-.089.221l.222.222c.067.089.111.222-.022.355L3.796 7.65H6.57c.177 0 .355.155.355.355c0 .177-.156.355-.333.355H2.997l-1.088.999h4.706c.178 0 .333.2.333.355s-.133.355-.333.355H1.11L0 11.09h9.501c.177 0 .333.2.333.355c0 .2-.133.378-.333.378H0v.999h9.479c.222 0 .333.2.333.377c0 .156-.156.333-.356.333H0v1h12.386c.2 0 .334.177.334.377c0 .177-.156.355-.334.355H3.33v.999h9.079c.177 0 .31.2.31.377s-.155.355-.31.355l-.178-.022H3.33v.999h10.455s.377-.866.377-1.843V9.403c0-.532.222-1.42 1.31-1.664c.022 0 .067-.023.089-.023c3.085-.732 6.26-.066 8.058.71c.333.156.4-.11.377-.222M6.66 21.413h2.11c1.886-.022 3.107-1.02 3.107-1.02H6.659v1.02zm0-1.731h6.06c.29-.289.644-.8.733-.999H6.659v.999Z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsAeromexico(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.354 12.222c.044.156 0 .422-.267.489a4 4 0 0 1-.666.11c-.377.045-.355.356-.355.534v2.264c0 .31-.244 1.354-1.443 1.354H16.87c-1.043 0-1.864-.866-1.864-1.798V9.803c-.022-.932.821-1.554 1.576-1.532c.377 0 .644.111.843.222c.444.2.933.444 1.577.755c0 0 1.02-.733 1.087-.777c.355-.244.688-.067.8.155c.377.733 1.087 2.22 1.465 3.596m1.642-4.018a3.283 3.283 0 0 0-3.219-3.33c-1.709-.044-2.663.578-3.019.755c-.022.023-.066 0-.11-.044c-.311-.31-1-.777-1.754-.999c-.111-.022-.133-.2 0-.2a13.3 13.3 0 0 1 3.64.111c.134.023.245-.066.178-.177c-.044-.089-.067-.133-.133-.289c-.156-.31-.533-.644-1.021-.777c-1.266-.355-3.441-.666-5.394-.666c-2.176-.022-4.484.422-5.062.555c-.133.023-.333.09-.377.09c-.111 0-.155.155-.089.221l.222.222c.067.089.111.222-.022.355L3.796 7.65H6.57c.177 0 .355.155.355.355c0 .177-.156.355-.333.355H2.997l-1.088.999h4.706c.178 0 .333.2.333.355s-.133.355-.333.355H1.11L0 11.09h9.501c.177 0 .333.2.333.355c0 .2-.133.378-.333.378H0v.999h9.479c.222 0 .333.2.333.377c0 .156-.156.333-.356.333H0v1h12.386c.2 0 .334.177.334.377c0 .177-.156.355-.334.355H3.33v.999h9.079c.177 0 .31.2.31.377s-.155.355-.31.355l-.178-.022H3.33v.999h10.455s.377-.866.377-1.843V9.403c0-.532.222-1.42 1.31-1.664c.022 0 .067-.023.089-.023c3.085-.732 6.26-.066 8.058.71c.333.156.4-.11.377-.222M6.66 21.413h2.11c1.886-.022 3.107-1.02 3.107-1.02H6.659v1.02zm0-1.731h6.06c.29-.289.644-.8.733-.999H6.659v.999Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.354 12.222c.044.156 0 .422-.267.489a4 4 0 0 1-.666.11c-.377.045-.355.356-.355.534v2.264c0 .31-.244 1.354-1.443 1.354H16.87c-1.043 0-1.864-.866-1.864-1.798V9.803c-.022-.932.821-1.554 1.576-1.532c.377 0 .644.111.843.222c.444.2.933.444 1.577.755c0 0 1.02-.733 1.087-.777c.355-.244.688-.067.8.155c.377.733 1.087 2.22 1.465 3.596m1.642-4.018a3.283 3.283 0 0 0-3.219-3.33c-1.709-.044-2.663.578-3.019.755c-.022.023-.066 0-.11-.044c-.311-.31-1-.777-1.754-.999c-.111-.022-.133-.2 0-.2a13.3 13.3 0 0 1 3.64.111c.134.023.245-.066.178-.177c-.044-.089-.067-.133-.133-.289c-.156-.31-.533-.644-1.021-.777c-1.266-.355-3.441-.666-5.394-.666c-2.176-.022-4.484.422-5.062.555c-.133.023-.333.09-.377.09c-.111 0-.155.155-.089.221l.222.222c.067.089.111.222-.022.355L3.796 7.65H6.57c.177 0 .355.155.355.355c0 .177-.156.355-.333.355H2.997l-1.088.999h4.706c.178 0 .333.2.333.355s-.133.355-.333.355H1.11L0 11.09h9.501c.177 0 .333.2.333.355c0 .2-.133.378-.333.378H0v.999h9.479c.222 0 .333.2.333.377c0 .156-.156.333-.356.333H0v1h12.386c.2 0 .334.177.334.377c0 .177-.156.355-.334.355H3.33v.999h9.079c.177 0 .31.2.31.377s-.155.355-.31.355l-.178-.022H3.33v.999h10.455s.377-.866.377-1.843V9.403c0-.532.222-1.42 1.31-1.664c.022 0 .067-.023.089-.023c3.085-.732 6.26-.066 8.058.71c.333.156.4-.11.377-.222M6.66 21.413h2.11c1.886-.022 3.107-1.02 3.107-1.02H6.659v1.02zm0-1.731h6.06c.29-.289.644-.8.733-.999H6.659v.999Z"/></svg> </template>
CSS
.icon-aeromexico {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.354%2012.222c.044.156%200%20.422-.267.489a4%204%200%200%201-.666.11c-.377.045-.355.356-.355.534v2.264c0%20.31-.244%201.354-1.443%201.354H16.87c-1.043%200-1.864-.866-1.864-1.798V9.803c-.022-.932.821-1.554%201.576-1.532c.377%200%20.644.111.843.222c.444.2.933.444%201.577.755c0%200%201.02-.733%201.087-.777c.355-.244.688-.067.8.155c.377.733%201.087%202.22%201.465%203.596m1.642-4.018a3.283%203.283%200%200%200-3.219-3.33c-1.709-.044-2.663.578-3.019.755c-.022.023-.066%200-.11-.044c-.311-.31-1-.777-1.754-.999c-.111-.022-.133-.2%200-.2a13.3%2013.3%200%200%201%203.64.111c.134.023.245-.066.178-.177c-.044-.089-.067-.133-.133-.289c-.156-.31-.533-.644-1.021-.777c-1.266-.355-3.441-.666-5.394-.666c-2.176-.022-4.484.422-5.062.555c-.133.023-.333.09-.377.09c-.111%200-.155.155-.089.221l.222.222c.067.089.111.222-.022.355L3.796%207.65H6.57c.177%200%20.355.155.355.355c0%20.177-.156.355-.333.355H2.997l-1.088.999h4.706c.178%200%20.333.2.333.355s-.133.355-.333.355H1.11L0%2011.09h9.501c.177%200%20.333.2.333.355c0%20.2-.133.378-.333.378H0v.999h9.479c.222%200%20.333.2.333.377c0%20.156-.156.333-.356.333H0v1h12.386c.2%200%20.334.177.334.377c0%20.177-.156.355-.334.355H3.33v.999h9.079c.177%200%20.31.2.31.377s-.155.355-.31.355l-.178-.022H3.33v.999h10.455s.377-.866.377-1.843V9.403c0-.532.222-1.42%201.31-1.664c.022%200%20.067-.023.089-.023c3.085-.732%206.26-.066%208.058.71c.333.156.4-.11.377-.222M6.66%2021.413h2.11c1.886-.022%203.107-1.02%203.107-1.02H6.659v1.02zm0-1.731h6.06c.29-.289.644-.8.733-.999H6.659v.999Z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.354%2012.222c.044.156%200%20.422-.267.489a4%204%200%200%201-.666.11c-.377.045-.355.356-.355.534v2.264c0%20.31-.244%201.354-1.443%201.354H16.87c-1.043%200-1.864-.866-1.864-1.798V9.803c-.022-.932.821-1.554%201.576-1.532c.377%200%20.644.111.843.222c.444.2.933.444%201.577.755c0%200%201.02-.733%201.087-.777c.355-.244.688-.067.8.155c.377.733%201.087%202.22%201.465%203.596m1.642-4.018a3.283%203.283%200%200%200-3.219-3.33c-1.709-.044-2.663.578-3.019.755c-.022.023-.066%200-.11-.044c-.311-.31-1-.777-1.754-.999c-.111-.022-.133-.2%200-.2a13.3%2013.3%200%200%201%203.64.111c.134.023.245-.066.178-.177c-.044-.089-.067-.133-.133-.289c-.156-.31-.533-.644-1.021-.777c-1.266-.355-3.441-.666-5.394-.666c-2.176-.022-4.484.422-5.062.555c-.133.023-.333.09-.377.09c-.111%200-.155.155-.089.221l.222.222c.067.089.111.222-.022.355L3.796%207.65H6.57c.177%200%20.355.155.355.355c0%20.177-.156.355-.333.355H2.997l-1.088.999h4.706c.178%200%20.333.2.333.355s-.133.355-.333.355H1.11L0%2011.09h9.501c.177%200%20.333.2.333.355c0%20.2-.133.378-.333.378H0v.999h9.479c.222%200%20.333.2.333.377c0%20.156-.156.333-.356.333H0v1h12.386c.2%200%20.334.177.334.377c0%20.177-.156.355-.334.355H3.33v.999h9.079c.177%200%20.31.2.31.377s-.155.355-.31.355l-.178-.022H3.33v.999h10.455s.377-.866.377-1.843V9.403c0-.532.222-1.42%201.31-1.664c.022%200%20.067-.023.089-.023c3.085-.732%206.26-.066%208.058.71c.333.156.4-.11.377-.222M6.66%2021.413h2.11c1.886-.022%203.107-1.02%203.107-1.02H6.659v1.02zm0-1.731h6.06c.29-.289.644-.8.733-.999H6.659v.999Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/aeromexico.svg?color=%231a73e8&size=48