tb negative icon
tb-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- tb-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Use the tb 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(#healthiconsTbNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm16.525 12c5.439 0 5.365 6.872 5.327 10.4l-.004.377q.076-.036.148-.078c.44-.257 1.004-.801 1.004-2.199V6h2v14.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.767v.002c.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 12M32 19a2 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"/></g><defs><clipPath id="healthiconsTbNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsTbNegative(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(#healthiconsTbNegative)"><path fill="currentColor" fillRule="evenodd" d="M0 0h48v48H0zm16.525 12c5.439 0 5.365 6.872 5.327 10.4l-.004.377q.076-.036.148-.078c.44-.257 1.004-.801 1.004-2.199V6h2v14.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.767v.002c.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 12M32 19a2 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"/></g><defs><clipPath id="healthiconsTbNegative"><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(#healthiconsTbNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm16.525 12c5.439 0 5.365 6.872 5.327 10.4l-.004.377q.076-.036.148-.078c.44-.257 1.004-.801 1.004-2.199V6h2v14.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.767v.002c.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 12M32 19a2 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"/></g><defs><clipPath id="healthiconsTbNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-tb-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(%23healthiconsTbNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm16.525%2012c5.439%200%205.365%206.872%205.327%2010.4l-.004.377q.076-.036.148-.078c.44-.257%201.004-.801%201.004-2.199V6h2v14.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.767v.002c.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%2012M32%2019a2%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%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsTbNegative%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(%23healthiconsTbNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm16.525%2012c5.439%200%205.365%206.872%205.327%2010.4l-.004.377q.076-.036.148-.078c.44-.257%201.004-.801%201.004-2.199V6h2v14.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.767v.002c.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%2012M32%2019a2%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%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsTbNegative%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/tb-negative.svg?color=%231a73e8&size=48