aviato from Font Awesome Brands by Dave Gandy · Brand · CC-BY-4.0 Attribution required.

Name
aviato
Set
Font Awesome Brands
Style
Brand
Viewbox
640×640
License
CC BY 4.0

The same logo in other sets

Use the aviato logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="m107.2 347.5l-19-41.8H36.1l-19 41.8H0l62.2-131.4l62.2 131.4zm-45-98.1l-19.6 42.5h39.2zm112.7 102.4l-62.2-131.4h17.1l45.1 96l45.1-96h17zm80.6-4.3V220.4H271v127.1zm209.1-115.6v115.6h-17.3V231.9h-41.2v-11.5h99.6v11.5zM640 282.8q0 13.8-5.1 25.8c-3.4 8-8.2 15.1-14.2 21.1s-13.1 10.8-21.1 14.2q-12 5.1-25.8 5.1t-25.8-5.1c-8-3.4-15.1-8.2-21.1-14.2s-10.8-13-14.2-21.1q-5.1-12-5.1-25.8t5.1-25.8c3.4-8 8.2-15.1 14.2-21.1s13-8.4 21.1-11.9q12-5.1 25.8-5.1t25.8 5.1c8 3.4 15.1 5.8 21.1 11.9c6 6 10.7 13.1 14.2 21.1q5.1 12 5.1 25.8m-15.5 0c0-7.3-1.3-14-3.9-20.3s-6.2-11.7-10.8-16.3s-10-8.2-16.2-10.9s-12.8-4-19.8-4s-13.6 1.3-19.8 4s-11.6 6.3-16.2 10.9s-8.2 10-10.8 16.3s-3.9 13.1-3.9 20.3c0 7.3 1.3 14 3.9 20.3s6.2 11.7 10.8 16.3s10 8.2 16.2 10.9s12.8 4 19.8 4s13.6-1.3 19.8-4s11.6-6.3 16.2-10.9s8.2-10 10.8-16.3s3.9-13.1 3.9-20.3m-94.8 96.7v-6.3l88.9-10l-242.9 13.4c.6-2.2 1.1-4.6 1.4-7.2c.3-2 .5-4.2.6-6.5l64.8-8.1l-64.9 1.9c0-.4-.1-.7-.1-1.1c-2.8-17.2-25.5-23.7-25.5-23.7l-1.1-26.3h23.8l19 41.8h17.1L348.6 216l-62.2 131.4h17.1l19-41.8h23.6L345 332s-22.7 6.5-25.5 23.7c-.1.3-.1.7-.1 1.1l-64.9-1.9l64.8 8.1c.1 2.3.3 4.4.6 6.5c.3 2.6.8 5 1.4 7.2L78.4 363.2l88.9 10v6.3c-5.9.9-10.5 6-10.5 12.2c0 6.8 5.6 12.4 12.4 12.4s12.4-5.6 12.4-12.4c0-6.2-4.6-11.3-10.5-12.2v-5.8l80.3 9v5.4c-5.7 1.1-9.9 6.2-9.9 12.1c0 6.8 5.6 10.2 12.4 10.2s12.4-3.4 12.4-10.2c0-6-4.3-11-9.9-12.1v-4.9l28.4 3.2v23.7h-5.9V424h5.9v-6.6h5v6.6h5.9v-13.8h-5.9V387l38.3 4.3c8.1 11.4 19 13.6 19 13.6l-.1 6.7l-5.1.2l-.1 12.1h4.1l.1-5h5.2l.1 5h4.1l-.1-12.1l-5.1-.2l-.1-6.7s10.9-2.1 19-13.6l38.3-4.3v23.2h-5.9V424h5.9v-6.6h5v6.6h5.9v-13.8h-5.9v-23.7l28.4-3.2v4.9c-5.7 1.1-9.9 6.2-9.9 12.1c0 6.8 5.6 10.2 12.4 10.2s12.4-3.4 12.4-10.2c0-6-4.3-11-9.9-12.1v-5.4l80.3-9v5.8c-5.9.9-10.5 6-10.5 12.2c0 6.8 5.6 12.4 12.4 12.4s12.4-5.6 12.4-12.4c-.2-6.3-4.7-11.4-10.7-12.3m-200.8-87.6l19.6-42.5l19.6 42.5h-17.9l-1.7-40.3l-1.7 40.3z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7BrandsAviato(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="m107.2 347.5l-19-41.8H36.1l-19 41.8H0l62.2-131.4l62.2 131.4zm-45-98.1l-19.6 42.5h39.2zm112.7 102.4l-62.2-131.4h17.1l45.1 96l45.1-96h17zm80.6-4.3V220.4H271v127.1zm209.1-115.6v115.6h-17.3V231.9h-41.2v-11.5h99.6v11.5zM640 282.8q0 13.8-5.1 25.8c-3.4 8-8.2 15.1-14.2 21.1s-13.1 10.8-21.1 14.2q-12 5.1-25.8 5.1t-25.8-5.1c-8-3.4-15.1-8.2-21.1-14.2s-10.8-13-14.2-21.1q-5.1-12-5.1-25.8t5.1-25.8c3.4-8 8.2-15.1 14.2-21.1s13-8.4 21.1-11.9q12-5.1 25.8-5.1t25.8 5.1c8 3.4 15.1 5.8 21.1 11.9c6 6 10.7 13.1 14.2 21.1q5.1 12 5.1 25.8m-15.5 0c0-7.3-1.3-14-3.9-20.3s-6.2-11.7-10.8-16.3s-10-8.2-16.2-10.9s-12.8-4-19.8-4s-13.6 1.3-19.8 4s-11.6 6.3-16.2 10.9s-8.2 10-10.8 16.3s-3.9 13.1-3.9 20.3c0 7.3 1.3 14 3.9 20.3s6.2 11.7 10.8 16.3s10 8.2 16.2 10.9s12.8 4 19.8 4s13.6-1.3 19.8-4s11.6-6.3 16.2-10.9s8.2-10 10.8-16.3s3.9-13.1 3.9-20.3m-94.8 96.7v-6.3l88.9-10l-242.9 13.4c.6-2.2 1.1-4.6 1.4-7.2c.3-2 .5-4.2.6-6.5l64.8-8.1l-64.9 1.9c0-.4-.1-.7-.1-1.1c-2.8-17.2-25.5-23.7-25.5-23.7l-1.1-26.3h23.8l19 41.8h17.1L348.6 216l-62.2 131.4h17.1l19-41.8h23.6L345 332s-22.7 6.5-25.5 23.7c-.1.3-.1.7-.1 1.1l-64.9-1.9l64.8 8.1c.1 2.3.3 4.4.6 6.5c.3 2.6.8 5 1.4 7.2L78.4 363.2l88.9 10v6.3c-5.9.9-10.5 6-10.5 12.2c0 6.8 5.6 12.4 12.4 12.4s12.4-5.6 12.4-12.4c0-6.2-4.6-11.3-10.5-12.2v-5.8l80.3 9v5.4c-5.7 1.1-9.9 6.2-9.9 12.1c0 6.8 5.6 10.2 12.4 10.2s12.4-3.4 12.4-10.2c0-6-4.3-11-9.9-12.1v-4.9l28.4 3.2v23.7h-5.9V424h5.9v-6.6h5v6.6h5.9v-13.8h-5.9V387l38.3 4.3c8.1 11.4 19 13.6 19 13.6l-.1 6.7l-5.1.2l-.1 12.1h4.1l.1-5h5.2l.1 5h4.1l-.1-12.1l-5.1-.2l-.1-6.7s10.9-2.1 19-13.6l38.3-4.3v23.2h-5.9V424h5.9v-6.6h5v6.6h5.9v-13.8h-5.9v-23.7l28.4-3.2v4.9c-5.7 1.1-9.9 6.2-9.9 12.1c0 6.8 5.6 10.2 12.4 10.2s12.4-3.4 12.4-10.2c0-6-4.3-11-9.9-12.1v-5.4l80.3-9v5.8c-5.9.9-10.5 6-10.5 12.2c0 6.8 5.6 12.4 12.4 12.4s12.4-5.6 12.4-12.4c-.2-6.3-4.7-11.4-10.7-12.3m-200.8-87.6l19.6-42.5l19.6 42.5h-17.9l-1.7-40.3l-1.7 40.3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="m107.2 347.5l-19-41.8H36.1l-19 41.8H0l62.2-131.4l62.2 131.4zm-45-98.1l-19.6 42.5h39.2zm112.7 102.4l-62.2-131.4h17.1l45.1 96l45.1-96h17zm80.6-4.3V220.4H271v127.1zm209.1-115.6v115.6h-17.3V231.9h-41.2v-11.5h99.6v11.5zM640 282.8q0 13.8-5.1 25.8c-3.4 8-8.2 15.1-14.2 21.1s-13.1 10.8-21.1 14.2q-12 5.1-25.8 5.1t-25.8-5.1c-8-3.4-15.1-8.2-21.1-14.2s-10.8-13-14.2-21.1q-5.1-12-5.1-25.8t5.1-25.8c3.4-8 8.2-15.1 14.2-21.1s13-8.4 21.1-11.9q12-5.1 25.8-5.1t25.8 5.1c8 3.4 15.1 5.8 21.1 11.9c6 6 10.7 13.1 14.2 21.1q5.1 12 5.1 25.8m-15.5 0c0-7.3-1.3-14-3.9-20.3s-6.2-11.7-10.8-16.3s-10-8.2-16.2-10.9s-12.8-4-19.8-4s-13.6 1.3-19.8 4s-11.6 6.3-16.2 10.9s-8.2 10-10.8 16.3s-3.9 13.1-3.9 20.3c0 7.3 1.3 14 3.9 20.3s6.2 11.7 10.8 16.3s10 8.2 16.2 10.9s12.8 4 19.8 4s13.6-1.3 19.8-4s11.6-6.3 16.2-10.9s8.2-10 10.8-16.3s3.9-13.1 3.9-20.3m-94.8 96.7v-6.3l88.9-10l-242.9 13.4c.6-2.2 1.1-4.6 1.4-7.2c.3-2 .5-4.2.6-6.5l64.8-8.1l-64.9 1.9c0-.4-.1-.7-.1-1.1c-2.8-17.2-25.5-23.7-25.5-23.7l-1.1-26.3h23.8l19 41.8h17.1L348.6 216l-62.2 131.4h17.1l19-41.8h23.6L345 332s-22.7 6.5-25.5 23.7c-.1.3-.1.7-.1 1.1l-64.9-1.9l64.8 8.1c.1 2.3.3 4.4.6 6.5c.3 2.6.8 5 1.4 7.2L78.4 363.2l88.9 10v6.3c-5.9.9-10.5 6-10.5 12.2c0 6.8 5.6 12.4 12.4 12.4s12.4-5.6 12.4-12.4c0-6.2-4.6-11.3-10.5-12.2v-5.8l80.3 9v5.4c-5.7 1.1-9.9 6.2-9.9 12.1c0 6.8 5.6 10.2 12.4 10.2s12.4-3.4 12.4-10.2c0-6-4.3-11-9.9-12.1v-4.9l28.4 3.2v23.7h-5.9V424h5.9v-6.6h5v6.6h5.9v-13.8h-5.9V387l38.3 4.3c8.1 11.4 19 13.6 19 13.6l-.1 6.7l-5.1.2l-.1 12.1h4.1l.1-5h5.2l.1 5h4.1l-.1-12.1l-5.1-.2l-.1-6.7s10.9-2.1 19-13.6l38.3-4.3v23.2h-5.9V424h5.9v-6.6h5v6.6h5.9v-13.8h-5.9v-23.7l28.4-3.2v4.9c-5.7 1.1-9.9 6.2-9.9 12.1c0 6.8 5.6 10.2 12.4 10.2s12.4-3.4 12.4-10.2c0-6-4.3-11-9.9-12.1v-5.4l80.3-9v5.8c-5.9.9-10.5 6-10.5 12.2c0 6.8 5.6 12.4 12.4 12.4s12.4-5.6 12.4-12.4c-.2-6.3-4.7-11.4-10.7-12.3m-200.8-87.6l19.6-42.5l19.6 42.5h-17.9l-1.7-40.3l-1.7 40.3z"/></svg>
</template>

