nutrition icon
nutrition-outline from Material Symbols by Google · Outline · Social · Apache-2.0 Free for personal and commercial use.
- Name
- nutrition-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- nutrition-outline-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-.5-.125-.975-.363T8.2 6.3q-.825-.825-1.062-1.962t-.113-2.313Q8.2 1.9 9.338 2.138T11.3 3.2q.575.575.838 1.3t.337 1.525q.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.037m8.5-1.426Q17 16.075 17 14t-1.463-3.537T12 9t-3.537 1.463T7 14t1.463 3.538T12 19t3.538-1.463M12 14"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsNutritionOutline(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-.5-.125-.975-.363T8.2 6.3q-.825-.825-1.062-1.962t-.113-2.313Q8.2 1.9 9.338 2.138T11.3 3.2q.575.575.838 1.3t.337 1.525q.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.037m8.5-1.426Q17 16.075 17 14t-1.463-3.537T12 9t-3.537 1.463T7 14t1.463 3.538T12 19t3.538-1.463M12 14"/></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-.5-.125-.975-.363T8.2 6.3q-.825-.825-1.062-1.962t-.113-2.313Q8.2 1.9 9.338 2.138T11.3 3.2q.575.575.838 1.3t.337 1.525q.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.037m8.5-1.426Q17 16.075 17 14t-1.463-3.537T12 9t-3.537 1.463T7 14t1.463 3.538T12 19t3.538-1.463M12 14"/></svg> </template>
CSS
.icon-nutrition-outline {
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-.5-.125-.975-.363T8.2%206.3q-.825-.825-1.062-1.962t-.113-2.313Q8.2%201.9%209.338%202.138T11.3%203.2q.575.575.838%201.3t.337%201.525q.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.037m8.5-1.426Q17%2016.075%2017%2014t-1.463-3.537T12%209t-3.537%201.463T7%2014t1.463%203.538T12%2019t3.538-1.463M12%2014%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-.5-.125-.975-.363T8.2%206.3q-.825-.825-1.062-1.962t-.113-2.313Q8.2%201.9%209.338%202.138T11.3%203.2q.575.575.838%201.3t.337%201.525q.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.037m8.5-1.426Q17%2016.075%2017%2014t-1.463-3.537T12%209t-3.537%201.463T7%2014t1.463%203.538T12%2019t3.538-1.463M12%2014%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/nutrition-outline.svg?color=%231a73e8&size=48