hot air balloon icon
hot-air-balloon from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- hot-air-balloon
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
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 d="M20 8.933C20 14 14.461 18 12 18s-8-4-8-9.067C4 5.104 7.582 2 12 2s8 3.104 8 6.933Z"/><path d="M15 8.933C15 14 12.923 18 12 18s-3-4-3-9.067C9 5.104 10.343 2 12 2s3 3.104 3 6.933Z"/><path stroke-linejoin="round" d="M9 20c0-.465 0-.698.051-.888a1.5 1.5 0 0 1 1.06-1.06C10.303 18 10.536 18 11 18h2c.465 0 .697 0 .888.051a1.5 1.5 0 0 1 1.06 1.06c.052.191.052.424.052.889s0 .698-.051.888a1.5 1.5 0 0 1-1.06 1.06C13.697 22 13.464 22 13 22h-2c-.465 0-.697 0-.888-.051a1.5 1.5 0 0 1-1.06-1.06C9 20.697 9 20.464 9 20Z"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsHotAirBalloon(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 d="M20 8.933C20 14 14.461 18 12 18s-8-4-8-9.067C4 5.104 7.582 2 12 2s8 3.104 8 6.933Z"/><path d="M15 8.933C15 14 12.923 18 12 18s-3-4-3-9.067C9 5.104 10.343 2 12 2s3 3.104 3 6.933Z"/><path strokeLinejoin="round" d="M9 20c0-.465 0-.698.051-.888a1.5 1.5 0 0 1 1.06-1.06C10.303 18 10.536 18 11 18h2c.465 0 .697 0 .888.051a1.5 1.5 0 0 1 1.06 1.06c.052.191.052.424.052.889s0 .698-.051.888a1.5 1.5 0 0 1-1.06 1.06C13.697 22 13.464 22 13 22h-2c-.465 0-.697 0-.888-.051a1.5 1.5 0 0 1-1.06-1.06C9 20.697 9 20.464 9 20Z"/></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 d="M20 8.933C20 14 14.461 18 12 18s-8-4-8-9.067C4 5.104 7.582 2 12 2s8 3.104 8 6.933Z"/><path d="M15 8.933C15 14 12.923 18 12 18s-3-4-3-9.067C9 5.104 10.343 2 12 2s3 3.104 3 6.933Z"/><path stroke-linejoin="round" d="M9 20c0-.465 0-.698.051-.888a1.5 1.5 0 0 1 1.06-1.06C10.303 18 10.536 18 11 18h2c.465 0 .697 0 .888.051a1.5 1.5 0 0 1 1.06 1.06c.052.191.052.424.052.889s0 .698-.051.888a1.5 1.5 0 0 1-1.06 1.06C13.697 22 13.464 22 13 22h-2c-.465 0-.697 0-.888-.051a1.5 1.5 0 0 1-1.06-1.06C9 20.697 9 20.464 9 20Z"/></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%20d%3D%22M20%208.933C20%2014%2014.461%2018%2012%2018s-8-4-8-9.067C4%205.104%207.582%202%2012%202s8%203.104%208%206.933Z%22%2F%3E%3Cpath%20d%3D%22M15%208.933C15%2014%2012.923%2018%2012%2018s-3-4-3-9.067C9%205.104%2010.343%202%2012%202s3%203.104%203%206.933Z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M9%2020c0-.465%200-.698.051-.888a1.5%201.5%200%200%201%201.06-1.06C10.303%2018%2010.536%2018%2011%2018h2c.465%200%20.697%200%20.888.051a1.5%201.5%200%200%201%201.06%201.06c.052.191.052.424.052.889s0%20.698-.051.888a1.5%201.5%200%200%201-1.06%201.06C13.697%2022%2013.464%2022%2013%2022h-2c-.465%200-.697%200-.888-.051a1.5%201.5%200%200%201-1.06-1.06C9%2020.697%209%2020.464%209%2020Z%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%20d%3D%22M20%208.933C20%2014%2014.461%2018%2012%2018s-8-4-8-9.067C4%205.104%207.582%202%2012%202s8%203.104%208%206.933Z%22%2F%3E%3Cpath%20d%3D%22M15%208.933C15%2014%2012.923%2018%2012%2018s-3-4-3-9.067C9%205.104%2010.343%202%2012%202s3%203.104%203%206.933Z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M9%2020c0-.465%200-.698.051-.888a1.5%201.5%200%200%201%201.06-1.06C10.303%2018%2010.536%2018%2011%2018h2c.465%200%20.697%200%20.888.051a1.5%201.5%200%200%201%201.06%201.06c.052.191.052.424.052.889s0%20.698-.051.888a1.5%201.5%200%200%201-1.06%201.06C13.697%2022%2013.464%2022%2013%2022h-2c-.465%200-.697%200-.888-.051a1.5%201.5%200%200%201-1.06-1.06C9%2020.697%209%2020.464%209%2020Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/hot-air-balloon.svg?color=%231a73e8&size=48