observation icon

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

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

3 other variants in Health Icons

More devices icons from Health Icons

Use the observation icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M36 16a4 4 0 1 0 0-8a4 4 0 0 0 0 8m0 2a6 6 0 1 0 0-12a6 6 0 0 0 0 12m-17.904-2.895a3.77 3.77 0 0 0-5.333-.002l-.704.704a3.95 3.95 0 0 0-3.892 1.021a4.034 4.034 0 0 0 0 5.676l.833.839V34H6v2h3.05a3.5 3.5 0 1 0 4.899 0h20.102a3.5 3.5 0 1 0 4.899 0H42v-2h-4v-3h.066C40.24 31 42 29.224 42 27.033s-1.761-3.967-3.934-3.967H20.11a.3.3 0 0 1-.218-.09l-.366-.37l.369-.367a3.77 3.77 0 0 0 .001-5.333zm.02 6.083l.365-.364a1.77 1.77 0 0 0 0-2.504l-1.8-1.8a1.77 1.77 0 0 0-2.504-.002l-.35.35zM36 31v3H11v-8.644l5.275 5.311c.212.213.498.333.797.333zm1-21a1 1 0 1 0-2 0v2.303l1.168 1.752a1 1 0 0 0 1.664-1.11L37 11.697z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsObservation(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fillRule="evenodd" d="M36 16a4 4 0 1 0 0-8a4 4 0 0 0 0 8m0 2a6 6 0 1 0 0-12a6 6 0 0 0 0 12m-17.904-2.895a3.77 3.77 0 0 0-5.333-.002l-.704.704a3.95 3.95 0 0 0-3.892 1.021a4.034 4.034 0 0 0 0 5.676l.833.839V34H6v2h3.05a3.5 3.5 0 1 0 4.899 0h20.102a3.5 3.5 0 1 0 4.899 0H42v-2h-4v-3h.066C40.24 31 42 29.224 42 27.033s-1.761-3.967-3.934-3.967H20.11a.3.3 0 0 1-.218-.09l-.366-.37l.369-.367a3.77 3.77 0 0 0 .001-5.333zm.02 6.083l.365-.364a1.77 1.77 0 0 0 0-2.504l-1.8-1.8a1.77 1.77 0 0 0-2.504-.002l-.35.35zM36 31v3H11v-8.644l5.275 5.311c.212.213.498.333.797.333zm1-21a1 1 0 1 0-2 0v2.303l1.168 1.752a1 1 0 0 0 1.664-1.11L37 11.697z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M36 16a4 4 0 1 0 0-8a4 4 0 0 0 0 8m0 2a6 6 0 1 0 0-12a6 6 0 0 0 0 12m-17.904-2.895a3.77 3.77 0 0 0-5.333-.002l-.704.704a3.95 3.95 0 0 0-3.892 1.021a4.034 4.034 0 0 0 0 5.676l.833.839V34H6v2h3.05a3.5 3.5 0 1 0 4.899 0h20.102a3.5 3.5 0 1 0 4.899 0H42v-2h-4v-3h.066C40.24 31 42 29.224 42 27.033s-1.761-3.967-3.934-3.967H20.11a.3.3 0 0 1-.218-.09l-.366-.37l.369-.367a3.77 3.77 0 0 0 .001-5.333zm.02 6.083l.365-.364a1.77 1.77 0 0 0 0-2.504l-1.8-1.8a1.77 1.77 0 0 0-2.504-.002l-.35.35zM36 31v3H11v-8.644l5.275 5.311c.212.213.498.333.797.333zm1-21a1 1 0 1 0-2 0v2.303l1.168 1.752a1 1 0 0 0 1.664-1.11L37 11.697z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-observation {
  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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M36%2016a4%204%200%201%200%200-8a4%204%200%200%200%200%208m0%202a6%206%200%201%200%200-12a6%206%200%200%200%200%2012m-17.904-2.895a3.77%203.77%200%200%200-5.333-.002l-.704.704a3.95%203.95%200%200%200-3.892%201.021a4.034%204.034%200%200%200%200%205.676l.833.839V34H6v2h3.05a3.5%203.5%200%201%200%204.899%200h20.102a3.5%203.5%200%201%200%204.899%200H42v-2h-4v-3h.066C40.24%2031%2042%2029.224%2042%2027.033s-1.761-3.967-3.934-3.967H20.11a.3.3%200%200%201-.218-.09l-.366-.37l.369-.367a3.77%203.77%200%200%200%20.001-5.333zm.02%206.083l.365-.364a1.77%201.77%200%200%200%200-2.504l-1.8-1.8a1.77%201.77%200%200%200-2.504-.002l-.35.35zM36%2031v3H11v-8.644l5.275%205.311c.212.213.498.333.797.333zm1-21a1%201%200%201%200-2%200v2.303l1.168%201.752a1%201%200%200%200%201.664-1.11L37%2011.697z%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M36%2016a4%204%200%201%200%200-8a4%204%200%200%200%200%208m0%202a6%206%200%201%200%200-12a6%206%200%200%200%200%2012m-17.904-2.895a3.77%203.77%200%200%200-5.333-.002l-.704.704a3.95%203.95%200%200%200-3.892%201.021a4.034%204.034%200%200%200%200%205.676l.833.839V34H6v2h3.05a3.5%203.5%200%201%200%204.899%200h20.102a3.5%203.5%200%201%200%204.899%200H42v-2h-4v-3h.066C40.24%2031%2042%2029.224%2042%2027.033s-1.761-3.967-3.934-3.967H20.11a.3.3%200%200%201-.218-.09l-.366-.37l.369-.367a3.77%203.77%200%200%200%20.001-5.333zm.02%206.083l.365-.364a1.77%201.77%200%200%200%200-2.504l-1.8-1.8a1.77%201.77%200%200%200-2.504-.002l-.35.35zM36%2031v3H11v-8.644l5.275%205.311c.212.213.498.333.797.333zm1-21a1%201%200%201%200-2%200v2.303l1.168%201.752a1%201%200%200%200%201.664-1.11L37%2011.697z%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/observation.svg?color=%231a73e8&size=48