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

Name
tac
Set
Health Icons
Style
Filled
Category
Devices
Viewbox
48×48
License
MIT

1 other variant in Health Icons

More devices icons from Health Icons

Use the tac icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M24 25a4 4 0 1 0 0-8a4 4 0 0 0 0 8"/><path fill-rule="evenodd" d="M7 23c0 3.942 1.342 7.571 3.594 10.455L9.33 36.444C8.217 39.08 10.153 42 13.016 42h21.968c2.863 0 4.799-2.92 3.685-5.556l-1.263-2.99A16.93 16.93 0 0 0 41 23c0-9.389-7.611-17-17-17S7 13.611 7 23m22 9l1.6 8h4.384a2 2 0 0 0 1.843-2.778L32.1 26.032a2 2 0 0 0-1.843-1.222h-1.621a6 6 0 0 0 1.086-2h.535c.804 0 1.57.24 2.212.667q.109-.671.11-1.372a8.526 8.526 0 1 0-16.953 1.31a4 4 0 0 1 2.117-.605h.535a6 6 0 0 0 1.086 2h-1.621a2 2 0 0 0-1.842 1.221l-4.727 11.19A2 2 0 0 0 13.016 40H17.4l1.6-8h-.585l-1.992 5.974a1.5 1.5 0 1 1-2.846-.948l2.544-7.633A3.5 3.5 0 0 1 19.441 27h9.118a3.5 3.5 0 0 1 3.32 2.393l2.544 7.633a1.5 1.5 0 1 1-2.846.948L29.585 32zm-9.184-20.33a11.26 11.26 0 0 1 8.62.06l.778-1.842a13.26 13.26 0 0 0-10.15-.072z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsTac(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M24 25a4 4 0 1 0 0-8a4 4 0 0 0 0 8"/><path fillRule="evenodd" d="M7 23c0 3.942 1.342 7.571 3.594 10.455L9.33 36.444C8.217 39.08 10.153 42 13.016 42h21.968c2.863 0 4.799-2.92 3.685-5.556l-1.263-2.99A16.93 16.93 0 0 0 41 23c0-9.389-7.611-17-17-17S7 13.611 7 23m22 9l1.6 8h4.384a2 2 0 0 0 1.843-2.778L32.1 26.032a2 2 0 0 0-1.843-1.222h-1.621a6 6 0 0 0 1.086-2h.535c.804 0 1.57.24 2.212.667q.109-.671.11-1.372a8.526 8.526 0 1 0-16.953 1.31a4 4 0 0 1 2.117-.605h.535a6 6 0 0 0 1.086 2h-1.621a2 2 0 0 0-1.842 1.221l-4.727 11.19A2 2 0 0 0 13.016 40H17.4l1.6-8h-.585l-1.992 5.974a1.5 1.5 0 1 1-2.846-.948l2.544-7.633A3.5 3.5 0 0 1 19.441 27h9.118a3.5 3.5 0 0 1 3.32 2.393l2.544 7.633a1.5 1.5 0 1 1-2.846.948L29.585 32zm-9.184-20.33a11.26 11.26 0 0 1 8.62.06l.778-1.842a13.26 13.26 0 0 0-10.15-.072z" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M24 25a4 4 0 1 0 0-8a4 4 0 0 0 0 8"/><path fill-rule="evenodd" d="M7 23c0 3.942 1.342 7.571 3.594 10.455L9.33 36.444C8.217 39.08 10.153 42 13.016 42h21.968c2.863 0 4.799-2.92 3.685-5.556l-1.263-2.99A16.93 16.93 0 0 0 41 23c0-9.389-7.611-17-17-17S7 13.611 7 23m22 9l1.6 8h4.384a2 2 0 0 0 1.843-2.778L32.1 26.032a2 2 0 0 0-1.843-1.222h-1.621a6 6 0 0 0 1.086-2h.535c.804 0 1.57.24 2.212.667q.109-.671.11-1.372a8.526 8.526 0 1 0-16.953 1.31a4 4 0 0 1 2.117-.605h.535a6 6 0 0 0 1.086 2h-1.621a2 2 0 0 0-1.842 1.221l-4.727 11.19A2 2 0 0 0 13.016 40H17.4l1.6-8h-.585l-1.992 5.974a1.5 1.5 0 1 1-2.846-.948l2.544-7.633A3.5 3.5 0 0 1 19.441 27h9.118a3.5 3.5 0 0 1 3.32 2.393l2.544 7.633a1.5 1.5 0 1 1-2.846.948L29.585 32zm-9.184-20.33a11.26 11.26 0 0 1 8.62.06l.778-1.842a13.26 13.26 0 0 0-10.15-.072z" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-tac {
  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%22currentColor%22%3E%3Cpath%20d%3D%22M24%2025a4%204%200%201%200%200-8a4%204%200%200%200%200%208%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M7%2023c0%203.942%201.342%207.571%203.594%2010.455L9.33%2036.444C8.217%2039.08%2010.153%2042%2013.016%2042h21.968c2.863%200%204.799-2.92%203.685-5.556l-1.263-2.99A16.93%2016.93%200%200%200%2041%2023c0-9.389-7.611-17-17-17S7%2013.611%207%2023m22%209l1.6%208h4.384a2%202%200%200%200%201.843-2.778L32.1%2026.032a2%202%200%200%200-1.843-1.222h-1.621a6%206%200%200%200%201.086-2h.535c.804%200%201.57.24%202.212.667q.109-.671.11-1.372a8.526%208.526%200%201%200-16.953%201.31a4%204%200%200%201%202.117-.605h.535a6%206%200%200%200%201.086%202h-1.621a2%202%200%200%200-1.842%201.221l-4.727%2011.19A2%202%200%200%200%2013.016%2040H17.4l1.6-8h-.585l-1.992%205.974a1.5%201.5%200%201%201-2.846-.948l2.544-7.633A3.5%203.5%200%200%201%2019.441%2027h9.118a3.5%203.5%200%200%201%203.32%202.393l2.544%207.633a1.5%201.5%200%201%201-2.846.948L29.585%2032zm-9.184-20.33a11.26%2011.26%200%200%201%208.62.06l.778-1.842a13.26%2013.26%200%200%200-10.15-.072z%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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M24%2025a4%204%200%201%200%200-8a4%204%200%200%200%200%208%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M7%2023c0%203.942%201.342%207.571%203.594%2010.455L9.33%2036.444C8.217%2039.08%2010.153%2042%2013.016%2042h21.968c2.863%200%204.799-2.92%203.685-5.556l-1.263-2.99A16.93%2016.93%200%200%200%2041%2023c0-9.389-7.611-17-17-17S7%2013.611%207%2023m22%209l1.6%208h4.384a2%202%200%200%200%201.843-2.778L32.1%2026.032a2%202%200%200%200-1.843-1.222h-1.621a6%206%200%200%200%201.086-2h.535c.804%200%201.57.24%202.212.667q.109-.671.11-1.372a8.526%208.526%200%201%200-16.953%201.31a4%204%200%200%201%202.117-.605h.535a6%206%200%200%200%201.086%202h-1.621a2%202%200%200%200-1.842%201.221l-4.727%2011.19A2%202%200%200%200%2013.016%2040H17.4l1.6-8h-.585l-1.992%205.974a1.5%201.5%200%201%201-2.846-.948l2.544-7.633A3.5%203.5%200%200%201%2019.441%2027h9.118a3.5%203.5%200%200%201%203.32%202.393l2.544%207.633a1.5%201.5%200%201%201-2.846.948L29.585%2032zm-9.184-20.33a11.26%2011.26%200%200%201%208.62.06l.778-1.842a13.26%2013.26%200%200%200-10.15-.072z%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/tac.svg?color=%231a73e8&size=48