Chinaeasternairlines Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Chinaeasternairlines 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/313845.svg" alt="Chinaeasternairlines icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/313845.svg" alt="Chinaeasternairlines icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/313845.svg" alt="Chinaeasternairlines icon" :width="24" :height="24" />
CSS background
.icon-chinaeasternairlines {
background-image: url('https://proicons.com/icon/313845.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>China Eastern Airlines</title><path d="M11.572 2.383c-1.846 0-2.245.238-2.962 1.205-.38.516-3.568 4.915-5.009 6.898-.18.236-.446.486-1.03.486H0v.004c3.05 8.61 6.324 10.64 9.602 10.64h5.178c.07 0 .146-.08-.041-.124-3.805-.953-7.57-3.984-7.589-6.962.066 2.464 5.255 3.315 10.876 4.016.098.011.093-.065.063-.12l-.17-.293c-.02-.039-.043-.068-.124-.088-3.094-.787-6.242-1.938-6.242-3.01 0-2.032 5.272-4.042 11.27-4.96.195-.04.29-.076.42-.18.17-.136.536-.433.695-.554.096-.085.061-.11.025-.11-.16 0-.326.004-.485.01-7.898.219-15.544 2.008-16.253 4.55-.002.014-.01.027-.014.04.937-4.652 7.198-9.162 15.008-11.28.18-.052.239-.168.014-.168Z"/></svg>
Copied!