analyze-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.

Name
analyze-filled
Set
Tabler Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in Tabler Icons

Related icons in Tabler Icons

Use the analyze icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M4.99 12.862a7.1 7.1 0 0 0 12.171 3.924a2 2 0 0 1-.156-.637L17 16l.005-.15a2 2 0 1 1 1.769 2.137a9.099 9.099 0 0 1-15.764-4.85a1 1 0 0 1 1.98-.275"/><path d="M12 8a4 4 0 1 1-3.995 4.2L8 12l.005-.2A4 4 0 0 1 12 8"/><path d="M13.142 3.09a9.1 9.1 0 0 1 7.848 7.772a1 1 0 0 1-1.98.276a7.1 7.1 0 0 0-6.125-6.064A7.1 7.1 0 0 0 6.837 7.21a2 2 0 1 1-3.831.939L3 8l.005-.15a2 2 0 0 1 2.216-1.838a9.1 9.1 0 0 1 7.921-2.922"/></g></svg>

React

import type { SVGProps } from "react";

export function TablerAnalyzeFilled(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="M4.99 12.862a7.1 7.1 0 0 0 12.171 3.924a2 2 0 0 1-.156-.637L17 16l.005-.15a2 2 0 1 1 1.769 2.137a9.099 9.099 0 0 1-15.764-4.85a1 1 0 0 1 1.98-.275"/><path d="M12 8a4 4 0 1 1-3.995 4.2L8 12l.005-.2A4 4 0 0 1 12 8"/><path d="M13.142 3.09a9.1 9.1 0 0 1 7.848 7.772a1 1 0 0 1-1.98.276a7.1 7.1 0 0 0-6.125-6.064A7.1 7.1 0 0 0 6.837 7.21a2 2 0 1 1-3.831.939L3 8l.005-.15a2 2 0 0 1 2.216-1.838a9.1 9.1 0 0 1 7.921-2.922"/></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="M4.99 12.862a7.1 7.1 0 0 0 12.171 3.924a2 2 0 0 1-.156-.637L17 16l.005-.15a2 2 0 1 1 1.769 2.137a9.099 9.099 0 0 1-15.764-4.85a1 1 0 0 1 1.98-.275"/><path d="M12 8a4 4 0 1 1-3.995 4.2L8 12l.005-.2A4 4 0 0 1 12 8"/><path d="M13.142 3.09a9.1 9.1 0 0 1 7.848 7.772a1 1 0 0 1-1.98.276a7.1 7.1 0 0 0-6.125-6.064A7.1 7.1 0 0 0 6.837 7.21a2 2 0 1 1-3.831.939L3 8l.005-.15a2 2 0 0 1 2.216-1.838a9.1 9.1 0 0 1 7.921-2.922"/></g></svg>
</template>

CSS

.icon-analyze-filled {
  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%22M4.99%2012.862a7.1%207.1%200%200%200%2012.171%203.924a2%202%200%200%201-.156-.637L17%2016l.005-.15a2%202%200%201%201%201.769%202.137a9.099%209.099%200%200%201-15.764-4.85a1%201%200%200%201%201.98-.275%22%2F%3E%3Cpath%20d%3D%22M12%208a4%204%200%201%201-3.995%204.2L8%2012l.005-.2A4%204%200%200%201%2012%208%22%2F%3E%3Cpath%20d%3D%22M13.142%203.09a9.1%209.1%200%200%201%207.848%207.772a1%201%200%200%201-1.98.276a7.1%207.1%200%200%200-6.125-6.064A7.1%207.1%200%200%200%206.837%207.21a2%202%200%201%201-3.831.939L3%208l.005-.15a2%202%200%200%201%202.216-1.838a9.1%209.1%200%200%201%207.921-2.922%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%22M4.99%2012.862a7.1%207.1%200%200%200%2012.171%203.924a2%202%200%200%201-.156-.637L17%2016l.005-.15a2%202%200%201%201%201.769%202.137a9.099%209.099%200%200%201-15.764-4.85a1%201%200%200%201%201.98-.275%22%2F%3E%3Cpath%20d%3D%22M12%208a4%204%200%201%201-3.995%204.2L8%2012l.005-.2A4%204%200%200%201%2012%208%22%2F%3E%3Cpath%20d%3D%22M13.142%203.09a9.1%209.1%200%200%201%207.848%207.772a1%201%200%200%201-1.98.276a7.1%207.1%200%200%200-6.125-6.064A7.1%207.1%200%200%200%206.837%207.21a2%202%200%201%201-3.831.939L3%208l.005-.15a2%202%200%200%201%202.216-1.838a9.1%209.1%200%200%201%207.921-2.922%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tabler/analyze-filled.svg?color=%231a73e8&size=48