Speak Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Speak 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/347720.svg" alt="Speak icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347720.svg" alt="Speak icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347720.svg" alt="Speak icon" :width="24" :height="24" />
CSS background
.icon-speak {
background-image: url('https://proicons.com/icon/347720.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="M18.8268,36.2374c-1.7637,0-3.2723-1.3405-3.4461-3.1324l-.2234-2.3098c-.4378-4.509-.4378-9.0835,0-13.5937l.2234-2.3075c.1851-1.9047,1.8697-3.2904,3.7846-3.1166,1.9058.1851,3.3005,1.8788,3.1166,3.7846l-.2234,2.3087c-.3949,4.0667-.3949,8.1898,0,12.2554l.2234,2.3109c.1839,1.9058-1.2119,3.5995-3.1166,3.7846-.114.0102-.2268.0158-.3385.0158Z"/><path class="d" d="M8.1173,30.0166c-1.7625,0-3.2712-1.3394-3.4461-3.1301l-.0654-.6714c-.141-1.4714-.141-2.9609,0-4.4289l.0654-.6748c.1862-1.9058,1.8912-3.2892,3.7869-3.1143,1.9058.1862,3.2994,1.881,3.1143,3.7869l-.0654.6714c-.0993,1.0234-.0993,2.0638,0,3.0906l.0654.668c.1851,1.9058-1.2085,3.6007-3.1143,3.7869-.114.0102-.2279.0158-.3408.0158Z"/><path class="d" d="M29.4494,30.0166c-1.7648,0-3.2746-1.3428-3.4461-3.1358l-.0643-.6714c-.1433-1.4646-.1433-2.9564,0-4.4267l.0643-.6657c.1828-1.9058,1.872-3.3096,3.7812-3.12,1.9058.1828,3.3028,1.8754,3.12,3.7812l-.0643.6714c-.1004,1.0302-.1004,2.0683,0,3.0929l.0643.677c.1828,1.9058-1.2141,3.5984-3.12,3.7812-.1128.0113-.2245.0158-.3351.0158Z"/><path class="d" d="M40.036,27.7812c-1.0381,0-2.0661-.4649-2.7487-1.3507-1.1611-1.4759-1.1611-3.3874-.0406-4.8103,1.1803-1.4974,3.3818-1.8009,4.8859-.6296.9478.738,1.4195,1.8551,1.3484,2.9586.1219,1.1577-.3419,2.3493-1.3315,3.1121-.6308.4852-1.3744.7199-2.1135.7199Z"/></svg>
Copied!