glucose icon
glucose-rounded from Material Symbols Light by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- glucose-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More social icons from Material Symbols Light
Use the glucose icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.9 21q-.76 0-1.454-.314q-.694-.315-1.211-.913l-4.889-5.7q-.217-.273-.199-.608q.019-.336.31-.553l.124-.095q.406-.307.914-.327t.938.271L11.5 14.08V4q0-.213.144-.356t.357-.144t.356.144T12.5 4v8.5h2.173V7.423q0-.212.144-.356t.357-.144t.356.144t.143.356V12.5h2.173V8.616q0-.213.144-.357q.144-.143.357-.143t.356.143t.143.357V12.5h2.173v-1.884q0-.213.144-.357q.144-.143.357-.143t.356.143t.143.357V17.5q0 1.458-1.033 2.479Q19.952 21 18.5 21zM4.508 9.5q-1.271 0-2.14-.859Q1.5 7.783 1.5 6.55q0-.754.29-1.283q.289-.528 1.5-1.896l.595-.675q.242-.292.606-.292q.363 0 .605.292l.594.681q1.218 1.398 1.514 1.912q.296.513.296 1.261q0 1.219-.871 2.084q-.871.866-2.121.866"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightGlucoseRounded(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.9 21q-.76 0-1.454-.314q-.694-.315-1.211-.913l-4.889-5.7q-.217-.273-.199-.608q.019-.336.31-.553l.124-.095q.406-.307.914-.327t.938.271L11.5 14.08V4q0-.213.144-.356t.357-.144t.356.144T12.5 4v8.5h2.173V7.423q0-.212.144-.356t.357-.144t.356.144t.143.356V12.5h2.173V8.616q0-.213.144-.357q.144-.143.357-.143t.356.143t.143.357V12.5h2.173v-1.884q0-.213.144-.357q.144-.143.357-.143t.356.143t.143.357V17.5q0 1.458-1.033 2.479Q19.952 21 18.5 21zM4.508 9.5q-1.271 0-2.14-.859Q1.5 7.783 1.5 6.55q0-.754.29-1.283q.289-.528 1.5-1.896l.595-.675q.242-.292.606-.292q.363 0 .605.292l.594.681q1.218 1.398 1.514 1.912q.296.513.296 1.261q0 1.219-.871 2.084q-.871.866-2.121.866"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.9 21q-.76 0-1.454-.314q-.694-.315-1.211-.913l-4.889-5.7q-.217-.273-.199-.608q.019-.336.31-.553l.124-.095q.406-.307.914-.327t.938.271L11.5 14.08V4q0-.213.144-.356t.357-.144t.356.144T12.5 4v8.5h2.173V7.423q0-.212.144-.356t.357-.144t.356.144t.143.356V12.5h2.173V8.616q0-.213.144-.357q.144-.143.357-.143t.356.143t.143.357V12.5h2.173v-1.884q0-.213.144-.357q.144-.143.357-.143t.356.143t.143.357V17.5q0 1.458-1.033 2.479Q19.952 21 18.5 21zM4.508 9.5q-1.271 0-2.14-.859Q1.5 7.783 1.5 6.55q0-.754.29-1.283q.289-.528 1.5-1.896l.595-.675q.242-.292.606-.292q.363 0 .605.292l.594.681q1.218 1.398 1.514 1.912q.296.513.296 1.261q0 1.219-.871 2.084q-.871.866-2.121.866"/></svg> </template>
CSS
.icon-glucose-rounded {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.9%2021q-.76%200-1.454-.314q-.694-.315-1.211-.913l-4.889-5.7q-.217-.273-.199-.608q.019-.336.31-.553l.124-.095q.406-.307.914-.327t.938.271L11.5%2014.08V4q0-.213.144-.356t.357-.144t.356.144T12.5%204v8.5h2.173V7.423q0-.212.144-.356t.357-.144t.356.144t.143.356V12.5h2.173V8.616q0-.213.144-.357q.144-.143.357-.143t.356.143t.143.357V12.5h2.173v-1.884q0-.213.144-.357q.144-.143.357-.143t.356.143t.143.357V17.5q0%201.458-1.033%202.479Q19.952%2021%2018.5%2021zM4.508%209.5q-1.271%200-2.14-.859Q1.5%207.783%201.5%206.55q0-.754.29-1.283q.289-.528%201.5-1.896l.595-.675q.242-.292.606-.292q.363%200%20.605.292l.594.681q1.218%201.398%201.514%201.912q.296.513.296%201.261q0%201.219-.871%202.084q-.871.866-2.121.866%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.9%2021q-.76%200-1.454-.314q-.694-.315-1.211-.913l-4.889-5.7q-.217-.273-.199-.608q.019-.336.31-.553l.124-.095q.406-.307.914-.327t.938.271L11.5%2014.08V4q0-.213.144-.356t.357-.144t.356.144T12.5%204v8.5h2.173V7.423q0-.212.144-.356t.357-.144t.356.144t.143.356V12.5h2.173V8.616q0-.213.144-.357q.144-.143.357-.143t.356.143t.143.357V12.5h2.173v-1.884q0-.213.144-.357q.144-.143.357-.143t.356.143t.143.357V17.5q0%201.458-1.033%202.479Q19.952%2021%2018.5%2021zM4.508%209.5q-1.271%200-2.14-.859Q1.5%207.783%201.5%206.55q0-.754.29-1.283q.289-.528%201.5-1.896l.595-.675q.242-.292.606-.292q.363%200%20.605.292l.594.681q1.218%201.398%201.514%201.912q.296.513.296%201.261q0%201.219-.871%202.084q-.871.866-2.121.866%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/glucose-rounded.svg?color=%231a73e8&size=48