Talkie Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Talkie 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/348197.svg" alt="Talkie icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348197.svg" alt="Talkie icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348197.svg" alt="Talkie icon" :width="24" :height="24" />
CSS background
.icon-talkie {
background-image: url('https://proicons.com/icon/348197.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M16.1664,33.6362l.0488-11.0903-5.8886-.0259.0237-5.3848,11.0861-12.5989,6.3976-.0363.1193,6.731,9.6821-.0268.038,11.4649-9.8102-.0224.1665,6.7825c.034.2542.0947.5048.1807.7464.1336.3755.3289.7292.5784,1.0401.2309.2877.5105.5401.8368.7122.4034.2127.8626.2955,1.3167.3371.8381.0766,1.6867.0216,2.5118-.1441,1.4733-.2958,2.8736-.9482,4.048-1.886"/><path class="b" d="M37.5021,30.235l.1538,11.0806c.0027.192-.1254.3612-.3109.4109l-1.7522.4689c-2.0564.5503-4.1473.9802-6.2665,1.1811-1.3444.1275-2.7045.1955-4.0416.0067-2.4178-.3413-4.7045-1.5472-6.3517-3.3497-1.6472-1.8025-2.6427-4.1883-2.7653-6.627"/><circle class="b" cx="21.3952" cy="16.4881" r="1.7983"/><circle class="b" cx="29.4182" cy="16.4881" r="1.7983"/></svg>
Copied!