nutrition icon
nutrition-outline from Material Symbols Light by Google · Outline · Social · Apache-2.0 Free for personal and commercial use.
- Name
- nutrition-outline
- Set
- Material Symbols Light
- Style
- Outline
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- nutrition-outline-rounded
3 other variants in Material Symbols Light
The same icon in other sets
More social icons from Material Symbols Light
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.749 18.251Q6 16.502 6 14q0-2.061 1.243-3.674t3.243-2.128q-.5-.106-.984-.324q-.485-.218-.84-.574q-.672-.671-.87-1.587q-.2-.917-.17-1.861q.905-.029 1.792.16t1.559.823q.575.517.818 1.232q.243.716.3 1.497q.305-.737.739-1.396q.433-.658 1.008-1.233q.14-.14.354-.14t.354.14t.14.354t-.14.353q-.53.531-.937 1.145q-.405.615-.663 1.307q2.2.335 3.627 2.009T18 14q0 2.502-1.749 4.251T12 20t-4.251-1.749m7.789-.713Q17 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 MaterialSymbolsLightNutritionOutline(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.749 18.251Q6 16.502 6 14q0-2.061 1.243-3.674t3.243-2.128q-.5-.106-.984-.324q-.485-.218-.84-.574q-.672-.671-.87-1.587q-.2-.917-.17-1.861q.905-.029 1.792.16t1.559.823q.575.517.818 1.232q.243.716.3 1.497q.305-.737.739-1.396q.433-.658 1.008-1.233q.14-.14.354-.14t.354.14t.14.354t-.14.353q-.53.531-.937 1.145q-.405.615-.663 1.307q2.2.335 3.627 2.009T18 14q0 2.502-1.749 4.251T12 20t-4.251-1.749m7.789-.713Q17 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.749 18.251Q6 16.502 6 14q0-2.061 1.243-3.674t3.243-2.128q-.5-.106-.984-.324q-.485-.218-.84-.574q-.672-.671-.87-1.587q-.2-.917-.17-1.861q.905-.029 1.792.16t1.559.823q.575.517.818 1.232q.243.716.3 1.497q.305-.737.739-1.396q.433-.658 1.008-1.233q.14-.14.354-.14t.354.14t.14.354t-.14.353q-.53.531-.937 1.145q-.405.615-.663 1.307q2.2.335 3.627 2.009T18 14q0 2.502-1.749 4.251T12 20t-4.251-1.749m7.789-.713Q17 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.749%2018.251Q6%2016.502%206%2014q0-2.061%201.243-3.674t3.243-2.128q-.5-.106-.984-.324q-.485-.218-.84-.574q-.672-.671-.87-1.587q-.2-.917-.17-1.861q.905-.029%201.792.16t1.559.823q.575.517.818%201.232q.243.716.3%201.497q.305-.737.739-1.396q.433-.658%201.008-1.233q.14-.14.354-.14t.354.14t.14.354t-.14.353q-.53.531-.937%201.145q-.405.615-.663%201.307q2.2.335%203.627%202.009T18%2014q0%202.502-1.749%204.251T12%2020t-4.251-1.749m7.789-.713Q17%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.749%2018.251Q6%2016.502%206%2014q0-2.061%201.243-3.674t3.243-2.128q-.5-.106-.984-.324q-.485-.218-.84-.574q-.672-.671-.87-1.587q-.2-.917-.17-1.861q.905-.029%201.792.16t1.559.823q.575.517.818%201.232q.243.716.3%201.497q.305-.737.739-1.396q.433-.658%201.008-1.233q.14-.14.354-.14t.354.14t.14.354t-.14.353q-.53.531-.937%201.145q-.405.615-.663%201.307q2.2.335%203.627%202.009T18%2014q0%202.502-1.749%204.251T12%2020t-4.251-1.749m7.789-.713Q17%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-light/nutrition-outline.svg?color=%231a73e8&size=48