El Pais Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The El Pais 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/325011.svg" alt="El Pais icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325011.svg" alt="El Pais icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325011.svg" alt="El Pais icon" :width="24" :height="24" />
CSS background
.icon-el-pais {
background-image: url('https://proicons.com/icon/325011.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="d" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="e" d="M5.5,38.4484h3.7866c2.0826.0349,2.3398-2.0985,2.2703-2.7928V11.9865c0-.6768-.0574-2.4543-2.4176-2.4543h-3.6393v-4.0008h37v14.5172h-4.1349c0-6.3082-2.5566-10.4645-7.2834-10.505h-11.5727v11.701h3.43c2.3256,0,4.4617-1.4976,4.3749-6.9642h4.0988v18.6405h-4.0743c.1215-8.1221-3.9666-7.628-4.921-7.6457h-2.933v13.1192h12.0996c1.9438-.1041,6.8602-1.5615,6.8602-11.5236h4.0558v15.5977H5.5v-4.0202Z"/></svg>
Copied!