telemedicine negative icon

telemedicine-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.

Name
telemedicine-negative
Set
Health Icons
Style
Filled
Viewbox
48×48
License
MIT

Use the telemedicine negative icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsTelemedicineNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm8 6a2 2 0 0 0-2 2v26a2 2 0 0 0 2 2h15v4h-7v2h16v-2h-7v-4h15a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2zm31 28V10H9v24h3v-2.62c0-2.022 2.407-4.622 5.22-5.726c.008.414.047 1.558.104 2.012c.061.49.145.978.236 1.379q.03.13.062.25A1.999 1.999 0 0 0 18.667 33a2 2 0 0 0 .26-3.983a6 6 0 0 1-.067-.27c-.08-.349-.156-.791-.213-1.246c-.094-.754-.141-1.543-.084-2.303q.386-.11.77-.198c.259-.059.434.39.562.718c.04.1.074.189.105.248c1.305 0 2.653.008 4 .017c1.347.008 2.695.017 4 .017c.038-.073.078-.177.122-.291c.13-.34.294-.766.545-.709q.537.122 1.072.289q0 .387.009.788c.017.968.034 1.977-.204 2.923h-.877a.67.67 0 0 0-.597.369l-.666 1.333a.7.7 0 0 0-.07.298v1.333c0 .369.298.667.666.667h1.333v-1.333h-.666v-.51l.412-.824h1.842l.412.824v.51h-.666V33H32a.667.667 0 0 0 .667-.667V31a.7.7 0 0 0-.07-.298l-.667-1.334a.67.67 0 0 0-.597-.368h-.423c.212-1.06.226-2.126.225-3.202C33.793 26.922 36 29.444 36 31.38V34zm-20.333-2.323a.67.67 0 0 0 .666-.677a.67.67 0 0 0-.666-.677A.67.67 0 0 0 18 31c0 .383.308.677.667.677M24 9a1 1 0 1 0 0-2a1 1 0 0 0 0 2m0 15a6 6 0 1 0 0-12a6 6 0 0 0 0 12" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsTelemedicineNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsTelemedicineNegative(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clipPath="url(#healthiconsTelemedicineNegative)"><path fill="currentColor" fillRule="evenodd" d="M0 0h48v48H0zm8 6a2 2 0 0 0-2 2v26a2 2 0 0 0 2 2h15v4h-7v2h16v-2h-7v-4h15a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2zm31 28V10H9v24h3v-2.62c0-2.022 2.407-4.622 5.22-5.726c.008.414.047 1.558.104 2.012c.061.49.145.978.236 1.379q.03.13.062.25A1.999 1.999 0 0 0 18.667 33a2 2 0 0 0 .26-3.983a6 6 0 0 1-.067-.27c-.08-.349-.156-.791-.213-1.246c-.094-.754-.141-1.543-.084-2.303q.386-.11.77-.198c.259-.059.434.39.562.718c.04.1.074.189.105.248c1.305 0 2.653.008 4 .017c1.347.008 2.695.017 4 .017c.038-.073.078-.177.122-.291c.13-.34.294-.766.545-.709q.537.122 1.072.289q0 .387.009.788c.017.968.034 1.977-.204 2.923h-.877a.67.67 0 0 0-.597.369l-.666 1.333a.7.7 0 0 0-.07.298v1.333c0 .369.298.667.666.667h1.333v-1.333h-.666v-.51l.412-.824h1.842l.412.824v.51h-.666V33H32a.667.667 0 0 0 .667-.667V31a.7.7 0 0 0-.07-.298l-.667-1.334a.67.67 0 0 0-.597-.368h-.423c.212-1.06.226-2.126.225-3.202C33.793 26.922 36 29.444 36 31.38V34zm-20.333-2.323a.67.67 0 0 0 .666-.677a.67.67 0 0 0-.666-.677A.67.67 0 0 0 18 31c0 .383.308.677.667.677M24 9a1 1 0 1 0 0-2a1 1 0 0 0 0 2m0 15a6 6 0 1 0 0-12a6 6 0 0 0 0 12" clipRule="evenodd"/></g><defs><clipPath id="healthiconsTelemedicineNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsTelemedicineNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm8 6a2 2 0 0 0-2 2v26a2 2 0 0 0 2 2h15v4h-7v2h16v-2h-7v-4h15a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2zm31 28V10H9v24h3v-2.62c0-2.022 2.407-4.622 5.22-5.726c.008.414.047 1.558.104 2.012c.061.49.145.978.236 1.379q.03.13.062.25A1.999 1.999 0 0 0 18.667 33a2 2 0 0 0 .26-3.983a6 6 0 0 1-.067-.27c-.08-.349-.156-.791-.213-1.246c-.094-.754-.141-1.543-.084-2.303q.386-.11.77-.198c.259-.059.434.39.562.718c.04.1.074.189.105.248c1.305 0 2.653.008 4 .017c1.347.008 2.695.017 4 .017c.038-.073.078-.177.122-.291c.13-.34.294-.766.545-.709q.537.122 1.072.289q0 .387.009.788c.017.968.034 1.977-.204 2.923h-.877a.67.67 0 0 0-.597.369l-.666 1.333a.7.7 0 0 0-.07.298v1.333c0 .369.298.667.666.667h1.333v-1.333h-.666v-.51l.412-.824h1.842l.412.824v.51h-.666V33H32a.667.667 0 0 0 .667-.667V31a.7.7 0 0 0-.07-.298l-.667-1.334a.67.67 0 0 0-.597-.368h-.423c.212-1.06.226-2.126.225-3.202C33.793 26.922 36 29.444 36 31.38V34zm-20.333-2.323a.67.67 0 0 0 .666-.677a.67.67 0 0 0-.666-.677A.67.67 0 0 0 18 31c0 .383.308.677.667.677M24 9a1 1 0 1 0 0-2a1 1 0 0 0 0 2m0 15a6 6 0 1 0 0-12a6 6 0 0 0 0 12" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsTelemedicineNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-telemedicine-negative {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsTelemedicineNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm8%206a2%202%200%200%200-2%202v26a2%202%200%200%200%202%202h15v4h-7v2h16v-2h-7v-4h15a2%202%200%200%200%202-2V8a2%202%200%200%200-2-2zm31%2028V10H9v24h3v-2.62c0-2.022%202.407-4.622%205.22-5.726c.008.414.047%201.558.104%202.012c.061.49.145.978.236%201.379q.03.13.062.25A1.999%201.999%200%200%200%2018.667%2033a2%202%200%200%200%20.26-3.983a6%206%200%200%201-.067-.27c-.08-.349-.156-.791-.213-1.246c-.094-.754-.141-1.543-.084-2.303q.386-.11.77-.198c.259-.059.434.39.562.718c.04.1.074.189.105.248c1.305%200%202.653.008%204%20.017c1.347.008%202.695.017%204%20.017c.038-.073.078-.177.122-.291c.13-.34.294-.766.545-.709q.537.122%201.072.289q0%20.387.009.788c.017.968.034%201.977-.204%202.923h-.877a.67.67%200%200%200-.597.369l-.666%201.333a.7.7%200%200%200-.07.298v1.333c0%20.369.298.667.666.667h1.333v-1.333h-.666v-.51l.412-.824h1.842l.412.824v.51h-.666V33H32a.667.667%200%200%200%20.667-.667V31a.7.7%200%200%200-.07-.298l-.667-1.334a.67.67%200%200%200-.597-.368h-.423c.212-1.06.226-2.126.225-3.202C33.793%2026.922%2036%2029.444%2036%2031.38V34zm-20.333-2.323a.67.67%200%200%200%20.666-.677a.67.67%200%200%200-.666-.677A.67.67%200%200%200%2018%2031c0%20.383.308.677.667.677M24%209a1%201%200%201%200%200-2a1%201%200%200%200%200%202m0%2015a6%206%200%201%200%200-12a6%206%200%200%200%200%2012%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsTelemedicineNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsTelemedicineNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm8%206a2%202%200%200%200-2%202v26a2%202%200%200%200%202%202h15v4h-7v2h16v-2h-7v-4h15a2%202%200%200%200%202-2V8a2%202%200%200%200-2-2zm31%2028V10H9v24h3v-2.62c0-2.022%202.407-4.622%205.22-5.726c.008.414.047%201.558.104%202.012c.061.49.145.978.236%201.379q.03.13.062.25A1.999%201.999%200%200%200%2018.667%2033a2%202%200%200%200%20.26-3.983a6%206%200%200%201-.067-.27c-.08-.349-.156-.791-.213-1.246c-.094-.754-.141-1.543-.084-2.303q.386-.11.77-.198c.259-.059.434.39.562.718c.04.1.074.189.105.248c1.305%200%202.653.008%204%20.017c1.347.008%202.695.017%204%20.017c.038-.073.078-.177.122-.291c.13-.34.294-.766.545-.709q.537.122%201.072.289q0%20.387.009.788c.017.968.034%201.977-.204%202.923h-.877a.67.67%200%200%200-.597.369l-.666%201.333a.7.7%200%200%200-.07.298v1.333c0%20.369.298.667.666.667h1.333v-1.333h-.666v-.51l.412-.824h1.842l.412.824v.51h-.666V33H32a.667.667%200%200%200%20.667-.667V31a.7.7%200%200%200-.07-.298l-.667-1.334a.67.67%200%200%200-.597-.368h-.423c.212-1.06.226-2.126.225-3.202C33.793%2026.922%2036%2029.444%2036%2031.38V34zm-20.333-2.323a.67.67%200%200%200%20.666-.677a.67.67%200%200%200-.666-.677A.67.67%200%200%200%2018%2031c0%20.383.308.677.667.677M24%209a1%201%200%201%200%200-2a1%201%200%200%200%200%202m0%2015a6%206%200%201%200%200-12a6%206%200%200%200%200%2012%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsTelemedicineNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/telemedicine-negative.svg?color=%231a73e8&size=48