nutrition from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.

Name
nutrition
Set
Material Symbols
Style
Regular
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
nutrition-rounded

3 other variants in Material Symbols

The same icon in other sets

More social icons from Material Symbols

Use the nutrition icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.038 18.963Q5 16.925 5 14q0-2.35 1.388-4.212t3.637-2.513q-.825-.2-1.437-.712T7.6 5.325T7.075 3.75t-.05-1.725q1.025-.125 1.95.125t1.675.8t1.238 1.325t.587 1.75q.325-.775.788-1.463T14.3 3.3q.275-.275.7-.275t.7.275t.275.7t-.275.7q-.55.55-.975 1.213T14.1 7.325q2.2.7 3.55 2.538T19 14q0 2.925-2.037 4.963T12 21t-4.962-2.037"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsNutrition(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.038 18.963Q5 16.925 5 14q0-2.35 1.388-4.212t3.637-2.513q-.825-.2-1.437-.712T7.6 5.325T7.075 3.75t-.05-1.725q1.025-.125 1.95.125t1.675.8t1.238 1.325t.587 1.75q.325-.775.788-1.463T14.3 3.3q.275-.275.7-.275t.7.275t.275.7t-.275.7q-.55.55-.975 1.213T14.1 7.325q2.2.7 3.55 2.538T19 14q0 2.925-2.037 4.963T12 21t-4.962-2.037"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.038 18.963Q5 16.925 5 14q0-2.35 1.388-4.212t3.637-2.513q-.825-.2-1.437-.712T7.6 5.325T7.075 3.75t-.05-1.725q1.025-.125 1.95.125t1.675.8t1.238 1.325t.587 1.75q.325-.775.788-1.463T14.3 3.3q.275-.275.7-.275t.7.275t.275.7t-.275.7q-.55.55-.975 1.213T14.1 7.325q2.2.7 3.55 2.538T19 14q0 2.925-2.037 4.963T12 21t-4.962-2.037"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.038%2018.963Q5%2016.925%205%2014q0-2.35%201.388-4.212t3.637-2.513q-.825-.2-1.437-.712T7.6%205.325T7.075%203.75t-.05-1.725q1.025-.125%201.95.125t1.675.8t1.238%201.325t.587%201.75q.325-.775.788-1.463T14.3%203.3q.275-.275.7-.275t.7.275t.275.7t-.275.7q-.55.55-.975%201.213T14.1%207.325q2.2.7%203.55%202.538T19%2014q0%202.925-2.037%204.963T12%2021t-4.962-2.037%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.038%2018.963Q5%2016.925%205%2014q0-2.35%201.388-4.212t3.637-2.513q-.825-.2-1.437-.712T7.6%205.325T7.075%203.75t-.05-1.725q1.025-.125%201.95.125t1.675.8t1.238%201.325t.587%201.75q.325-.775.788-1.463T14.3%203.3q.275-.275.7-.275t.7.275t.275.7t-.275.7q-.55.55-.975%201.213T14.1%207.325q2.2.7%203.55%202.538T19%2014q0%202.925-2.037%204.963T12%2021t-4.962-2.037%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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