Espeak Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Espeak 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/325524.svg" alt="Espeak icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325524.svg" alt="Espeak icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325524.svg" alt="Espeak icon" :width="24" :height="24" />
CSS background
.icon-espeak {
background-image: url('https://proicons.com/icon/325524.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"><path d="M5.5,25.569c6.9424-3.7868,14.2793-15.8571,14.2793-15.8571,1.4989,4.8124,5.6013,7.1002,9.2303-1.8934,1.42,2.7612,9.467,13.1748,13.4904,15.6205-10.0981,1.7356-10.4717,15.9663-20.1173,16.7249-7.0213.5522-5.2857-11.9915-16.8827-14.5949Z" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><path d="M15.9136,23.5178c4.9701-1.2623,6.6269-4.4968,8.9147-4.7335s4.8518,2.0906,8.0075,2.3667c-4.6546,8.9936-9.3881,15.3443-16.9222,2.3667Z" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/></svg>
Copied!