Nok Air Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nok 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/330267.svg" alt="Nok Air icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330267.svg" alt="Nok Air icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330267.svg" alt="Nok Air icon" :width="24" :height="24" />
CSS background
.icon-nok-air {
background-image: url('https://proicons.com/icon/330267.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M30.3144,31.6106c-1.9328-3.5276-5.5633-2.0717-9.8228,1.2278.4039-1.3368,1.7428-2.2667,2.7477-3.4496-4.5344-1.7938-7.5361,4.6264-6.3142,7.719.325.8229,2.0107.5999,2.6307.351,4.5694-1.8408,7.967-3.6345,10.7586-5.8483M27.5077,13.7149l-1.7538,1.1109M14.8053,26.3323c-2.2527.073-4.5754.182-6.7092.192-2.3577.01-3.2846-.4679-2.0467-2.6317,4.0475-7.0741,7.3961-13.8383,19.6455-18.0717,1.6248-.5619,2.7337-.287,3.3326.234,4.5544,3.9585,7.2041,8.8429,9.2968,14.1532,4.2885,2.5697,6.1262,8.9989,1.3448,12.3984-6.4222,4.5644-13.4773,6.8511-20.8734,9.2398-3.5745,1.1549-7.1291.9369-6.1392-2.1637M16.976,26.2773c-.7112.012-1.4345.0303-2.1697.055-.39,4.5044-.8399,8.9989-2.1497,13.3503M39.3772,26.8742c-2.5497.5289-9.4938,1.2738-15.787-.175-1.7158-.395-4.0595-.4639-6.6142-.4219l-1.8048,10.8306c-1.5728,5.3033,8.32.2,12.3954-1.5208,5.2923-2.2337,9.3118-5.5153,11.8105-8.7139v.001Z"/></svg>
Copied!