Avianca Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Avianca 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/313617.svg" alt="Avianca icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/313617.svg" alt="Avianca icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/313617.svg" alt="Avianca icon" :width="24" :height="24" />
CSS background
.icon-avianca {
background-image: url('https://proicons.com/icon/313617.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>avianca</title><path d="M3.813 0s-2.326 2.052-2.51 6.367c-.205 4.716 2.324 9.47 10.654 10.076.026.005.055.005.08.008C7.806 11.534 4.955 5.241 3.812 0zm8.224 16.451a30.654 30.654 0 0 0 2.2 2.303H5.282c.12.278.53.472 1.463.527 5.59.332 6.38 4.719 14.381 4.719.702 0 1.14-.042 1.582-.125-3.16-.972-6-2.8-8.47-5.121h2.21c.917 0 1.325.076 1.58.191-.392-1.218-1.631-2.168-5.992-2.494z"/></svg>
Copied!