Hello English Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hello English 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/341529.svg" alt="Hello English icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341529.svg" alt="Hello English icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341529.svg" alt="Hello English icon" :width="24" :height="24" />
CSS background
.icon-hello-english {
background-image: url('https://proicons.com/icon/341529.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="M42.5,9.5v29c0,2.2091-1.7909,4-4,4h-13.71c2.93-1.49,6.8-4.4,5.4901-10.14-.61-2.73-3.45-4.74-7.33-4.44-3.04.23-5.33,2.63-5.19,5.61.11,2.54,2.28,3.9399,5.43,3.9399,0,0-1.74,4.69-6.44,5.03h-7.25c-2.2091,0-4-1.7909-4-4V9.5c0-2.2091,1.7909-4,4-4h13.9c-2.9301,1.48-6.81,4.4-5.51,10.15.62,2.73,3.46,4.73,7.33,4.44,3.04-.2401,5.33-2.64,5.2-5.6201-.12-2.53-2.29-3.9399-5.44-3.9399,0,0,1.77-4.76,6.55-5.03h6.97c2.2091,0,4,1.7909,4,4Z"/></svg>
Copied!