Air Nz Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Air Nz 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/321494.svg" alt="Air Nz icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321494.svg" alt="Air Nz icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321494.svg" alt="Air Nz icon" :width="24" :height="24" />
CSS background
.icon-air-nz {
background-image: url('https://proicons.com/icon/321494.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M38.3754,26.9721H6.5918S9.382,42.5,18.48,42.5c7.764,0,6.0656-9.0579,1.5771-9.0579-3.4776,0-3.0732,3.1136-1.0918,2.5475"/><path class="a" d="M41.4082,21.0279H9.6246S19.33,5.5,28.4279,5.5c7.7639,0,6.0655,9.0579,1.577,9.0579-3.4776,0-3.0732-3.1136-1.0918-2.5475"/></svg>
Copied!