Speakthat Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Speakthat 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/347724.svg" alt="Speakthat icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347724.svg" alt="Speakthat icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347724.svg" alt="Speakthat icon" :width="24" :height="24" />
CSS background
.icon-speakthat {
background-image: url('https://proicons.com/icon/347724.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.i{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="i" d="M27.7664,5.5l-10.5853,10.556-10.4237.1077.0269,15.6725,10.1543-.1346,10.7738,10.7984.0539-37Z"/><path id="d" class="i" d="M29.9526,16.7382c2.056,1.5841,3.1917,4.7922,3.1917,7.2484s-1.0549,5.4419-3.1917,7.4887"/><path id="e" class="i" d="M29.9526,11.105c3.7042,2.8149,7.3144,6.727,7.5282,12.8816.2138,6.1547-2.2473,9.8084-7.5282,12.9617"/><path id="f" class="i" d="M29.9526,5.6587c10.5061,6.1407,12.1069,12.5582,12.0328,18.328-.0925,7.2095-3.8269,14.4289-12.0328,18.3547"/><path id="g" class="i" d="M12.2128,26.6641c3.8071-2.7574,3.4458-8.9738,9.1135-10.129.4793-.6848.8519-.6287.9715.2081,5.0676,4.0265,1.1703,9.4927,2.8682,13.621l-12.9532-3.7001Z"/><path id="h" class="i" d="M17.6892,28.2285c-.1435.685-.0546,1.3777.5965,1.5827.6511.205,1.3187-.27,1.5417-.9719"/></svg>
Copied!