nutritionix icon

nutritionix from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.

Name
nutritionix
Set
Line Awesome
Style
Line
Category
Other
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More other icons from Line Awesome

Use the nutritionix icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M10 2c0 7 5.57 6.426 5.57 6.426c-.122-4.426-3.669-5.621-4.119-5.754c3.925.307 4.979 5.336 4.979 5.336c2.259-3.17 4.394-2.617 4.394-2.617c-2.76.102-3.537 3.035-3.537 3.035C21.048 9.386 22 5.422 22 5.422c-4.547-1.616-5.52 2.176-5.52 2.176C17 2 10 2 10 2m6 7c-3.464 0-6.477.983-8.807 2.697C5.965 13.75 5 16.312 5 19s.536 5.279 1.754 7.332C9.084 28.047 12.536 29 16 29s6.916-.953 9.246-2.668C26.464 24.279 27 21.688 27 19s-.965-5.25-2.193-7.303C22.477 9.973 19.464 9 16 9m0 1.3c3.004 0 5.912.678 8.1 1.804c.483 1.073.621 1.887.9 3.142a50.6 50.6 0 0 0-9-.826a50.6 50.6 0 0 0-9 .826c.279-1.244.407-2.048.9-3.142c2.188-1.126 5.096-1.803 8.1-1.803zM10.443 16a1.44 1.44 0 1 1 0 2.877a1.438 1.438 0 1 1 0-2.877m3.702.002c.805 0 1.443.636 1.443 1.441a1.43 1.43 0 0 1-1.443 1.434a1.43 1.43 0 0 1-1.434-1.434a1.43 1.43 0 0 1 1.434-1.441m3.71 0a1.43 1.43 0 0 1 1.434 1.441a1.43 1.43 0 0 1-1.434 1.434a1.43 1.43 0 0 1-1.443-1.434c0-.805.638-1.441 1.443-1.441m3.702 0a1.438 1.438 0 1 1 0 2.875a1.438 1.438 0 1 1 0-2.875m-11.114 3.572a1.44 1.44 0 1 1 0 2.877a1.438 1.438 0 1 1 0-2.877m3.702 0c.805 0 1.443.639 1.443 1.444a1.43 1.43 0 0 1-1.443 1.433a1.43 1.43 0 0 1-1.434-1.433c0-.805.639-1.444 1.434-1.444m3.71 0c.795 0 1.434.639 1.434 1.444a1.43 1.43 0 0 1-1.434 1.433a1.43 1.43 0 0 1-1.443-1.433c0-.805.638-1.444 1.443-1.444m3.702 0a1.44 1.44 0 1 1 0 2.877a1.438 1.438 0 1 1 0-2.877m-11.114 3.549a1.44 1.44 0 1 1 0 2.877a1.438 1.438 0 1 1 0-2.877m3.702 0c.805 0 1.443.638 1.443 1.443A1.43 1.43 0 0 1 14.145 26a1.43 1.43 0 0 1-1.434-1.434c0-.805.639-1.443 1.434-1.443m3.71 0c.795 0 1.434.638 1.434 1.443A1.43 1.43 0 0 1 17.855 26a1.43 1.43 0 0 1-1.443-1.434c0-.805.638-1.443 1.443-1.443m3.702 0a1.44 1.44 0 1 1 0 2.877a1.438 1.438 0 1 1 0-2.877"/></svg>

React

import type { SVGProps } from "react";

