diabetes measure negative icon
diabetes-measure-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- diabetes-measure-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Related icons in Health Icons
Use the diabetes measure negative icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsDiabetesMeasureNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm12.953 4.336a3 3 0 0 0-2.998 3.002l.02 25a3 3 0 0 0 3.003 2.998l4.75-.004q.13-.001.25-.026l.006 7.025l.001 2l2-.001l8-.007l2-.001l-.001-2l-.006-7.025q.12.025.25.024l4.75-.003a3 3 0 0 0 2.997-3.003l-.02-25a3 3 0 0 0-3.002-2.997zm20.003 3.983l-18 .015l.015 18l18-.015zM15.974 29.833a1 1 0 0 1 .999-1l4-.004a1 1 0 1 1 .001 2l-4 .003a1 1 0 0 1-1-.999m10.999-1.009a1 1 0 1 0 .001 2l4-.003a1 1 0 0 0-.001-2zm-3.006-6.433c2.24-.002 4-1.68 3.997-3.813c-.001-1.98-4.005-6.853-4.005-6.853s-3.996 4.727-3.995 6.86c.002 2.133 1.763 3.808 4.003 3.806m4.01 10.932l-8 .007l.007 9l8-.007zm-3.995 7.004a2 2 0 1 0-.003-4a2 2 0 0 0 .003 4" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsDiabetesMeasureNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsDiabetesMeasureNegative(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clipPath="url(#healthiconsDiabetesMeasureNegative)"><path fill="currentColor" fillRule="evenodd" d="M0 0h48v48H0zm12.953 4.336a3 3 0 0 0-2.998 3.002l.02 25a3 3 0 0 0 3.003 2.998l4.75-.004q.13-.001.25-.026l.006 7.025l.001 2l2-.001l8-.007l2-.001l-.001-2l-.006-7.025q.12.025.25.024l4.75-.003a3 3 0 0 0 2.997-3.003l-.02-25a3 3 0 0 0-3.002-2.997zm20.003 3.983l-18 .015l.015 18l18-.015zM15.974 29.833a1 1 0 0 1 .999-1l4-.004a1 1 0 1 1 .001 2l-4 .003a1 1 0 0 1-1-.999m10.999-1.009a1 1 0 1 0 .001 2l4-.003a1 1 0 0 0-.001-2zm-3.006-6.433c2.24-.002 4-1.68 3.997-3.813c-.001-1.98-4.005-6.853-4.005-6.853s-3.996 4.727-3.995 6.86c.002 2.133 1.763 3.808 4.003 3.806m4.01 10.932l-8 .007l.007 9l8-.007zm-3.995 7.004a2 2 0 1 0-.003-4a2 2 0 0 0 .003 4" clipRule="evenodd"/></g><defs><clipPath id="healthiconsDiabetesMeasureNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsDiabetesMeasureNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm12.953 4.336a3 3 0 0 0-2.998 3.002l.02 25a3 3 0 0 0 3.003 2.998l4.75-.004q.13-.001.25-.026l.006 7.025l.001 2l2-.001l8-.007l2-.001l-.001-2l-.006-7.025q.12.025.25.024l4.75-.003a3 3 0 0 0 2.997-3.003l-.02-25a3 3 0 0 0-3.002-2.997zm20.003 3.983l-18 .015l.015 18l18-.015zM15.974 29.833a1 1 0 0 1 .999-1l4-.004a1 1 0 1 1 .001 2l-4 .003a1 1 0 0 1-1-.999m10.999-1.009a1 1 0 1 0 .001 2l4-.003a1 1 0 0 0-.001-2zm-3.006-6.433c2.24-.002 4-1.68 3.997-3.813c-.001-1.98-4.005-6.853-4.005-6.853s-3.996 4.727-3.995 6.86c.002 2.133 1.763 3.808 4.003 3.806m4.01 10.932l-8 .007l.007 9l8-.007zm-3.995 7.004a2 2 0 1 0-.003-4a2 2 0 0 0 .003 4" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsDiabetesMeasureNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-diabetes-measure-negative {
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%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsDiabetesMeasureNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm12.953%204.336a3%203%200%200%200-2.998%203.002l.02%2025a3%203%200%200%200%203.003%202.998l4.75-.004q.13-.001.25-.026l.006%207.025l.001%202l2-.001l8-.007l2-.001l-.001-2l-.006-7.025q.12.025.25.024l4.75-.003a3%203%200%200%200%202.997-3.003l-.02-25a3%203%200%200%200-3.002-2.997zm20.003%203.983l-18%20.015l.015%2018l18-.015zM15.974%2029.833a1%201%200%200%201%20.999-1l4-.004a1%201%200%201%201%20.001%202l-4%20.003a1%201%200%200%201-1-.999m10.999-1.009a1%201%200%201%200%20.001%202l4-.003a1%201%200%200%200-.001-2zm-3.006-6.433c2.24-.002%204-1.68%203.997-3.813c-.001-1.98-4.005-6.853-4.005-6.853s-3.996%204.727-3.995%206.86c.002%202.133%201.763%203.808%204.003%203.806m4.01%2010.932l-8%20.007l.007%209l8-.007zm-3.995%207.004a2%202%200%201%200-.003-4a2%202%200%200%200%20.003%204%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsDiabetesMeasureNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsDiabetesMeasureNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm12.953%204.336a3%203%200%200%200-2.998%203.002l.02%2025a3%203%200%200%200%203.003%202.998l4.75-.004q.13-.001.25-.026l.006%207.025l.001%202l2-.001l8-.007l2-.001l-.001-2l-.006-7.025q.12.025.25.024l4.75-.003a3%203%200%200%200%202.997-3.003l-.02-25a3%203%200%200%200-3.002-2.997zm20.003%203.983l-18%20.015l.015%2018l18-.015zM15.974%2029.833a1%201%200%200%201%20.999-1l4-.004a1%201%200%201%201%20.001%202l-4%20.003a1%201%200%200%201-1-.999m10.999-1.009a1%201%200%201%200%20.001%202l4-.003a1%201%200%200%200-.001-2zm-3.006-6.433c2.24-.002%204-1.68%203.997-3.813c-.001-1.98-4.005-6.853-4.005-6.853s-3.996%204.727-3.995%206.86c.002%202.133%201.763%203.808%204.003%203.806m4.01%2010.932l-8%20.007l.007%209l8-.007zm-3.995%207.004a2%202%200%201%200-.003-4a2%202%200%200%200%20.003%204%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsDiabetesMeasureNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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-negative.svg?color=%231a73e8&size=48