airbnb from Boxicons Brands by Boxicons · Logo · MIT Free for personal and commercial use.

Name
airbnb
Set
Boxicons Brands
Style
Logo
Viewbox
24×24
License
MIT

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 24 24"><path fill="currentColor" d="M12.001 16.709c-1.013-1.271-1.609-2.386-1.808-3.34c-.197-.769-.12-1.385.218-1.848c.357-.532.89-.791 1.589-.791s1.231.259 1.589.796c.335.458.419 1.075.215 1.848c-.218.974-.813 2.087-1.808 3.341zm7.196.855c-.14.934-.775 1.708-1.65 2.085c-1.687.734-3.359-.437-4.789-2.026c2.365-2.961 2.803-5.268 1.787-6.758c-.596-.855-1.449-1.271-2.544-1.271c-2.206 0-3.419 1.867-2.942 4.034c.276 1.173 1.013 2.506 2.186 3.996c-.735.813-1.432 1.391-2.047 1.748c-.478.258-.934.418-1.37.456c-2.008.299-3.582-1.647-2.867-3.656c.1-.259.297-.734.634-1.471l.019-.039c1.097-2.382 2.43-5.088 3.961-8.09l.039-.1l.435-.836c.338-.616.477-.892 1.014-1.231c.258-.157.576-.235.934-.235c.715 0 1.271.418 1.511.753c.118.18.259.419.436.716l.419.815l.06.119c1.53 3.001 2.863 5.702 3.955 8.089l.02.019l.401.915l.237.573c.183.459.221.915.16 1.393zm.913-1.791c-.139-.438-.378-.953-.675-1.569v-.022a263 263 0 0 0-3.976-8.128l-.084-.121C14.486 4.109 13.849 3.014 12 3.014c-1.827 0-2.604 1.27-3.397 2.922l-.061.119c-1.251 2.426-2.564 5.128-3.975 8.13v.039l-.418.914c-.158.378-.237.575-.259.636C2.878 18.556 4.964 21 7.489 21c.021 0 .099 0 .198-.021h.278c1.313-.159 2.664-.993 4.035-2.485c1.371 1.49 2.725 2.326 4.033 2.485h.279c.1.021.18.021.2.021c2.525.002 4.61-2.444 3.598-5.227"/></svg>

React

import type { SVGProps } from "react";

