air balloon icon
air-balloon-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- air-balloon-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
The same icon in other sets
Related icons in MingCute Icon
Use the air balloon icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 19a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1v-1a1 1 0 0 1 1-1zM12 2a8 8 0 0 1 8 8c0 2.856-1.431 5.106-3.074 6.612a10.7 10.7 0 0 1-2.557 1.743c-.817.391-1.66.645-2.369.645s-1.552-.254-2.37-.645a10.7 10.7 0 0 1-2.556-1.743C5.431 15.106 4 12.856 4 10a8 8 0 0 1 8-8m0 1a7 7 0 0 0-2.53.472c-.194.323-.41.712-.623 1.16C8.176 6.043 7.5 8.066 7.5 10.5s.676 4.458 1.347 5.867q.144.303.287.57C10.228 17.63 11.299 18 12 18a1 1 0 0 0-.231-.64l-.014-.016l-.064-.083a8 8 0 0 1-.25-.355a11 11 0 0 1-.788-1.398C10.074 14.292 9.5 12.564 9.5 10.5s.574-3.792 1.153-5.008c.29-.606.576-1.08.788-1.398a8 8 0 0 1 .314-.438l.014-.016A1 1 0 0 0 12 3.008a1 1 0 0 0 .231.632l.014.016l.064.083c.057.077.144.196.25.355c.212.318.499.792.788 1.398c.579 1.216 1.153 2.944 1.153 5.008s-.574 3.792-1.153 5.008c-.29.606-.576 1.08-.788 1.398a8 8 0 0 1-.314.438l-.014.016A1 1 0 0 0 12 18c.701 0 1.772-.369 2.866-1.064q.143-.266.287-.569c.671-1.409 1.347-3.432 1.347-5.867s-.676-4.458-1.347-5.867c-.214-.45-.429-.838-.623-1.161A7 7 0 0 0 12 3"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteAirBalloonFill(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="M13 19a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1v-1a1 1 0 0 1 1-1zM12 2a8 8 0 0 1 8 8c0 2.856-1.431 5.106-3.074 6.612a10.7 10.7 0 0 1-2.557 1.743c-.817.391-1.66.645-2.369.645s-1.552-.254-2.37-.645a10.7 10.7 0 0 1-2.556-1.743C5.431 15.106 4 12.856 4 10a8 8 0 0 1 8-8m0 1a7 7 0 0 0-2.53.472c-.194.323-.41.712-.623 1.16C8.176 6.043 7.5 8.066 7.5 10.5s.676 4.458 1.347 5.867q.144.303.287.57C10.228 17.63 11.299 18 12 18a1 1 0 0 0-.231-.64l-.014-.016l-.064-.083a8 8 0 0 1-.25-.355a11 11 0 0 1-.788-1.398C10.074 14.292 9.5 12.564 9.5 10.5s.574-3.792 1.153-5.008c.29-.606.576-1.08.788-1.398a8 8 0 0 1 .314-.438l.014-.016A1 1 0 0 0 12 3.008a1 1 0 0 0 .231.632l.014.016l.064.083c.057.077.144.196.25.355c.212.318.499.792.788 1.398c.579 1.216 1.153 2.944 1.153 5.008s-.574 3.792-1.153 5.008c-.29.606-.576 1.08-.788 1.398a8 8 0 0 1-.314.438l-.014.016A1 1 0 0 0 12 18c.701 0 1.772-.369 2.866-1.064q.143-.266.287-.569c.671-1.409 1.347-3.432 1.347-5.867s-.676-4.458-1.347-5.867c-.214-.45-.429-.838-.623-1.161A7 7 0 0 0 12 3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 19a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1v-1a1 1 0 0 1 1-1zM12 2a8 8 0 0 1 8 8c0 2.856-1.431 5.106-3.074 6.612a10.7 10.7 0 0 1-2.557 1.743c-.817.391-1.66.645-2.369.645s-1.552-.254-2.37-.645a10.7 10.7 0 0 1-2.556-1.743C5.431 15.106 4 12.856 4 10a8 8 0 0 1 8-8m0 1a7 7 0 0 0-2.53.472c-.194.323-.41.712-.623 1.16C8.176 6.043 7.5 8.066 7.5 10.5s.676 4.458 1.347 5.867q.144.303.287.57C10.228 17.63 11.299 18 12 18a1 1 0 0 0-.231-.64l-.014-.016l-.064-.083a8 8 0 0 1-.25-.355a11 11 0 0 1-.788-1.398C10.074 14.292 9.5 12.564 9.5 10.5s.574-3.792 1.153-5.008c.29-.606.576-1.08.788-1.398a8 8 0 0 1 .314-.438l.014-.016A1 1 0 0 0 12 3.008a1 1 0 0 0 .231.632l.014.016l.064.083c.057.077.144.196.25.355c.212.318.499.792.788 1.398c.579 1.216 1.153 2.944 1.153 5.008s-.574 3.792-1.153 5.008c-.29.606-.576 1.08-.788 1.398a8 8 0 0 1-.314.438l-.014.016A1 1 0 0 0 12 18c.701 0 1.772-.369 2.866-1.064q.143-.266.287-.569c.671-1.409 1.347-3.432 1.347-5.867s-.676-4.458-1.347-5.867c-.214-.45-.429-.838-.623-1.161A7 7 0 0 0 12 3"/></svg> </template>
CSS
.icon-air-balloon-fill {
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%22M13%2019a1%201%200%200%201%201%201v1a1%201%200%200%201-1%201h-2a1%201%200%200%201-1-1v-1a1%201%200%200%201%201-1zM12%202a8%208%200%200%201%208%208c0%202.856-1.431%205.106-3.074%206.612a10.7%2010.7%200%200%201-2.557%201.743c-.817.391-1.66.645-2.369.645s-1.552-.254-2.37-.645a10.7%2010.7%200%200%201-2.556-1.743C5.431%2015.106%204%2012.856%204%2010a8%208%200%200%201%208-8m0%201a7%207%200%200%200-2.53.472c-.194.323-.41.712-.623%201.16C8.176%206.043%207.5%208.066%207.5%2010.5s.676%204.458%201.347%205.867q.144.303.287.57C10.228%2017.63%2011.299%2018%2012%2018a1%201%200%200%200-.231-.64l-.014-.016l-.064-.083a8%208%200%200%201-.25-.355a11%2011%200%200%201-.788-1.398C10.074%2014.292%209.5%2012.564%209.5%2010.5s.574-3.792%201.153-5.008c.29-.606.576-1.08.788-1.398a8%208%200%200%201%20.314-.438l.014-.016A1%201%200%200%200%2012%203.008a1%201%200%200%200%20.231.632l.014.016l.064.083c.057.077.144.196.25.355c.212.318.499.792.788%201.398c.579%201.216%201.153%202.944%201.153%205.008s-.574%203.792-1.153%205.008c-.29.606-.576%201.08-.788%201.398a8%208%200%200%201-.314.438l-.014.016A1%201%200%200%200%2012%2018c.701%200%201.772-.369%202.866-1.064q.143-.266.287-.569c.671-1.409%201.347-3.432%201.347-5.867s-.676-4.458-1.347-5.867c-.214-.45-.429-.838-.623-1.161A7%207%200%200%200%2012%203%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%22M13%2019a1%201%200%200%201%201%201v1a1%201%200%200%201-1%201h-2a1%201%200%200%201-1-1v-1a1%201%200%200%201%201-1zM12%202a8%208%200%200%201%208%208c0%202.856-1.431%205.106-3.074%206.612a10.7%2010.7%200%200%201-2.557%201.743c-.817.391-1.66.645-2.369.645s-1.552-.254-2.37-.645a10.7%2010.7%200%200%201-2.556-1.743C5.431%2015.106%204%2012.856%204%2010a8%208%200%200%201%208-8m0%201a7%207%200%200%200-2.53.472c-.194.323-.41.712-.623%201.16C8.176%206.043%207.5%208.066%207.5%2010.5s.676%204.458%201.347%205.867q.144.303.287.57C10.228%2017.63%2011.299%2018%2012%2018a1%201%200%200%200-.231-.64l-.014-.016l-.064-.083a8%208%200%200%201-.25-.355a11%2011%200%200%201-.788-1.398C10.074%2014.292%209.5%2012.564%209.5%2010.5s.574-3.792%201.153-5.008c.29-.606.576-1.08.788-1.398a8%208%200%200%201%20.314-.438l.014-.016A1%201%200%200%200%2012%203.008a1%201%200%200%200%20.231.632l.014.016l.064.083c.057.077.144.196.25.355c.212.318.499.792.788%201.398c.579%201.216%201.153%202.944%201.153%205.008s-.574%203.792-1.153%205.008c-.29.606-.576%201.08-.788%201.398a8%208%200%200%201-.314.438l-.014.016A1%201%200%200%200%2012%2018c.701%200%201.772-.369%202.866-1.064q.143-.266.287-.569c.671-1.409%201.347-3.432%201.347-5.867s-.676-4.458-1.347-5.867c-.214-.45-.429-.838-.623-1.161A7%207%200%200%200%2012%203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/air-balloon-fill.svg?color=%231a73e8&size=48