English Home Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The English Home icon is commonly used in navigation bars, dashboards and breadcrumbs. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/340007.svg" alt="English Home icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340007.svg" alt="English Home icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340007.svg" alt="English Home icon" :width="24" :height="24" />
CSS background
.icon-english-home {
background-image: url('https://proicons.com/icon/340007.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/><polyline class="b" points="24.029 18.2769 24.029 22.8782 26.3297 22.8782"/><line class="b" x1="28.6872" y1="18.2769" x2="28.6872" y2="22.8782"/><polyline class="b" points="13.1583 22.8782 13.1583 18.2769 16.2067 22.8782 16.2067 18.2769"/><line class="b" x1="36.4516" y1="18.2769" x2="36.4516" y2="22.8782"/><line class="b" x1="39.5" y1="18.2769" x2="39.5" y2="22.8782"/><line class="b" x1="36.4516" y1="20.52" x2="39.5" y2="20.52"/><path class="b" d="M31.1033,22.3606c.2876.3451.6327.5177,1.1503.5177h.6902c.6327,0,1.1503-.5177,1.1503-1.1503h0c0-.6327-.5176-1.1503-1.1503-1.1503h-.7477c-.6327,0-1.1503-.5177-1.1503-1.1503h0c0-.6327.5176-1.1503,1.1503-1.1503h.6902c.5176,0,.8628.115,1.1503.5177"/><line class="b" x1="8.5" y1="20.5776" x2="9.9954" y2="20.5776"/><polyline class="b" points="10.8007 22.8782 8.5 22.8782 8.5 18.2769 10.8007 18.2769"/><path class="b" d="M21.6704,19.7726c0-.8628-.6902-1.553-1.553-1.553h0c-.8628,0-1.553.6902-1.553,1.553v1.553c0,.8628.6902,1.4954,1.553,1.4954h0c.8628,0,1.553-.6902,1.553-1.4954h-1.553"/><line class="b" x1="14.0206" y1="25.1789" x2="14.0206" y2="29.7803"/><line class="b" x1="17.069" y1="25.1789" x2="17.069" y2="29.7803"/><line class="b" x1="14.0206" y1="27.4221" x2="17.069" y2="27.4221"/><line class="b" x1="31.8433" y1="27.4796" x2="33.3388" y2="27.4796"/><polyline class="b" points="34.144 29.7803 31.8433 29.7803 31.8433 25.1789 34.144 25.1789"/><path class="b" d="M20.8846,29.7804h0c-.8628,0-1.4954-.6902-1.4954-1.4954v-1.553c0-.8628.6902-1.553,1.4954-1.553h0c.8628,0,1.553.6902,1.553,1.553v1.4954c0,.8628-.6902,1.553-1.553,1.553Z"/><polyline class="b" points="24.7569 29.7226 24.7569 25.1788 27.0576 29.7801 29.3583 25.1788 29.3583 29.7801"/></svg>
Copied!