CSS

.icon-aviato {
  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%22m107.2%20347.5l-19-41.8H36.1l-19%2041.8H0l62.2-131.4l62.2%20131.4zm-45-98.1l-19.6%2042.5h39.2zm112.7%20102.4l-62.2-131.4h17.1l45.1%2096l45.1-96h17zm80.6-4.3V220.4H271v127.1zm209.1-115.6v115.6h-17.3V231.9h-41.2v-11.5h99.6v11.5zM640%20282.8q0%2013.8-5.1%2025.8c-3.4%208-8.2%2015.1-14.2%2021.1s-13.1%2010.8-21.1%2014.2q-12%205.1-25.8%205.1t-25.8-5.1c-8-3.4-15.1-8.2-21.1-14.2s-10.8-13-14.2-21.1q-5.1-12-5.1-25.8t5.1-25.8c3.4-8%208.2-15.1%2014.2-21.1s13-8.4%2021.1-11.9q12-5.1%2025.8-5.1t25.8%205.1c8%203.4%2015.1%205.8%2021.1%2011.9c6%206%2010.7%2013.1%2014.2%2021.1q5.1%2012%205.1%2025.8m-15.5%200c0-7.3-1.3-14-3.9-20.3s-6.2-11.7-10.8-16.3s-10-8.2-16.2-10.9s-12.8-4-19.8-4s-13.6%201.3-19.8%204s-11.6%206.3-16.2%2010.9s-8.2%2010-10.8%2016.3s-3.9%2013.1-3.9%2020.3c0%207.3%201.3%2014%203.9%2020.3s6.2%2011.7%2010.8%2016.3s10%208.2%2016.2%2010.9s12.8%204%2019.8%204s13.6-1.3%2019.8-4s11.6-6.3%2016.2-10.9s8.2-10%2010.8-16.3s3.9-13.1%203.9-20.3m-94.8%2096.7v-6.3l88.9-10l-242.9%2013.4c.6-2.2%201.1-4.6%201.4-7.2c.3-2%20.5-4.2.6-6.5l64.8-8.1l-64.9%201.9c0-.4-.1-.7-.1-1.1c-2.8-17.2-25.5-23.7-25.5-23.7l-1.1-26.3h23.8l19%2041.8h17.1L348.6%20216l-62.2%20131.4h17.1l19-41.8h23.6L345%20332s-22.7%206.5-25.5%2023.7c-.1.3-.1.7-.1%201.1l-64.9-1.9l64.8%208.1c.1%202.3.3%204.4.6%206.5c.3%202.6.8%205%201.4%207.2L78.4%20363.2l88.9%2010v6.3c-5.9.9-10.5%206-10.5%2012.2c0%206.8%205.6%2012.4%2012.4%2012.4s12.4-5.6%2012.4-12.4c0-6.2-4.6-11.3-10.5-12.2v-5.8l80.3%209v5.4c-5.7%201.1-9.9%206.2-9.9%2012.1c0%206.8%205.6%2010.2%2012.4%2010.2s12.4-3.4%2012.4-10.2c0-6-4.3-11-9.9-12.1v-4.9l28.4%203.2v23.7h-5.9V424h5.9v-6.6h5v6.6h5.9v-13.8h-5.9V387l38.3%204.3c8.1%2011.4%2019%2013.6%2019%2013.6l-.1%206.7l-5.1.2l-.1%2012.1h4.1l.1-5h5.2l.1%205h4.1l-.1-12.1l-5.1-.2l-.1-6.7s10.9-2.1%2019-13.6l38.3-4.3v23.2h-5.9V424h5.9v-6.6h5v6.6h5.9v-13.8h-5.9v-23.7l28.4-3.2v4.9c-5.7%201.1-9.9%206.2-9.9%2012.1c0%206.8%205.6%2010.2%2012.4%2010.2s12.4-3.4%2012.4-10.2c0-6-4.3-11-9.9-12.1v-5.4l80.3-9v5.8c-5.9.9-10.5%206-10.5%2012.2c0%206.8%205.6%2012.4%2012.4%2012.4s12.4-5.6%2012.4-12.4c-.2-6.3-4.7-11.4-10.7-12.3m-200.8-87.6l19.6-42.5l19.6%2042.5h-17.9l-1.7-40.3l-1.7%2040.3z%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%22m107.2%20347.5l-19-41.8H36.1l-19%2041.8H0l62.2-131.4l62.2%20131.4zm-45-98.1l-19.6%2042.5h39.2zm112.7%20102.4l-62.2-131.4h17.1l45.1%2096l45.1-96h17zm80.6-4.3V220.4H271v127.1zm209.1-115.6v115.6h-17.3V231.9h-41.2v-11.5h99.6v11.5zM640%20282.8q0%2013.8-5.1%2025.8c-3.4%208-8.2%2015.1-14.2%2021.1s-13.1%2010.8-21.1%2014.2q-12%205.1-25.8%205.1t-25.8-5.1c-8-3.4-15.1-8.2-21.1-14.2s-10.8-13-14.2-21.1q-5.1-12-5.1-25.8t5.1-25.8c3.4-8%208.2-15.1%2014.2-21.1s13-8.4%2021.1-11.9q12-5.1%2025.8-5.1t25.8%205.1c8%203.4%2015.1%205.8%2021.1%2011.9c6%206%2010.7%2013.1%2014.2%2021.1q5.1%2012%205.1%2025.8m-15.5%200c0-7.3-1.3-14-3.9-20.3s-6.2-11.7-10.8-16.3s-10-8.2-16.2-10.9s-12.8-4-19.8-4s-13.6%201.3-19.8%204s-11.6%206.3-16.2%2010.9s-8.2%2010-10.8%2016.3s-3.9%2013.1-3.9%2020.3c0%207.3%201.3%2014%203.9%2020.3s6.2%2011.7%2010.8%2016.3s10%208.2%2016.2%2010.9s12.8%204%2019.8%204s13.6-1.3%2019.8-4s11.6-6.3%2016.2-10.9s8.2-10%2010.8-16.3s3.9-13.1%203.9-20.3m-94.8%2096.7v-6.3l88.9-10l-242.9%2013.4c.6-2.2%201.1-4.6%201.4-7.2c.3-2%20.5-4.2.6-6.5l64.8-8.1l-64.9%201.9c0-.4-.1-.7-.1-1.1c-2.8-17.2-25.5-23.7-25.5-23.7l-1.1-26.3h23.8l19%2041.8h17.1L348.6%20216l-62.2%20131.4h17.1l19-41.8h23.6L345%20332s-22.7%206.5-25.5%2023.7c-.1.3-.1.7-.1%201.1l-64.9-1.9l64.8%208.1c.1%202.3.3%204.4.6%206.5c.3%202.6.8%205%201.4%207.2L78.4%20363.2l88.9%2010v6.3c-5.9.9-10.5%206-10.5%2012.2c0%206.8%205.6%2012.4%2012.4%2012.4s12.4-5.6%2012.4-12.4c0-6.2-4.6-11.3-10.5-12.2v-5.8l80.3%209v5.4c-5.7%201.1-9.9%206.2-9.9%2012.1c0%206.8%205.6%2010.2%2012.4%2010.2s12.4-3.4%2012.4-10.2c0-6-4.3-11-9.9-12.1v-4.9l28.4%203.2v23.7h-5.9V424h5.9v-6.6h5v6.6h5.9v-13.8h-5.9V387l38.3%204.3c8.1%2011.4%2019%2013.6%2019%2013.6l-.1%206.7l-5.1.2l-.1%2012.1h4.1l.1-5h5.2l.1%205h4.1l-.1-12.1l-5.1-.2l-.1-6.7s10.9-2.1%2019-13.6l38.3-4.3v23.2h-5.9V424h5.9v-6.6h5v6.6h5.9v-13.8h-5.9v-23.7l28.4-3.2v4.9c-5.7%201.1-9.9%206.2-9.9%2012.1c0%206.8%205.6%2010.2%2012.4%2010.2s12.4-3.4%2012.4-10.2c0-6-4.3-11-9.9-12.1v-5.4l80.3-9v5.8c-5.9.9-10.5%206-10.5%2012.2c0%206.8%205.6%2012.4%2012.4%2012.4s12.4-5.6%2012.4-12.4c-.2-6.3-4.7-11.4-10.7-12.3m-200.8-87.6l19.6-42.5l19.6%2042.5h-17.9l-1.7-40.3l-1.7%2040.3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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