sugar from Health Icons by Resolve to Save Lives · Filled · Nutrition · MIT Free for personal and commercial use.

Name
sugar
Set
Health Icons
Style
Filled
Category
Nutrition
Viewbox
48×48
License
MIT

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.459 10.048a1 1 0 0 1 .973.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-.961-.254l-4.56-4.5a1 1 0 1 1 1.406-1.424l4.15 4.098l9.447-2.532l2.099-9.62l-7.374-6.606l-9.556 3.073l-1.018 3.11a1 1 0 1 1-1.901-.622l1.176-3.595a1 1 0 0 1 .645-.64z"/><path d="M32.722 20.025a1 1 0 0 1 .753 1.197l-2.5 11a1 1 0 0 1-1.95-.444l2.5-11a1 1 0 0 1 1.197-.753"/><path d="M23.738 13.853a1 1 0 0 1 1.409-.116l7.265 6.16l6.825-1.862a1 1 0 1 1 .526 1.93l-7.333 2a1 1 0 0 1-.91-.202l-7.666-6.5a1 1 0 0 1-.116-1.41m-12.996 1.424a1 1 0 0 1 .965-.239l8.27 2.361a1 1 0 0 1 .695.714l2.297 8.972a1 1 0 0 1-.308.999L16.23 33.75a1 1 0 0 1-.936.212L7.023 31.6a1 1 0 0 1-.69-.7l-2.298-8.5a1 1 0 0 1 .275-.984zm.967 1.842L6.12 22.452l1.994 7.38l7.202 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-.974.256l-8-2.222a1 1 0 1 1 .535-1.927l7.438 2.066l3.587-3.587a1 1 0 0 1 1.414 0"/><path d="M12.758 24.03a1 1 0 0 1 1.212.727l2 8a1 1 0 0 1-1.94.486l-2-8a1 1 0 0 1 .728-1.213"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsSugar(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.459 10.048a1 1 0 0 1 .973.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-.961-.254l-4.56-4.5a1 1 0 1 1 1.406-1.424l4.15 4.098l9.447-2.532l2.099-9.62l-7.374-6.606l-9.556 3.073l-1.018 3.11a1 1 0 1 1-1.901-.622l1.176-3.595a1 1 0 0 1 .645-.64z"/><path d="M32.722 20.025a1 1 0 0 1 .753 1.197l-2.5 11a1 1 0 0 1-1.95-.444l2.5-11a1 1 0 0 1 1.197-.753"/><path d="M23.738 13.853a1 1 0 0 1 1.409-.116l7.265 6.16l6.825-1.862a1 1 0 1 1 .526 1.93l-7.333 2a1 1 0 0 1-.91-.202l-7.666-6.5a1 1 0 0 1-.116-1.41m-12.996 1.424a1 1 0 0 1 .965-.239l8.27 2.361a1 1 0 0 1 .695.714l2.297 8.972a1 1 0 0 1-.308.999L16.23 33.75a1 1 0 0 1-.936.212L7.023 31.6a1 1 0 0 1-.69-.7l-2.298-8.5a1 1 0 0 1 .275-.984zm.967 1.842L6.12 22.452l1.994 7.38l7.202 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-.974.256l-8-2.222a1 1 0 1 1 .535-1.927l7.438 2.066l3.587-3.587a1 1 0 0 1 1.414 0"/><path d="M12.758 24.03a1 1 0 0 1 1.212.727l2 8a1 1 0 0 1-1.94.486l-2-8a1 1 0 0 1 .728-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.459 10.048a1 1 0 0 1 .973.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-.961-.254l-4.56-4.5a1 1 0 1 1 1.406-1.424l4.15 4.098l9.447-2.532l2.099-9.62l-7.374-6.606l-9.556 3.073l-1.018 3.11a1 1 0 1 1-1.901-.622l1.176-3.595a1 1 0 0 1 .645-.64z"/><path d="M32.722 20.025a1 1 0 0 1 .753 1.197l-2.5 11a1 1 0 0 1-1.95-.444l2.5-11a1 1 0 0 1 1.197-.753"/><path d="M23.738 13.853a1 1 0 0 1 1.409-.116l7.265 6.16l6.825-1.862a1 1 0 1 1 .526 1.93l-7.333 2a1 1 0 0 1-.91-.202l-7.666-6.5a1 1 0 0 1-.116-1.41m-12.996 1.424a1 1 0 0 1 .965-.239l8.27 2.361a1 1 0 0 1 .695.714l2.297 8.972a1 1 0 0 1-.308.999L16.23 33.75a1 1 0 0 1-.936.212L7.023 31.6a1 1 0 0 1-.69-.7l-2.298-8.5a1 1 0 0 1 .275-.984zm.967 1.842L6.12 22.452l1.994 7.38l7.202 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-.974.256l-8-2.222a1 1 0 1 1 .535-1.927l7.438 2.066l3.587-3.587a1 1 0 0 1 1.414 0"/><path d="M12.758 24.03a1 1 0 0 1 1.212.727l2 8a1 1 0 0 1-1.94.486l-2-8a1 1 0 0 1 .728-1.213"/></g></svg>
</template>

