tb icon
tb-24px from Health Icons by Resolve to Save Lives · Filled 24px · Conditions · MIT Free for personal and commercial use.
- Name
- tb-24px
- Set
- Health Icons
- Style
- Filled 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"><path fill="currentColor" fill-rule="evenodd" d="M13 10.526c0 .52.011 1.22.199 1.783c.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 1 17.065 8c.457 0 .863.186 1.17.392c.32.212.605.492.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.344-.236-1.82-.659a3 3 0 0 1-.18-.175a3 3 0 0 1-.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.071-1.459c-.207-.598-.18-1.401-.09-2.158c.096-.797.285-1.695.51-2.565c.063-.242.129-.516.2-.811c.16-.67.347-1.445.581-2.196c.342-1.098.818-2.27 1.57-3.235c.232-.299.517-.578.835-.79C6.072 8.186 6.478 8 6.936 8c.302 0 1.184.01 1.929.889C9.555 9.7 10 11.113 10 13.513V13c.271 0 .406-.077.492-.154c.107-.095.218-.263.31-.537c.187-.563.198-1.263.198-1.783V2h2zM18 12a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m2 3.5a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m-2.5 2.75a1 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" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsTb24px(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M13 10.526c0 .52.011 1.22.199 1.783c.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 1 17.065 8c.457 0 .863.186 1.17.392c.32.212.605.492.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.344-.236-1.82-.659a3 3 0 0 1-.18-.175a3 3 0 0 1-.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.071-1.459c-.207-.598-.18-1.401-.09-2.158c.096-.797.285-1.695.51-2.565c.063-.242.129-.516.2-.811c.16-.67.347-1.445.581-2.196c.342-1.098.818-2.27 1.57-3.235c.232-.299.517-.578.835-.79C6.072 8.186 6.478 8 6.936 8c.302 0 1.184.01 1.929.889C9.555 9.7 10 11.113 10 13.513V13c.271 0 .406-.077.492-.154c.107-.095.218-.263.31-.537c.187-.563.198-1.263.198-1.783V2h2zM18 12a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m2 3.5a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m-2.5 2.75a1 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" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M13 10.526c0 .52.011 1.22.199 1.783c.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 1 17.065 8c.457 0 .863.186 1.17.392c.32.212.605.492.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.344-.236-1.82-.659a3 3 0 0 1-.18-.175a3 3 0 0 1-.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.071-1.459c-.207-.598-.18-1.401-.09-2.158c.096-.797.285-1.695.51-2.565c.063-.242.129-.516.2-.811c.16-.67.347-1.445.581-2.196c.342-1.098.818-2.27 1.57-3.235c.232-.299.517-.578.835-.79C6.072 8.186 6.478 8 6.936 8c.302 0 1.184.01 1.929.889C9.555 9.7 10 11.113 10 13.513V13c.271 0 .406-.077.492-.154c.107-.095.218-.263.31-.537c.187-.563.198-1.263.198-1.783V2h2zM18 12a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m2 3.5a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m-2.5 2.75a1 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" clip-rule="evenodd"/></svg> </template>
CSS
.icon-tb-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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M13%2010.526c0%20.52.011%201.22.199%201.783c.091.274.202.442.31.537c.085.077.22.154.491.154v.513c0-2.4.446-3.812%201.135-4.624A2.4%202.4%200%200%201%2017.065%208c.457%200%20.863.186%201.17.392c.32.212.605.492.837.79c.75.965%201.227%202.137%201.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-1.071%201.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%200-1.344-.236-1.82-.659a3%203%200%200%201-.18-.175a3%203%200%200%201-.18.175c-.476.423-1.091.659-1.82.659v1.906c0%20.54-.14%201.34-.458%202.102c-.314.75-.864%201.608-1.785%202.052c-.867.418-1.946.891-2.943.936c-.524.024-1.084-.066-1.585-.39c-.504-.327-.854-.83-1.071-1.459c-.207-.598-.18-1.401-.09-2.158c.096-.797.285-1.695.51-2.565c.063-.242.129-.516.2-.811c.16-.67.347-1.445.581-2.196c.342-1.098.818-2.27%201.57-3.235c.232-.299.517-.578.835-.79C6.072%208.186%206.478%208%206.936%208c.302%200%201.184.01%201.929.889C9.555%209.7%2010%2011.113%2010%2013.513V13c.271%200%20.406-.077.492-.154c.107-.095.218-.263.31-.537c.187-.563.198-1.263.198-1.783V2h2zM18%2012a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5m2%203.5a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200m-2.5%202.75a1%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%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M13%2010.526c0%20.52.011%201.22.199%201.783c.091.274.202.442.31.537c.085.077.22.154.491.154v.513c0-2.4.446-3.812%201.135-4.624A2.4%202.4%200%200%201%2017.065%208c.457%200%20.863.186%201.17.392c.32.212.605.492.837.79c.75.965%201.227%202.137%201.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-1.071%201.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%200-1.344-.236-1.82-.659a3%203%200%200%201-.18-.175a3%203%200%200%201-.18.175c-.476.423-1.091.659-1.82.659v1.906c0%20.54-.14%201.34-.458%202.102c-.314.75-.864%201.608-1.785%202.052c-.867.418-1.946.891-2.943.936c-.524.024-1.084-.066-1.585-.39c-.504-.327-.854-.83-1.071-1.459c-.207-.598-.18-1.401-.09-2.158c.096-.797.285-1.695.51-2.565c.063-.242.129-.516.2-.811c.16-.67.347-1.445.581-2.196c.342-1.098.818-2.27%201.57-3.235c.232-.299.517-.578.835-.79C6.072%208.186%206.478%208%206.936%208c.302%200%201.184.01%201.929.889C9.555%209.7%2010%2011.113%2010%2013.513V13c.271%200%20.406-.077.492-.154c.107-.095.218-.263.31-.537c.187-.563.198-1.263.198-1.783V2h2zM18%2012a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5m2%203.5a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200m-2.5%202.75a1%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%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-24px.svg?color=%231a73e8&size=48