hot air balloon icon
hot-air-balloon from Iconoir by Luca Burgio · Regular · Transport · MIT Free for personal and commercial use.
- Name
- hot-air-balloon
- Set
- Iconoir
- Style
- Regular
- Category
- Transport
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
More transport icons from Iconoir
Use the hot air balloon icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="1.5" d="M4 9.5c0 4.571 5.714 8 5.714 8h4.572S20 14.071 20 9.5s-3.582-8-8-8s-8 3.429-8 8"/><path stroke-linejoin="round" d="M9 2c-3 6 1 15.5 1 15.5M14.884 2c3 6-1 15.5-1 15.5"/><path stroke-linecap="round" d="M13.4 23h-2.8a.6.6 0 0 1-.6-.6v-1.8a.6.6 0 0 1 .6-.6h2.8a.6.6 0 0 1 .6.6v1.8a.6.6 0 0 1-.6.6Z"/></g></svg>
React
import type { SVGProps } from "react";
export function IconoirHotAirBalloon(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="1.5" d="M4 9.5c0 4.571 5.714 8 5.714 8h4.572S20 14.071 20 9.5s-3.582-8-8-8s-8 3.429-8 8"/><path strokeLinejoin="round" d="M9 2c-3 6 1 15.5 1 15.5M14.884 2c3 6-1 15.5-1 15.5"/><path strokeLinecap="round" d="M13.4 23h-2.8a.6.6 0 0 1-.6-.6v-1.8a.6.6 0 0 1 .6-.6h2.8a.6.6 0 0 1 .6.6v1.8a.6.6 0 0 1-.6.6Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="1.5" d="M4 9.5c0 4.571 5.714 8 5.714 8h4.572S20 14.071 20 9.5s-3.582-8-8-8s-8 3.429-8 8"/><path stroke-linejoin="round" d="M9 2c-3 6 1 15.5 1 15.5M14.884 2c3 6-1 15.5-1 15.5"/><path stroke-linecap="round" d="M13.4 23h-2.8a.6.6 0 0 1-.6-.6v-1.8a.6.6 0 0 1 .6-.6h2.8a.6.6 0 0 1 .6.6v1.8a.6.6 0 0 1-.6.6Z"/></g></svg> </template>
CSS
.icon-hot-air-balloon {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%221.5%22%20d%3D%22M4%209.5c0%204.571%205.714%208%205.714%208h4.572S20%2014.071%2020%209.5s-3.582-8-8-8s-8%203.429-8%208%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M9%202c-3%206%201%2015.5%201%2015.5M14.884%202c3%206-1%2015.5-1%2015.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M13.4%2023h-2.8a.6.6%200%200%201-.6-.6v-1.8a.6.6%200%200%201%20.6-.6h2.8a.6.6%200%200%201%20.6.6v1.8a.6.6%200%200%201-.6.6Z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%221.5%22%20d%3D%22M4%209.5c0%204.571%205.714%208%205.714%208h4.572S20%2014.071%2020%209.5s-3.582-8-8-8s-8%203.429-8%208%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M9%202c-3%206%201%2015.5%201%2015.5M14.884%202c3%206-1%2015.5-1%2015.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M13.4%2023h-2.8a.6.6%200%200%201-.6-.6v-1.8a.6.6%200%200%201%20.6-.6h2.8a.6.6%200%200%201%20.6.6v1.8a.6.6%200%200%201-.6.6Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/iconoir/hot-air-balloon.svg?color=%231a73e8&size=48