airbnb from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.

Name
airbnb
Set
Jam Icons
Style
Outline
Viewbox
24×24
License
MIT

The same icon in other sets

Use the airbnb icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-3 -2 24 24"><path fill="currentColor" d="M17.497 13.278c1.017 2.29.441 4.676-1.433 5.938c-.774.522-1.592.783-2.431.783c-.848 0-1.716-.266-2.583-.797c-.512-.314-.966-.72-1.405-1.112q-.21-.189-.422-.371a1 1 0 0 1-.171-.192q-.183.162-.353.318c-.432.392-.841.762-1.286 1.078c-1.643 1.167-3.276 1.38-4.856.635a4.446 4.446 0 0 1-2.3-5.5c.493-1.414 1.135-2.79 1.757-4.12l.02-.043c.883-1.89 1.806-3.797 2.698-5.641l.793-1.641c.34-.706.795-1.498 1.595-2.026c.823-.543 1.783-.717 2.703-.49c.937.233 1.735.86 2.248 1.764c.763 1.346 1.44 2.762 2.015 3.984a375 375 0 0 1 3.411 7.433M11.62 3.97l-.555-1.165c-.412-.869-1.167-1.392-2.02-1.4c-.873.004-1.65.512-2.09 1.394q-.199.397-.404.79c-.226.439-.46.892-.674 1.35c-1.5 3.224-2.883 6.218-4.227 9.152c-.396.863-.41 1.772-.043 2.627c.35.814.974 1.422 1.757 1.711c.324.12.66.179.999.179c.483 0 .971-.12 1.432-.36c.585-.304 1.097-.738 1.593-1.157c.216-.183.432-.366.653-.537c.579-.448.26-.959.136-1.158c-.572-.915-1.164-1.862-1.624-2.842c-.444-.948-.538-1.903-.278-2.837c.413-1.482 1.952-2.33 3.503-1.93c1.456.374 2.341 1.873 2.058 3.486c-.194 1.107-.66 2.178-1.51 3.475c-.055.082-.12.168-.186.255c-.24.317-.511.677-.451 1.064c.064.41.426.705.745.965q.108.088.206.172c.805.711 1.719 1.371 2.951 1.388h.026l.025-.003q.117-.015.235-.027c.19-.02.389-.04.589-.097a3.06 3.06 0 0 0 1.953-1.692c.37-.83.356-1.766-.038-2.634c-1.547-3.41-3.18-6.846-4.761-10.169m-1.162 7.32c.183-.907.054-1.46-.43-1.85q-.468-.372-.988-.373q-.384 0-.793.204c-.545.274-.78.748-.737 1.495c.076 1.313.747 2.383 1.504 3.483c.633-.89 1.221-1.854 1.444-2.96z"/></svg>

React

import type { SVGProps } from "react";

