Iberia Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Iberia 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/314714.svg" alt="Iberia icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314714.svg" alt="Iberia icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314714.svg" alt="Iberia icon" :width="24" :height="24" />
CSS background
.icon-iberia {
background-image: url('https://proicons.com/icon/314714.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>Iberia</title><path d="M9.356 11.563c4.53-3.254 9.047-5.217 13.547-5.723L24 2.978c-6.662 0-7.57 1.457-9.873 3.752M0 21.021c14.719 0 18.189-3.46 20.213-8.17l1.7-4.434c-4.958.143-12.441 3.066-17.673 8.324"/></svg>
Copied!