diabetes measure icon

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

Name
diabetes-measure
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 diabetes measure icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M23.967 22.147c2.24-.002 3.999-1.68 3.997-3.813c-.002-1.98-4.005-6.854-4.005-6.854s-3.997 4.727-3.995 6.86s1.763 3.809 4.003 3.807m.015 17.936a2 2 0 1 0-.003-4a2 2 0 0 0 .003 4"/><path fill-rule="evenodd" d="M12.952 4.092a3 3 0 0 0-2.997 3.002l.02 25a3 3 0 0 0 3.003 2.998l4.75-.004a1.3 1.3 0 0 0 .25-.026l.007 9.025l12-.01l-.007-9.024q.12.024.25.024l4.75-.003a3 3 0 0 0 2.997-3.003l-.02-25a3 3 0 0 0-3.003-2.998zm20.004 3.983l-18 .015l.014 18l18-.015zM15.973 29.59a1 1 0 0 1 1-1l4-.004a1 1 0 0 1 .001 2l-4 .003a1 1 0 0 1-1-.999m11-1.009a1 1 0 1 0 .001 2l4-.003a1 1 0 1 0-.002-2zm1.003 4.5l-8 .006l.008 9l8-.007z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsDiabetesMeasure(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="M23.967 22.147c2.24-.002 3.999-1.68 3.997-3.813c-.002-1.98-4.005-6.854-4.005-6.854s-3.997 4.727-3.995 6.86s1.763 3.809 4.003 3.807m.015 17.936a2 2 0 1 0-.003-4a2 2 0 0 0 .003 4"/><path fillRule="evenodd" d="M12.952 4.092a3 3 0 0 0-2.997 3.002l.02 25a3 3 0 0 0 3.003 2.998l4.75-.004a1.3 1.3 0 0 0 .25-.026l.007 9.025l12-.01l-.007-9.024q.12.024.25.024l4.75-.003a3 3 0 0 0 2.997-3.003l-.02-25a3 3 0 0 0-3.003-2.998zm20.004 3.983l-18 .015l.014 18l18-.015zM15.973 29.59a1 1 0 0 1 1-1l4-.004a1 1 0 0 1 .001 2l-4 .003a1 1 0 0 1-1-.999m11-1.009a1 1 0 1 0 .001 2l4-.003a1 1 0 1 0-.002-2zm1.003 4.5l-8 .006l.008 9l8-.007z" 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="M23.967 22.147c2.24-.002 3.999-1.68 3.997-3.813c-.002-1.98-4.005-6.854-4.005-6.854s-3.997 4.727-3.995 6.86s1.763 3.809 4.003 3.807m.015 17.936a2 2 0 1 0-.003-4a2 2 0 0 0 .003 4"/><path fill-rule="evenodd" d="M12.952 4.092a3 3 0 0 0-2.997 3.002l.02 25a3 3 0 0 0 3.003 2.998l4.75-.004a1.3 1.3 0 0 0 .25-.026l.007 9.025l12-.01l-.007-9.024q.12.024.25.024l4.75-.003a3 3 0 0 0 2.997-3.003l-.02-25a3 3 0 0 0-3.003-2.998zm20.004 3.983l-18 .015l.014 18l18-.015zM15.973 29.59a1 1 0 0 1 1-1l4-.004a1 1 0 0 1 .001 2l-4 .003a1 1 0 0 1-1-.999m11-1.009a1 1 0 1 0 .001 2l4-.003a1 1 0 1 0-.002-2zm1.003 4.5l-8 .006l.008 9l8-.007z" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-diabetes-measure {
  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%22M23.967%2022.147c2.24-.002%203.999-1.68%203.997-3.813c-.002-1.98-4.005-6.854-4.005-6.854s-3.997%204.727-3.995%206.86s1.763%203.809%204.003%203.807m.015%2017.936a2%202%200%201%200-.003-4a2%202%200%200%200%20.003%204%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12.952%204.092a3%203%200%200%200-2.997%203.002l.02%2025a3%203%200%200%200%203.003%202.998l4.75-.004a1.3%201.3%200%200%200%20.25-.026l.007%209.025l12-.01l-.007-9.024q.12.024.25.024l4.75-.003a3%203%200%200%200%202.997-3.003l-.02-25a3%203%200%200%200-3.003-2.998zm20.004%203.983l-18%20.015l.014%2018l18-.015zM15.973%2029.59a1%201%200%200%201%201-1l4-.004a1%201%200%200%201%20.001%202l-4%20.003a1%201%200%200%201-1-.999m11-1.009a1%201%200%201%200%20.001%202l4-.003a1%201%200%201%200-.002-2zm1.003%204.5l-8%20.006l.008%209l8-.007z%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%22M23.967%2022.147c2.24-.002%203.999-1.68%203.997-3.813c-.002-1.98-4.005-6.854-4.005-6.854s-3.997%204.727-3.995%206.86s1.763%203.809%204.003%203.807m.015%2017.936a2%202%200%201%200-.003-4a2%202%200%200%200%20.003%204%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12.952%204.092a3%203%200%200%200-2.997%203.002l.02%2025a3%203%200%200%200%203.003%202.998l4.75-.004a1.3%201.3%200%200%200%20.25-.026l.007%209.025l12-.01l-.007-9.024q.12.024.25.024l4.75-.003a3%203%200%200%200%202.997-3.003l-.02-25a3%203%200%200%200-3.003-2.998zm20.004%203.983l-18%20.015l.014%2018l18-.015zM15.973%2029.59a1%201%200%200%201%201-1l4-.004a1%201%200%200%201%20.001%202l-4%20.003a1%201%200%200%201-1-.999m11-1.009a1%201%200%201%200%20.001%202l4-.003a1%201%200%201%200-.002-2zm1.003%204.5l-8%20.006l.008%209l8-.007z%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/diabetes-measure.svg?color=%231a73e8&size=48