diabetes icon
diabetes-outline from Health Icons by Resolve to Save Lives · Outline · Symbols · MIT Free for personal and commercial use.
- Name
- diabetes-outline
- Set
- Health Icons
- Style
- Outline
- Category
- Symbols
- Viewbox
- 48×48
- License
- MIT
- Aliases
- diabetes2x-outline
3 other variants in Health Icons
The same icon in other sets
More symbols icons from Health Icons
Use the diabetes 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="m40.658 24.003l-6.75.005c.11.313.171.65.172 1v.64c0 .987-.475 1.863-1.21 2.41c.29.46.457 1.006.458 1.59v.64a3 3 0 0 1-2.998 3.003h-.541c.11.313.171.65.171 1l.001.64a3 3 0 0 1-2.998 3.003l-11.063.009c-6.578.005-11.915-5.323-11.92-11.901a11.91 11.91 0 0 1 7.84-11.204l11.981-4.355a3.22 3.22 0 0 1 3.399.768c1.644 1.67 1.012 4.48-1.188 5.288l-2.285.837l16.926-.013a3.32 3.32 0 0 1 .005 6.64m-.004-4.64a1.32 1.32 0 0 1 .002 2.64h-.682l.002-.074v-.006c0-.828-.896-1.5-2-1.498c-1.105 0-2 .673-2 1.501q0 .04.003.08l-10.485.009l.002 2l5.583-.005a1 1 0 0 1 1 1l.001.64a1 1 0 0 1-1 1l-5.582.005l.002 2l4.827-.004a1 1 0 0 1 1 1l.001.639a1 1 0 0 1-1 1l-7.106.007l.002 2l3.736-.003a1 1 0 0 1 1 .999l.001.64a1 1 0 0 1-1 1l-11.063.01c-5.473.004-9.914-4.43-9.918-9.903a9.91 9.91 0 0 1 6.524-9.322l11.98-4.355a1.224 1.224 0 0 1 .84 2.298l-2.286.838c-2.099.77-1.545 3.88.69 3.877z" clip-rule="evenodd"/><path d="M37.986 33.424c1.68 0 2.999-1.26 2.998-2.86c-.002-1.485-3.005-5.14-3.005-5.14s-2.997 3.546-2.995 5.146c0 1.6 1.322 2.856 3.002 2.854"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsDiabetesOutline(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="m40.658 24.003l-6.75.005c.11.313.171.65.172 1v.64c0 .987-.475 1.863-1.21 2.41c.29.46.457 1.006.458 1.59v.64a3 3 0 0 1-2.998 3.003h-.541c.11.313.171.65.171 1l.001.64a3 3 0 0 1-2.998 3.003l-11.063.009c-6.578.005-11.915-5.323-11.92-11.901a11.91 11.91 0 0 1 7.84-11.204l11.981-4.355a3.22 3.22 0 0 1 3.399.768c1.644 1.67 1.012 4.48-1.188 5.288l-2.285.837l16.926-.013a3.32 3.32 0 0 1 .005 6.64m-.004-4.64a1.32 1.32 0 0 1 .002 2.64h-.682l.002-.074v-.006c0-.828-.896-1.5-2-1.498c-1.105 0-2 .673-2 1.501q0 .04.003.08l-10.485.009l.002 2l5.583-.005a1 1 0 0 1 1 1l.001.64a1 1 0 0 1-1 1l-5.582.005l.002 2l4.827-.004a1 1 0 0 1 1 1l.001.639a1 1 0 0 1-1 1l-7.106.007l.002 2l3.736-.003a1 1 0 0 1 1 .999l.001.64a1 1 0 0 1-1 1l-11.063.01c-5.473.004-9.914-4.43-9.918-9.903a9.91 9.91 0 0 1 6.524-9.322l11.98-4.355a1.224 1.224 0 0 1 .84 2.298l-2.286.838c-2.099.77-1.545 3.88.69 3.877z" clipRule="evenodd"/><path d="M37.986 33.424c1.68 0 2.999-1.26 2.998-2.86c-.002-1.485-3.005-5.14-3.005-5.14s-2.997 3.546-2.995 5.146c0 1.6 1.322 2.856 3.002 2.854"/></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="m40.658 24.003l-6.75.005c.11.313.171.65.172 1v.64c0 .987-.475 1.863-1.21 2.41c.29.46.457 1.006.458 1.59v.64a3 3 0 0 1-2.998 3.003h-.541c.11.313.171.65.171 1l.001.64a3 3 0 0 1-2.998 3.003l-11.063.009c-6.578.005-11.915-5.323-11.92-11.901a11.91 11.91 0 0 1 7.84-11.204l11.981-4.355a3.22 3.22 0 0 1 3.399.768c1.644 1.67 1.012 4.48-1.188 5.288l-2.285.837l16.926-.013a3.32 3.32 0 0 1 .005 6.64m-.004-4.64a1.32 1.32 0 0 1 .002 2.64h-.682l.002-.074v-.006c0-.828-.896-1.5-2-1.498c-1.105 0-2 .673-2 1.501q0 .04.003.08l-10.485.009l.002 2l5.583-.005a1 1 0 0 1 1 1l.001.64a1 1 0 0 1-1 1l-5.582.005l.002 2l4.827-.004a1 1 0 0 1 1 1l.001.639a1 1 0 0 1-1 1l-7.106.007l.002 2l3.736-.003a1 1 0 0 1 1 .999l.001.64a1 1 0 0 1-1 1l-11.063.01c-5.473.004-9.914-4.43-9.918-9.903a9.91 9.91 0 0 1 6.524-9.322l11.98-4.355a1.224 1.224 0 0 1 .84 2.298l-2.286.838c-2.099.77-1.545 3.88.69 3.877z" clip-rule="evenodd"/><path d="M37.986 33.424c1.68 0 2.999-1.26 2.998-2.86c-.002-1.485-3.005-5.14-3.005-5.14s-2.997 3.546-2.995 5.146c0 1.6 1.322 2.856 3.002 2.854"/></g></svg> </template>
CSS
.icon-diabetes-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%22m40.658%2024.003l-6.75.005c.11.313.171.65.172%201v.64c0%20.987-.475%201.863-1.21%202.41c.29.46.457%201.006.458%201.59v.64a3%203%200%200%201-2.998%203.003h-.541c.11.313.171.65.171%201l.001.64a3%203%200%200%201-2.998%203.003l-11.063.009c-6.578.005-11.915-5.323-11.92-11.901a11.91%2011.91%200%200%201%207.84-11.204l11.981-4.355a3.22%203.22%200%200%201%203.399.768c1.644%201.67%201.012%204.48-1.188%205.288l-2.285.837l16.926-.013a3.32%203.32%200%200%201%20.005%206.64m-.004-4.64a1.32%201.32%200%200%201%20.002%202.64h-.682l.002-.074v-.006c0-.828-.896-1.5-2-1.498c-1.105%200-2%20.673-2%201.501q0%20.04.003.08l-10.485.009l.002%202l5.583-.005a1%201%200%200%201%201%201l.001.64a1%201%200%200%201-1%201l-5.582.005l.002%202l4.827-.004a1%201%200%200%201%201%201l.001.639a1%201%200%200%201-1%201l-7.106.007l.002%202l3.736-.003a1%201%200%200%201%201%20.999l.001.64a1%201%200%200%201-1%201l-11.063.01c-5.473.004-9.914-4.43-9.918-9.903a9.91%209.91%200%200%201%206.524-9.322l11.98-4.355a1.224%201.224%200%200%201%20.84%202.298l-2.286.838c-2.099.77-1.545%203.88.69%203.877z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M37.986%2033.424c1.68%200%202.999-1.26%202.998-2.86c-.002-1.485-3.005-5.14-3.005-5.14s-2.997%203.546-2.995%205.146c0%201.6%201.322%202.856%203.002%202.854%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%22m40.658%2024.003l-6.75.005c.11.313.171.65.172%201v.64c0%20.987-.475%201.863-1.21%202.41c.29.46.457%201.006.458%201.59v.64a3%203%200%200%201-2.998%203.003h-.541c.11.313.171.65.171%201l.001.64a3%203%200%200%201-2.998%203.003l-11.063.009c-6.578.005-11.915-5.323-11.92-11.901a11.91%2011.91%200%200%201%207.84-11.204l11.981-4.355a3.22%203.22%200%200%201%203.399.768c1.644%201.67%201.012%204.48-1.188%205.288l-2.285.837l16.926-.013a3.32%203.32%200%200%201%20.005%206.64m-.004-4.64a1.32%201.32%200%200%201%20.002%202.64h-.682l.002-.074v-.006c0-.828-.896-1.5-2-1.498c-1.105%200-2%20.673-2%201.501q0%20.04.003.08l-10.485.009l.002%202l5.583-.005a1%201%200%200%201%201%201l.001.64a1%201%200%200%201-1%201l-5.582.005l.002%202l4.827-.004a1%201%200%200%201%201%201l.001.639a1%201%200%200%201-1%201l-7.106.007l.002%202l3.736-.003a1%201%200%200%201%201%20.999l.001.64a1%201%200%200%201-1%201l-11.063.01c-5.473.004-9.914-4.43-9.918-9.903a9.91%209.91%200%200%201%206.524-9.322l11.98-4.355a1.224%201.224%200%200%201%20.84%202.298l-2.286.838c-2.099.77-1.545%203.88.69%203.877z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M37.986%2033.424c1.68%200%202.999-1.26%202.998-2.86c-.002-1.485-3.005-5.14-3.005-5.14s-2.997%203.546-2.995%205.146c0%201.6%201.322%202.856%203.002%202.854%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-outline.svg?color=%231a73e8&size=48