ibm telehealth icon

ibm-telehealth from Carbon by IBM · Outline · Enterprise · Apache-2.0 Free for personal and commercial use.

Name
ibm-telehealth
Set
Carbon
Style
Outline
Category
Enterprise
Viewbox
32×32
License
Apache 2.0

More enterprise icons from Carbon

Use the ibm telehealth icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M18 25h-3v-3h-2v3h-3v2h3v3h2v-3h3z"/><path fill="currentColor" d="M22 30h-2v-5c0-2.8-2.2-5-5-5H9c-2.8 0-5 2.2-5 5v5H2v-5c0-3.9 3.1-7 7-7h6c3.9 0 7 3.1 7 7zm6-24.8V3c0-1.1-.9-2-2-2h-8c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V6.8L31 9V3zM26 9h-8V3h8zm-10.5 3.5c-.9.9-2.1 1.5-3.5 1.5c-2.8 0-5-2.2-5-5s2.2-5 5-5c.5 0 .9.1 1.3.2l.6-1.9c-.6-.2-1.2-.3-1.9-.3c-3.9 0-7 3.1-7 7s3.1 7 7 7c1.9 0 3.7-.8 5-2z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonIbmTelehealth(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M18 25h-3v-3h-2v3h-3v2h3v3h2v-3h3z"/><path fill="currentColor" d="M22 30h-2v-5c0-2.8-2.2-5-5-5H9c-2.8 0-5 2.2-5 5v5H2v-5c0-3.9 3.1-7 7-7h6c3.9 0 7 3.1 7 7zm6-24.8V3c0-1.1-.9-2-2-2h-8c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V6.8L31 9V3zM26 9h-8V3h8zm-10.5 3.5c-.9.9-2.1 1.5-3.5 1.5c-2.8 0-5-2.2-5-5s2.2-5 5-5c.5 0 .9.1 1.3.2l.6-1.9c-.6-.2-1.2-.3-1.9-.3c-3.9 0-7 3.1-7 7s3.1 7 7 7c1.9 0 3.7-.8 5-2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M18 25h-3v-3h-2v3h-3v2h3v3h2v-3h3z"/><path fill="currentColor" d="M22 30h-2v-5c0-2.8-2.2-5-5-5H9c-2.8 0-5 2.2-5 5v5H2v-5c0-3.9 3.1-7 7-7h6c3.9 0 7 3.1 7 7zm6-24.8V3c0-1.1-.9-2-2-2h-8c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V6.8L31 9V3zM26 9h-8V3h8zm-10.5 3.5c-.9.9-2.1 1.5-3.5 1.5c-2.8 0-5-2.2-5-5s2.2-5 5-5c.5 0 .9.1 1.3.2l.6-1.9c-.6-.2-1.2-.3-1.9-.3c-3.9 0-7 3.1-7 7s3.1 7 7 7c1.9 0 3.7-.8 5-2z"/></svg>
</template>

CSS

.icon-ibm-telehealth {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18%2025h-3v-3h-2v3h-3v2h3v3h2v-3h3z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22%2030h-2v-5c0-2.8-2.2-5-5-5H9c-2.8%200-5%202.2-5%205v5H2v-5c0-3.9%203.1-7%207-7h6c3.9%200%207%203.1%207%207zm6-24.8V3c0-1.1-.9-2-2-2h-8c-1.1%200-2%20.9-2%202v6c0%201.1.9%202%202%202h8c1.1%200%202-.9%202-2V6.8L31%209V3zM26%209h-8V3h8zm-10.5%203.5c-.9.9-2.1%201.5-3.5%201.5c-2.8%200-5-2.2-5-5s2.2-5%205-5c.5%200%20.9.1%201.3.2l.6-1.9c-.6-.2-1.2-.3-1.9-.3c-3.9%200-7%203.1-7%207s3.1%207%207%207c1.9%200%203.7-.8%205-2z%22%2F%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18%2025h-3v-3h-2v3h-3v2h3v3h2v-3h3z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22%2030h-2v-5c0-2.8-2.2-5-5-5H9c-2.8%200-5%202.2-5%205v5H2v-5c0-3.9%203.1-7%207-7h6c3.9%200%207%203.1%207%207zm6-24.8V3c0-1.1-.9-2-2-2h-8c-1.1%200-2%20.9-2%202v6c0%201.1.9%202%202%202h8c1.1%200%202-.9%202-2V6.8L31%209V3zM26%209h-8V3h8zm-10.5%203.5c-.9.9-2.1%201.5-3.5%201.5c-2.8%200-5-2.2-5-5s2.2-5%205-5c.5%200%20.9.1%201.3.2l.6-1.9c-.6-.2-1.2-.3-1.9-.3c-3.9%200-7%203.1-7%207s3.1%207%207%207c1.9%200%203.7-.8%205-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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