diabetes measure icon

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

Name
diabetes-measure-24px
Set
Health Icons
Style
Filled 24px
Category
Devices
Viewbox
24×24
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 24 24"><g fill="currentColor"><path d="M12 6.5s-2 2-2 3.5c0 1 .5 2 2 2s2-1 2-2c0-1.245-1.398-2.813-1.856-3.328c-.094-.106-.149-.167-.144-.172M12 17a1 1 0 1 0 0 2a1 1 0 0 0 0-2"/><path fill-rule="evenodd" d="M7 2a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2h1v3h8v-3h1a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zm10 12V5H7v9zm-7 6h4v-4h-4z" clip-rule="evenodd"/><path fill-rule="evenodd" d="M17 14V5H7v9zm-5-2a2.4 2.4 0 0 0 1-.196c.576-.267.865-.778.961-1.34q.04-.229.039-.464c0-.32-.092-.66-.237-1c-.193-.45-.478-.897-.763-1.286c-.336-.458-.672-.835-.856-1.042c-.094-.106-.149-.167-.144-.172c0 0-.5.5-1 1.188l-.007.01A6.7 6.7 0 0 0 10.233 9c-.143.34-.233.681-.233 1q0 .247.043.489c.1.552.39 1.051.957 1.315A2.4 2.4 0 0 0 12 12m-6 6.732A1.99 1.99 0 0 1 5 17V4a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v13a1.99 1.99 0 0 1-1 1.732A2 2 0 0 1 17 19h-1v3H8v-3H7a2 2 0 0 1-1-.268M14 20h-4v-4h4zm-2-3a1 1 0 1 0 0 2a1 1 0 0 0 0-2" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsDiabetesMeasure24px(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="M12 6.5s-2 2-2 3.5c0 1 .5 2 2 2s2-1 2-2c0-1.245-1.398-2.813-1.856-3.328c-.094-.106-.149-.167-.144-.172M12 17a1 1 0 1 0 0 2a1 1 0 0 0 0-2"/><path fillRule="evenodd" d="M7 2a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2h1v3h8v-3h1a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zm10 12V5H7v9zm-7 6h4v-4h-4z" clipRule="evenodd"/><path fillRule="evenodd" d="M17 14V5H7v9zm-5-2a2.4 2.4 0 0 0 1-.196c.576-.267.865-.778.961-1.34q.04-.229.039-.464c0-.32-.092-.66-.237-1c-.193-.45-.478-.897-.763-1.286c-.336-.458-.672-.835-.856-1.042c-.094-.106-.149-.167-.144-.172c0 0-.5.5-1 1.188l-.007.01A6.7 6.7 0 0 0 10.233 9c-.143.34-.233.681-.233 1q0 .247.043.489c.1.552.39 1.051.957 1.315A2.4 2.4 0 0 0 12 12m-6 6.732A1.99 1.99 0 0 1 5 17V4a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v13a1.99 1.99 0 0 1-1 1.732A2 2 0 0 1 17 19h-1v3H8v-3H7a2 2 0 0 1-1-.268M14 20h-4v-4h4zm-2-3a1 1 0 1 0 0 2a1 1 0 0 0 0-2" clipRule="evenodd"/></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="M12 6.5s-2 2-2 3.5c0 1 .5 2 2 2s2-1 2-2c0-1.245-1.398-2.813-1.856-3.328c-.094-.106-.149-.167-.144-.172M12 17a1 1 0 1 0 0 2a1 1 0 0 0 0-2"/><path fill-rule="evenodd" d="M7 2a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2h1v3h8v-3h1a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zm10 12V5H7v9zm-7 6h4v-4h-4z" clip-rule="evenodd"/><path fill-rule="evenodd" d="M17 14V5H7v9zm-5-2a2.4 2.4 0 0 0 1-.196c.576-.267.865-.778.961-1.34q.04-.229.039-.464c0-.32-.092-.66-.237-1c-.193-.45-.478-.897-.763-1.286c-.336-.458-.672-.835-.856-1.042c-.094-.106-.149-.167-.144-.172c0 0-.5.5-1 1.188l-.007.01A6.7 6.7 0 0 0 10.233 9c-.143.34-.233.681-.233 1q0 .247.043.489c.1.552.39 1.051.957 1.315A2.4 2.4 0 0 0 12 12m-6 6.732A1.99 1.99 0 0 1 5 17V4a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v13a1.99 1.99 0 0 1-1 1.732A2 2 0 0 1 17 19h-1v3H8v-3H7a2 2 0 0 1-1-.268M14 20h-4v-4h4zm-2-3a1 1 0 1 0 0 2a1 1 0 0 0 0-2" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-diabetes-measure-24px {
  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%22M12%206.5s-2%202-2%203.5c0%201%20.5%202%202%202s2-1%202-2c0-1.245-1.398-2.813-1.856-3.328c-.094-.106-.149-.167-.144-.172M12%2017a1%201%200%201%200%200%202a1%201%200%200%200%200-2%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M7%202a2%202%200%200%200-2%202v13a2%202%200%200%200%202%202h1v3h8v-3h1a2%202%200%200%200%202-2V4a2%202%200%200%200-2-2zm10%2012V5H7v9zm-7%206h4v-4h-4z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M17%2014V5H7v9zm-5-2a2.4%202.4%200%200%200%201-.196c.576-.267.865-.778.961-1.34q.04-.229.039-.464c0-.32-.092-.66-.237-1c-.193-.45-.478-.897-.763-1.286c-.336-.458-.672-.835-.856-1.042c-.094-.106-.149-.167-.144-.172c0%200-.5.5-1%201.188l-.007.01A6.7%206.7%200%200%200%2010.233%209c-.143.34-.233.681-.233%201q0%20.247.043.489c.1.552.39%201.051.957%201.315A2.4%202.4%200%200%200%2012%2012m-6%206.732A1.99%201.99%200%200%201%205%2017V4a2%202%200%200%201%202-2h10a2%202%200%200%201%202%202v13a1.99%201.99%200%200%201-1%201.732A2%202%200%200%201%2017%2019h-1v3H8v-3H7a2%202%200%200%201-1-.268M14%2020h-4v-4h4zm-2-3a1%201%200%201%200%200%202a1%201%200%200%200%200-2%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M12%206.5s-2%202-2%203.5c0%201%20.5%202%202%202s2-1%202-2c0-1.245-1.398-2.813-1.856-3.328c-.094-.106-.149-.167-.144-.172M12%2017a1%201%200%201%200%200%202a1%201%200%200%200%200-2%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M7%202a2%202%200%200%200-2%202v13a2%202%200%200%200%202%202h1v3h8v-3h1a2%202%200%200%200%202-2V4a2%202%200%200%200-2-2zm10%2012V5H7v9zm-7%206h4v-4h-4z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M17%2014V5H7v9zm-5-2a2.4%202.4%200%200%200%201-.196c.576-.267.865-.778.961-1.34q.04-.229.039-.464c0-.32-.092-.66-.237-1c-.193-.45-.478-.897-.763-1.286c-.336-.458-.672-.835-.856-1.042c-.094-.106-.149-.167-.144-.172c0%200-.5.5-1%201.188l-.007.01A6.7%206.7%200%200%200%2010.233%209c-.143.34-.233.681-.233%201q0%20.247.043.489c.1.552.39%201.051.957%201.315A2.4%202.4%200%200%200%2012%2012m-6%206.732A1.99%201.99%200%200%201%205%2017V4a2%202%200%200%201%202-2h10a2%202%200%200%201%202%202v13a1.99%201.99%200%200%201-1%201.732A2%202%200%200%201%2017%2019h-1v3H8v-3H7a2%202%200%200%201-1-.268M14%2020h-4v-4h4zm-2-3a1%201%200%201%200%200%202a1%201%200%200%200%200-2%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-24px.svg?color=%231a73e8&size=48