Korean Air Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Korean 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/342597.svg" alt="Korean Air icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342597.svg" alt="Korean Air icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342597.svg" alt="Korean Air icon" :width="24" :height="24" />
CSS background
.icon-korean-air {
background-image: url('https://proicons.com/icon/342597.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><circle class="b" cx="24" cy="24" r="21.5"/><path class="b" d="M5.5588,12.947c-2.9641,9.0374,1.1751,16.716,8.6296,16.824,7.4544.1088,10.218-7.1241,9.8198-10.593-1.0508-9.1433,5.9223-8.6014,6.765-8.5939,14.317,2.0041,15.843,17.73,11.934,24.013"/><path class="b" d="M42.62,34.75c2.9641-9.0374-1.1751-16.716-8.6296-16.824-7.4544-.1088-10.218,7.1241-9.8198,10.593,1.0508,9.1433-5.9223,8.6014-6.765,8.5939C3.0886,35.1088,1.5626,19.3829,5.4716,13.0999"/><path class="b" d="M7.4226,26.807h13.825"/><path class="b" d="M5.3293,23.232h18.066"/><path class="b" d="M4.6236,19.656h19.419"/><path class="b" d="M4.7998,16.081h19.174"/><path class="b" d="M5.8308,12.505h19.576"/><path class="b" d="M8.6659,8.9297h30.668"/><path class="b" d="M13.296,5.3541h21.409"/><path class="b" d="M36.693,12.505h5.4761"/><path class="b" d="M40.923,16.081h3.0653"/><path class="b" d="M43.063,19.656h1.9939"/><path class="b" d="M44.178,23.232h1.3084"/></svg>
Copied!