tac icon
tac-outline from Health Icons by Resolve to Save Lives · Outline · Devices · MIT Free for personal and commercial use.
- Name
- tac-outline
- Set
- Health Icons
- Style
- Outline
- Category
- Devices
- Viewbox
- 48×48
- License
- MIT
- Aliases
- tac2x-outline
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="M38.214 31.353A15.9 15.9 0 0 0 40 24c0-8.837-7.163-16-16-16S8 15.163 8 24c0 2.651.645 5.151 1.786 7.353L8.73 33.535A17.9 17.9 0 0 1 6 24c0-9.941 8.059-18 18-18s18 8.059 18 18c0 3.502-1 6.77-2.73 9.535z"/><path fill-rule="evenodd" d="M24 17a5 5 0 1 0 0 10a5 5 0 0 0 0-10m-3 5a3 3 0 1 1 6 0a3 3 0 0 1-6 0" clip-rule="evenodd"/><path fill-rule="evenodd" d="M14.058 25.253q.063-.147.135-.287A10 10 0 0 1 14 23c0-5.523 4.477-10 10-10s10 4.477 10 10q-.001 1.01-.193 1.966q.072.14.135.287l4.727 11.19C39.783 39.082 37.847 42 34.984 42H13.016c-2.863 0-4.799-2.92-3.685-5.556zM24 15a8 8 0 0 0-7.997 8.208c.464-.224.974-.36 1.505-.391a6.5 6.5 0 0 0 .414 1.993h-.179a2 2 0 0 0-1.842 1.221l-4.727 11.191A2 2 0 0 0 13.016 40h.322a3.5 3.5 0 0 1-.055-2.879l2.48-5.788A5.5 5.5 0 0 1 20.82 28h6.362a5.5 5.5 0 0 1 5.055 3.333l2.48 5.788a3.5 3.5 0 0 1-.054 2.88h.322a2 2 0 0 0 1.843-2.779L32.1 26.032a2 2 0 0 0-1.843-1.222h-.18a6.5 6.5 0 0 0 .415-1.993c.531.03 1.041.167 1.505.39Q32 23.106 32 23a8 8 0 0 0-8-8m8.09 24.879a1.5 1.5 0 0 1-.564.121h-.051a1.5 1.5 0 0 1-.97-.376a1 1 0 0 0-.113-.087l-1.963-4.908a1 1 0 0 0-1.857.742L28.423 40h-8.846l1.851-4.629a1 1 0 0 0-1.857-.742l-1.963 4.908q-.06.039-.113.087a1.5 1.5 0 0 1-.97.376h-.05a1.5 1.5 0 0 1-1.353-2.091l2.48-5.788A3.5 3.5 0 0 1 20.819 30h6.362a3.5 3.5 0 0 1 3.217 2.121l2.48 5.788a1.5 1.5 0 0 1-.787 1.97" clip-rule="evenodd"/><path d="M19.376 12.381a12 12 0 0 1 9.184.065l.779-1.842a14 14 0 0 0-10.715-.076z"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsTacOutline(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="M38.214 31.353A15.9 15.9 0 0 0 40 24c0-8.837-7.163-16-16-16S8 15.163 8 24c0 2.651.645 5.151 1.786 7.353L8.73 33.535A17.9 17.9 0 0 1 6 24c0-9.941 8.059-18 18-18s18 8.059 18 18c0 3.502-1 6.77-2.73 9.535z"/><path fillRule="evenodd" d="M24 17a5 5 0 1 0 0 10a5 5 0 0 0 0-10m-3 5a3 3 0 1 1 6 0a3 3 0 0 1-6 0" clipRule="evenodd"/><path fillRule="evenodd" d="M14.058 25.253q.063-.147.135-.287A10 10 0 0 1 14 23c0-5.523 4.477-10 10-10s10 4.477 10 10q-.001 1.01-.193 1.966q.072.14.135.287l4.727 11.19C39.783 39.082 37.847 42 34.984 42H13.016c-2.863 0-4.799-2.92-3.685-5.556zM24 15a8 8 0 0 0-7.997 8.208c.464-.224.974-.36 1.505-.391a6.5 6.5 0 0 0 .414 1.993h-.179a2 2 0 0 0-1.842 1.221l-4.727 11.191A2 2 0 0 0 13.016 40h.322a3.5 3.5 0 0 1-.055-2.879l2.48-5.788A5.5 5.5 0 0 1 20.82 28h6.362a5.5 5.5 0 0 1 5.055 3.333l2.48 5.788a3.5 3.5 0 0 1-.054 2.88h.322a2 2 0 0 0 1.843-2.779L32.1 26.032a2 2 0 0 0-1.843-1.222h-.18a6.5 6.5 0 0 0 .415-1.993c.531.03 1.041.167 1.505.39Q32 23.106 32 23a8 8 0 0 0-8-8m8.09 24.879a1.5 1.5 0 0 1-.564.121h-.051a1.5 1.5 0 0 1-.97-.376a1 1 0 0 0-.113-.087l-1.963-4.908a1 1 0 0 0-1.857.742L28.423 40h-8.846l1.851-4.629a1 1 0 0 0-1.857-.742l-1.963 4.908q-.06.039-.113.087a1.5 1.5 0 0 1-.97.376h-.05a1.5 1.5 0 0 1-1.353-2.091l2.48-5.788A3.5 3.5 0 0 1 20.819 30h6.362a3.5 3.5 0 0 1 3.217 2.121l2.48 5.788a1.5 1.5 0 0 1-.787 1.97" clipRule="evenodd"/><path d="M19.376 12.381a12 12 0 0 1 9.184.065l.779-1.842a14 14 0 0 0-10.715-.076z"/></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="M38.214 31.353A15.9 15.9 0 0 0 40 24c0-8.837-7.163-16-16-16S8 15.163 8 24c0 2.651.645 5.151 1.786 7.353L8.73 33.535A17.9 17.9 0 0 1 6 24c0-9.941 8.059-18 18-18s18 8.059 18 18c0 3.502-1 6.77-2.73 9.535z"/><path fill-rule="evenodd" d="M24 17a5 5 0 1 0 0 10a5 5 0 0 0 0-10m-3 5a3 3 0 1 1 6 0a3 3 0 0 1-6 0" clip-rule="evenodd"/><path fill-rule="evenodd" d="M14.058 25.253q.063-.147.135-.287A10 10 0 0 1 14 23c0-5.523 4.477-10 10-10s10 4.477 10 10q-.001 1.01-.193 1.966q.072.14.135.287l4.727 11.19C39.783 39.082 37.847 42 34.984 42H13.016c-2.863 0-4.799-2.92-3.685-5.556zM24 15a8 8 0 0 0-7.997 8.208c.464-.224.974-.36 1.505-.391a6.5 6.5 0 0 0 .414 1.993h-.179a2 2 0 0 0-1.842 1.221l-4.727 11.191A2 2 0 0 0 13.016 40h.322a3.5 3.5 0 0 1-.055-2.879l2.48-5.788A5.5 5.5 0 0 1 20.82 28h6.362a5.5 5.5 0 0 1 5.055 3.333l2.48 5.788a3.5 3.5 0 0 1-.054 2.88h.322a2 2 0 0 0 1.843-2.779L32.1 26.032a2 2 0 0 0-1.843-1.222h-.18a6.5 6.5 0 0 0 .415-1.993c.531.03 1.041.167 1.505.39Q32 23.106 32 23a8 8 0 0 0-8-8m8.09 24.879a1.5 1.5 0 0 1-.564.121h-.051a1.5 1.5 0 0 1-.97-.376a1 1 0 0 0-.113-.087l-1.963-4.908a1 1 0 0 0-1.857.742L28.423 40h-8.846l1.851-4.629a1 1 0 0 0-1.857-.742l-1.963 4.908q-.06.039-.113.087a1.5 1.5 0 0 1-.97.376h-.05a1.5 1.5 0 0 1-1.353-2.091l2.48-5.788A3.5 3.5 0 0 1 20.819 30h6.362a3.5 3.5 0 0 1 3.217 2.121l2.48 5.788a1.5 1.5 0 0 1-.787 1.97" clip-rule="evenodd"/><path d="M19.376 12.381a12 12 0 0 1 9.184.065l.779-1.842a14 14 0 0 0-10.715-.076z"/></g></svg> </template>
CSS
.icon-tac-outline {
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%22M38.214%2031.353A15.9%2015.9%200%200%200%2040%2024c0-8.837-7.163-16-16-16S8%2015.163%208%2024c0%202.651.645%205.151%201.786%207.353L8.73%2033.535A17.9%2017.9%200%200%201%206%2024c0-9.941%208.059-18%2018-18s18%208.059%2018%2018c0%203.502-1%206.77-2.73%209.535z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M24%2017a5%205%200%201%200%200%2010a5%205%200%200%200%200-10m-3%205a3%203%200%201%201%206%200a3%203%200%200%201-6%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M14.058%2025.253q.063-.147.135-.287A10%2010%200%200%201%2014%2023c0-5.523%204.477-10%2010-10s10%204.477%2010%2010q-.001%201.01-.193%201.966q.072.14.135.287l4.727%2011.19C39.783%2039.082%2037.847%2042%2034.984%2042H13.016c-2.863%200-4.799-2.92-3.685-5.556zM24%2015a8%208%200%200%200-7.997%208.208c.464-.224.974-.36%201.505-.391a6.5%206.5%200%200%200%20.414%201.993h-.179a2%202%200%200%200-1.842%201.221l-4.727%2011.191A2%202%200%200%200%2013.016%2040h.322a3.5%203.5%200%200%201-.055-2.879l2.48-5.788A5.5%205.5%200%200%201%2020.82%2028h6.362a5.5%205.5%200%200%201%205.055%203.333l2.48%205.788a3.5%203.5%200%200%201-.054%202.88h.322a2%202%200%200%200%201.843-2.779L32.1%2026.032a2%202%200%200%200-1.843-1.222h-.18a6.5%206.5%200%200%200%20.415-1.993c.531.03%201.041.167%201.505.39Q32%2023.106%2032%2023a8%208%200%200%200-8-8m8.09%2024.879a1.5%201.5%200%200%201-.564.121h-.051a1.5%201.5%200%200%201-.97-.376a1%201%200%200%200-.113-.087l-1.963-4.908a1%201%200%200%200-1.857.742L28.423%2040h-8.846l1.851-4.629a1%201%200%200%200-1.857-.742l-1.963%204.908q-.06.039-.113.087a1.5%201.5%200%200%201-.97.376h-.05a1.5%201.5%200%200%201-1.353-2.091l2.48-5.788A3.5%203.5%200%200%201%2020.819%2030h6.362a3.5%203.5%200%200%201%203.217%202.121l2.48%205.788a1.5%201.5%200%200%201-.787%201.97%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M19.376%2012.381a12%2012%200%200%201%209.184.065l.779-1.842a14%2014%200%200%200-10.715-.076z%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%22M38.214%2031.353A15.9%2015.9%200%200%200%2040%2024c0-8.837-7.163-16-16-16S8%2015.163%208%2024c0%202.651.645%205.151%201.786%207.353L8.73%2033.535A17.9%2017.9%200%200%201%206%2024c0-9.941%208.059-18%2018-18s18%208.059%2018%2018c0%203.502-1%206.77-2.73%209.535z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M24%2017a5%205%200%201%200%200%2010a5%205%200%200%200%200-10m-3%205a3%203%200%201%201%206%200a3%203%200%200%201-6%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M14.058%2025.253q.063-.147.135-.287A10%2010%200%200%201%2014%2023c0-5.523%204.477-10%2010-10s10%204.477%2010%2010q-.001%201.01-.193%201.966q.072.14.135.287l4.727%2011.19C39.783%2039.082%2037.847%2042%2034.984%2042H13.016c-2.863%200-4.799-2.92-3.685-5.556zM24%2015a8%208%200%200%200-7.997%208.208c.464-.224.974-.36%201.505-.391a6.5%206.5%200%200%200%20.414%201.993h-.179a2%202%200%200%200-1.842%201.221l-4.727%2011.191A2%202%200%200%200%2013.016%2040h.322a3.5%203.5%200%200%201-.055-2.879l2.48-5.788A5.5%205.5%200%200%201%2020.82%2028h6.362a5.5%205.5%200%200%201%205.055%203.333l2.48%205.788a3.5%203.5%200%200%201-.054%202.88h.322a2%202%200%200%200%201.843-2.779L32.1%2026.032a2%202%200%200%200-1.843-1.222h-.18a6.5%206.5%200%200%200%20.415-1.993c.531.03%201.041.167%201.505.39Q32%2023.106%2032%2023a8%208%200%200%200-8-8m8.09%2024.879a1.5%201.5%200%200%201-.564.121h-.051a1.5%201.5%200%200%201-.97-.376a1%201%200%200%200-.113-.087l-1.963-4.908a1%201%200%200%200-1.857.742L28.423%2040h-8.846l1.851-4.629a1%201%200%200%200-1.857-.742l-1.963%204.908q-.06.039-.113.087a1.5%201.5%200%200%201-.97.376h-.05a1.5%201.5%200%200%201-1.353-2.091l2.48-5.788A3.5%203.5%200%200%201%2020.819%2030h6.362a3.5%203.5%200%200%201%203.217%202.121l2.48%205.788a1.5%201.5%200%200%201-.787%201.97%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M19.376%2012.381a12%2012%200%200%201%209.184.065l.779-1.842a14%2014%200%200%200-10.715-.076z%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-outline.svg?color=%231a73e8&size=48