diabetes measure icon
diabetes-measure-outline from Health Icons by Resolve to Save Lives · Outline · Devices · MIT Free for personal and commercial use.
- Name
- diabetes-measure-outline
- Set
- Health Icons
- Style
- Outline
- Category
- Devices
- Viewbox
- 48×48
- License
- MIT
- Aliases
- diabetes-measure2x-outline
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 fill-rule="evenodd" d="m14.956 8.211l18-.015l.014 18l-18 .015zm13.008 9.847c.002 2.133-1.757 3.81-3.997 3.812s-4.001-1.673-4.003-3.806s3.994-6.86 3.994-6.86s4.004 4.873 4.006 6.854" clip-rule="evenodd"/><path d="M16.984 27.986a1 1 0 0 0 .001 2l4-.003a1 1 0 1 0-.001-2zm9.001.993a1 1 0 0 1 .999-1.001l4-.003a1 1 0 1 1 .001 2l-4 .003a1 1 0 0 1-1-1m-2.003 11.226a2 2 0 1 0-.003-4a2 2 0 0 0 .003 4"/><path fill-rule="evenodd" d="m12.978 35.213l5-.005l.007 9l12-.01l-.007-9l5-.003a3 3 0 0 0 2.997-3.003l-.02-25a3 3 0 0 0-3.002-2.997l-22 .018a3 3 0 0 0-2.998 3.002l.02 25a3 3 0 0 0 3.003 2.998M34.954 6.195l-22 .018a1 1 0 0 0-.999 1l.02 25a1 1 0 0 0 1.001 1l5-.005l-.001-2l12-.01l.001 2l5-.003a1 1 0 0 0 1-1.001l-.02-25a1 1 0 0 0-1.002-1M27.976 33.2l-8 .007l.008 9l8-.007z" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsDiabetesMeasureOutline(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 fillRule="evenodd" d="m14.956 8.211l18-.015l.014 18l-18 .015zm13.008 9.847c.002 2.133-1.757 3.81-3.997 3.812s-4.001-1.673-4.003-3.806s3.994-6.86 3.994-6.86s4.004 4.873 4.006 6.854" clipRule="evenodd"/><path d="M16.984 27.986a1 1 0 0 0 .001 2l4-.003a1 1 0 1 0-.001-2zm9.001.993a1 1 0 0 1 .999-1.001l4-.003a1 1 0 1 1 .001 2l-4 .003a1 1 0 0 1-1-1m-2.003 11.226a2 2 0 1 0-.003-4a2 2 0 0 0 .003 4"/><path fillRule="evenodd" d="m12.978 35.213l5-.005l.007 9l12-.01l-.007-9l5-.003a3 3 0 0 0 2.997-3.003l-.02-25a3 3 0 0 0-3.002-2.997l-22 .018a3 3 0 0 0-2.998 3.002l.02 25a3 3 0 0 0 3.003 2.998M34.954 6.195l-22 .018a1 1 0 0 0-.999 1l.02 25a1 1 0 0 0 1.001 1l5-.005l-.001-2l12-.01l.001 2l5-.003a1 1 0 0 0 1-1.001l-.02-25a1 1 0 0 0-1.002-1M27.976 33.2l-8 .007l.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 fill-rule="evenodd" d="m14.956 8.211l18-.015l.014 18l-18 .015zm13.008 9.847c.002 2.133-1.757 3.81-3.997 3.812s-4.001-1.673-4.003-3.806s3.994-6.86 3.994-6.86s4.004 4.873 4.006 6.854" clip-rule="evenodd"/><path d="M16.984 27.986a1 1 0 0 0 .001 2l4-.003a1 1 0 1 0-.001-2zm9.001.993a1 1 0 0 1 .999-1.001l4-.003a1 1 0 1 1 .001 2l-4 .003a1 1 0 0 1-1-1m-2.003 11.226a2 2 0 1 0-.003-4a2 2 0 0 0 .003 4"/><path fill-rule="evenodd" d="m12.978 35.213l5-.005l.007 9l12-.01l-.007-9l5-.003a3 3 0 0 0 2.997-3.003l-.02-25a3 3 0 0 0-3.002-2.997l-22 .018a3 3 0 0 0-2.998 3.002l.02 25a3 3 0 0 0 3.003 2.998M34.954 6.195l-22 .018a1 1 0 0 0-.999 1l.02 25a1 1 0 0 0 1.001 1l5-.005l-.001-2l12-.01l.001 2l5-.003a1 1 0 0 0 1-1.001l-.02-25a1 1 0 0 0-1.002-1M27.976 33.2l-8 .007l.008 9l8-.007z" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-diabetes-measure-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%20fill-rule%3D%22evenodd%22%20d%3D%22m14.956%208.211l18-.015l.014%2018l-18%20.015zm13.008%209.847c.002%202.133-1.757%203.81-3.997%203.812s-4.001-1.673-4.003-3.806s3.994-6.86%203.994-6.86s4.004%204.873%204.006%206.854%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M16.984%2027.986a1%201%200%200%200%20.001%202l4-.003a1%201%200%201%200-.001-2zm9.001.993a1%201%200%200%201%20.999-1.001l4-.003a1%201%200%201%201%20.001%202l-4%20.003a1%201%200%200%201-1-1m-2.003%2011.226a2%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.978%2035.213l5-.005l.007%209l12-.01l-.007-9l5-.003a3%203%200%200%200%202.997-3.003l-.02-25a3%203%200%200%200-3.002-2.997l-22%20.018a3%203%200%200%200-2.998%203.002l.02%2025a3%203%200%200%200%203.003%202.998M34.954%206.195l-22%20.018a1%201%200%200%200-.999%201l.02%2025a1%201%200%200%200%201.001%201l5-.005l-.001-2l12-.01l.001%202l5-.003a1%201%200%200%200%201-1.001l-.02-25a1%201%200%200%200-1.002-1M27.976%2033.2l-8%20.007l.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%20fill-rule%3D%22evenodd%22%20d%3D%22m14.956%208.211l18-.015l.014%2018l-18%20.015zm13.008%209.847c.002%202.133-1.757%203.81-3.997%203.812s-4.001-1.673-4.003-3.806s3.994-6.86%203.994-6.86s4.004%204.873%204.006%206.854%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M16.984%2027.986a1%201%200%200%200%20.001%202l4-.003a1%201%200%201%200-.001-2zm9.001.993a1%201%200%200%201%20.999-1.001l4-.003a1%201%200%201%201%20.001%202l-4%20.003a1%201%200%200%201-1-1m-2.003%2011.226a2%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.978%2035.213l5-.005l.007%209l12-.01l-.007-9l5-.003a3%203%200%200%200%202.997-3.003l-.02-25a3%203%200%200%200-3.002-2.997l-22%20.018a3%203%200%200%200-2.998%203.002l.02%2025a3%203%200%200%200%203.003%202.998M34.954%206.195l-22%20.018a1%201%200%200%200-.999%201l.02%2025a1%201%200%200%200%201.001%201l5-.005l-.001-2l12-.01l.001%202l5-.003a1%201%200%200%200%201-1.001l-.02-25a1%201%200%200%200-1.002-1M27.976%2033.2l-8%20.007l.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-outline.svg?color=%231a73e8&size=48