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

Name
nutrition-sharp
Set
Material Symbols
Style
Sharp
Category
Social
Viewbox
24×24
License
Apache 2.0

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.863-1.537T15 2.6L16.4 4q-1.075 1.075-1.588 1.825t-.712 1.5q2.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 MaterialSymbolsNutritionSharp(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.863-1.537T15 2.6L16.4 4q-1.075 1.075-1.588 1.825t-.712 1.5q2.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.863-1.537T15 2.6L16.4 4q-1.075 1.075-1.588 1.825t-.712 1.5q2.2.7 3.55 2.538T19 14q0 2.925-2.037 4.963T12 21t-4.962-2.037"/></svg>
</template>

CSS

.icon-nutrition-sharp {
  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.863-1.537T15%202.6L16.4%204q-1.075%201.075-1.588%201.825t-.712%201.5q2.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.863-1.537T15%202.6L16.4%204q-1.075%201.075-1.588%201.825t-.712%201.5q2.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-sharp.svg?color=%231a73e8&size=48