ios nutrition icon
ios-nutrition-outline from IonIcons by Ben Sperry · Outline · MIT Free for personal and commercial use.
- Name
- ios-nutrition-outline
- Set
- IonIcons
- Style
- Outline
- Viewbox
- 512×512
- License
- MIT
1 other variant in IonIcons
Related icons in IonIcons
ios-addios-add-circleios-airplaneios-alarmios-albumsios-alertios-american-footballios-americanfootballios-analyticsios-apertureios-appsios-appstoreios-archiveios-arrow-backios-arrow-downios-arrow-dropdownios-arrow-dropdown-circleios-arrow-dropleftios-arrow-dropleft-circleios-arrow-droprightios-arrow-dropright-circleios-arrow-dropupios-arrow-dropup-circleios-arrow-forward
Use the ios nutrition icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M358 233.855l.413-.039c-.137-.137-.046-.101-.185-.237L279.798 155h-.004c-5.833-6-14.193-10.154-23.485-10.154-11.811 0-22.115 6.154-27.635 16.154h-.007s-7.09 10.994-18.27 28.874l32.531 39.637c2.939 3.769 3.296 7.801 1.411 9.689l-.114.071c-.909.909-2.021 1.33-3.274 1.33-1.908 0-4.142-.99-6.485-2.768l-35.872-29.418c-23.546 37.655-56.677 90.634-83.45 133.451l19.072 23.337c2.939 3.77 3.296 7.884 1.41 9.772l-.114.114c-.911.913-2.028 1.342-3.287 1.342-1.905 0-4.136-.981-6.472-2.755l-21.067-16.533C84.734 389.051 70 412.464 68 414.366v.003c-3 5.062-4.085 11.132-4.085 17.664C63.915 449.688 78.572 464 96.2 464c7.821 0 14.57-3.395 20.799-7.5l114.651-84.109-28.838-35.358c-2.94-3.769-3.268-7.887-1.382-9.775l.128-.114c.912-.912 2.034-1.341 3.294-1.341 1.905 0 4.14.981 6.476 2.755l37.864 31.59A20509.475 20509.475 0 0 1 355.082 283h.005c7.839-6 12.473-15.711 12.473-26.238 0-8.704-3.56-17.14-9.56-22.904v-.003zm-12.469 35.979a31571.957 31571.957 0 0 0-95.764 69.899l-28.272-23.483-.26-.223-.274-.211c-5.245-3.981-10.663-5.998-16.108-5.998-5.465 0-10.592 2.097-14.458 5.909l-.064.062-.083.082-.083.083c-7.808 7.821-7.761 20.823.111 30.917l.11.143.113.138 18.223 22.312-100.656 73.896c-5.066 3.304-8.427 4.657-11.542 4.657-8.822 0-16-7.171-16-15.983 0-3.086.694-6.045 2.017-8.623 2.391-3.161 6.6-9.876 18.655-29.351 2.543-4.108 5.252-8.487 8.134-13.129l6.39 5.176.195.156.2.152c5.245 3.981 10.665 6 16.111 6 5.517 0 10.692-2.139 14.571-6.023l.114-.113c7.806-7.817 7.756-20.82-.118-30.916l-.113-.144-.115-.142-11.814-14.455 43.693-69.872 24.059-38.474 21.855 17.922.231.19.24.181c5.254 3.988 10.678 6.01 16.123 6.01 4.954 0 9.631-1.725 13.339-4.89l.461-.337.871-.874c7.79-7.803 7.74-20.778-.118-30.854l-.12-.153-.124-.15-25.239-30.539c2.957-4.703 5.457-8.491 7.405-11.488l5.209-8.494c2.777-5.025 7.761-8.157 13.673-8.157 4.367 0 8.76 2.042 12.057 5.43l4.701 4.928h.122L342 240.286v.376l5.186 4.716c2.793 2.69 4.539 6.782 4.539 11.227 0 5.196-2.258 10.123-6.194 13.229z" fill="currentColor"/><path d="M439.994 115.175l-4.778 2.763-91.638 52.992 63.735-110.572 2.517-4.366L396.011 48l-2.488 4.313-70.775 122.785 16.67 16.696 103.962-60.12 4.594-2.656z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonIosNutritionOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M358 233.855l.413-.039c-.137-.137-.046-.101-.185-.237L279.798 155h-.004c-5.833-6-14.193-10.154-23.485-10.154-11.811 0-22.115 6.154-27.635 16.154h-.007s-7.09 10.994-18.27 28.874l32.531 39.637c2.939 3.769 3.296 7.801 1.411 9.689l-.114.071c-.909.909-2.021 1.33-3.274 1.33-1.908 0-4.142-.99-6.485-2.768l-35.872-29.418c-23.546 37.655-56.677 90.634-83.45 133.451l19.072 23.337c2.939 3.77 3.296 7.884 1.41 9.772l-.114.114c-.911.913-2.028 1.342-3.287 1.342-1.905 0-4.136-.981-6.472-2.755l-21.067-16.533C84.734 389.051 70 412.464 68 414.366v.003c-3 5.062-4.085 11.132-4.085 17.664C63.915 449.688 78.572 464 96.2 464c7.821 0 14.57-3.395 20.799-7.5l114.651-84.109-28.838-35.358c-2.94-3.769-3.268-7.887-1.382-9.775l.128-.114c.912-.912 2.034-1.341 3.294-1.341 1.905 0 4.14.981 6.476 2.755l37.864 31.59A20509.475 20509.475 0 0 1 355.082 283h.005c7.839-6 12.473-15.711 12.473-26.238 0-8.704-3.56-17.14-9.56-22.904v-.003zm-12.469 35.979a31571.957 31571.957 0 0 0-95.764 69.899l-28.272-23.483-.26-.223-.274-.211c-5.245-3.981-10.663-5.998-16.108-5.998-5.465 0-10.592 2.097-14.458 5.909l-.064.062-.083.082-.083.083c-7.808 7.821-7.761 20.823.111 30.917l.11.143.113.138 18.223 22.312-100.656 73.896c-5.066 3.304-8.427 4.657-11.542 4.657-8.822 0-16-7.171-16-15.983 0-3.086.694-6.045 2.017-8.623 2.391-3.161 6.6-9.876 18.655-29.351 2.543-4.108 5.252-8.487 8.134-13.129l6.39 5.176.195.156.2.152c5.245 3.981 10.665 6 16.111 6 5.517 0 10.692-2.139 14.571-6.023l.114-.113c7.806-7.817 7.756-20.82-.118-30.916l-.113-.144-.115-.142-11.814-14.455 43.693-69.872 24.059-38.474 21.855 17.922.231.19.24.181c5.254 3.988 10.678 6.01 16.123 6.01 4.954 0 9.631-1.725 13.339-4.89l.461-.337.871-.874c7.79-7.803 7.74-20.778-.118-30.854l-.12-.153-.124-.15-25.239-30.539c2.957-4.703 5.457-8.491 7.405-11.488l5.209-8.494c2.777-5.025 7.761-8.157 13.673-8.157 4.367 0 8.76 2.042 12.057 5.43l4.701 4.928h.122L342 240.286v.376l5.186 4.716c2.793 2.69 4.539 6.782 4.539 11.227 0 5.196-2.258 10.123-6.194 13.229z" fill="currentColor"/><path d="M439.994 115.175l-4.778 2.763-91.638 52.992 63.735-110.572 2.517-4.366L396.011 48l-2.488 4.313-70.775 122.785 16.67 16.696 103.962-60.12 4.594-2.656z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M358 233.855l.413-.039c-.137-.137-.046-.101-.185-.237L279.798 155h-.004c-5.833-6-14.193-10.154-23.485-10.154-11.811 0-22.115 6.154-27.635 16.154h-.007s-7.09 10.994-18.27 28.874l32.531 39.637c2.939 3.769 3.296 7.801 1.411 9.689l-.114.071c-.909.909-2.021 1.33-3.274 1.33-1.908 0-4.142-.99-6.485-2.768l-35.872-29.418c-23.546 37.655-56.677 90.634-83.45 133.451l19.072 23.337c2.939 3.77 3.296 7.884 1.41 9.772l-.114.114c-.911.913-2.028 1.342-3.287 1.342-1.905 0-4.136-.981-6.472-2.755l-21.067-16.533C84.734 389.051 70 412.464 68 414.366v.003c-3 5.062-4.085 11.132-4.085 17.664C63.915 449.688 78.572 464 96.2 464c7.821 0 14.57-3.395 20.799-7.5l114.651-84.109-28.838-35.358c-2.94-3.769-3.268-7.887-1.382-9.775l.128-.114c.912-.912 2.034-1.341 3.294-1.341 1.905 0 4.14.981 6.476 2.755l37.864 31.59A20509.475 20509.475 0 0 1 355.082 283h.005c7.839-6 12.473-15.711 12.473-26.238 0-8.704-3.56-17.14-9.56-22.904v-.003zm-12.469 35.979a31571.957 31571.957 0 0 0-95.764 69.899l-28.272-23.483-.26-.223-.274-.211c-5.245-3.981-10.663-5.998-16.108-5.998-5.465 0-10.592 2.097-14.458 5.909l-.064.062-.083.082-.083.083c-7.808 7.821-7.761 20.823.111 30.917l.11.143.113.138 18.223 22.312-100.656 73.896c-5.066 3.304-8.427 4.657-11.542 4.657-8.822 0-16-7.171-16-15.983 0-3.086.694-6.045 2.017-8.623 2.391-3.161 6.6-9.876 18.655-29.351 2.543-4.108 5.252-8.487 8.134-13.129l6.39 5.176.195.156.2.152c5.245 3.981 10.665 6 16.111 6 5.517 0 10.692-2.139 14.571-6.023l.114-.113c7.806-7.817 7.756-20.82-.118-30.916l-.113-.144-.115-.142-11.814-14.455 43.693-69.872 24.059-38.474 21.855 17.922.231.19.24.181c5.254 3.988 10.678 6.01 16.123 6.01 4.954 0 9.631-1.725 13.339-4.89l.461-.337.871-.874c7.79-7.803 7.74-20.778-.118-30.854l-.12-.153-.124-.15-25.239-30.539c2.957-4.703 5.457-8.491 7.405-11.488l5.209-8.494c2.777-5.025 7.761-8.157 13.673-8.157 4.367 0 8.76 2.042 12.057 5.43l4.701 4.928h.122L342 240.286v.376l5.186 4.716c2.793 2.69 4.539 6.782 4.539 11.227 0 5.196-2.258 10.123-6.194 13.229z" fill="currentColor"/><path d="M439.994 115.175l-4.778 2.763-91.638 52.992 63.735-110.572 2.517-4.366L396.011 48l-2.488 4.313-70.775 122.785 16.67 16.696 103.962-60.12 4.594-2.656z" fill="currentColor"/></svg> </template>
CSS
.icon-ios-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%20512%20512%22%3E%3Cpath%20d%3D%22M358%20233.855l.413-.039c-.137-.137-.046-.101-.185-.237L279.798%20155h-.004c-5.833-6-14.193-10.154-23.485-10.154-11.811%200-22.115%206.154-27.635%2016.154h-.007s-7.09%2010.994-18.27%2028.874l32.531%2039.637c2.939%203.769%203.296%207.801%201.411%209.689l-.114.071c-.909.909-2.021%201.33-3.274%201.33-1.908%200-4.142-.99-6.485-2.768l-35.872-29.418c-23.546%2037.655-56.677%2090.634-83.45%20133.451l19.072%2023.337c2.939%203.77%203.296%207.884%201.41%209.772l-.114.114c-.911.913-2.028%201.342-3.287%201.342-1.905%200-4.136-.981-6.472-2.755l-21.067-16.533C84.734%20389.051%2070%20412.464%2068%20414.366v.003c-3%205.062-4.085%2011.132-4.085%2017.664C63.915%20449.688%2078.572%20464%2096.2%20464c7.821%200%2014.57-3.395%2020.799-7.5l114.651-84.109-28.838-35.358c-2.94-3.769-3.268-7.887-1.382-9.775l.128-.114c.912-.912%202.034-1.341%203.294-1.341%201.905%200%204.14.981%206.476%202.755l37.864%2031.59A20509.475%2020509.475%200%200%201%20355.082%20283h.005c7.839-6%2012.473-15.711%2012.473-26.238%200-8.704-3.56-17.14-9.56-22.904v-.003zm-12.469%2035.979a31571.957%2031571.957%200%200%200-95.764%2069.899l-28.272-23.483-.26-.223-.274-.211c-5.245-3.981-10.663-5.998-16.108-5.998-5.465%200-10.592%202.097-14.458%205.909l-.064.062-.083.082-.083.083c-7.808%207.821-7.761%2020.823.111%2030.917l.11.143.113.138%2018.223%2022.312-100.656%2073.896c-5.066%203.304-8.427%204.657-11.542%204.657-8.822%200-16-7.171-16-15.983%200-3.086.694-6.045%202.017-8.623%202.391-3.161%206.6-9.876%2018.655-29.351%202.543-4.108%205.252-8.487%208.134-13.129l6.39%205.176.195.156.2.152c5.245%203.981%2010.665%206%2016.111%206%205.517%200%2010.692-2.139%2014.571-6.023l.114-.113c7.806-7.817%207.756-20.82-.118-30.916l-.113-.144-.115-.142-11.814-14.455%2043.693-69.872%2024.059-38.474%2021.855%2017.922.231.19.24.181c5.254%203.988%2010.678%206.01%2016.123%206.01%204.954%200%209.631-1.725%2013.339-4.89l.461-.337.871-.874c7.79-7.803%207.74-20.778-.118-30.854l-.12-.153-.124-.15-25.239-30.539c2.957-4.703%205.457-8.491%207.405-11.488l5.209-8.494c2.777-5.025%207.761-8.157%2013.673-8.157%204.367%200%208.76%202.042%2012.057%205.43l4.701%204.928h.122L342%20240.286v.376l5.186%204.716c2.793%202.69%204.539%206.782%204.539%2011.227%200%205.196-2.258%2010.123-6.194%2013.229z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M439.994%20115.175l-4.778%202.763-91.638%2052.992%2063.735-110.572%202.517-4.366L396.011%2048l-2.488%204.313-70.775%20122.785%2016.67%2016.696%20103.962-60.12%204.594-2.656z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M358%20233.855l.413-.039c-.137-.137-.046-.101-.185-.237L279.798%20155h-.004c-5.833-6-14.193-10.154-23.485-10.154-11.811%200-22.115%206.154-27.635%2016.154h-.007s-7.09%2010.994-18.27%2028.874l32.531%2039.637c2.939%203.769%203.296%207.801%201.411%209.689l-.114.071c-.909.909-2.021%201.33-3.274%201.33-1.908%200-4.142-.99-6.485-2.768l-35.872-29.418c-23.546%2037.655-56.677%2090.634-83.45%20133.451l19.072%2023.337c2.939%203.77%203.296%207.884%201.41%209.772l-.114.114c-.911.913-2.028%201.342-3.287%201.342-1.905%200-4.136-.981-6.472-2.755l-21.067-16.533C84.734%20389.051%2070%20412.464%2068%20414.366v.003c-3%205.062-4.085%2011.132-4.085%2017.664C63.915%20449.688%2078.572%20464%2096.2%20464c7.821%200%2014.57-3.395%2020.799-7.5l114.651-84.109-28.838-35.358c-2.94-3.769-3.268-7.887-1.382-9.775l.128-.114c.912-.912%202.034-1.341%203.294-1.341%201.905%200%204.14.981%206.476%202.755l37.864%2031.59A20509.475%2020509.475%200%200%201%20355.082%20283h.005c7.839-6%2012.473-15.711%2012.473-26.238%200-8.704-3.56-17.14-9.56-22.904v-.003zm-12.469%2035.979a31571.957%2031571.957%200%200%200-95.764%2069.899l-28.272-23.483-.26-.223-.274-.211c-5.245-3.981-10.663-5.998-16.108-5.998-5.465%200-10.592%202.097-14.458%205.909l-.064.062-.083.082-.083.083c-7.808%207.821-7.761%2020.823.111%2030.917l.11.143.113.138%2018.223%2022.312-100.656%2073.896c-5.066%203.304-8.427%204.657-11.542%204.657-8.822%200-16-7.171-16-15.983%200-3.086.694-6.045%202.017-8.623%202.391-3.161%206.6-9.876%2018.655-29.351%202.543-4.108%205.252-8.487%208.134-13.129l6.39%205.176.195.156.2.152c5.245%203.981%2010.665%206%2016.111%206%205.517%200%2010.692-2.139%2014.571-6.023l.114-.113c7.806-7.817%207.756-20.82-.118-30.916l-.113-.144-.115-.142-11.814-14.455%2043.693-69.872%2024.059-38.474%2021.855%2017.922.231.19.24.181c5.254%203.988%2010.678%206.01%2016.123%206.01%204.954%200%209.631-1.725%2013.339-4.89l.461-.337.871-.874c7.79-7.803%207.74-20.778-.118-30.854l-.12-.153-.124-.15-25.239-30.539c2.957-4.703%205.457-8.491%207.405-11.488l5.209-8.494c2.777-5.025%207.761-8.157%2013.673-8.157%204.367%200%208.76%202.042%2012.057%205.43l4.701%204.928h.122L342%20240.286v.376l5.186%204.716c2.793%202.69%204.539%206.782%204.539%2011.227%200%205.196-2.258%2010.123-6.194%2013.229z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M439.994%20115.175l-4.778%202.763-91.638%2052.992%2063.735-110.572%202.517-4.366L396.011%2048l-2.488%204.313-70.775%20122.785%2016.67%2016.696%20103.962-60.12%204.594-2.656z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/ios-nutrition-outline.svg?color=%231a73e8&size=48