Myteletalk Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Myteletalk 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/329926.svg" alt="Myteletalk icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329926.svg" alt="Myteletalk icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329926.svg" alt="Myteletalk icon" :width="24" :height="24" />
CSS background
.icon-myteletalk {
background-image: url('https://proicons.com/icon/329926.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="M24.0431,7.1c-4.67-1.709-9.974-2.089-15.234-1.05h0c2.072,2.447,3.668,4.967,4.842,7.545,1.523-3.186,6.293-6.06,10.392-6.496v.001ZM15.5171,33.447c-.612,3.019-1.568,6.054-2.79,9.078,7.848-7.697,21.816-15.195,25.948-7,.46-2.715.602-5.26.467-7.625-3.557-7.545-15.012-3.471-23.625,5.547ZM33.5191,13.483c-6.076-4.211-13.745.338-18.052,5.37.5975,2.4913.8764,5.0484.83,7.61,7.993-8.612,19.014-12.47,21.81-4.616-.97-3.259-2.555-6.056-4.59-8.37"/></svg>
Copied!