food pizza icon
food-pizza-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- food-pizza-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
3 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the food pizza icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 10.99a1 1 0 1 0 0-2a1 1 0 0 0 0 2m5 1.998a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-5 3.998a1 1 0 1 0 0-2a1 1 0 0 0 0 2M5 4.66c0-1.497 1.23-2.805 2.82-2.648A20.78 20.78 0 0 1 21.262 8.84c1.07 1.193.737 2.964-.479 3.845c-1.582 1.148-3.94 2.857-5.283 3.833c-.002.437-.002.721-.001 1.092v.628a1.75 1.75 0 0 1-2.056 1.724c-.204.826-.932 1.527-1.944 1.527c-.7 0-1.262-.335-1.609-.815l-1.325.957c-1.488 1.074-3.57.011-3.569-1.826zm2.673-1.155c-.609-.06-1.174.443-1.174 1.155v.52a17.55 17.55 0 0 1 12.985 6.594l.419-.304c.578-.42.652-1.173.242-1.63A19.28 19.28 0 0 0 7.673 3.507m-1.177 16.3a.75.75 0 0 0 1.19.608l2.128-1.533a.75.75 0 0 1 1.188.608c0 .27.209.5.497.5a.497.497 0 0 0 .502-.5v-1.251a.75.75 0 0 1 1.5 0c0 .14.111.25.248.25a.25.25 0 0 0 .25-.25v-.622c-.001-.47-.002-.808.005-1.489a.75.75 0 0 1 .308-.6c.902-.656 2.496-1.812 3.956-2.87a16.04 16.04 0 0 0-11.77-5.974z"/></svg>
React
import type { SVGProps } from "react";
export function FluentFoodPizza24Regular(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="M9 10.99a1 1 0 1 0 0-2a1 1 0 0 0 0 2m5 1.998a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-5 3.998a1 1 0 1 0 0-2a1 1 0 0 0 0 2M5 4.66c0-1.497 1.23-2.805 2.82-2.648A20.78 20.78 0 0 1 21.262 8.84c1.07 1.193.737 2.964-.479 3.845c-1.582 1.148-3.94 2.857-5.283 3.833c-.002.437-.002.721-.001 1.092v.628a1.75 1.75 0 0 1-2.056 1.724c-.204.826-.932 1.527-1.944 1.527c-.7 0-1.262-.335-1.609-.815l-1.325.957c-1.488 1.074-3.57.011-3.569-1.826zm2.673-1.155c-.609-.06-1.174.443-1.174 1.155v.52a17.55 17.55 0 0 1 12.985 6.594l.419-.304c.578-.42.652-1.173.242-1.63A19.28 19.28 0 0 0 7.673 3.507m-1.177 16.3a.75.75 0 0 0 1.19.608l2.128-1.533a.75.75 0 0 1 1.188.608c0 .27.209.5.497.5a.497.497 0 0 0 .502-.5v-1.251a.75.75 0 0 1 1.5 0c0 .14.111.25.248.25a.25.25 0 0 0 .25-.25v-.622c-.001-.47-.002-.808.005-1.489a.75.75 0 0 1 .308-.6c.902-.656 2.496-1.812 3.956-2.87a16.04 16.04 0 0 0-11.77-5.974z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 10.99a1 1 0 1 0 0-2a1 1 0 0 0 0 2m5 1.998a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-5 3.998a1 1 0 1 0 0-2a1 1 0 0 0 0 2M5 4.66c0-1.497 1.23-2.805 2.82-2.648A20.78 20.78 0 0 1 21.262 8.84c1.07 1.193.737 2.964-.479 3.845c-1.582 1.148-3.94 2.857-5.283 3.833c-.002.437-.002.721-.001 1.092v.628a1.75 1.75 0 0 1-2.056 1.724c-.204.826-.932 1.527-1.944 1.527c-.7 0-1.262-.335-1.609-.815l-1.325.957c-1.488 1.074-3.57.011-3.569-1.826zm2.673-1.155c-.609-.06-1.174.443-1.174 1.155v.52a17.55 17.55 0 0 1 12.985 6.594l.419-.304c.578-.42.652-1.173.242-1.63A19.28 19.28 0 0 0 7.673 3.507m-1.177 16.3a.75.75 0 0 0 1.19.608l2.128-1.533a.75.75 0 0 1 1.188.608c0 .27.209.5.497.5a.497.497 0 0 0 .502-.5v-1.251a.75.75 0 0 1 1.5 0c0 .14.111.25.248.25a.25.25 0 0 0 .25-.25v-.622c-.001-.47-.002-.808.005-1.489a.75.75 0 0 1 .308-.6c.902-.656 2.496-1.812 3.956-2.87a16.04 16.04 0 0 0-11.77-5.974z"/></svg> </template>
CSS
.icon-food-pizza-24-regular {
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%22M9%2010.99a1%201%200%201%200%200-2a1%201%200%200%200%200%202m5%201.998a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-5%203.998a1%201%200%201%200%200-2a1%201%200%200%200%200%202M5%204.66c0-1.497%201.23-2.805%202.82-2.648A20.78%2020.78%200%200%201%2021.262%208.84c1.07%201.193.737%202.964-.479%203.845c-1.582%201.148-3.94%202.857-5.283%203.833c-.002.437-.002.721-.001%201.092v.628a1.75%201.75%200%200%201-2.056%201.724c-.204.826-.932%201.527-1.944%201.527c-.7%200-1.262-.335-1.609-.815l-1.325.957c-1.488%201.074-3.57.011-3.569-1.826zm2.673-1.155c-.609-.06-1.174.443-1.174%201.155v.52a17.55%2017.55%200%200%201%2012.985%206.594l.419-.304c.578-.42.652-1.173.242-1.63A19.28%2019.28%200%200%200%207.673%203.507m-1.177%2016.3a.75.75%200%200%200%201.19.608l2.128-1.533a.75.75%200%200%201%201.188.608c0%20.27.209.5.497.5a.497.497%200%200%200%20.502-.5v-1.251a.75.75%200%200%201%201.5%200c0%20.14.111.25.248.25a.25.25%200%200%200%20.25-.25v-.622c-.001-.47-.002-.808.005-1.489a.75.75%200%200%201%20.308-.6c.902-.656%202.496-1.812%203.956-2.87a16.04%2016.04%200%200%200-11.77-5.974z%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%22M9%2010.99a1%201%200%201%200%200-2a1%201%200%200%200%200%202m5%201.998a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-5%203.998a1%201%200%201%200%200-2a1%201%200%200%200%200%202M5%204.66c0-1.497%201.23-2.805%202.82-2.648A20.78%2020.78%200%200%201%2021.262%208.84c1.07%201.193.737%202.964-.479%203.845c-1.582%201.148-3.94%202.857-5.283%203.833c-.002.437-.002.721-.001%201.092v.628a1.75%201.75%200%200%201-2.056%201.724c-.204.826-.932%201.527-1.944%201.527c-.7%200-1.262-.335-1.609-.815l-1.325.957c-1.488%201.074-3.57.011-3.569-1.826zm2.673-1.155c-.609-.06-1.174.443-1.174%201.155v.52a17.55%2017.55%200%200%201%2012.985%206.594l.419-.304c.578-.42.652-1.173.242-1.63A19.28%2019.28%200%200%200%207.673%203.507m-1.177%2016.3a.75.75%200%200%200%201.19.608l2.128-1.533a.75.75%200%200%201%201.188.608c0%20.27.209.5.497.5a.497.497%200%200%200%20.502-.5v-1.251a.75.75%200%200%201%201.5%200c0%20.14.111.25.248.25a.25.25%200%200%200%20.25-.25v-.622c-.001-.47-.002-.808.005-1.489a.75.75%200%200%201%20.308-.6c.902-.656%202.496-1.812%203.956-2.87a16.04%2016.04%200%200%200-11.77-5.974z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/food-pizza-24-regular.svg?color=%231a73e8&size=48