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

Name
lactose-outline
Set
Health Icons
Style
Outline
Category
Nutrition
Viewbox
48×48
License
MIT
Aliases
lactose2x-outline

1 other variant in Health Icons

More nutrition icons from Health Icons

Use the lactose icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path fill-rule="evenodd" d="M28.393 19h-8.786a1 1 0 0 0-.998.933l-1.4 21A1 1 0 0 0 18.207 42h11.586a1 1 0 0 0 .998-1.066l-1.4-21a1 1 0 0 0-.998-.934m-8.786-2a3 3 0 0 0-2.994 2.8l-1.4 21a3 3 0 0 0 2.994 3.2h11.586a3 3 0 0 0 2.994-3.2l-1.4-21a3 3 0 0 0-2.994-2.8z" clip-rule="evenodd"/><path fill-rule="evenodd" d="M19 17h10a5 5 0 0 0-10 0m5-7a7 7 0 0 0-7 7v.714c0 .71.576 1.286 1.286 1.286h11.428c.71 0 1.286-.576 1.286-1.286V17a7 7 0 0 0-7-7m-3 12a1 1 0 0 1 1 1v16a1 1 0 1 1-2 0V23a1 1 0 0 1 1-1m6 0a1 1 0 0 1 1 1v16a1 1 0 1 1-2 0V23a1 1 0 0 1 1-1" clip-rule="evenodd"/><path d="M22 15a1 1 0 1 1-2 0a1 1 0 0 1 2 0m3-1a1 1 0 1 1-2 0a1 1 0 0 1 2 0m6-6a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-1-3a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-3 2a1 1 0 1 1-2 0a1 1 0 0 1 2 0m1 8a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsLactoseOutline(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"><path fillRule="evenodd" d="M28.393 19h-8.786a1 1 0 0 0-.998.933l-1.4 21A1 1 0 0 0 18.207 42h11.586a1 1 0 0 0 .998-1.066l-1.4-21a1 1 0 0 0-.998-.934m-8.786-2a3 3 0 0 0-2.994 2.8l-1.4 21a3 3 0 0 0 2.994 3.2h11.586a3 3 0 0 0 2.994-3.2l-1.4-21a3 3 0 0 0-2.994-2.8z" clipRule="evenodd"/><path fillRule="evenodd" d="M19 17h10a5 5 0 0 0-10 0m5-7a7 7 0 0 0-7 7v.714c0 .71.576 1.286 1.286 1.286h11.428c.71 0 1.286-.576 1.286-1.286V17a7 7 0 0 0-7-7m-3 12a1 1 0 0 1 1 1v16a1 1 0 1 1-2 0V23a1 1 0 0 1 1-1m6 0a1 1 0 0 1 1 1v16a1 1 0 1 1-2 0V23a1 1 0 0 1 1-1" clipRule="evenodd"/><path d="M22 15a1 1 0 1 1-2 0a1 1 0 0 1 2 0m3-1a1 1 0 1 1-2 0a1 1 0 0 1 2 0m6-6a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-1-3a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-3 2a1 1 0 1 1-2 0a1 1 0 0 1 2 0m1 8a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path fill-rule="evenodd" d="M28.393 19h-8.786a1 1 0 0 0-.998.933l-1.4 21A1 1 0 0 0 18.207 42h11.586a1 1 0 0 0 .998-1.066l-1.4-21a1 1 0 0 0-.998-.934m-8.786-2a3 3 0 0 0-2.994 2.8l-1.4 21a3 3 0 0 0 2.994 3.2h11.586a3 3 0 0 0 2.994-3.2l-1.4-21a3 3 0 0 0-2.994-2.8z" clip-rule="evenodd"/><path fill-rule="evenodd" d="M19 17h10a5 5 0 0 0-10 0m5-7a7 7 0 0 0-7 7v.714c0 .71.576 1.286 1.286 1.286h11.428c.71 0 1.286-.576 1.286-1.286V17a7 7 0 0 0-7-7m-3 12a1 1 0 0 1 1 1v16a1 1 0 1 1-2 0V23a1 1 0 0 1 1-1m6 0a1 1 0 0 1 1 1v16a1 1 0 1 1-2 0V23a1 1 0 0 1 1-1" clip-rule="evenodd"/><path d="M22 15a1 1 0 1 1-2 0a1 1 0 0 1 2 0m3-1a1 1 0 1 1-2 0a1 1 0 0 1 2 0m6-6a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-1-3a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-3 2a1 1 0 1 1-2 0a1 1 0 0 1 2 0m1 8a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></g></svg>
</template>

CSS

.icon-lactose-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%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M28.393%2019h-8.786a1%201%200%200%200-.998.933l-1.4%2021A1%201%200%200%200%2018.207%2042h11.586a1%201%200%200%200%20.998-1.066l-1.4-21a1%201%200%200%200-.998-.934m-8.786-2a3%203%200%200%200-2.994%202.8l-1.4%2021a3%203%200%200%200%202.994%203.2h11.586a3%203%200%200%200%202.994-3.2l-1.4-21a3%203%200%200%200-2.994-2.8z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M19%2017h10a5%205%200%200%200-10%200m5-7a7%207%200%200%200-7%207v.714c0%20.71.576%201.286%201.286%201.286h11.428c.71%200%201.286-.576%201.286-1.286V17a7%207%200%200%200-7-7m-3%2012a1%201%200%200%201%201%201v16a1%201%200%201%201-2%200V23a1%201%200%200%201%201-1m6%200a1%201%200%200%201%201%201v16a1%201%200%201%201-2%200V23a1%201%200%200%201%201-1%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M22%2015a1%201%200%201%201-2%200a1%201%200%200%201%202%200m3-1a1%201%200%201%201-2%200a1%201%200%200%201%202%200m6-6a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-1-3a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-3%202a1%201%200%201%201-2%200a1%201%200%200%201%202%200m1%208a1%201%200%201%201-2%200a1%201%200%200%201%202%200%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%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M28.393%2019h-8.786a1%201%200%200%200-.998.933l-1.4%2021A1%201%200%200%200%2018.207%2042h11.586a1%201%200%200%200%20.998-1.066l-1.4-21a1%201%200%200%200-.998-.934m-8.786-2a3%203%200%200%200-2.994%202.8l-1.4%2021a3%203%200%200%200%202.994%203.2h11.586a3%203%200%200%200%202.994-3.2l-1.4-21a3%203%200%200%200-2.994-2.8z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M19%2017h10a5%205%200%200%200-10%200m5-7a7%207%200%200%200-7%207v.714c0%20.71.576%201.286%201.286%201.286h11.428c.71%200%201.286-.576%201.286-1.286V17a7%207%200%200%200-7-7m-3%2012a1%201%200%200%201%201%201v16a1%201%200%201%201-2%200V23a1%201%200%200%201%201-1m6%200a1%201%200%200%201%201%201v16a1%201%200%201%201-2%200V23a1%201%200%200%201%201-1%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M22%2015a1%201%200%201%201-2%200a1%201%200%200%201%202%200m3-1a1%201%200%201%201-2%200a1%201%200%200%201%202%200m6-6a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-1-3a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-3%202a1%201%200%201%201-2%200a1%201%200%200%201%202%200m1%208a1%201%200%201%201-2%200a1%201%200%200%201%202%200%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/lactose-outline.svg?color=%231a73e8&size=48