Telehealth Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Telehealth 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/333760.svg" alt="Telehealth icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333760.svg" alt="Telehealth icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333760.svg" alt="Telehealth icon" :width="24" :height="24" />
CSS background
.icon-telehealth {
background-image: url('https://proicons.com/icon/333760.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,.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.c{stroke-width:1px;}</style></defs><path class="c" d="m24,4.5c-9.6809,0-17.5288,7.8479-17.5288,17.5288,0,5.197,2.2748,9.8515,5.8675,13.0614l.2958,8.4098,7.8022-4.3064c1.1507.2377,2.3421.364,3.5633.364,9.6809,0,17.5288-7.8479,17.5288-17.5288S33.6809,4.5,24,4.5Z"/><path class="b" d="m31.8844,17.6458l-2.6838,2.8012v-1.4894c0-1.0436-.846-1.8895-1.8895-1.8895h-10.644c-1.0436,0-1.8895.8459-1.8895,1.8895v6.7867c0,1.0435.8459,1.8895,1.8895,1.8895h10.644c1.0435,0,1.8895-.846,1.8895-1.8895v-1.4896l2.6838,2.8012c.6251.6524,1.7265.21,1.7265-.6936v-8.0228c0-.9036-1.1014-1.346-1.7265-.6936Z"/></svg>
Copied!