tb-outline-24px from Health Icons by Resolve to Save Lives · Outline 24px · Conditions · MIT Free for personal and commercial use.

Name
tb-outline-24px
Set
Health Icons
Style
Outline 24px
Category
Conditions
Viewbox
24×24
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 24 24"><g fill="currentColor"><path d="M17.5 18.25a1 1 0 1 0 0-2a1 1 0 0 0 0 2m.75-4.5a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0"/><path fill-rule="evenodd" d="M13.199 12.309c-.188-.564-.199-1.264-.199-1.784V2h-2v8.525c0 .52-.01 1.22-.199 1.784c-.091.274-.202.442-.31.537c-.085.077-.22.154-.491.154v.513c0-2.4-.446-3.812-1.135-4.624A2.4 2.4 0 0 0 6.935 8c-.457 0-.863.186-1.17.392a3.6 3.6 0 0 0-.837.79c-.75.965-1.227 2.137-1.569 3.235c-.234.751-.42 1.527-.581 2.196c-.071.295-.137.57-.2.811c-.225.87-.414 1.768-.51 2.565c-.09.757-.117 1.56.09 2.158c.217.629.567 1.132 1.071 1.458c.501.325 1.06.415 1.585.391c.997-.045 2.076-.518 2.943-.936c.921-.444 1.471-1.301 1.785-2.052c.319-.761.458-1.562.458-2.102V15c.729 0 1.345-.236 1.82-.659a3 3 0 0 0 .18-.175q.084.09.18.175c.476.423 1.091.659 1.82.659v1.906c0 .54.14 1.34.458 2.102c.314.75.864 1.608 1.785 2.052c.867.418 1.946.891 2.943.936c.524.024 1.084-.066 1.585-.39c.504-.327.854-.83 1.072-1.459c.206-.598.18-1.401.089-2.158a20 20 0 0 0-.51-2.565a49 49 0 0 1-.2-.811a35 35 0 0 0-.581-2.196c-.342-1.098-.818-2.27-1.57-3.235a3.6 3.6 0 0 0-.835-.79C17.928 8.186 17.522 8 17.064 8c-.302 0-1.184.01-1.929.889C14.445 9.7 14 11.113 14 13.513V13c-.271 0-.405-.077-.492-.154c-.107-.095-.218-.263-.31-.537m-6.896-2.097c.14-.18.294-.324.433-.417a.6.6 0 0 1 .2-.097h.014c.138-.001.35-.002.586.277c.3.354.734 1.274.734 3.538v3.393c0 .308-.091.89-.328 1.457c-.241.577-.571.992-.948 1.174c-.892.43-1.67.737-2.26.764c-.27.012-.438-.038-.551-.112c-.11-.071-.262-.224-.387-.587c-.072-.207-.099-.676-.01-1.414c.084-.698.254-1.518.469-2.345q.113-.444.225-.913a31 31 0 0 1 .533-2.017c.319-1.022.722-1.97 1.29-2.702m10.96-.417c.14.093.294.237.433.416q.111.143.213.294a.75.75 0 1 0 .655 1.239c.158.372.297.765.422 1.169c.202.647.356 1.275.5 1.875a.751.751 0 1 0 .305 1.232c.193.766.345 1.52.423 2.168c.088.738.062 1.207-.01 1.414c-.125.363-.277.516-.387.587c-.113.074-.28.124-.55.112c-.592-.027-1.369-.334-2.261-.764c-.377-.182-.707-.597-.948-1.174c-.237-.566-.328-1.149-.328-1.457v-3.393c0-2.264.434-3.184.734-3.538c.237-.279.448-.278.586-.278h.014a.6.6 0 0 1 .2.098" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsTbOutline24px(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M17.5 18.25a1 1 0 1 0 0-2a1 1 0 0 0 0 2m.75-4.5a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0"/><path fillRule="evenodd" d="M13.199 12.309c-.188-.564-.199-1.264-.199-1.784V2h-2v8.525c0 .52-.01 1.22-.199 1.784c-.091.274-.202.442-.31.537c-.085.077-.22.154-.491.154v.513c0-2.4-.446-3.812-1.135-4.624A2.4 2.4 0 0 0 6.935 8c-.457 0-.863.186-1.17.392a3.6 3.6 0 0 0-.837.79c-.75.965-1.227 2.137-1.569 3.235c-.234.751-.42 1.527-.581 2.196c-.071.295-.137.57-.2.811c-.225.87-.414 1.768-.51 2.565c-.09.757-.117 1.56.09 2.158c.217.629.567 1.132 1.071 1.458c.501.325 1.06.415 1.585.391c.997-.045 2.076-.518 2.943-.936c.921-.444 1.471-1.301 1.785-2.052c.319-.761.458-1.562.458-2.102V15c.729 0 1.345-.236 1.82-.659a3 3 0 0 0 .18-.175q.084.09.18.175c.476.423 1.091.659 1.82.659v1.906c0 .54.14 1.34.458 2.102c.314.75.864 1.608 1.785 2.052c.867.418 1.946.891 2.943.936c.524.024 1.084-.066 1.585-.39c.504-.327.854-.83 1.072-1.459c.206-.598.18-1.401.089-2.158a20 20 0 0 0-.51-2.565a49 49 0 0 1-.2-.811a35 35 0 0 0-.581-2.196c-.342-1.098-.818-2.27-1.57-3.235a3.6 3.6 0 0 0-.835-.79C17.928 8.186 17.522 8 17.064 8c-.302 0-1.184.01-1.929.889C14.445 9.7 14 11.113 14 13.513V13c-.271 0-.405-.077-.492-.154c-.107-.095-.218-.263-.31-.537m-6.896-2.097c.14-.18.294-.324.433-.417a.6.6 0 0 1 .2-.097h.014c.138-.001.35-.002.586.277c.3.354.734 1.274.734 3.538v3.393c0 .308-.091.89-.328 1.457c-.241.577-.571.992-.948 1.174c-.892.43-1.67.737-2.26.764c-.27.012-.438-.038-.551-.112c-.11-.071-.262-.224-.387-.587c-.072-.207-.099-.676-.01-1.414c.084-.698.254-1.518.469-2.345q.113-.444.225-.913a31 31 0 0 1 .533-2.017c.319-1.022.722-1.97 1.29-2.702m10.96-.417c.14.093.294.237.433.416q.111.143.213.294a.75.75 0 1 0 .655 1.239c.158.372.297.765.422 1.169c.202.647.356 1.275.5 1.875a.751.751 0 1 0 .305 1.232c.193.766.345 1.52.423 2.168c.088.738.062 1.207-.01 1.414c-.125.363-.277.516-.387.587c-.113.074-.28.124-.55.112c-.592-.027-1.369-.334-2.261-.764c-.377-.182-.707-.597-.948-1.174c-.237-.566-.328-1.149-.328-1.457v-3.393c0-2.264.434-3.184.734-3.538c.237-.279.448-.278.586-.278h.014a.6.6 0 0 1 .2.098" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M17.5 18.25a1 1 0 1 0 0-2a1 1 0 0 0 0 2m.75-4.5a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0"/><path fill-rule="evenodd" d="M13.199 12.309c-.188-.564-.199-1.264-.199-1.784V2h-2v8.525c0 .52-.01 1.22-.199 1.784c-.091.274-.202.442-.31.537c-.085.077-.22.154-.491.154v.513c0-2.4-.446-3.812-1.135-4.624A2.4 2.4 0 0 0 6.935 8c-.457 0-.863.186-1.17.392a3.6 3.6 0 0 0-.837.79c-.75.965-1.227 2.137-1.569 3.235c-.234.751-.42 1.527-.581 2.196c-.071.295-.137.57-.2.811c-.225.87-.414 1.768-.51 2.565c-.09.757-.117 1.56.09 2.158c.217.629.567 1.132 1.071 1.458c.501.325 1.06.415 1.585.391c.997-.045 2.076-.518 2.943-.936c.921-.444 1.471-1.301 1.785-2.052c.319-.761.458-1.562.458-2.102V15c.729 0 1.345-.236 1.82-.659a3 3 0 0 0 .18-.175q.084.09.18.175c.476.423 1.091.659 1.82.659v1.906c0 .54.14 1.34.458 2.102c.314.75.864 1.608 1.785 2.052c.867.418 1.946.891 2.943.936c.524.024 1.084-.066 1.585-.39c.504-.327.854-.83 1.072-1.459c.206-.598.18-1.401.089-2.158a20 20 0 0 0-.51-2.565a49 49 0 0 1-.2-.811a35 35 0 0 0-.581-2.196c-.342-1.098-.818-2.27-1.57-3.235a3.6 3.6 0 0 0-.835-.79C17.928 8.186 17.522 8 17.064 8c-.302 0-1.184.01-1.929.889C14.445 9.7 14 11.113 14 13.513V13c-.271 0-.405-.077-.492-.154c-.107-.095-.218-.263-.31-.537m-6.896-2.097c.14-.18.294-.324.433-.417a.6.6 0 0 1 .2-.097h.014c.138-.001.35-.002.586.277c.3.354.734 1.274.734 3.538v3.393c0 .308-.091.89-.328 1.457c-.241.577-.571.992-.948 1.174c-.892.43-1.67.737-2.26.764c-.27.012-.438-.038-.551-.112c-.11-.071-.262-.224-.387-.587c-.072-.207-.099-.676-.01-1.414c.084-.698.254-1.518.469-2.345q.113-.444.225-.913a31 31 0 0 1 .533-2.017c.319-1.022.722-1.97 1.29-2.702m10.96-.417c.14.093.294.237.433.416q.111.143.213.294a.75.75 0 1 0 .655 1.239c.158.372.297.765.422 1.169c.202.647.356 1.275.5 1.875a.751.751 0 1 0 .305 1.232c.193.766.345 1.52.423 2.168c.088.738.062 1.207-.01 1.414c-.125.363-.277.516-.387.587c-.113.074-.28.124-.55.112c-.592-.027-1.369-.334-2.261-.764c-.377-.182-.707-.597-.948-1.174c-.237-.566-.328-1.149-.328-1.457v-3.393c0-2.264.434-3.184.734-3.538c.237-.279.448-.278.586-.278h.014a.6.6 0 0 1 .2.098" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-tb-outline-24px {
  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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M17.5%2018.25a1%201%200%201%200%200-2a1%201%200%200%200%200%202m.75-4.5a1.25%201.25%200%201%201-2.5%200a1.25%201.25%200%200%201%202.5%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M13.199%2012.309c-.188-.564-.199-1.264-.199-1.784V2h-2v8.525c0%20.52-.01%201.22-.199%201.784c-.091.274-.202.442-.31.537c-.085.077-.22.154-.491.154v.513c0-2.4-.446-3.812-1.135-4.624A2.4%202.4%200%200%200%206.935%208c-.457%200-.863.186-1.17.392a3.6%203.6%200%200%200-.837.79c-.75.965-1.227%202.137-1.569%203.235c-.234.751-.42%201.527-.581%202.196c-.071.295-.137.57-.2.811c-.225.87-.414%201.768-.51%202.565c-.09.757-.117%201.56.09%202.158c.217.629.567%201.132%201.071%201.458c.501.325%201.06.415%201.585.391c.997-.045%202.076-.518%202.943-.936c.921-.444%201.471-1.301%201.785-2.052c.319-.761.458-1.562.458-2.102V15c.729%200%201.345-.236%201.82-.659a3%203%200%200%200%20.18-.175q.084.09.18.175c.476.423%201.091.659%201.82.659v1.906c0%20.54.14%201.34.458%202.102c.314.75.864%201.608%201.785%202.052c.867.418%201.946.891%202.943.936c.524.024%201.084-.066%201.585-.39c.504-.327.854-.83%201.072-1.459c.206-.598.18-1.401.089-2.158a20%2020%200%200%200-.51-2.565a49%2049%200%200%201-.2-.811a35%2035%200%200%200-.581-2.196c-.342-1.098-.818-2.27-1.57-3.235a3.6%203.6%200%200%200-.835-.79C17.928%208.186%2017.522%208%2017.064%208c-.302%200-1.184.01-1.929.889C14.445%209.7%2014%2011.113%2014%2013.513V13c-.271%200-.405-.077-.492-.154c-.107-.095-.218-.263-.31-.537m-6.896-2.097c.14-.18.294-.324.433-.417a.6.6%200%200%201%20.2-.097h.014c.138-.001.35-.002.586.277c.3.354.734%201.274.734%203.538v3.393c0%20.308-.091.89-.328%201.457c-.241.577-.571.992-.948%201.174c-.892.43-1.67.737-2.26.764c-.27.012-.438-.038-.551-.112c-.11-.071-.262-.224-.387-.587c-.072-.207-.099-.676-.01-1.414c.084-.698.254-1.518.469-2.345q.113-.444.225-.913a31%2031%200%200%201%20.533-2.017c.319-1.022.722-1.97%201.29-2.702m10.96-.417c.14.093.294.237.433.416q.111.143.213.294a.75.75%200%201%200%20.655%201.239c.158.372.297.765.422%201.169c.202.647.356%201.275.5%201.875a.751.751%200%201%200%20.305%201.232c.193.766.345%201.52.423%202.168c.088.738.062%201.207-.01%201.414c-.125.363-.277.516-.387.587c-.113.074-.28.124-.55.112c-.592-.027-1.369-.334-2.261-.764c-.377-.182-.707-.597-.948-1.174c-.237-.566-.328-1.149-.328-1.457v-3.393c0-2.264.434-3.184.734-3.538c.237-.279.448-.278.586-.278h.014a.6.6%200%200%201%20.2.098%22%20clip-rule%3D%22evenodd%22%2F%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M17.5%2018.25a1%201%200%201%200%200-2a1%201%200%200%200%200%202m.75-4.5a1.25%201.25%200%201%201-2.5%200a1.25%201.25%200%200%201%202.5%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M13.199%2012.309c-.188-.564-.199-1.264-.199-1.784V2h-2v8.525c0%20.52-.01%201.22-.199%201.784c-.091.274-.202.442-.31.537c-.085.077-.22.154-.491.154v.513c0-2.4-.446-3.812-1.135-4.624A2.4%202.4%200%200%200%206.935%208c-.457%200-.863.186-1.17.392a3.6%203.6%200%200%200-.837.79c-.75.965-1.227%202.137-1.569%203.235c-.234.751-.42%201.527-.581%202.196c-.071.295-.137.57-.2.811c-.225.87-.414%201.768-.51%202.565c-.09.757-.117%201.56.09%202.158c.217.629.567%201.132%201.071%201.458c.501.325%201.06.415%201.585.391c.997-.045%202.076-.518%202.943-.936c.921-.444%201.471-1.301%201.785-2.052c.319-.761.458-1.562.458-2.102V15c.729%200%201.345-.236%201.82-.659a3%203%200%200%200%20.18-.175q.084.09.18.175c.476.423%201.091.659%201.82.659v1.906c0%20.54.14%201.34.458%202.102c.314.75.864%201.608%201.785%202.052c.867.418%201.946.891%202.943.936c.524.024%201.084-.066%201.585-.39c.504-.327.854-.83%201.072-1.459c.206-.598.18-1.401.089-2.158a20%2020%200%200%200-.51-2.565a49%2049%200%200%201-.2-.811a35%2035%200%200%200-.581-2.196c-.342-1.098-.818-2.27-1.57-3.235a3.6%203.6%200%200%200-.835-.79C17.928%208.186%2017.522%208%2017.064%208c-.302%200-1.184.01-1.929.889C14.445%209.7%2014%2011.113%2014%2013.513V13c-.271%200-.405-.077-.492-.154c-.107-.095-.218-.263-.31-.537m-6.896-2.097c.14-.18.294-.324.433-.417a.6.6%200%200%201%20.2-.097h.014c.138-.001.35-.002.586.277c.3.354.734%201.274.734%203.538v3.393c0%20.308-.091.89-.328%201.457c-.241.577-.571.992-.948%201.174c-.892.43-1.67.737-2.26.764c-.27.012-.438-.038-.551-.112c-.11-.071-.262-.224-.387-.587c-.072-.207-.099-.676-.01-1.414c.084-.698.254-1.518.469-2.345q.113-.444.225-.913a31%2031%200%200%201%20.533-2.017c.319-1.022.722-1.97%201.29-2.702m10.96-.417c.14.093.294.237.433.416q.111.143.213.294a.75.75%200%201%200%20.655%201.239c.158.372.297.765.422%201.169c.202.647.356%201.275.5%201.875a.751.751%200%201%200%20.305%201.232c.193.766.345%201.52.423%202.168c.088.738.062%201.207-.01%201.414c-.125.363-.277.516-.387.587c-.113.074-.28.124-.55.112c-.592-.027-1.369-.334-2.261-.764c-.377-.182-.707-.597-.948-1.174c-.237-.566-.328-1.149-.328-1.457v-3.393c0-2.264.434-3.184.734-3.538c.237-.279.448-.278.586-.278h.014a.6.6%200%200%201%20.2.098%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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