CSS

.icon-sugar {
  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.459%2010.048a1%201%200%200%201%20.973.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-.961-.254l-4.56-4.5a1%201%200%201%201%201.406-1.424l4.15%204.098l9.447-2.532l2.099-9.62l-7.374-6.606l-9.556%203.073l-1.018%203.11a1%201%200%201%201-1.901-.622l1.176-3.595a1%201%200%200%201%20.645-.64z%22%2F%3E%3Cpath%20d%3D%22M32.722%2020.025a1%201%200%200%201%20.753%201.197l-2.5%2011a1%201%200%200%201-1.95-.444l2.5-11a1%201%200%200%201%201.197-.753%22%2F%3E%3Cpath%20d%3D%22M23.738%2013.853a1%201%200%200%201%201.409-.116l7.265%206.16l6.825-1.862a1%201%200%201%201%20.526%201.93l-7.333%202a1%201%200%200%201-.91-.202l-7.666-6.5a1%201%200%200%201-.116-1.41m-12.996%201.424a1%201%200%200%201%20.965-.239l8.27%202.361a1%201%200%200%201%20.695.714l2.297%208.972a1%201%200%200%201-.308.999L16.23%2033.75a1%201%200%200%201-.936.212L7.023%2031.6a1%201%200%200%201-.69-.7l-2.298-8.5a1%201%200%200%201%20.275-.984zm.967%201.842L6.12%2022.452l1.994%207.38l7.202%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-.974.256l-8-2.222a1%201%200%201%201%20.535-1.927l7.438%202.066l3.587-3.587a1%201%200%200%201%201.414%200%22%2F%3E%3Cpath%20d%3D%22M12.758%2024.03a1%201%200%200%201%201.212.727l2%208a1%201%200%200%201-1.94.486l-2-8a1%201%200%200%201%20.728-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.459%2010.048a1%201%200%200%201%20.973.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-.961-.254l-4.56-4.5a1%201%200%201%201%201.406-1.424l4.15%204.098l9.447-2.532l2.099-9.62l-7.374-6.606l-9.556%203.073l-1.018%203.11a1%201%200%201%201-1.901-.622l1.176-3.595a1%201%200%200%201%20.645-.64z%22%2F%3E%3Cpath%20d%3D%22M32.722%2020.025a1%201%200%200%201%20.753%201.197l-2.5%2011a1%201%200%200%201-1.95-.444l2.5-11a1%201%200%200%201%201.197-.753%22%2F%3E%3Cpath%20d%3D%22M23.738%2013.853a1%201%200%200%201%201.409-.116l7.265%206.16l6.825-1.862a1%201%200%201%201%20.526%201.93l-7.333%202a1%201%200%200%201-.91-.202l-7.666-6.5a1%201%200%200%201-.116-1.41m-12.996%201.424a1%201%200%200%201%20.965-.239l8.27%202.361a1%201%200%200%201%20.695.714l2.297%208.972a1%201%200%200%201-.308.999L16.23%2033.75a1%201%200%200%201-.936.212L7.023%2031.6a1%201%200%200%201-.69-.7l-2.298-8.5a1%201%200%200%201%20.275-.984zm.967%201.842L6.12%2022.452l1.994%207.38l7.202%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-.974.256l-8-2.222a1%201%200%201%201%20.535-1.927l7.438%202.066l3.587-3.587a1%201%200%200%201%201.414%200%22%2F%3E%3Cpath%20d%3D%22M12.758%2024.03a1%201%200%200%201%201.212.727l2%208a1%201%200%200%201-1.94.486l-2-8a1%201%200%200%201%20.728-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.svg?color=%231a73e8&size=48