Tellonym Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tellonym 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/348327.svg" alt="Tellonym icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348327.svg" alt="Tellonym icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348327.svg" alt="Tellonym icon" :width="24" :height="24" />
CSS background
.icon-tellonym {
background-image: url('https://proicons.com/icon/348327.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="m24.988,30.37c3.591,1.84,6.515,1.831,9.173-.984m4.156-5.036c0,1.0863-.8807,1.967-1.967,1.967s-1.967-.8807-1.967-1.967.8807-1.967,1.967-1.967,1.967.8807,1.967,1.967Zm-14.211,1.053c0,1.0863-.8807,1.967-1.967,1.967h0c-1.0863,0-1.967-.8807-1.967-1.967s.8807-1.967,1.967-1.967,1.967.8807,1.967,1.967ZM15.556,5.5l25.536.905c.637-.19.652,9.493.591,14.317-.083,6.592.028,19.777.028,19.777l-2.573-2.039c-.859-.68-1.303-.83-2.105.009l-3.09,3.232-3.416-2.437c-.696-.496-1.157-1.062-2.337,0l-3.117,2.804-3.855-2.492c-.512-.33-1.152-1.103-2.246.148l-2.426,2.776c-.884-17.175-.58-25.606-.99-37m-9.222,4.207s-.076,3.272-.029,4.907c.256,8.92,1.693,26.716,1.693,26.716l2.534-1.1c.531-.23.59-.121,1.047.08M15.556,5.5l-9.222,4.207,3.664,6.19m5.558-10.397l-5.558,10.398,1.58,24.412,4.968,2.19"/></svg>
Copied!