Balloon Hot Air Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Balloon Hot Air icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/319570.svg" alt="Balloon Hot Air icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319570.svg" alt="Balloon Hot Air icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319570.svg" alt="Balloon Hot Air icon" :width="24" :height="24" />
CSS background
.icon-balloon-hot-air {
background-image: url('https://proicons.com/icon/319570.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 27.5.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> <path id="balloon--hot-air_00000102542605805552441240000015902028079993011363_" d="M19,31.36h-6c-0.199,0-0.36-0.161-0.36-0.36v-4 c0-0.199,0.161-0.36,0.36-0.36h0.64v-2.443c-3.323-2.199-8-9.062-8-15.196c0-5.157,3.97-8.36,10.36-8.36 c6.391,0,10.36,3.203,10.36,8.36c0,6.134-4.677,12.997-8,15.196v2.443H19c0.199,0,0.36,0.161,0.36,0.36v4 C19.36,31.199,19.199,31.36,19,31.36z M13.36,30.64h5.28v-3.28h-5.28C13.36,27.36,13.36,30.64,13.36,30.64z M14.36,26.64h3.28v-2.28 h-3.28V26.64z M14.104,23.64h3.791c0.49-0.315,1.018-0.75,1.559-1.279h-6.908C13.087,22.89,13.614,23.324,14.104,23.64z M18.606,21.64h1.538C22.851,18.645,25.64,13.542,25.64,9c0-3.9-2.394-6.519-6.549-7.353C20.71,2.679,22.36,4.769,22.36,9 C22.36,14.132,19.544,19.871,18.606,21.64z M16.36,21.64h1.428C18.403,20.508,21.64,14.305,21.64,9c0-6.517-4.026-7.476-5.28-7.616 C16.36,1.384,16.36,21.64,16.36,21.64z M14.212,21.64h1.428V1.386C14.386,1.532,10.36,2.506,10.36,9 C10.36,14.308,13.596,20.509,14.212,21.64z M11.856,21.64h1.537C12.456,19.871,9.64,14.132,9.64,9c0-4.231,1.65-6.321,3.27-7.353 C8.754,2.481,6.36,5.1,6.36,9C6.36,13.542,9.149,18.645,11.856,21.64z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!