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

Name
airbnb
Set
Font Awesome 6 Brands
Style
Regular
Viewbox
448×512
License
CC BY 4.0

The same logo in other sets

Use the airbnb logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M224 373.12c-25.24-31.67-40.08-59.43-45-83.18c-22.55-88 112.61-88 90.06 0c-5.45 24.25-20.29 52-45 83.18zm138.15 73.23c-42.06 18.31-83.67-10.88-119.3-50.47c103.9-130.07 46.11-200-18.85-200c-54.92 0-85.16 46.51-73.28 100.5c6.93 29.19 25.23 62.39 54.43 99.5c-32.53 36.05-60.55 52.69-85.15 54.92c-50 7.43-89.11-41.06-71.3-91.09c15.1-39.16 111.72-231.18 115.87-241.56c15.75-30.07 25.56-57.4 59.38-57.4c32.34 0 43.4 25.94 60.37 59.87c36 70.62 89.35 177.48 114.84 239.09c13.17 33.07-1.37 71.29-37.01 86.64m47-136.12C280.27 35.93 273.13 32 224 32c-45.52 0-64.87 31.67-84.66 72.79C33.18 317.1 22.89 347.19 22 349.81C-3.22 419.14 48.74 480 111.63 480c21.71 0 60.61-6.06 112.37-62.4c58.68 63.78 101.26 62.4 112.37 62.4c62.89.05 114.85-60.86 89.61-130.19c.02-3.89-16.82-38.9-16.82-39.58z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6BrandsAirbnb(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M224 373.12c-25.24-31.67-40.08-59.43-45-83.18c-22.55-88 112.61-88 90.06 0c-5.45 24.25-20.29 52-45 83.18zm138.15 73.23c-42.06 18.31-83.67-10.88-119.3-50.47c103.9-130.07 46.11-200-18.85-200c-54.92 0-85.16 46.51-73.28 100.5c6.93 29.19 25.23 62.39 54.43 99.5c-32.53 36.05-60.55 52.69-85.15 54.92c-50 7.43-89.11-41.06-71.3-91.09c15.1-39.16 111.72-231.18 115.87-241.56c15.75-30.07 25.56-57.4 59.38-57.4c32.34 0 43.4 25.94 60.37 59.87c36 70.62 89.35 177.48 114.84 239.09c13.17 33.07-1.37 71.29-37.01 86.64m47-136.12C280.27 35.93 273.13 32 224 32c-45.52 0-64.87 31.67-84.66 72.79C33.18 317.1 22.89 347.19 22 349.81C-3.22 419.14 48.74 480 111.63 480c21.71 0 60.61-6.06 112.37-62.4c58.68 63.78 101.26 62.4 112.37 62.4c62.89.05 114.85-60.86 89.61-130.19c.02-3.89-16.82-38.9-16.82-39.58z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M224 373.12c-25.24-31.67-40.08-59.43-45-83.18c-22.55-88 112.61-88 90.06 0c-5.45 24.25-20.29 52-45 83.18zm138.15 73.23c-42.06 18.31-83.67-10.88-119.3-50.47c103.9-130.07 46.11-200-18.85-200c-54.92 0-85.16 46.51-73.28 100.5c6.93 29.19 25.23 62.39 54.43 99.5c-32.53 36.05-60.55 52.69-85.15 54.92c-50 7.43-89.11-41.06-71.3-91.09c15.1-39.16 111.72-231.18 115.87-241.56c15.75-30.07 25.56-57.4 59.38-57.4c32.34 0 43.4 25.94 60.37 59.87c36 70.62 89.35 177.48 114.84 239.09c13.17 33.07-1.37 71.29-37.01 86.64m47-136.12C280.27 35.93 273.13 32 224 32c-45.52 0-64.87 31.67-84.66 72.79C33.18 317.1 22.89 347.19 22 349.81C-3.22 419.14 48.74 480 111.63 480c21.71 0 60.61-6.06 112.37-62.4c58.68 63.78 101.26 62.4 112.37 62.4c62.89.05 114.85-60.86 89.61-130.19c.02-3.89-16.82-38.9-16.82-39.58z"/></svg>
</template>

CSS

.icon-airbnb {
  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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M224%20373.12c-25.24-31.67-40.08-59.43-45-83.18c-22.55-88%20112.61-88%2090.06%200c-5.45%2024.25-20.29%2052-45%2083.18zm138.15%2073.23c-42.06%2018.31-83.67-10.88-119.3-50.47c103.9-130.07%2046.11-200-18.85-200c-54.92%200-85.16%2046.51-73.28%20100.5c6.93%2029.19%2025.23%2062.39%2054.43%2099.5c-32.53%2036.05-60.55%2052.69-85.15%2054.92c-50%207.43-89.11-41.06-71.3-91.09c15.1-39.16%20111.72-231.18%20115.87-241.56c15.75-30.07%2025.56-57.4%2059.38-57.4c32.34%200%2043.4%2025.94%2060.37%2059.87c36%2070.62%2089.35%20177.48%20114.84%20239.09c13.17%2033.07-1.37%2071.29-37.01%2086.64m47-136.12C280.27%2035.93%20273.13%2032%20224%2032c-45.52%200-64.87%2031.67-84.66%2072.79C33.18%20317.1%2022.89%20347.19%2022%20349.81C-3.22%20419.14%2048.74%20480%20111.63%20480c21.71%200%2060.61-6.06%20112.37-62.4c58.68%2063.78%20101.26%2062.4%20112.37%2062.4c62.89.05%20114.85-60.86%2089.61-130.19c.02-3.89-16.82-38.9-16.82-39.58z%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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M224%20373.12c-25.24-31.67-40.08-59.43-45-83.18c-22.55-88%20112.61-88%2090.06%200c-5.45%2024.25-20.29%2052-45%2083.18zm138.15%2073.23c-42.06%2018.31-83.67-10.88-119.3-50.47c103.9-130.07%2046.11-200-18.85-200c-54.92%200-85.16%2046.51-73.28%20100.5c6.93%2029.19%2025.23%2062.39%2054.43%2099.5c-32.53%2036.05-60.55%2052.69-85.15%2054.92c-50%207.43-89.11-41.06-71.3-91.09c15.1-39.16%20111.72-231.18%20115.87-241.56c15.75-30.07%2025.56-57.4%2059.38-57.4c32.34%200%2043.4%2025.94%2060.37%2059.87c36%2070.62%2089.35%20177.48%20114.84%20239.09c13.17%2033.07-1.37%2071.29-37.01%2086.64m47-136.12C280.27%2035.93%20273.13%2032%20224%2032c-45.52%200-64.87%2031.67-84.66%2072.79C33.18%20317.1%2022.89%20347.19%2022%20349.81C-3.22%20419.14%2048.74%20480%20111.63%20480c21.71%200%2060.61-6.06%20112.37-62.4c58.68%2063.78%20101.26%2062.4%20112.37%2062.4c62.89.05%20114.85-60.86%2089.61-130.19c.02-3.89-16.82-38.9-16.82-39.58z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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