sugar free icon
sugar-free from Health Icons by Resolve to Save Lives · Filled · Nutrition · MIT Free for personal and commercial use.
- Name
- sugar-free
- Set
- Health Icons
- Style
- Filled
- Category
- Nutrition
- Viewbox
- 48×48
- License
- MIT
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-10.643-.116a1 1 0 0 1 .97-.258l5.5 1.5a1 1 0 0 1 .707.723l1.5 6a1 1 0 0 1-.306.99l-4.5 4a1 1 0 0 1-.927.217l-5.5-1.5a1 1 0 0 1-.702-.702l-1.5-5.5a1 1 0 0 1 .258-.97zm1.004 1.825l-2.871 2.87l3.277.895l2.871-2.872zm4.661 2.338l-2.84 2.84l.923 3.386l2.842-2.527zm-3.883 6.619l-.89-3.26l-3.26-.89l.89 3.26z"/><path d="M44 24c0 11.046-8.954 20-20 20S4 35.046 4 24S12.954 4 24 4s20 8.954 20 20m-2 0c0 4.654-1.766 8.895-4.664 12.09l-3.91-3.91a1 1 0 0 0-1.413 1.415l3.9 3.9A17.93 17.93 0 0 1 24 42c-9.941 0-18-8.059-18-18c0-4.568 1.702-8.739 4.506-11.913l3.844 3.845a1 1 0 0 0 1.415-1.414l-3.854-3.854A17.93 17.93 0 0 1 24 6c9.941 0 18 8.059 18 18"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsSugarFree(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-10.643-.116a1 1 0 0 1 .97-.258l5.5 1.5a1 1 0 0 1 .707.723l1.5 6a1 1 0 0 1-.306.99l-4.5 4a1 1 0 0 1-.927.217l-5.5-1.5a1 1 0 0 1-.702-.702l-1.5-5.5a1 1 0 0 1 .258-.97zm1.004 1.825l-2.871 2.87l3.277.895l2.871-2.872zm4.661 2.338l-2.84 2.84l.923 3.386l2.842-2.527zm-3.883 6.619l-.89-3.26l-3.26-.89l.89 3.26z"/><path d="M44 24c0 11.046-8.954 20-20 20S4 35.046 4 24S12.954 4 24 4s20 8.954 20 20m-2 0c0 4.654-1.766 8.895-4.664 12.09l-3.91-3.91a1 1 0 0 0-1.413 1.415l3.9 3.9A17.93 17.93 0 0 1 24 42c-9.941 0-18-8.059-18-18c0-4.568 1.702-8.739 4.506-11.913l3.844 3.845a1 1 0 0 0 1.415-1.414l-3.854-3.854A17.93 17.93 0 0 1 24 6c9.941 0 18 8.059 18 18"/></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-10.643-.116a1 1 0 0 1 .97-.258l5.5 1.5a1 1 0 0 1 .707.723l1.5 6a1 1 0 0 1-.306.99l-4.5 4a1 1 0 0 1-.927.217l-5.5-1.5a1 1 0 0 1-.702-.702l-1.5-5.5a1 1 0 0 1 .258-.97zm1.004 1.825l-2.871 2.87l3.277.895l2.871-2.872zm4.661 2.338l-2.84 2.84l.923 3.386l2.842-2.527zm-3.883 6.619l-.89-3.26l-3.26-.89l.89 3.26z"/><path d="M44 24c0 11.046-8.954 20-20 20S4 35.046 4 24S12.954 4 24 4s20 8.954 20 20m-2 0c0 4.654-1.766 8.895-4.664 12.09l-3.91-3.91a1 1 0 0 0-1.413 1.415l3.9 3.9A17.93 17.93 0 0 1 24 42c-9.941 0-18-8.059-18-18c0-4.568 1.702-8.739 4.506-11.913l3.844 3.845a1 1 0 0 0 1.415-1.414l-3.854-3.854A17.93 17.93 0 0 1 24 6c9.941 0 18 8.059 18 18"/></g></svg> </template>
CSS
.icon-sugar-free {
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-10.643-.116a1%201%200%200%201%20.97-.258l5.5%201.5a1%201%200%200%201%20.707.723l1.5%206a1%201%200%200%201-.306.99l-4.5%204a1%201%200%200%201-.927.217l-5.5-1.5a1%201%200%200%201-.702-.702l-1.5-5.5a1%201%200%200%201%20.258-.97zm1.004%201.825l-2.871%202.87l3.277.895l2.871-2.872zm4.661%202.338l-2.84%202.84l.923%203.386l2.842-2.527zm-3.883%206.619l-.89-3.26l-3.26-.89l.89%203.26z%22%2F%3E%3Cpath%20d%3D%22M44%2024c0%2011.046-8.954%2020-20%2020S4%2035.046%204%2024S12.954%204%2024%204s20%208.954%2020%2020m-2%200c0%204.654-1.766%208.895-4.664%2012.09l-3.91-3.91a1%201%200%200%200-1.413%201.415l3.9%203.9A17.93%2017.93%200%200%201%2024%2042c-9.941%200-18-8.059-18-18c0-4.568%201.702-8.739%204.506-11.913l3.844%203.845a1%201%200%200%200%201.415-1.414l-3.854-3.854A17.93%2017.93%200%200%201%2024%206c9.941%200%2018%208.059%2018%2018%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-10.643-.116a1%201%200%200%201%20.97-.258l5.5%201.5a1%201%200%200%201%20.707.723l1.5%206a1%201%200%200%201-.306.99l-4.5%204a1%201%200%200%201-.927.217l-5.5-1.5a1%201%200%200%201-.702-.702l-1.5-5.5a1%201%200%200%201%20.258-.97zm1.004%201.825l-2.871%202.87l3.277.895l2.871-2.872zm4.661%202.338l-2.84%202.84l.923%203.386l2.842-2.527zm-3.883%206.619l-.89-3.26l-3.26-.89l.89%203.26z%22%2F%3E%3Cpath%20d%3D%22M44%2024c0%2011.046-8.954%2020-20%2020S4%2035.046%204%2024S12.954%204%2024%204s20%208.954%2020%2020m-2%200c0%204.654-1.766%208.895-4.664%2012.09l-3.91-3.91a1%201%200%200%200-1.413%201.415l3.9%203.9A17.93%2017.93%200%200%201%2024%2042c-9.941%200-18-8.059-18-18c0-4.568%201.702-8.739%204.506-11.913l3.844%203.845a1%201%200%200%200%201.415-1.414l-3.854-3.854A17.93%2017.93%200%200%201%2024%206c9.941%200%2018%208.059%2018%2018%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.svg?color=%231a73e8&size=48