All Nippon Airways Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The All Nippon Airways 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/336179.svg" alt="All Nippon Airways icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336179.svg" alt="All Nippon Airways icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336179.svg" alt="All Nippon Airways icon" :width="24" :height="24" />
CSS background
.icon-all-nippon-airways {
background-image: url('https://proicons.com/icon/336179.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M5.5003,42.4997h36.9997v-14.3849L24.8061,6.4849c-.5835-.7242-1.3919-.985-2.292-.985h-10.8629l7.8086,29.1428-13.9599.9928.0003,6.8642Z"/><path class="b" d="M23.1462,21.0448l5.7892-3.3447-2.9005,6.7863,5.7892-3.3447"/><path class="b" d="M23.0412,18.3588l-1.0828-1.29"/><path class="b" d="M19.0662,16.1839l7.2335-1.6239-4.3448,5.0656"/><path class="b" d="M31.2021,28.0818l-1.0828-1.29"/><path class="b" d="M27.2271,25.9068l7.2335-1.6239-4.3448,5.0656"/><path class="b" d="M14.2312,7.4999l7.2727,27.1428c1.9182,5.1411,7.1601,7.8573,13.3789,7.8573"/><path class="b" d="M12.1872,7.4999h10.8629l19.4498,24.5028"/></svg>
Copied!