Speech Assistant Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Speech Assistant 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/333170.svg" alt="Speech Assistant icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333170.svg" alt="Speech Assistant icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333170.svg" alt="Speech Assistant icon" :width="24" :height="24" />
CSS background
.icon-speech-assistant {
background-image: url('https://proicons.com/icon/333170.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M36.8657,6.5901H9.3985c-2.1531,0-3.8985,1.7455-3.8985,3.8985v17.6616c0,2.1532,1.7455,3.8985,3.8985,3.8985h.4727v4.5079c0,1.5626,1.8892,2.3451,2.9941,1.2402l5.7482-5.7482h18.2522c2.1532,0,3.8985-1.7454,3.8985-3.8985V10.4887c0-2.1531-1.7453-3.8985-3.8985-3.8985Z"/><line class="c" x1="10.6982" y1="14.3872" x2="35.5662" y2="14.3872"/><line class="c" x1="10.6982" y1="19.4454" x2="30.0137" y2="19.4454"/><line class="c" x1="10.6982" y1="24.5035" x2="24.9929" y2="24.5035"/><path class="c" d="M37.8768,23.1418c2.8959,2.1447,4.6096,5.5304,4.6232,9.134h0c-.0114,3.6019-1.7215,6.9874-4.6139,9.134M35.4363,26.4207c1.8887,1.3577,3.0232,3.5294,3.0587,5.8552-.0333,2.3324-1.1719,4.5106-3.0681,5.8692M33.1318,29.4654c1.5522,1.1727,1.8598,3.3817.687,4.9339-.1962.2597-.4274.4909-.687.687"/></svg>
Copied!