Speechify Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Speechify 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/333171.svg" alt="Speechify icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333171.svg" alt="Speechify icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333171.svg" alt="Speechify icon" :width="24" :height="24" />
CSS background
.icon-speechify {
background-image: url('https://proicons.com/icon/333171.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M4.5,23.1748c6.2302.342,8.1898-2.0927,10.1445-4.5307-1.6961,4.2718-1.6317,7.5511.1932,9.8381,2.2543-5.3829,5.6251-10.4206,10.1123-15.1131-3.0688,7.0331-2.8942,14.1439-2.4154,21.2619,2.5327-5.4374,2.2328-11.6267,8.8241-15.9868-.854,3.9913-1.276,7.0118-.6119,10.5824,2.6465-6.5085,12.7531-4.6278,12.7531-4.6278"/></svg>
Copied!