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

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

3 other variants in Health Icons

The same icon in other sets

More nutrition icons from Health Icons

Use the nutrition 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="M7.065 17.388c-1.122-1.027-1.888-2.693-2.038-5.384a.954.954 0 0 1 .977-.996c1.675.03 2.958.144 3.937.433c.42-1.089 1.258-2.116 2.512-3.056a.91.91 0 0 1 1.093 0c1.265.947 2.106 1.984 2.523 3.083c1.008-.34 2.301-.438 3.93-.462a.954.954 0 0 1 .974.998c-.15 2.691-.916 4.357-2.038 5.384c.548.407.865 1.092.749 1.832c-.277 1.76-.756 4.47-1.508 7.78H12v2h5.704c-.75 3.075-1.72 6.555-2.957 10.209a1.827 1.827 0 0 1-3.494 0c-.486-1.434-.93-2.842-1.336-4.21H12v-2H9.34a128 128 0 0 1-2.16-9H11v-2H6.793c-.2-1.084-.357-2.02-.477-2.779c-.117-.74.2-1.425.749-1.832m7.133-5.211l.683 1.8l1.825-.614c.503-.169 1.184-.27 2.154-.32c-.297 1.932-1.013 2.748-1.665 3.17c-.931.602-2.289.785-4.165.787h-.06c-1.877-.002-3.234-.185-4.166-.788c-.651-.421-1.366-1.236-1.663-3.164c1 .055 1.713.157 2.235.311l1.768.522l.663-1.72c.191-.495.56-1.05 1.193-1.634c.64.59 1.01 1.151 1.198 1.65m19.509 1.53c-1.973 1.973-2.165 4.727-1.056 7.32C37.505 17.85 43 21.78 43 28c0 5.523-4.925 10-11 10s-11-4.477-11-10c0-5.792 4.764-9.6 9.34-7.53c-.781-2.8-.377-5.848 1.953-8.177zm6.263 16.535a1 1 0 1 0-1.94-.485a4.43 4.43 0 0 1-3.273 3.273a1 1 0 1 0 .485 1.94a6.43 6.43 0 0 0 4.728-4.728" clip-rule="evenodd"/><path d="M34 18c3 0 5-2 5-5c-3 0-5 2-5 5"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsNutrition(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="M7.065 17.388c-1.122-1.027-1.888-2.693-2.038-5.384a.954.954 0 0 1 .977-.996c1.675.03 2.958.144 3.937.433c.42-1.089 1.258-2.116 2.512-3.056a.91.91 0 0 1 1.093 0c1.265.947 2.106 1.984 2.523 3.083c1.008-.34 2.301-.438 3.93-.462a.954.954 0 0 1 .974.998c-.15 2.691-.916 4.357-2.038 5.384c.548.407.865 1.092.749 1.832c-.277 1.76-.756 4.47-1.508 7.78H12v2h5.704c-.75 3.075-1.72 6.555-2.957 10.209a1.827 1.827 0 0 1-3.494 0c-.486-1.434-.93-2.842-1.336-4.21H12v-2H9.34a128 128 0 0 1-2.16-9H11v-2H6.793c-.2-1.084-.357-2.02-.477-2.779c-.117-.74.2-1.425.749-1.832m7.133-5.211l.683 1.8l1.825-.614c.503-.169 1.184-.27 2.154-.32c-.297 1.932-1.013 2.748-1.665 3.17c-.931.602-2.289.785-4.165.787h-.06c-1.877-.002-3.234-.185-4.166-.788c-.651-.421-1.366-1.236-1.663-3.164c1 .055 1.713.157 2.235.311l1.768.522l.663-1.72c.191-.495.56-1.05 1.193-1.634c.64.59 1.01 1.151 1.198 1.65m19.509 1.53c-1.973 1.973-2.165 4.727-1.056 7.32C37.505 17.85 43 21.78 43 28c0 5.523-4.925 10-11 10s-11-4.477-11-10c0-5.792 4.764-9.6 9.34-7.53c-.781-2.8-.377-5.848 1.953-8.177zm6.263 16.535a1 1 0 1 0-1.94-.485a4.43 4.43 0 0 1-3.273 3.273a1 1 0 1 0 .485 1.94a6.43 6.43 0 0 0 4.728-4.728" clipRule="evenodd"/><path d="M34 18c3 0 5-2 5-5c-3 0-5 2-5 5"/></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="M7.065 17.388c-1.122-1.027-1.888-2.693-2.038-5.384a.954.954 0 0 1 .977-.996c1.675.03 2.958.144 3.937.433c.42-1.089 1.258-2.116 2.512-3.056a.91.91 0 0 1 1.093 0c1.265.947 2.106 1.984 2.523 3.083c1.008-.34 2.301-.438 3.93-.462a.954.954 0 0 1 .974.998c-.15 2.691-.916 4.357-2.038 5.384c.548.407.865 1.092.749 1.832c-.277 1.76-.756 4.47-1.508 7.78H12v2h5.704c-.75 3.075-1.72 6.555-2.957 10.209a1.827 1.827 0 0 1-3.494 0c-.486-1.434-.93-2.842-1.336-4.21H12v-2H9.34a128 128 0 0 1-2.16-9H11v-2H6.793c-.2-1.084-.357-2.02-.477-2.779c-.117-.74.2-1.425.749-1.832m7.133-5.211l.683 1.8l1.825-.614c.503-.169 1.184-.27 2.154-.32c-.297 1.932-1.013 2.748-1.665 3.17c-.931.602-2.289.785-4.165.787h-.06c-1.877-.002-3.234-.185-4.166-.788c-.651-.421-1.366-1.236-1.663-3.164c1 .055 1.713.157 2.235.311l1.768.522l.663-1.72c.191-.495.56-1.05 1.193-1.634c.64.59 1.01 1.151 1.198 1.65m19.509 1.53c-1.973 1.973-2.165 4.727-1.056 7.32C37.505 17.85 43 21.78 43 28c0 5.523-4.925 10-11 10s-11-4.477-11-10c0-5.792 4.764-9.6 9.34-7.53c-.781-2.8-.377-5.848 1.953-8.177zm6.263 16.535a1 1 0 1 0-1.94-.485a4.43 4.43 0 0 1-3.273 3.273a1 1 0 1 0 .485 1.94a6.43 6.43 0 0 0 4.728-4.728" clip-rule="evenodd"/><path d="M34 18c3 0 5-2 5-5c-3 0-5 2-5 5"/></g></svg>
</template>

CSS

.icon-nutrition {
  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%22M7.065%2017.388c-1.122-1.027-1.888-2.693-2.038-5.384a.954.954%200%200%201%20.977-.996c1.675.03%202.958.144%203.937.433c.42-1.089%201.258-2.116%202.512-3.056a.91.91%200%200%201%201.093%200c1.265.947%202.106%201.984%202.523%203.083c1.008-.34%202.301-.438%203.93-.462a.954.954%200%200%201%20.974.998c-.15%202.691-.916%204.357-2.038%205.384c.548.407.865%201.092.749%201.832c-.277%201.76-.756%204.47-1.508%207.78H12v2h5.704c-.75%203.075-1.72%206.555-2.957%2010.209a1.827%201.827%200%200%201-3.494%200c-.486-1.434-.93-2.842-1.336-4.21H12v-2H9.34a128%20128%200%200%201-2.16-9H11v-2H6.793c-.2-1.084-.357-2.02-.477-2.779c-.117-.74.2-1.425.749-1.832m7.133-5.211l.683%201.8l1.825-.614c.503-.169%201.184-.27%202.154-.32c-.297%201.932-1.013%202.748-1.665%203.17c-.931.602-2.289.785-4.165.787h-.06c-1.877-.002-3.234-.185-4.166-.788c-.651-.421-1.366-1.236-1.663-3.164c1%20.055%201.713.157%202.235.311l1.768.522l.663-1.72c.191-.495.56-1.05%201.193-1.634c.64.59%201.01%201.151%201.198%201.65m19.509%201.53c-1.973%201.973-2.165%204.727-1.056%207.32C37.505%2017.85%2043%2021.78%2043%2028c0%205.523-4.925%2010-11%2010s-11-4.477-11-10c0-5.792%204.764-9.6%209.34-7.53c-.781-2.8-.377-5.848%201.953-8.177zm6.263%2016.535a1%201%200%201%200-1.94-.485a4.43%204.43%200%200%201-3.273%203.273a1%201%200%201%200%20.485%201.94a6.43%206.43%200%200%200%204.728-4.728%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M34%2018c3%200%205-2%205-5c-3%200-5%202-5%205%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%22M7.065%2017.388c-1.122-1.027-1.888-2.693-2.038-5.384a.954.954%200%200%201%20.977-.996c1.675.03%202.958.144%203.937.433c.42-1.089%201.258-2.116%202.512-3.056a.91.91%200%200%201%201.093%200c1.265.947%202.106%201.984%202.523%203.083c1.008-.34%202.301-.438%203.93-.462a.954.954%200%200%201%20.974.998c-.15%202.691-.916%204.357-2.038%205.384c.548.407.865%201.092.749%201.832c-.277%201.76-.756%204.47-1.508%207.78H12v2h5.704c-.75%203.075-1.72%206.555-2.957%2010.209a1.827%201.827%200%200%201-3.494%200c-.486-1.434-.93-2.842-1.336-4.21H12v-2H9.34a128%20128%200%200%201-2.16-9H11v-2H6.793c-.2-1.084-.357-2.02-.477-2.779c-.117-.74.2-1.425.749-1.832m7.133-5.211l.683%201.8l1.825-.614c.503-.169%201.184-.27%202.154-.32c-.297%201.932-1.013%202.748-1.665%203.17c-.931.602-2.289.785-4.165.787h-.06c-1.877-.002-3.234-.185-4.166-.788c-.651-.421-1.366-1.236-1.663-3.164c1%20.055%201.713.157%202.235.311l1.768.522l.663-1.72c.191-.495.56-1.05%201.193-1.634c.64.59%201.01%201.151%201.198%201.65m19.509%201.53c-1.973%201.973-2.165%204.727-1.056%207.32C37.505%2017.85%2043%2021.78%2043%2028c0%205.523-4.925%2010-11%2010s-11-4.477-11-10c0-5.792%204.764-9.6%209.34-7.53c-.781-2.8-.377-5.848%201.953-8.177zm6.263%2016.535a1%201%200%201%200-1.94-.485a4.43%204.43%200%200%201-3.273%203.273a1%201%200%201%200%20.485%201.94a6.43%206.43%200%200%200%204.728-4.728%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M34%2018c3%200%205-2%205-5c-3%200-5%202-5%205%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/nutrition.svg?color=%231a73e8&size=48