Espaol Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Espaol 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/325523.svg" alt="Espaol icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325523.svg" alt="Espaol icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325523.svg" alt="Espaol icon" :width="24" :height="24" />
CSS background
.icon-espaol {
background-image: url('https://proicons.com/icon/325523.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M9.3781,6.3746V39.18a1.8746,1.8746,0,0,0,1.8746,1.8746h2.1839V4.5H11.2527A1.8746,1.8746,0,0,0,9.3781,6.3746Z"/><path class="a" d="M13.4366,4.5V41.0548H36.7473A1.8746,1.8746,0,0,0,38.6219,39.18V6.3746A1.8746,1.8746,0,0,0,36.7473,4.5Z"/><path class="a" d="M18.4108,41.3649V43.5l-1.4132-.5929L15.3912,43.5h0V41.3649"/><path class="a" d="M25.5332,41.3416v2.1352L24.12,42.8839l-1.6064.5929h0V41.3416"/><rect class="a" x="17.3615" y="8.9009" width="15.9088" height="10.6585"/><line class="a" x1="17.3868" y1="11.7636" x2="33.2956" y2="11.7636"/><line class="a" x1="17.3868" y1="16.726" x2="33.2956" y2="16.726"/></svg>
Copied!