Tetherfi Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tetherfi 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/333826.svg" alt="Tetherfi icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333826.svg" alt="Tetherfi icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333826.svg" alt="Tetherfi icon" :width="24" :height="24" />
CSS background
.icon-tetherfi {
background-image: url('https://proicons.com/icon/333826.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m34.75,42.61c6.43-3.71,10.75-10.66,10.75-18.61,0-11.87-9.63-21.5-21.5-21.5S2.5,12.13,2.5,24c0,7.95,4.32,14.9,10.75,18.61"/><path class="c" d="m30.63,35.47c3.96-2.29,6.62-6.57,6.62-11.47,0-7.32-5.93-13.25-13.25-13.25s-13.25,5.93-13.25,13.25c0,4.9,2.66,9.18,6.62,11.47"/><circle class="c" cx="24" cy="24" r="5"/></svg>
Copied!