Emoji Helicopter Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Helicopter 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/339886.svg" alt="Emoji Helicopter icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339886.svg" alt="Emoji Helicopter icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339886.svg" alt="Emoji Helicopter icon" :width="24" :height="24" />
CSS background
.icon-emoji-helicopter {
background-image: url('https://proicons.com/icon/339886.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.j{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="j" d="M39.6038,27.6893c.0319.1594.0574.3124.0765.4654h-10.0729c-.3126,0-.5614-.2486-.5614-.561v-7.8283c5.3267.1529,9.6966,3.5316,10.5578,7.9239h0"/><path id="c" class="j" d="M39.6803,28.1547h-10.0729c-.3126,0-.5614-.2486-.5614-.561v-7.9048c0-.2741-.2552-.4972-.5613-.4972,0,0-.8676-.0319-2.2583-.0637-.3381,0-.7017-.0064-1.0972-.0128-4.4783-.051-12.3185.0191-16.3821,1.071-.2616.0701-.5295-.0446-.6507-.2869l-1.4736-2.3906s-1.1228-1.6766-1.1228,0l1.059,7.3566c.0319.2805.2744.4909.5551.4909h.6316c.3062,0,.555-.255.555-.561v-1.1857c0-.2869.2169-.5227.4976-.5546,1.9585-.2231,9.0905-.8224,10.3855,1.8741.0064.0128.0128.0255.0191.0383l-.1786,2.2185-.0255.3697-.0446.5992c0,1.5236,1.3716,2.5499,3.5469,3.1683,1.8245.5164,4.2104.7522,6.8259.7522,1.748,0,3.4002-.051,4.8419-.2167,2.354-.2742,4.1657-.8542,5.0078-2.0208.2297-.3124.3891-.663.4593-1.0582.0319-.1466.051-.306.0574-.4654,0-.0191.0064-.0446,0-.0701-.0002-.0319-.0066-.0574-.013-.0893h0M26.7686,27.5809c0,.3124-.2616.5737-.5805.5737h-1.9266c-.319,0-.5741-.2614-.5741-.5737v-5.5716c0-.3187.2552-.5737.5741-.5737h1.9266c.319,0,.5805.255.5805.5737v5.5716"/><path id="d" class="j" d="M26.7686,22.0093v5.5716c0,.3124-.2616.5737-.5805.5737h-1.9266c-.319,0-.5741-.2614-.5741-.5737v-5.5716c0-.3187.2552-.5737.5741-.5737h1.9266c.319,0,.5805.255.5805.5737"/><path id="e" class="j" d="M26.3795,13.161v5.5653c0,.153-.0574.2932-.1531.4016-.3381,0-.7017-.0064-1.0972-.0128-.0957-.1084-.1467-.2422-.1467-.3889v-5.5653c0-.3315.2679-.5992.5997-.5992h.2041c.3253,0,.5933.2677.5933.5992"/><path id="f" class="j" d="M23.4394,30.3963s-1.6818.5602-1.6818,4.4817"/><path id="g" class="j" d="M32.9697,30.3963s1.6818.5602,1.6818,4.4817"/><path id="h" class="j" d="M18.3939,35.4382h17.9394s3.3637,0,3.9242-1.6807"/><path id="i" class="j" d="M8.8636,13.9633h33.6364"/></svg>
Copied!