Thai Airways Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Thai 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/348404.svg" alt="Thai Airways icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348404.svg" alt="Thai Airways icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348404.svg" alt="Thai Airways icon" :width="24" :height="24" />
CSS background
.icon-thai-airways {
background-image: url('https://proicons.com/icon/348404.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="M31.7184,19.7721c-1.7057,0-3.0884-1.3827-3.0884-3.0884s1.3827-3.0884,3.0884-3.0884,3.0884,1.3827,3.0884,3.0884-1.3827,3.0884-3.0884,3.0884h0c-2.3569.266-4.0129-2.2739-5.9339-3.7549-3.9119-3.2709-9.9998-3.3949-13.2607,1.03-2.1149,2.8699-4.0219,5.0199-7.0238,6.9528,3.0019,1.932,4.9089,4.0819,7.0238,6.9528,3.2599,4.4239,9.3478,4.2999,13.2597,1.03,1.922-1.481,3.5779-4.0209,5.9349-3.7559,1.7057,0,3.0884,1.3827,3.0884,3.0884s-1.3827,3.0884-3.0884,3.0884h0c-1.7057,0-3.0884-1.3827-3.0884-3.0884s1.3827-3.0884,3.0884-3.0884M31.7184,28.2269c-7.3538.254-8.4038,13.8317,3.2099,13.1397,3.8169-.228,7.6928-4.1779,7.5678-8.6578-.112-4.0319-3.4359-8.1628-7.5688-8.4398-4.8629-.328-7.0968,1.273-9.2638,3.0499-3.2809,2.6899-6.5648,2.1759-8.5988-1.15-.87-1.425-.892-2.8999,0-4.3379,2.0569-3.3129,5.3179-3.8399,8.5988-1.15,2.1669,1.776,4.3999,3.3769,9.2638,3.0499,4.1329-.278,7.4568-4.4099,7.5698-8.4398.124-4.4799-3.7519-8.4298-7.5698-8.6578-11.6127-.693-10.5637,12.8857-3.2089,13.1387"/></svg>
Copied!