Telda Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Telda 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/348308.svg" alt="Telda icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348308.svg" alt="Telda icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348308.svg" alt="Telda icon" :width="24" :height="24" />
CSS background
.icon-telda {
background-image: url('https://proicons.com/icon/348308.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>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="e" d="M43.5,19.09955883c.00000188,5.41287598-4.38799958,9.80088047-9.80087556,9.80088235-6.01702254.00000208-7.84079815-3.16405177-9.69912275-4.90043612-1.85832718-1.73638676-3.68210021-4.90044284-9.69912275-4.90044284-5.41287598,0-9.80087895,4.38800297-9.80087895,9.80087895"/></svg>
Copied!