export function BxlAirbnb(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="M12.001 16.709c-1.013-1.271-1.609-2.386-1.808-3.34c-.197-.769-.12-1.385.218-1.848c.357-.532.89-.791 1.589-.791s1.231.259 1.589.796c.335.458.419 1.075.215 1.848c-.218.974-.813 2.087-1.808 3.341zm7.196.855c-.14.934-.775 1.708-1.65 2.085c-1.687.734-3.359-.437-4.789-2.026c2.365-2.961 2.803-5.268 1.787-6.758c-.596-.855-1.449-1.271-2.544-1.271c-2.206 0-3.419 1.867-2.942 4.034c.276 1.173 1.013 2.506 2.186 3.996c-.735.813-1.432 1.391-2.047 1.748c-.478.258-.934.418-1.37.456c-2.008.299-3.582-1.647-2.867-3.656c.1-.259.297-.734.634-1.471l.019-.039c1.097-2.382 2.43-5.088 3.961-8.09l.039-.1l.435-.836c.338-.616.477-.892 1.014-1.231c.258-.157.576-.235.934-.235c.715 0 1.271.418 1.511.753c.118.18.259.419.436.716l.419.815l.06.119c1.53 3.001 2.863 5.702 3.955 8.089l.02.019l.401.915l.237.573c.183.459.221.915.16 1.393zm.913-1.791c-.139-.438-.378-.953-.675-1.569v-.022a263 263 0 0 0-3.976-8.128l-.084-.121C14.486 4.109 13.849 3.014 12 3.014c-1.827 0-2.604 1.27-3.397 2.922l-.061.119c-1.251 2.426-2.564 5.128-3.975 8.13v.039l-.418.914c-.158.378-.237.575-.259.636C2.878 18.556 4.964 21 7.489 21c.021 0 .099 0 .198-.021h.278c1.313-.159 2.664-.993 4.035-2.485c1.371 1.49 2.725 2.326 4.033 2.485h.279c.1.021.18.021.2.021c2.525.002 4.61-2.444 3.598-5.227"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.001 16.709c-1.013-1.271-1.609-2.386-1.808-3.34c-.197-.769-.12-1.385.218-1.848c.357-.532.89-.791 1.589-.791s1.231.259 1.589.796c.335.458.419 1.075.215 1.848c-.218.974-.813 2.087-1.808 3.341zm7.196.855c-.14.934-.775 1.708-1.65 2.085c-1.687.734-3.359-.437-4.789-2.026c2.365-2.961 2.803-5.268 1.787-6.758c-.596-.855-1.449-1.271-2.544-1.271c-2.206 0-3.419 1.867-2.942 4.034c.276 1.173 1.013 2.506 2.186 3.996c-.735.813-1.432 1.391-2.047 1.748c-.478.258-.934.418-1.37.456c-2.008.299-3.582-1.647-2.867-3.656c.1-.259.297-.734.634-1.471l.019-.039c1.097-2.382 2.43-5.088 3.961-8.09l.039-.1l.435-.836c.338-.616.477-.892 1.014-1.231c.258-.157.576-.235.934-.235c.715 0 1.271.418 1.511.753c.118.18.259.419.436.716l.419.815l.06.119c1.53 3.001 2.863 5.702 3.955 8.089l.02.019l.401.915l.237.573c.183.459.221.915.16 1.393zm.913-1.791c-.139-.438-.378-.953-.675-1.569v-.022a263 263 0 0 0-3.976-8.128l-.084-.121C14.486 4.109 13.849 3.014 12 3.014c-1.827 0-2.604 1.27-3.397 2.922l-.061.119c-1.251 2.426-2.564 5.128-3.975 8.13v.039l-.418.914c-.158.378-.237.575-.259.636C2.878 18.556 4.964 21 7.489 21c.021 0 .099 0 .198-.021h.278c1.313-.159 2.664-.993 4.035-2.485c1.371 1.49 2.725 2.326 4.033 2.485h.279c.1.021.18.021.2.021c2.525.002 4.61-2.444 3.598-5.227"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.001%2016.709c-1.013-1.271-1.609-2.386-1.808-3.34c-.197-.769-.12-1.385.218-1.848c.357-.532.89-.791%201.589-.791s1.231.259%201.589.796c.335.458.419%201.075.215%201.848c-.218.974-.813%202.087-1.808%203.341zm7.196.855c-.14.934-.775%201.708-1.65%202.085c-1.687.734-3.359-.437-4.789-2.026c2.365-2.961%202.803-5.268%201.787-6.758c-.596-.855-1.449-1.271-2.544-1.271c-2.206%200-3.419%201.867-2.942%204.034c.276%201.173%201.013%202.506%202.186%203.996c-.735.813-1.432%201.391-2.047%201.748c-.478.258-.934.418-1.37.456c-2.008.299-3.582-1.647-2.867-3.656c.1-.259.297-.734.634-1.471l.019-.039c1.097-2.382%202.43-5.088%203.961-8.09l.039-.1l.435-.836c.338-.616.477-.892%201.014-1.231c.258-.157.576-.235.934-.235c.715%200%201.271.418%201.511.753c.118.18.259.419.436.716l.419.815l.06.119c1.53%203.001%202.863%205.702%203.955%208.089l.02.019l.401.915l.237.573c.183.459.221.915.16%201.393zm.913-1.791c-.139-.438-.378-.953-.675-1.569v-.022a263%20263%200%200%200-3.976-8.128l-.084-.121C14.486%204.109%2013.849%203.014%2012%203.014c-1.827%200-2.604%201.27-3.397%202.922l-.061.119c-1.251%202.426-2.564%205.128-3.975%208.13v.039l-.418.914c-.158.378-.237.575-.259.636C2.878%2018.556%204.964%2021%207.489%2021c.021%200%20.099%200%20.198-.021h.278c1.313-.159%202.664-.993%204.035-2.485c1.371%201.49%202.725%202.326%204.033%202.485h.279c.1.021.18.021.2.021c2.525.002%204.61-2.444%203.598-5.227%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%22M12.001%2016.709c-1.013-1.271-1.609-2.386-1.808-3.34c-.197-.769-.12-1.385.218-1.848c.357-.532.89-.791%201.589-.791s1.231.259%201.589.796c.335.458.419%201.075.215%201.848c-.218.974-.813%202.087-1.808%203.341zm7.196.855c-.14.934-.775%201.708-1.65%202.085c-1.687.734-3.359-.437-4.789-2.026c2.365-2.961%202.803-5.268%201.787-6.758c-.596-.855-1.449-1.271-2.544-1.271c-2.206%200-3.419%201.867-2.942%204.034c.276%201.173%201.013%202.506%202.186%203.996c-.735.813-1.432%201.391-2.047%201.748c-.478.258-.934.418-1.37.456c-2.008.299-3.582-1.647-2.867-3.656c.1-.259.297-.734.634-1.471l.019-.039c1.097-2.382%202.43-5.088%203.961-8.09l.039-.1l.435-.836c.338-.616.477-.892%201.014-1.231c.258-.157.576-.235.934-.235c.715%200%201.271.418%201.511.753c.118.18.259.419.436.716l.419.815l.06.119c1.53%203.001%202.863%205.702%203.955%208.089l.02.019l.401.915l.237.573c.183.459.221.915.16%201.393zm.913-1.791c-.139-.438-.378-.953-.675-1.569v-.022a263%20263%200%200%200-3.976-8.128l-.084-.121C14.486%204.109%2013.849%203.014%2012%203.014c-1.827%200-2.604%201.27-3.397%202.922l-.061.119c-1.251%202.426-2.564%205.128-3.975%208.13v.039l-.418.914c-.158.378-.237.575-.259.636C2.878%2018.556%204.964%2021%207.489%2021c.021%200%20.099%200%20.198-.021h.278c1.313-.159%202.664-.993%204.035-2.485c1.371%201.49%202.725%202.326%204.033%202.485h.279c.1.021.18.021.2.021c2.525.002%204.61-2.444%203.598-5.227%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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