Brand Air New Zealand Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Brand Air New Zealand 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/305064.svg" alt="Brand Air New Zealand icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305064.svg" alt="Brand Air New Zealand icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305064.svg" alt="Brand Air New Zealand icon" :width="24" :height="24" />
CSS background
.icon-brand-air-new-zealand {
background-image: url('https://proicons.com/icon/305064.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M967 398H256s54-79 170-194c29-28 105-101 182-101 51 0 90 32 90 78 0 44-36 57-36 57 3-19-8-71-56-71-50 0-71 40-71 66 0 56 47 95 103 95 106 0 156-80 156-157S722 10 608 10c-106 0-204 81-259 138C151 351 47 490 47 490h880l40-92zM549 835c0-85-63-142-136-142-79 0-95 63-95 79 0 35 29 69 64 69 58 0 62-48 62-48s18 12 18 43c0 29-24 67-80 67-44 0-109-23-154-123-53-116-57-149-57-149h696l40-94-875-1s46 139 107 272c52 114 138 182 243 182 100 0 167-80 167-155z"/></svg>
Copied!