export function LaNutritionix(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M10 2c0 7 5.57 6.426 5.57 6.426c-.122-4.426-3.669-5.621-4.119-5.754c3.925.307 4.979 5.336 4.979 5.336c2.259-3.17 4.394-2.617 4.394-2.617c-2.76.102-3.537 3.035-3.537 3.035C21.048 9.386 22 5.422 22 5.422c-4.547-1.616-5.52 2.176-5.52 2.176C17 2 10 2 10 2m6 7c-3.464 0-6.477.983-8.807 2.697C5.965 13.75 5 16.312 5 19s.536 5.279 1.754 7.332C9.084 28.047 12.536 29 16 29s6.916-.953 9.246-2.668C26.464 24.279 27 21.688 27 19s-.965-5.25-2.193-7.303C22.477 9.973 19.464 9 16 9m0 1.3c3.004 0 5.912.678 8.1 1.804c.483 1.073.621 1.887.9 3.142a50.6 50.6 0 0 0-9-.826a50.6 50.6 0 0 0-9 .826c.279-1.244.407-2.048.9-3.142c2.188-1.126 5.096-1.803 8.1-1.803zM10.443 16a1.44 1.44 0 1 1 0 2.877a1.438 1.438 0 1 1 0-2.877m3.702.002c.805 0 1.443.636 1.443 1.441a1.43 1.43 0 0 1-1.443 1.434a1.43 1.43 0 0 1-1.434-1.434a1.43 1.43 0 0 1 1.434-1.441m3.71 0a1.43 1.43 0 0 1 1.434 1.441a1.43 1.43 0 0 1-1.434 1.434a1.43 1.43 0 0 1-1.443-1.434c0-.805.638-1.441 1.443-1.441m3.702 0a1.438 1.438 0 1 1 0 2.875a1.438 1.438 0 1 1 0-2.875m-11.114 3.572a1.44 1.44 0 1 1 0 2.877a1.438 1.438 0 1 1 0-2.877m3.702 0c.805 0 1.443.639 1.443 1.444a1.43 1.43 0 0 1-1.443 1.433a1.43 1.43 0 0 1-1.434-1.433c0-.805.639-1.444 1.434-1.444m3.71 0c.795 0 1.434.639 1.434 1.444a1.43 1.43 0 0 1-1.434 1.433a1.43 1.43 0 0 1-1.443-1.433c0-.805.638-1.444 1.443-1.444m3.702 0a1.44 1.44 0 1 1 0 2.877a1.438 1.438 0 1 1 0-2.877m-11.114 3.549a1.44 1.44 0 1 1 0 2.877a1.438 1.438 0 1 1 0-2.877m3.702 0c.805 0 1.443.638 1.443 1.443A1.43 1.43 0 0 1 14.145 26a1.43 1.43 0 0 1-1.434-1.434c0-.805.639-1.443 1.434-1.443m3.71 0c.795 0 1.434.638 1.434 1.443A1.43 1.43 0 0 1 17.855 26a1.43 1.43 0 0 1-1.443-1.434c0-.805.638-1.443 1.443-1.443m3.702 0a1.44 1.44 0 1 1 0 2.877a1.438 1.438 0 1 1 0-2.877"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M10 2c0 7 5.57 6.426 5.57 6.426c-.122-4.426-3.669-5.621-4.119-5.754c3.925.307 4.979 5.336 4.979 5.336c2.259-3.17 4.394-2.617 4.394-2.617c-2.76.102-3.537 3.035-3.537 3.035C21.048 9.386 22 5.422 22 5.422c-4.547-1.616-5.52 2.176-5.52 2.176C17 2 10 2 10 2m6 7c-3.464 0-6.477.983-8.807 2.697C5.965 13.75 5 16.312 5 19s.536 5.279 1.754 7.332C9.084 28.047 12.536 29 16 29s6.916-.953 9.246-2.668C26.464 24.279 27 21.688 27 19s-.965-5.25-2.193-7.303C22.477 9.973 19.464 9 16 9m0 1.3c3.004 0 5.912.678 8.1 1.804c.483 1.073.621 1.887.9 3.142a50.6 50.6 0 0 0-9-.826a50.6 50.6 0 0 0-9 .826c.279-1.244.407-2.048.9-3.142c2.188-1.126 5.096-1.803 8.1-1.803zM10.443 16a1.44 1.44 0 1 1 0 2.877a1.438 1.438 0 1 1 0-2.877m3.702.002c.805 0 1.443.636 1.443 1.441a1.43 1.43 0 0 1-1.443 1.434a1.43 1.43 0 0 1-1.434-1.434a1.43 1.43 0 0 1 1.434-1.441m3.71 0a1.43 1.43 0 0 1 1.434 1.441a1.43 1.43 0 0 1-1.434 1.434a1.43 1.43 0 0 1-1.443-1.434c0-.805.638-1.441 1.443-1.441m3.702 0a1.438 1.438 0 1 1 0 2.875a1.438 1.438 0 1 1 0-2.875m-11.114 3.572a1.44 1.44 0 1 1 0 2.877a1.438 1.438 0 1 1 0-2.877m3.702 0c.805 0 1.443.639 1.443 1.444a1.43 1.43 0 0 1-1.443 1.433a1.43 1.43 0 0 1-1.434-1.433c0-.805.639-1.444 1.434-1.444m3.71 0c.795 0 1.434.639 1.434 1.444a1.43 1.43 0 0 1-1.434 1.433a1.43 1.43 0 0 1-1.443-1.433c0-.805.638-1.444 1.443-1.444m3.702 0a1.44 1.44 0 1 1 0 2.877a1.438 1.438 0 1 1 0-2.877m-11.114 3.549a1.44 1.44 0 1 1 0 2.877a1.438 1.438 0 1 1 0-2.877m3.702 0c.805 0 1.443.638 1.443 1.443A1.43 1.43 0 0 1 14.145 26a1.43 1.43 0 0 1-1.434-1.434c0-.805.639-1.443 1.434-1.443m3.71 0c.795 0 1.434.638 1.434 1.443A1.43 1.43 0 0 1 17.855 26a1.43 1.43 0 0 1-1.443-1.434c0-.805.638-1.443 1.443-1.443m3.702 0a1.44 1.44 0 1 1 0 2.877a1.438 1.438 0 1 1 0-2.877"/></svg>
</template>

CSS

.icon-nutritionix {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%202c0%207%205.57%206.426%205.57%206.426c-.122-4.426-3.669-5.621-4.119-5.754c3.925.307%204.979%205.336%204.979%205.336c2.259-3.17%204.394-2.617%204.394-2.617c-2.76.102-3.537%203.035-3.537%203.035C21.048%209.386%2022%205.422%2022%205.422c-4.547-1.616-5.52%202.176-5.52%202.176C17%202%2010%202%2010%202m6%207c-3.464%200-6.477.983-8.807%202.697C5.965%2013.75%205%2016.312%205%2019s.536%205.279%201.754%207.332C9.084%2028.047%2012.536%2029%2016%2029s6.916-.953%209.246-2.668C26.464%2024.279%2027%2021.688%2027%2019s-.965-5.25-2.193-7.303C22.477%209.973%2019.464%209%2016%209m0%201.3c3.004%200%205.912.678%208.1%201.804c.483%201.073.621%201.887.9%203.142a50.6%2050.6%200%200%200-9-.826a50.6%2050.6%200%200%200-9%20.826c.279-1.244.407-2.048.9-3.142c2.188-1.126%205.096-1.803%208.1-1.803zM10.443%2016a1.44%201.44%200%201%201%200%202.877a1.438%201.438%200%201%201%200-2.877m3.702.002c.805%200%201.443.636%201.443%201.441a1.43%201.43%200%200%201-1.443%201.434a1.43%201.43%200%200%201-1.434-1.434a1.43%201.43%200%200%201%201.434-1.441m3.71%200a1.43%201.43%200%200%201%201.434%201.441a1.43%201.43%200%200%201-1.434%201.434a1.43%201.43%200%200%201-1.443-1.434c0-.805.638-1.441%201.443-1.441m3.702%200a1.438%201.438%200%201%201%200%202.875a1.438%201.438%200%201%201%200-2.875m-11.114%203.572a1.44%201.44%200%201%201%200%202.877a1.438%201.438%200%201%201%200-2.877m3.702%200c.805%200%201.443.639%201.443%201.444a1.43%201.43%200%200%201-1.443%201.433a1.43%201.43%200%200%201-1.434-1.433c0-.805.639-1.444%201.434-1.444m3.71%200c.795%200%201.434.639%201.434%201.444a1.43%201.43%200%200%201-1.434%201.433a1.43%201.43%200%200%201-1.443-1.433c0-.805.638-1.444%201.443-1.444m3.702%200a1.44%201.44%200%201%201%200%202.877a1.438%201.438%200%201%201%200-2.877m-11.114%203.549a1.44%201.44%200%201%201%200%202.877a1.438%201.438%200%201%201%200-2.877m3.702%200c.805%200%201.443.638%201.443%201.443A1.43%201.43%200%200%201%2014.145%2026a1.43%201.43%200%200%201-1.434-1.434c0-.805.639-1.443%201.434-1.443m3.71%200c.795%200%201.434.638%201.434%201.443A1.43%201.43%200%200%201%2017.855%2026a1.43%201.43%200%200%201-1.443-1.434c0-.805.638-1.443%201.443-1.443m3.702%200a1.44%201.44%200%201%201%200%202.877a1.438%201.438%200%201%201%200-2.877%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%202c0%207%205.57%206.426%205.57%206.426c-.122-4.426-3.669-5.621-4.119-5.754c3.925.307%204.979%205.336%204.979%205.336c2.259-3.17%204.394-2.617%204.394-2.617c-2.76.102-3.537%203.035-3.537%203.035C21.048%209.386%2022%205.422%2022%205.422c-4.547-1.616-5.52%202.176-5.52%202.176C17%202%2010%202%2010%202m6%207c-3.464%200-6.477.983-8.807%202.697C5.965%2013.75%205%2016.312%205%2019s.536%205.279%201.754%207.332C9.084%2028.047%2012.536%2029%2016%2029s6.916-.953%209.246-2.668C26.464%2024.279%2027%2021.688%2027%2019s-.965-5.25-2.193-7.303C22.477%209.973%2019.464%209%2016%209m0%201.3c3.004%200%205.912.678%208.1%201.804c.483%201.073.621%201.887.9%203.142a50.6%2050.6%200%200%200-9-.826a50.6%2050.6%200%200%200-9%20.826c.279-1.244.407-2.048.9-3.142c2.188-1.126%205.096-1.803%208.1-1.803zM10.443%2016a1.44%201.44%200%201%201%200%202.877a1.438%201.438%200%201%201%200-2.877m3.702.002c.805%200%201.443.636%201.443%201.441a1.43%201.43%200%200%201-1.443%201.434a1.43%201.43%200%200%201-1.434-1.434a1.43%201.43%200%200%201%201.434-1.441m3.71%200a1.43%201.43%200%200%201%201.434%201.441a1.43%201.43%200%200%201-1.434%201.434a1.43%201.43%200%200%201-1.443-1.434c0-.805.638-1.441%201.443-1.441m3.702%200a1.438%201.438%200%201%201%200%202.875a1.438%201.438%200%201%201%200-2.875m-11.114%203.572a1.44%201.44%200%201%201%200%202.877a1.438%201.438%200%201%201%200-2.877m3.702%200c.805%200%201.443.639%201.443%201.444a1.43%201.43%200%200%201-1.443%201.433a1.43%201.43%200%200%201-1.434-1.433c0-.805.639-1.444%201.434-1.444m3.71%200c.795%200%201.434.639%201.434%201.444a1.43%201.43%200%200%201-1.434%201.433a1.43%201.43%200%200%201-1.443-1.433c0-.805.638-1.444%201.443-1.444m3.702%200a1.44%201.44%200%201%201%200%202.877a1.438%201.438%200%201%201%200-2.877m-11.114%203.549a1.44%201.44%200%201%201%200%202.877a1.438%201.438%200%201%201%200-2.877m3.702%200c.805%200%201.443.638%201.443%201.443A1.43%201.43%200%200%201%2014.145%2026a1.43%201.43%200%200%201-1.434-1.434c0-.805.639-1.443%201.434-1.443m3.71%200c.795%200%201.434.638%201.434%201.443A1.43%201.43%200%200%201%2017.855%2026a1.43%201.43%200%200%201-1.443-1.434c0-.805.638-1.443%201.443-1.443m3.702%200a1.44%201.44%200%201%201%200%202.877a1.438%201.438%200%201%201%200-2.877%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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