ios nutrition icon

ios-nutrition from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
ios-nutrition
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

1 other variant in IonIcons

Related icons in IonIcons

Use the ios nutrition icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M359.1 231.9h-.1c-.1-.1-.3-.4-.4-.6l-78.9-79.6c-5.8-6-14.2-10.2-23.6-10.2-11.8 0-22.2 6.2-27.7 16.3 0 0-3.4 5.1-12.6 19.8-1.6 2.6-1.6 6 .1 8.6l26.8 41.2c2.9 3.8 3.3 8 1.4 9.9l-.1.1c-2.3 2.3-5.9 1.5-9.8-1.4l-32.3-20.5c-3.8-2.4-8.7-1.2-11.1 2.5-21.9 35.1-46.8 74.7-71.2 114-1.6 2.5-1.6 5.7-.1 8.3l14.1 24.1c2.9 3.8 3.3 8 1.4 9.9l-.1.1c-2.3 2.3-5.9 1.5-9.8-1.4l-16.6-8.4c-3.7-1.9-8.2-.6-10.4 2.9-17.7 28.3-28 44.7-29.1 46.5-3 5.1-5 11.2-5 17.8 0 17.8 14.2 32.2 31.9 32.2 7.8 0 14.4-3.4 20.6-7.6L221 378.8c3.4-2.5 4.2-7.2 2-10.7L202.5 336c-2.9-3.8-3.3-8-1.4-9.9l.1-.1c2.3-2.3 5.9-1.5 9.8 1.4l37.4 25.6c2.8 1.9 6.5 1.9 9.3-.2 53-39.1 97.5-72.2 97.5-72.2 7.9-6 13-15.4 13-26 0-8.7-3.1-16.8-9.1-22.7z" fill="currentColor"/><path d="M446.9 131.2l-11.2-17.9c-2.2-3.8-7.1-5.1-10.9-2.9L365.4 147l47.3-78.9c2.2-3.8.9-8.8-2.9-11l-17.7-8c-3.9-2.3-8.8-.9-11 3l-57.6 108.3 28.6 28.8 91.8-46.8c3.9-2.2 5.3-7.2 3-11.2z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosNutrition(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M359.1 231.9h-.1c-.1-.1-.3-.4-.4-.6l-78.9-79.6c-5.8-6-14.2-10.2-23.6-10.2-11.8 0-22.2 6.2-27.7 16.3 0 0-3.4 5.1-12.6 19.8-1.6 2.6-1.6 6 .1 8.6l26.8 41.2c2.9 3.8 3.3 8 1.4 9.9l-.1.1c-2.3 2.3-5.9 1.5-9.8-1.4l-32.3-20.5c-3.8-2.4-8.7-1.2-11.1 2.5-21.9 35.1-46.8 74.7-71.2 114-1.6 2.5-1.6 5.7-.1 8.3l14.1 24.1c2.9 3.8 3.3 8 1.4 9.9l-.1.1c-2.3 2.3-5.9 1.5-9.8-1.4l-16.6-8.4c-3.7-1.9-8.2-.6-10.4 2.9-17.7 28.3-28 44.7-29.1 46.5-3 5.1-5 11.2-5 17.8 0 17.8 14.2 32.2 31.9 32.2 7.8 0 14.4-3.4 20.6-7.6L221 378.8c3.4-2.5 4.2-7.2 2-10.7L202.5 336c-2.9-3.8-3.3-8-1.4-9.9l.1-.1c2.3-2.3 5.9-1.5 9.8 1.4l37.4 25.6c2.8 1.9 6.5 1.9 9.3-.2 53-39.1 97.5-72.2 97.5-72.2 7.9-6 13-15.4 13-26 0-8.7-3.1-16.8-9.1-22.7z" fill="currentColor"/><path d="M446.9 131.2l-11.2-17.9c-2.2-3.8-7.1-5.1-10.9-2.9L365.4 147l47.3-78.9c2.2-3.8.9-8.8-2.9-11l-17.7-8c-3.9-2.3-8.8-.9-11 3l-57.6 108.3 28.6 28.8 91.8-46.8c3.9-2.2 5.3-7.2 3-11.2z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M359.1 231.9h-.1c-.1-.1-.3-.4-.4-.6l-78.9-79.6c-5.8-6-14.2-10.2-23.6-10.2-11.8 0-22.2 6.2-27.7 16.3 0 0-3.4 5.1-12.6 19.8-1.6 2.6-1.6 6 .1 8.6l26.8 41.2c2.9 3.8 3.3 8 1.4 9.9l-.1.1c-2.3 2.3-5.9 1.5-9.8-1.4l-32.3-20.5c-3.8-2.4-8.7-1.2-11.1 2.5-21.9 35.1-46.8 74.7-71.2 114-1.6 2.5-1.6 5.7-.1 8.3l14.1 24.1c2.9 3.8 3.3 8 1.4 9.9l-.1.1c-2.3 2.3-5.9 1.5-9.8-1.4l-16.6-8.4c-3.7-1.9-8.2-.6-10.4 2.9-17.7 28.3-28 44.7-29.1 46.5-3 5.1-5 11.2-5 17.8 0 17.8 14.2 32.2 31.9 32.2 7.8 0 14.4-3.4 20.6-7.6L221 378.8c3.4-2.5 4.2-7.2 2-10.7L202.5 336c-2.9-3.8-3.3-8-1.4-9.9l.1-.1c2.3-2.3 5.9-1.5 9.8 1.4l37.4 25.6c2.8 1.9 6.5 1.9 9.3-.2 53-39.1 97.5-72.2 97.5-72.2 7.9-6 13-15.4 13-26 0-8.7-3.1-16.8-9.1-22.7z" fill="currentColor"/><path d="M446.9 131.2l-11.2-17.9c-2.2-3.8-7.1-5.1-10.9-2.9L365.4 147l47.3-78.9c2.2-3.8.9-8.8-2.9-11l-17.7-8c-3.9-2.3-8.8-.9-11 3l-57.6 108.3 28.6 28.8 91.8-46.8c3.9-2.2 5.3-7.2 3-11.2z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-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%20512%20512%22%3E%3Cpath%20d%3D%22M359.1%20231.9h-.1c-.1-.1-.3-.4-.4-.6l-78.9-79.6c-5.8-6-14.2-10.2-23.6-10.2-11.8%200-22.2%206.2-27.7%2016.3%200%200-3.4%205.1-12.6%2019.8-1.6%202.6-1.6%206%20.1%208.6l26.8%2041.2c2.9%203.8%203.3%208%201.4%209.9l-.1.1c-2.3%202.3-5.9%201.5-9.8-1.4l-32.3-20.5c-3.8-2.4-8.7-1.2-11.1%202.5-21.9%2035.1-46.8%2074.7-71.2%20114-1.6%202.5-1.6%205.7-.1%208.3l14.1%2024.1c2.9%203.8%203.3%208%201.4%209.9l-.1.1c-2.3%202.3-5.9%201.5-9.8-1.4l-16.6-8.4c-3.7-1.9-8.2-.6-10.4%202.9-17.7%2028.3-28%2044.7-29.1%2046.5-3%205.1-5%2011.2-5%2017.8%200%2017.8%2014.2%2032.2%2031.9%2032.2%207.8%200%2014.4-3.4%2020.6-7.6L221%20378.8c3.4-2.5%204.2-7.2%202-10.7L202.5%20336c-2.9-3.8-3.3-8-1.4-9.9l.1-.1c2.3-2.3%205.9-1.5%209.8%201.4l37.4%2025.6c2.8%201.9%206.5%201.9%209.3-.2%2053-39.1%2097.5-72.2%2097.5-72.2%207.9-6%2013-15.4%2013-26%200-8.7-3.1-16.8-9.1-22.7z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M446.9%20131.2l-11.2-17.9c-2.2-3.8-7.1-5.1-10.9-2.9L365.4%20147l47.3-78.9c2.2-3.8.9-8.8-2.9-11l-17.7-8c-3.9-2.3-8.8-.9-11%203l-57.6%20108.3%2028.6%2028.8%2091.8-46.8c3.9-2.2%205.3-7.2%203-11.2z%22%20fill%3D%22currentColor%22%2F%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%20512%20512%22%3E%3Cpath%20d%3D%22M359.1%20231.9h-.1c-.1-.1-.3-.4-.4-.6l-78.9-79.6c-5.8-6-14.2-10.2-23.6-10.2-11.8%200-22.2%206.2-27.7%2016.3%200%200-3.4%205.1-12.6%2019.8-1.6%202.6-1.6%206%20.1%208.6l26.8%2041.2c2.9%203.8%203.3%208%201.4%209.9l-.1.1c-2.3%202.3-5.9%201.5-9.8-1.4l-32.3-20.5c-3.8-2.4-8.7-1.2-11.1%202.5-21.9%2035.1-46.8%2074.7-71.2%20114-1.6%202.5-1.6%205.7-.1%208.3l14.1%2024.1c2.9%203.8%203.3%208%201.4%209.9l-.1.1c-2.3%202.3-5.9%201.5-9.8-1.4l-16.6-8.4c-3.7-1.9-8.2-.6-10.4%202.9-17.7%2028.3-28%2044.7-29.1%2046.5-3%205.1-5%2011.2-5%2017.8%200%2017.8%2014.2%2032.2%2031.9%2032.2%207.8%200%2014.4-3.4%2020.6-7.6L221%20378.8c3.4-2.5%204.2-7.2%202-10.7L202.5%20336c-2.9-3.8-3.3-8-1.4-9.9l.1-.1c2.3-2.3%205.9-1.5%209.8%201.4l37.4%2025.6c2.8%201.9%206.5%201.9%209.3-.2%2053-39.1%2097.5-72.2%2097.5-72.2%207.9-6%2013-15.4%2013-26%200-8.7-3.1-16.8-9.1-22.7z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M446.9%20131.2l-11.2-17.9c-2.2-3.8-7.1-5.1-10.9-2.9L365.4%20147l47.3-78.9c2.2-3.8.9-8.8-2.9-11l-17.7-8c-3.9-2.3-8.8-.9-11%203l-57.6%20108.3%2028.6%2028.8%2091.8-46.8c3.9-2.2%205.3-7.2%203-11.2z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/ios-nutrition.svg?color=%231a73e8&size=48