tb from Health Icons by Resolve to Save Lives · Filled · Conditions · MIT Free for personal and commercial use.

Name
tb
Set
Health Icons
Style
Filled
Category
Conditions
Viewbox
48×48
License
MIT

3 other variants in Health Icons

More conditions icons from Health Icons

Use the tb icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M23 20.5V6h2v14.5c0 1.398.564 1.942 1.004 2.199q.073.042.148.078l-.004-.377c-.038-3.528-.112-10.4 5.327-10.4c7.45 0 12.773 26.007 9.58 28.66c-3.193 2.654-9.58 1.062-12.773-2.123c-2.578-2.57-2.355-8.578-2.195-12.891q.016-.395.028-.769a4.3 4.3 0 0 1-1.119-.45a3.8 3.8 0 0 1-.996-.835c-.297.352-.64.626-.996.834c-.4.234-.794.37-1.12.451l.029.769c.16 4.313.383 10.32-2.195 12.891c-3.193 3.185-9.58 4.777-12.773 2.123S9.075 12 16.525 12c5.439 0 5.365 6.872 5.327 10.4l-.004.377q.075-.036.148-.078c.44-.257 1.004-.801 1.004-2.199m9-1.5a2 2 0 1 0 0-4a2 2 0 0 0 0 4m2 11a2 2 0 1 1-4 0a2 2 0 0 1 4 0m3-1a2 2 0 1 0 0-4a2 2 0 0 0 0 4m-3-6a3 3 0 1 1-6 0a3 3 0 0 1 6 0" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsTb(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fillRule="evenodd" d="M23 20.5V6h2v14.5c0 1.398.564 1.942 1.004 2.199q.073.042.148.078l-.004-.377c-.038-3.528-.112-10.4 5.327-10.4c7.45 0 12.773 26.007 9.58 28.66c-3.193 2.654-9.58 1.062-12.773-2.123c-2.578-2.57-2.355-8.578-2.195-12.891q.016-.395.028-.769a4.3 4.3 0 0 1-1.119-.45a3.8 3.8 0 0 1-.996-.835c-.297.352-.64.626-.996.834c-.4.234-.794.37-1.12.451l.029.769c.16 4.313.383 10.32-2.195 12.891c-3.193 3.185-9.58 4.777-12.773 2.123S9.075 12 16.525 12c5.439 0 5.365 6.872 5.327 10.4l-.004.377q.075-.036.148-.078c.44-.257 1.004-.801 1.004-2.199m9-1.5a2 2 0 1 0 0-4a2 2 0 0 0 0 4m2 11a2 2 0 1 1-4 0a2 2 0 0 1 4 0m3-1a2 2 0 1 0 0-4a2 2 0 0 0 0 4m-3-6a3 3 0 1 1-6 0a3 3 0 0 1 6 0" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M23 20.5V6h2v14.5c0 1.398.564 1.942 1.004 2.199q.073.042.148.078l-.004-.377c-.038-3.528-.112-10.4 5.327-10.4c7.45 0 12.773 26.007 9.58 28.66c-3.193 2.654-9.58 1.062-12.773-2.123c-2.578-2.57-2.355-8.578-2.195-12.891q.016-.395.028-.769a4.3 4.3 0 0 1-1.119-.45a3.8 3.8 0 0 1-.996-.835c-.297.352-.64.626-.996.834c-.4.234-.794.37-1.12.451l.029.769c.16 4.313.383 10.32-2.195 12.891c-3.193 3.185-9.58 4.777-12.773 2.123S9.075 12 16.525 12c5.439 0 5.365 6.872 5.327 10.4l-.004.377q.075-.036.148-.078c.44-.257 1.004-.801 1.004-2.199m9-1.5a2 2 0 1 0 0-4a2 2 0 0 0 0 4m2 11a2 2 0 1 1-4 0a2 2 0 0 1 4 0m3-1a2 2 0 1 0 0-4a2 2 0 0 0 0 4m-3-6a3 3 0 1 1-6 0a3 3 0 0 1 6 0" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-tb {
  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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M23%2020.5V6h2v14.5c0%201.398.564%201.942%201.004%202.199q.073.042.148.078l-.004-.377c-.038-3.528-.112-10.4%205.327-10.4c7.45%200%2012.773%2026.007%209.58%2028.66c-3.193%202.654-9.58%201.062-12.773-2.123c-2.578-2.57-2.355-8.578-2.195-12.891q.016-.395.028-.769a4.3%204.3%200%200%201-1.119-.45a3.8%203.8%200%200%201-.996-.835c-.297.352-.64.626-.996.834c-.4.234-.794.37-1.12.451l.029.769c.16%204.313.383%2010.32-2.195%2012.891c-3.193%203.185-9.58%204.777-12.773%202.123S9.075%2012%2016.525%2012c5.439%200%205.365%206.872%205.327%2010.4l-.004.377q.075-.036.148-.078c.44-.257%201.004-.801%201.004-2.199m9-1.5a2%202%200%201%200%200-4a2%202%200%200%200%200%204m2%2011a2%202%200%201%201-4%200a2%202%200%200%201%204%200m3-1a2%202%200%201%200%200-4a2%202%200%200%200%200%204m-3-6a3%203%200%201%201-6%200a3%203%200%200%201%206%200%22%20clip-rule%3D%22evenodd%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M23%2020.5V6h2v14.5c0%201.398.564%201.942%201.004%202.199q.073.042.148.078l-.004-.377c-.038-3.528-.112-10.4%205.327-10.4c7.45%200%2012.773%2026.007%209.58%2028.66c-3.193%202.654-9.58%201.062-12.773-2.123c-2.578-2.57-2.355-8.578-2.195-12.891q.016-.395.028-.769a4.3%204.3%200%200%201-1.119-.45a3.8%203.8%200%200%201-.996-.835c-.297.352-.64.626-.996.834c-.4.234-.794.37-1.12.451l.029.769c.16%204.313.383%2010.32-2.195%2012.891c-3.193%203.185-9.58%204.777-12.773%202.123S9.075%2012%2016.525%2012c5.439%200%205.365%206.872%205.327%2010.4l-.004.377q.075-.036.148-.078c.44-.257%201.004-.801%201.004-2.199m9-1.5a2%202%200%201%200%200-4a2%202%200%200%200%200%204m2%2011a2%202%200%201%201-4%200a2%202%200%200%201%204%200m3-1a2%202%200%201%200%200-4a2%202%200%200%200%200%204m-3-6a3%203%200%201%201-6%200a3%203%200%200%201%206%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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