sugar icon
sugar-outline from Health Icons by Resolve to Save Lives · Outline · Nutrition · MIT Free for personal and commercial use.
- Name
- sugar-outline
- Set
- Health Icons
- Style
- Outline
- Category
- Nutrition
- Viewbox
- 48×48
- License
- MIT
- Aliases
- sugar2x-outline
1 other variant in Health Icons
The same icon in other sets
More nutrition icons from Health Icons
Use the sugar icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M34.458 10.048a1 1 0 0 1 .974.207l8.235 7.379a1 1 0 0 1 .31.958l-2.353 10.783a1 1 0 0 1-.718.753l-10.588 2.838a1 1 0 0 1-.962-.254l-4.559-4.5a1 1 0 1 1 1.405-1.424l4.151 4.098l9.447-2.532l2.099-9.62l-7.374-6.606l-9.557 3.073l-1.018 3.11a1 1 0 0 1-1.9-.622l1.176-3.595a1 1 0 0 1 .644-.64z"/><path d="M32.721 20.025a1 1 0 0 1 .754 1.197l-2.5 11a1 1 0 0 1-1.95-.444l2.5-11a1 1 0 0 1 1.196-.753"/><path d="M23.737 13.853a1 1 0 0 1 1.41-.116l7.264 6.16l6.826-1.862a1 1 0 1 1 .526 1.93l-7.334 2a1 1 0 0 1-.91-.202l-7.666-6.5a1 1 0 0 1-.116-1.41m-12.995 1.424a1 1 0 0 1 .965-.239l8.27 2.361a1 1 0 0 1 .694.714l2.297 8.972a1 1 0 0 1-.307.999l-6.433 5.666a1 1 0 0 1-.935.212L7.023 31.6a1 1 0 0 1-.691-.7l-2.298-8.5a1 1 0 0 1 .275-.984zm.966 1.842L6.12 22.452l1.995 7.38l7.201 2.056l5.563-4.9l-2.003-7.823z"/><path d="M17.707 20.293a1 1 0 0 1 0 1.414l-4 4a1 1 0 0 1-.975.256l-8-2.222a1 1 0 1 1 .535-1.927l7.438 2.066l3.588-3.587a1 1 0 0 1 1.414 0"/><path d="M12.757 24.03a1 1 0 0 1 1.213.727l2 8a1 1 0 1 1-1.94.486l-2-8a1 1 0 0 1 .727-1.213"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsSugarOutline(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" fillRule="evenodd" clipRule="evenodd"><path d="M34.458 10.048a1 1 0 0 1 .974.207l8.235 7.379a1 1 0 0 1 .31.958l-2.353 10.783a1 1 0 0 1-.718.753l-10.588 2.838a1 1 0 0 1-.962-.254l-4.559-4.5a1 1 0 1 1 1.405-1.424l4.151 4.098l9.447-2.532l2.099-9.62l-7.374-6.606l-9.557 3.073l-1.018 3.11a1 1 0 0 1-1.9-.622l1.176-3.595a1 1 0 0 1 .644-.64z"/><path d="M32.721 20.025a1 1 0 0 1 .754 1.197l-2.5 11a1 1 0 0 1-1.95-.444l2.5-11a1 1 0 0 1 1.196-.753"/><path d="M23.737 13.853a1 1 0 0 1 1.41-.116l7.264 6.16l6.826-1.862a1 1 0 1 1 .526 1.93l-7.334 2a1 1 0 0 1-.91-.202l-7.666-6.5a1 1 0 0 1-.116-1.41m-12.995 1.424a1 1 0 0 1 .965-.239l8.27 2.361a1 1 0 0 1 .694.714l2.297 8.972a1 1 0 0 1-.307.999l-6.433 5.666a1 1 0 0 1-.935.212L7.023 31.6a1 1 0 0 1-.691-.7l-2.298-8.5a1 1 0 0 1 .275-.984zm.966 1.842L6.12 22.452l1.995 7.38l7.201 2.056l5.563-4.9l-2.003-7.823z"/><path d="M17.707 20.293a1 1 0 0 1 0 1.414l-4 4a1 1 0 0 1-.975.256l-8-2.222a1 1 0 1 1 .535-1.927l7.438 2.066l3.588-3.587a1 1 0 0 1 1.414 0"/><path d="M12.757 24.03a1 1 0 0 1 1.213.727l2 8a1 1 0 1 1-1.94.486l-2-8a1 1 0 0 1 .727-1.213"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M34.458 10.048a1 1 0 0 1 .974.207l8.235 7.379a1 1 0 0 1 .31.958l-2.353 10.783a1 1 0 0 1-.718.753l-10.588 2.838a1 1 0 0 1-.962-.254l-4.559-4.5a1 1 0 1 1 1.405-1.424l4.151 4.098l9.447-2.532l2.099-9.62l-7.374-6.606l-9.557 3.073l-1.018 3.11a1 1 0 0 1-1.9-.622l1.176-3.595a1 1 0 0 1 .644-.64z"/><path d="M32.721 20.025a1 1 0 0 1 .754 1.197l-2.5 11a1 1 0 0 1-1.95-.444l2.5-11a1 1 0 0 1 1.196-.753"/><path d="M23.737 13.853a1 1 0 0 1 1.41-.116l7.264 6.16l6.826-1.862a1 1 0 1 1 .526 1.93l-7.334 2a1 1 0 0 1-.91-.202l-7.666-6.5a1 1 0 0 1-.116-1.41m-12.995 1.424a1 1 0 0 1 .965-.239l8.27 2.361a1 1 0 0 1 .694.714l2.297 8.972a1 1 0 0 1-.307.999l-6.433 5.666a1 1 0 0 1-.935.212L7.023 31.6a1 1 0 0 1-.691-.7l-2.298-8.5a1 1 0 0 1 .275-.984zm.966 1.842L6.12 22.452l1.995 7.38l7.201 2.056l5.563-4.9l-2.003-7.823z"/><path d="M17.707 20.293a1 1 0 0 1 0 1.414l-4 4a1 1 0 0 1-.975.256l-8-2.222a1 1 0 1 1 .535-1.927l7.438 2.066l3.588-3.587a1 1 0 0 1 1.414 0"/><path d="M12.757 24.03a1 1 0 0 1 1.213.727l2 8a1 1 0 1 1-1.94.486l-2-8a1 1 0 0 1 .727-1.213"/></g></svg> </template>
CSS
.icon-sugar-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%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M34.458%2010.048a1%201%200%200%201%20.974.207l8.235%207.379a1%201%200%200%201%20.31.958l-2.353%2010.783a1%201%200%200%201-.718.753l-10.588%202.838a1%201%200%200%201-.962-.254l-4.559-4.5a1%201%200%201%201%201.405-1.424l4.151%204.098l9.447-2.532l2.099-9.62l-7.374-6.606l-9.557%203.073l-1.018%203.11a1%201%200%200%201-1.9-.622l1.176-3.595a1%201%200%200%201%20.644-.64z%22%2F%3E%3Cpath%20d%3D%22M32.721%2020.025a1%201%200%200%201%20.754%201.197l-2.5%2011a1%201%200%200%201-1.95-.444l2.5-11a1%201%200%200%201%201.196-.753%22%2F%3E%3Cpath%20d%3D%22M23.737%2013.853a1%201%200%200%201%201.41-.116l7.264%206.16l6.826-1.862a1%201%200%201%201%20.526%201.93l-7.334%202a1%201%200%200%201-.91-.202l-7.666-6.5a1%201%200%200%201-.116-1.41m-12.995%201.424a1%201%200%200%201%20.965-.239l8.27%202.361a1%201%200%200%201%20.694.714l2.297%208.972a1%201%200%200%201-.307.999l-6.433%205.666a1%201%200%200%201-.935.212L7.023%2031.6a1%201%200%200%201-.691-.7l-2.298-8.5a1%201%200%200%201%20.275-.984zm.966%201.842L6.12%2022.452l1.995%207.38l7.201%202.056l5.563-4.9l-2.003-7.823z%22%2F%3E%3Cpath%20d%3D%22M17.707%2020.293a1%201%200%200%201%200%201.414l-4%204a1%201%200%200%201-.975.256l-8-2.222a1%201%200%201%201%20.535-1.927l7.438%202.066l3.588-3.587a1%201%200%200%201%201.414%200%22%2F%3E%3Cpath%20d%3D%22M12.757%2024.03a1%201%200%200%201%201.213.727l2%208a1%201%200%201%201-1.94.486l-2-8a1%201%200%200%201%20.727-1.213%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%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M34.458%2010.048a1%201%200%200%201%20.974.207l8.235%207.379a1%201%200%200%201%20.31.958l-2.353%2010.783a1%201%200%200%201-.718.753l-10.588%202.838a1%201%200%200%201-.962-.254l-4.559-4.5a1%201%200%201%201%201.405-1.424l4.151%204.098l9.447-2.532l2.099-9.62l-7.374-6.606l-9.557%203.073l-1.018%203.11a1%201%200%200%201-1.9-.622l1.176-3.595a1%201%200%200%201%20.644-.64z%22%2F%3E%3Cpath%20d%3D%22M32.721%2020.025a1%201%200%200%201%20.754%201.197l-2.5%2011a1%201%200%200%201-1.95-.444l2.5-11a1%201%200%200%201%201.196-.753%22%2F%3E%3Cpath%20d%3D%22M23.737%2013.853a1%201%200%200%201%201.41-.116l7.264%206.16l6.826-1.862a1%201%200%201%201%20.526%201.93l-7.334%202a1%201%200%200%201-.91-.202l-7.666-6.5a1%201%200%200%201-.116-1.41m-12.995%201.424a1%201%200%200%201%20.965-.239l8.27%202.361a1%201%200%200%201%20.694.714l2.297%208.972a1%201%200%200%201-.307.999l-6.433%205.666a1%201%200%200%201-.935.212L7.023%2031.6a1%201%200%200%201-.691-.7l-2.298-8.5a1%201%200%200%201%20.275-.984zm.966%201.842L6.12%2022.452l1.995%207.38l7.201%202.056l5.563-4.9l-2.003-7.823z%22%2F%3E%3Cpath%20d%3D%22M17.707%2020.293a1%201%200%200%201%200%201.414l-4%204a1%201%200%200%201-.975.256l-8-2.222a1%201%200%201%201%20.535-1.927l7.438%202.066l3.588-3.587a1%201%200%200%201%201.414%200%22%2F%3E%3Cpath%20d%3D%22M12.757%2024.03a1%201%200%200%201%201.213.727l2%208a1%201%200%201%201-1.94.486l-2-8a1%201%200%200%201%20.727-1.213%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/sugar-outline.svg?color=%231a73e8&size=48