export function JamAirbnb(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-3 -2 24 24"><path fill="currentColor" d="M17.497 13.278c1.017 2.29.441 4.676-1.433 5.938c-.774.522-1.592.783-2.431.783c-.848 0-1.716-.266-2.583-.797c-.512-.314-.966-.72-1.405-1.112q-.21-.189-.422-.371a1 1 0 0 1-.171-.192q-.183.162-.353.318c-.432.392-.841.762-1.286 1.078c-1.643 1.167-3.276 1.38-4.856.635a4.446 4.446 0 0 1-2.3-5.5c.493-1.414 1.135-2.79 1.757-4.12l.02-.043c.883-1.89 1.806-3.797 2.698-5.641l.793-1.641c.34-.706.795-1.498 1.595-2.026c.823-.543 1.783-.717 2.703-.49c.937.233 1.735.86 2.248 1.764c.763 1.346 1.44 2.762 2.015 3.984a375 375 0 0 1 3.411 7.433M11.62 3.97l-.555-1.165c-.412-.869-1.167-1.392-2.02-1.4c-.873.004-1.65.512-2.09 1.394q-.199.397-.404.79c-.226.439-.46.892-.674 1.35c-1.5 3.224-2.883 6.218-4.227 9.152c-.396.863-.41 1.772-.043 2.627c.35.814.974 1.422 1.757 1.711c.324.12.66.179.999.179c.483 0 .971-.12 1.432-.36c.585-.304 1.097-.738 1.593-1.157c.216-.183.432-.366.653-.537c.579-.448.26-.959.136-1.158c-.572-.915-1.164-1.862-1.624-2.842c-.444-.948-.538-1.903-.278-2.837c.413-1.482 1.952-2.33 3.503-1.93c1.456.374 2.341 1.873 2.058 3.486c-.194 1.107-.66 2.178-1.51 3.475c-.055.082-.12.168-.186.255c-.24.317-.511.677-.451 1.064c.064.41.426.705.745.965q.108.088.206.172c.805.711 1.719 1.371 2.951 1.388h.026l.025-.003q.117-.015.235-.027c.19-.02.389-.04.589-.097a3.06 3.06 0 0 0 1.953-1.692c.37-.83.356-1.766-.038-2.634c-1.547-3.41-3.18-6.846-4.761-10.169m-1.162 7.32c.183-.907.054-1.46-.43-1.85q-.468-.372-.988-.373q-.384 0-.793.204c-.545.274-.78.748-.737 1.495c.076 1.313.747 2.383 1.504 3.483c.633-.89 1.221-1.854 1.444-2.96z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-3 -2 24 24"><path fill="currentColor" d="M17.497 13.278c1.017 2.29.441 4.676-1.433 5.938c-.774.522-1.592.783-2.431.783c-.848 0-1.716-.266-2.583-.797c-.512-.314-.966-.72-1.405-1.112q-.21-.189-.422-.371a1 1 0 0 1-.171-.192q-.183.162-.353.318c-.432.392-.841.762-1.286 1.078c-1.643 1.167-3.276 1.38-4.856.635a4.446 4.446 0 0 1-2.3-5.5c.493-1.414 1.135-2.79 1.757-4.12l.02-.043c.883-1.89 1.806-3.797 2.698-5.641l.793-1.641c.34-.706.795-1.498 1.595-2.026c.823-.543 1.783-.717 2.703-.49c.937.233 1.735.86 2.248 1.764c.763 1.346 1.44 2.762 2.015 3.984a375 375 0 0 1 3.411 7.433M11.62 3.97l-.555-1.165c-.412-.869-1.167-1.392-2.02-1.4c-.873.004-1.65.512-2.09 1.394q-.199.397-.404.79c-.226.439-.46.892-.674 1.35c-1.5 3.224-2.883 6.218-4.227 9.152c-.396.863-.41 1.772-.043 2.627c.35.814.974 1.422 1.757 1.711c.324.12.66.179.999.179c.483 0 .971-.12 1.432-.36c.585-.304 1.097-.738 1.593-1.157c.216-.183.432-.366.653-.537c.579-.448.26-.959.136-1.158c-.572-.915-1.164-1.862-1.624-2.842c-.444-.948-.538-1.903-.278-2.837c.413-1.482 1.952-2.33 3.503-1.93c1.456.374 2.341 1.873 2.058 3.486c-.194 1.107-.66 2.178-1.51 3.475c-.055.082-.12.168-.186.255c-.24.317-.511.677-.451 1.064c.064.41.426.705.745.965q.108.088.206.172c.805.711 1.719 1.371 2.951 1.388h.026l.025-.003q.117-.015.235-.027c.19-.02.389-.04.589-.097a3.06 3.06 0 0 0 1.953-1.692c.37-.83.356-1.766-.038-2.634c-1.547-3.41-3.18-6.846-4.761-10.169m-1.162 7.32c.183-.907.054-1.46-.43-1.85q-.468-.372-.988-.373q-.384 0-.793.204c-.545.274-.78.748-.737 1.495c.076 1.313.747 2.383 1.504 3.483c.633-.89 1.221-1.854 1.444-2.96z"/></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%22-3%20-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.497%2013.278c1.017%202.29.441%204.676-1.433%205.938c-.774.522-1.592.783-2.431.783c-.848%200-1.716-.266-2.583-.797c-.512-.314-.966-.72-1.405-1.112q-.21-.189-.422-.371a1%201%200%200%201-.171-.192q-.183.162-.353.318c-.432.392-.841.762-1.286%201.078c-1.643%201.167-3.276%201.38-4.856.635a4.446%204.446%200%200%201-2.3-5.5c.493-1.414%201.135-2.79%201.757-4.12l.02-.043c.883-1.89%201.806-3.797%202.698-5.641l.793-1.641c.34-.706.795-1.498%201.595-2.026c.823-.543%201.783-.717%202.703-.49c.937.233%201.735.86%202.248%201.764c.763%201.346%201.44%202.762%202.015%203.984a375%20375%200%200%201%203.411%207.433M11.62%203.97l-.555-1.165c-.412-.869-1.167-1.392-2.02-1.4c-.873.004-1.65.512-2.09%201.394q-.199.397-.404.79c-.226.439-.46.892-.674%201.35c-1.5%203.224-2.883%206.218-4.227%209.152c-.396.863-.41%201.772-.043%202.627c.35.814.974%201.422%201.757%201.711c.324.12.66.179.999.179c.483%200%20.971-.12%201.432-.36c.585-.304%201.097-.738%201.593-1.157c.216-.183.432-.366.653-.537c.579-.448.26-.959.136-1.158c-.572-.915-1.164-1.862-1.624-2.842c-.444-.948-.538-1.903-.278-2.837c.413-1.482%201.952-2.33%203.503-1.93c1.456.374%202.341%201.873%202.058%203.486c-.194%201.107-.66%202.178-1.51%203.475c-.055.082-.12.168-.186.255c-.24.317-.511.677-.451%201.064c.064.41.426.705.745.965q.108.088.206.172c.805.711%201.719%201.371%202.951%201.388h.026l.025-.003q.117-.015.235-.027c.19-.02.389-.04.589-.097a3.06%203.06%200%200%200%201.953-1.692c.37-.83.356-1.766-.038-2.634c-1.547-3.41-3.18-6.846-4.761-10.169m-1.162%207.32c.183-.907.054-1.46-.43-1.85q-.468-.372-.988-.373q-.384%200-.793.204c-.545.274-.78.748-.737%201.495c.076%201.313.747%202.383%201.504%203.483c.633-.89%201.221-1.854%201.444-2.96z%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%22-3%20-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.497%2013.278c1.017%202.29.441%204.676-1.433%205.938c-.774.522-1.592.783-2.431.783c-.848%200-1.716-.266-2.583-.797c-.512-.314-.966-.72-1.405-1.112q-.21-.189-.422-.371a1%201%200%200%201-.171-.192q-.183.162-.353.318c-.432.392-.841.762-1.286%201.078c-1.643%201.167-3.276%201.38-4.856.635a4.446%204.446%200%200%201-2.3-5.5c.493-1.414%201.135-2.79%201.757-4.12l.02-.043c.883-1.89%201.806-3.797%202.698-5.641l.793-1.641c.34-.706.795-1.498%201.595-2.026c.823-.543%201.783-.717%202.703-.49c.937.233%201.735.86%202.248%201.764c.763%201.346%201.44%202.762%202.015%203.984a375%20375%200%200%201%203.411%207.433M11.62%203.97l-.555-1.165c-.412-.869-1.167-1.392-2.02-1.4c-.873.004-1.65.512-2.09%201.394q-.199.397-.404.79c-.226.439-.46.892-.674%201.35c-1.5%203.224-2.883%206.218-4.227%209.152c-.396.863-.41%201.772-.043%202.627c.35.814.974%201.422%201.757%201.711c.324.12.66.179.999.179c.483%200%20.971-.12%201.432-.36c.585-.304%201.097-.738%201.593-1.157c.216-.183.432-.366.653-.537c.579-.448.26-.959.136-1.158c-.572-.915-1.164-1.862-1.624-2.842c-.444-.948-.538-1.903-.278-2.837c.413-1.482%201.952-2.33%203.503-1.93c1.456.374%202.341%201.873%202.058%203.486c-.194%201.107-.66%202.178-1.51%203.475c-.055.082-.12.168-.186.255c-.24.317-.511.677-.451%201.064c.064.41.426.705.745.965q.108.088.206.172c.805.711%201.719%201.371%202.951%201.388h.026l.025-.003q.117-.015.235-.027c.19-.02.389-.04.589-.097a3.06%203.06%200%200%200%201.953-1.692c.37-.83.356-1.766-.038-2.634c-1.547-3.41-3.18-6.846-4.761-10.169m-1.162%207.32c.183-.907.054-1.46-.43-1.85q-.468-.372-.988-.373q-.384%200-.793.204c-.545.274-.78.748-.737%201.495c.076%201.313.747%202.383%201.504%203.483c.633-.89%201.221-1.854%201.444-2.96z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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