sugar free icon

sugar-free-outline from Health Icons by Resolve to Save Lives · Outline · Nutrition · MIT Free for personal and commercial use.

Name
sugar-free-outline
Set
Health Icons
Style
Outline
Category
Nutrition
Viewbox
48×48
License
MIT
Aliases
sugar-free2x-outline

3 other variants in Health Icons

More nutrition icons from Health Icons

Use the sugar free 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="M31.184 15.551a1 1 0 0 1 .988.21l5.5 5a1 1 0 0 1 .308.935l-1.5 7.5a1 1 0 0 1-.723.77l-7.5 2a1 1 0 0 1-.882-.185l-2.5-2a1 1 0 1 1 1.25-1.562l1.236.99l1.04-4.856l-3.938-3.58l-.015.043a1 1 0 1 1-1.897-.632l.5-1.5a1 1 0 0 1 .633-.633zm-5.248 3.858l3.824 3.477l2.965-.848a1 1 0 0 1 .55 1.924l-2.923.835l-1.032 4.816l5.321-1.419l1.267-6.335l-4.648-4.225zm-9.673-.374a1 1 0 0 0-.97.258l-4.5 4.5a1 1 0 0 0-.258.97l1.5 5.5a1 1 0 0 0 .702.702l5.5 1.5a1 1 0 0 0 .927-.218l4.5-4a1 1 0 0 0 .306-.99l-1.5-6a1 1 0 0 0-.707-.722zm-2.837 4.954l2.87-2.872l3.278.894l-2.87 2.872zm4.692 2.308l2.84-2.841l.925 3.699l-2.842 2.527zm-1.932.517l.889 3.26l-3.26-.888l-.89-3.26z"/><path d="M24 44c11.046 0 20-8.954 20-20S35.046 4 24 4S4 12.954 4 24s8.954 20 20 20m13.336-7.91A17.93 17.93 0 0 0 42 24c0-9.941-8.059-18-18-18a17.93 17.93 0 0 0-12.09 4.664l3.855 3.854a1 1 0 0 1-1.415 1.414l-3.844-3.845A17.93 17.93 0 0 0 6 24c0 9.941 8.059 18 18 18c4.568 0 8.739-1.702 11.912-4.505l-3.9-3.9a1 1 0 0 1 1.415-1.414z"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsSugarFreeOutline(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="M31.184 15.551a1 1 0 0 1 .988.21l5.5 5a1 1 0 0 1 .308.935l-1.5 7.5a1 1 0 0 1-.723.77l-7.5 2a1 1 0 0 1-.882-.185l-2.5-2a1 1 0 1 1 1.25-1.562l1.236.99l1.04-4.856l-3.938-3.58l-.015.043a1 1 0 1 1-1.897-.632l.5-1.5a1 1 0 0 1 .633-.633zm-5.248 3.858l3.824 3.477l2.965-.848a1 1 0 0 1 .55 1.924l-2.923.835l-1.032 4.816l5.321-1.419l1.267-6.335l-4.648-4.225zm-9.673-.374a1 1 0 0 0-.97.258l-4.5 4.5a1 1 0 0 0-.258.97l1.5 5.5a1 1 0 0 0 .702.702l5.5 1.5a1 1 0 0 0 .927-.218l4.5-4a1 1 0 0 0 .306-.99l-1.5-6a1 1 0 0 0-.707-.722zm-2.837 4.954l2.87-2.872l3.278.894l-2.87 2.872zm4.692 2.308l2.84-2.841l.925 3.699l-2.842 2.527zm-1.932.517l.889 3.26l-3.26-.888l-.89-3.26z"/><path d="M24 44c11.046 0 20-8.954 20-20S35.046 4 24 4S4 12.954 4 24s8.954 20 20 20m13.336-7.91A17.93 17.93 0 0 0 42 24c0-9.941-8.059-18-18-18a17.93 17.93 0 0 0-12.09 4.664l3.855 3.854a1 1 0 0 1-1.415 1.414l-3.844-3.845A17.93 17.93 0 0 0 6 24c0 9.941 8.059 18 18 18c4.568 0 8.739-1.702 11.912-4.505l-3.9-3.9a1 1 0 0 1 1.415-1.414z"/></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="M31.184 15.551a1 1 0 0 1 .988.21l5.5 5a1 1 0 0 1 .308.935l-1.5 7.5a1 1 0 0 1-.723.77l-7.5 2a1 1 0 0 1-.882-.185l-2.5-2a1 1 0 1 1 1.25-1.562l1.236.99l1.04-4.856l-3.938-3.58l-.015.043a1 1 0 1 1-1.897-.632l.5-1.5a1 1 0 0 1 .633-.633zm-5.248 3.858l3.824 3.477l2.965-.848a1 1 0 0 1 .55 1.924l-2.923.835l-1.032 4.816l5.321-1.419l1.267-6.335l-4.648-4.225zm-9.673-.374a1 1 0 0 0-.97.258l-4.5 4.5a1 1 0 0 0-.258.97l1.5 5.5a1 1 0 0 0 .702.702l5.5 1.5a1 1 0 0 0 .927-.218l4.5-4a1 1 0 0 0 .306-.99l-1.5-6a1 1 0 0 0-.707-.722zm-2.837 4.954l2.87-2.872l3.278.894l-2.87 2.872zm4.692 2.308l2.84-2.841l.925 3.699l-2.842 2.527zm-1.932.517l.889 3.26l-3.26-.888l-.89-3.26z"/><path d="M24 44c11.046 0 20-8.954 20-20S35.046 4 24 4S4 12.954 4 24s8.954 20 20 20m13.336-7.91A17.93 17.93 0 0 0 42 24c0-9.941-8.059-18-18-18a17.93 17.93 0 0 0-12.09 4.664l3.855 3.854a1 1 0 0 1-1.415 1.414l-3.844-3.845A17.93 17.93 0 0 0 6 24c0 9.941 8.059 18 18 18c4.568 0 8.739-1.702 11.912-4.505l-3.9-3.9a1 1 0 0 1 1.415-1.414z"/></g></svg>
</template>

CSS

.icon-sugar-free-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%22M31.184%2015.551a1%201%200%200%201%20.988.21l5.5%205a1%201%200%200%201%20.308.935l-1.5%207.5a1%201%200%200%201-.723.77l-7.5%202a1%201%200%200%201-.882-.185l-2.5-2a1%201%200%201%201%201.25-1.562l1.236.99l1.04-4.856l-3.938-3.58l-.015.043a1%201%200%201%201-1.897-.632l.5-1.5a1%201%200%200%201%20.633-.633zm-5.248%203.858l3.824%203.477l2.965-.848a1%201%200%200%201%20.55%201.924l-2.923.835l-1.032%204.816l5.321-1.419l1.267-6.335l-4.648-4.225zm-9.673-.374a1%201%200%200%200-.97.258l-4.5%204.5a1%201%200%200%200-.258.97l1.5%205.5a1%201%200%200%200%20.702.702l5.5%201.5a1%201%200%200%200%20.927-.218l4.5-4a1%201%200%200%200%20.306-.99l-1.5-6a1%201%200%200%200-.707-.722zm-2.837%204.954l2.87-2.872l3.278.894l-2.87%202.872zm4.692%202.308l2.84-2.841l.925%203.699l-2.842%202.527zm-1.932.517l.889%203.26l-3.26-.888l-.89-3.26z%22%2F%3E%3Cpath%20d%3D%22M24%2044c11.046%200%2020-8.954%2020-20S35.046%204%2024%204S4%2012.954%204%2024s8.954%2020%2020%2020m13.336-7.91A17.93%2017.93%200%200%200%2042%2024c0-9.941-8.059-18-18-18a17.93%2017.93%200%200%200-12.09%204.664l3.855%203.854a1%201%200%200%201-1.415%201.414l-3.844-3.845A17.93%2017.93%200%200%200%206%2024c0%209.941%208.059%2018%2018%2018c4.568%200%208.739-1.702%2011.912-4.505l-3.9-3.9a1%201%200%200%201%201.415-1.414z%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%22M31.184%2015.551a1%201%200%200%201%20.988.21l5.5%205a1%201%200%200%201%20.308.935l-1.5%207.5a1%201%200%200%201-.723.77l-7.5%202a1%201%200%200%201-.882-.185l-2.5-2a1%201%200%201%201%201.25-1.562l1.236.99l1.04-4.856l-3.938-3.58l-.015.043a1%201%200%201%201-1.897-.632l.5-1.5a1%201%200%200%201%20.633-.633zm-5.248%203.858l3.824%203.477l2.965-.848a1%201%200%200%201%20.55%201.924l-2.923.835l-1.032%204.816l5.321-1.419l1.267-6.335l-4.648-4.225zm-9.673-.374a1%201%200%200%200-.97.258l-4.5%204.5a1%201%200%200%200-.258.97l1.5%205.5a1%201%200%200%200%20.702.702l5.5%201.5a1%201%200%200%200%20.927-.218l4.5-4a1%201%200%200%200%20.306-.99l-1.5-6a1%201%200%200%200-.707-.722zm-2.837%204.954l2.87-2.872l3.278.894l-2.87%202.872zm4.692%202.308l2.84-2.841l.925%203.699l-2.842%202.527zm-1.932.517l.889%203.26l-3.26-.888l-.89-3.26z%22%2F%3E%3Cpath%20d%3D%22M24%2044c11.046%200%2020-8.954%2020-20S35.046%204%2024%204S4%2012.954%204%2024s8.954%2020%2020%2020m13.336-7.91A17.93%2017.93%200%200%200%2042%2024c0-9.941-8.059-18-18-18a17.93%2017.93%200%200%200-12.09%204.664l3.855%203.854a1%201%200%200%201-1.415%201.414l-3.844-3.845A17.93%2017.93%200%200%200%206%2024c0%209.941%208.059%2018%2018%2018c4.568%200%208.739-1.702%2011.912-4.505l-3.9-3.9a1%201%200%200%201%201.415-1.414z%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-free-outline.svg?color=%231a73e8&size=48