airballoon from Material Design Icons by Pictogrammers · Filled · Transportation + Flying · Apache-2.0 Free for personal and commercial use.

Name
airballoon
Set
Material Design Icons
Style
Filled
Category
Transportation + Flying
Viewbox
24×24
License
Apache 2.0
Aliases
hot-air-balloon

1 other variant in Material Design Icons

More transportation + flying icons from Material Design Icons

Use the airballoon icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 23a2 2 0 0 1-2-2v-2h6v2a2 2 0 0 1-2 2zm1-22c.71 0 1.39.09 2.05.26C15.22 2.83 16 5.71 16 9c0 2.28-.38 4.37-1 7a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2c-.62-2.63-1-4.72-1-7c0-3.29.78-6.17 1.95-7.74C10.61 1.09 11.29 1 12 1m8 7c0 3.18-1.85 7.92-4.54 9.21C16.41 15.39 17 11.83 17 9s-.59-5.39-1.54-7.21C18.15 3.08 20 4.82 20 8M4 8c0-3.18 1.85-4.92 4.54-6.21C7.59 3.61 7 6.17 7 9s.59 6.39 1.54 8.21C5.85 15.92 4 11.18 4 8"/></svg>

React

import type { SVGProps } from "react";

export function MdiAirballoon(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="M11 23a2 2 0 0 1-2-2v-2h6v2a2 2 0 0 1-2 2zm1-22c.71 0 1.39.09 2.05.26C15.22 2.83 16 5.71 16 9c0 2.28-.38 4.37-1 7a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2c-.62-2.63-1-4.72-1-7c0-3.29.78-6.17 1.95-7.74C10.61 1.09 11.29 1 12 1m8 7c0 3.18-1.85 7.92-4.54 9.21C16.41 15.39 17 11.83 17 9s-.59-5.39-1.54-7.21C18.15 3.08 20 4.82 20 8M4 8c0-3.18 1.85-4.92 4.54-6.21C7.59 3.61 7 6.17 7 9s.59 6.39 1.54 8.21C5.85 15.92 4 11.18 4 8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 23a2 2 0 0 1-2-2v-2h6v2a2 2 0 0 1-2 2zm1-22c.71 0 1.39.09 2.05.26C15.22 2.83 16 5.71 16 9c0 2.28-.38 4.37-1 7a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2c-.62-2.63-1-4.72-1-7c0-3.29.78-6.17 1.95-7.74C10.61 1.09 11.29 1 12 1m8 7c0 3.18-1.85 7.92-4.54 9.21C16.41 15.39 17 11.83 17 9s-.59-5.39-1.54-7.21C18.15 3.08 20 4.82 20 8M4 8c0-3.18 1.85-4.92 4.54-6.21C7.59 3.61 7 6.17 7 9s.59 6.39 1.54 8.21C5.85 15.92 4 11.18 4 8"/></svg>
</template>

CSS

.icon-airballoon {
  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%22M11%2023a2%202%200%200%201-2-2v-2h6v2a2%202%200%200%201-2%202zm1-22c.71%200%201.39.09%202.05.26C15.22%202.83%2016%205.71%2016%209c0%202.28-.38%204.37-1%207a2%202%200%200%201-2%202h-2a2%202%200%200%201-2-2c-.62-2.63-1-4.72-1-7c0-3.29.78-6.17%201.95-7.74C10.61%201.09%2011.29%201%2012%201m8%207c0%203.18-1.85%207.92-4.54%209.21C16.41%2015.39%2017%2011.83%2017%209s-.59-5.39-1.54-7.21C18.15%203.08%2020%204.82%2020%208M4%208c0-3.18%201.85-4.92%204.54-6.21C7.59%203.61%207%206.17%207%209s.59%206.39%201.54%208.21C5.85%2015.92%204%2011.18%204%208%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%22M11%2023a2%202%200%200%201-2-2v-2h6v2a2%202%200%200%201-2%202zm1-22c.71%200%201.39.09%202.05.26C15.22%202.83%2016%205.71%2016%209c0%202.28-.38%204.37-1%207a2%202%200%200%201-2%202h-2a2%202%200%200%201-2-2c-.62-2.63-1-4.72-1-7c0-3.29.78-6.17%201.95-7.74C10.61%201.09%2011.29%201%2012%201m8%207c0%203.18-1.85%207.92-4.54%209.21C16.41%2015.39%2017%2011.83%2017%209s-.59-5.39-1.54-7.21C18.15%203.08%2020%204.82%2020%208M4%208c0-3.18%201.85-4.92%204.54-6.21C7.59%203.61%207%206.17%207%209s.59%206.39%201.54%208.21C5.85%2015.92%204%2011.18%204%208%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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