food pizza icon
food-pizza-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- food-pizza-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M7.5 9.002a.747.747 0 1 0 0-1.495a.747.747 0 0 0 0 1.495m3.723 1.253a.747.747 0 1 1-1.495 0a.747.747 0 0 1 1.495 0m-3.719 3.253a.751.751 0 1 0 0-1.502a.751.751 0 0 0 0 1.502M4 3.956c0-1.095.895-2.022 2.03-1.952c4.447.274 8.347 1.77 11.402 4.687c.867.827.696 2.178-.203 2.868a303 303 0 0 1-4.225 3.203v1.74c0 .717-.555 1.5-1.5 1.5a1.6 1.6 0 0 1-.498-.08v.083c0 .713-.556 1.491-1.503 1.491c-.754 0-1.251-.496-1.426-1.05c-.548.41-1.147.856-1.682 1.254c-.99.737-2.395.03-2.395-1.2zm7.006 10.546c0 .259.194.5.498.5c.305 0 .5-.243.5-.5v-1.994a.5.5 0 0 1 .206-.404c.78-.566 2.108-1.575 3.284-2.474C12.801 7.067 9.026 5.546 5 5.514v10.985a.5.5 0 0 0 .798.4c.786-.586 1.713-1.276 2.409-1.798a.5.5 0 0 1 .8.4v.504c0 .247.19.492.496.492a.49.49 0 0 0 .502-.492v-1.503a.5.5 0 0 1 1 0m5.613-5.735c.465-.357.5-.993.122-1.354c-2.857-2.727-6.52-4.15-10.772-4.412C5.45 2.969 5 3.395 5 3.956v.558c4.327.033 8.403 1.687 11.297 4.5z"/></svg>
React
import type { SVGProps } from "react";
export function FluentFoodPizza20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M7.5 9.002a.747.747 0 1 0 0-1.495a.747.747 0 0 0 0 1.495m3.723 1.253a.747.747 0 1 1-1.495 0a.747.747 0 0 1 1.495 0m-3.719 3.253a.751.751 0 1 0 0-1.502a.751.751 0 0 0 0 1.502M4 3.956c0-1.095.895-2.022 2.03-1.952c4.447.274 8.347 1.77 11.402 4.687c.867.827.696 2.178-.203 2.868a303 303 0 0 1-4.225 3.203v1.74c0 .717-.555 1.5-1.5 1.5a1.6 1.6 0 0 1-.498-.08v.083c0 .713-.556 1.491-1.503 1.491c-.754 0-1.251-.496-1.426-1.05c-.548.41-1.147.856-1.682 1.254c-.99.737-2.395.03-2.395-1.2zm7.006 10.546c0 .259.194.5.498.5c.305 0 .5-.243.5-.5v-1.994a.5.5 0 0 1 .206-.404c.78-.566 2.108-1.575 3.284-2.474C12.801 7.067 9.026 5.546 5 5.514v10.985a.5.5 0 0 0 .798.4c.786-.586 1.713-1.276 2.409-1.798a.5.5 0 0 1 .8.4v.504c0 .247.19.492.496.492a.49.49 0 0 0 .502-.492v-1.503a.5.5 0 0 1 1 0m5.613-5.735c.465-.357.5-.993.122-1.354c-2.857-2.727-6.52-4.15-10.772-4.412C5.45 2.969 5 3.395 5 3.956v.558c4.327.033 8.403 1.687 11.297 4.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M7.5 9.002a.747.747 0 1 0 0-1.495a.747.747 0 0 0 0 1.495m3.723 1.253a.747.747 0 1 1-1.495 0a.747.747 0 0 1 1.495 0m-3.719 3.253a.751.751 0 1 0 0-1.502a.751.751 0 0 0 0 1.502M4 3.956c0-1.095.895-2.022 2.03-1.952c4.447.274 8.347 1.77 11.402 4.687c.867.827.696 2.178-.203 2.868a303 303 0 0 1-4.225 3.203v1.74c0 .717-.555 1.5-1.5 1.5a1.6 1.6 0 0 1-.498-.08v.083c0 .713-.556 1.491-1.503 1.491c-.754 0-1.251-.496-1.426-1.05c-.548.41-1.147.856-1.682 1.254c-.99.737-2.395.03-2.395-1.2zm7.006 10.546c0 .259.194.5.498.5c.305 0 .5-.243.5-.5v-1.994a.5.5 0 0 1 .206-.404c.78-.566 2.108-1.575 3.284-2.474C12.801 7.067 9.026 5.546 5 5.514v10.985a.5.5 0 0 0 .798.4c.786-.586 1.713-1.276 2.409-1.798a.5.5 0 0 1 .8.4v.504c0 .247.19.492.496.492a.49.49 0 0 0 .502-.492v-1.503a.5.5 0 0 1 1 0m5.613-5.735c.465-.357.5-.993.122-1.354c-2.857-2.727-6.52-4.15-10.772-4.412C5.45 2.969 5 3.395 5 3.956v.558c4.327.033 8.403 1.687 11.297 4.5z"/></svg> </template>
CSS
.icon-food-pizza-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.5%209.002a.747.747%200%201%200%200-1.495a.747.747%200%200%200%200%201.495m3.723%201.253a.747.747%200%201%201-1.495%200a.747.747%200%200%201%201.495%200m-3.719%203.253a.751.751%200%201%200%200-1.502a.751.751%200%200%200%200%201.502M4%203.956c0-1.095.895-2.022%202.03-1.952c4.447.274%208.347%201.77%2011.402%204.687c.867.827.696%202.178-.203%202.868a303%20303%200%200%201-4.225%203.203v1.74c0%20.717-.555%201.5-1.5%201.5a1.6%201.6%200%200%201-.498-.08v.083c0%20.713-.556%201.491-1.503%201.491c-.754%200-1.251-.496-1.426-1.05c-.548.41-1.147.856-1.682%201.254c-.99.737-2.395.03-2.395-1.2zm7.006%2010.546c0%20.259.194.5.498.5c.305%200%20.5-.243.5-.5v-1.994a.5.5%200%200%201%20.206-.404c.78-.566%202.108-1.575%203.284-2.474C12.801%207.067%209.026%205.546%205%205.514v10.985a.5.5%200%200%200%20.798.4c.786-.586%201.713-1.276%202.409-1.798a.5.5%200%200%201%20.8.4v.504c0%20.247.19.492.496.492a.49.49%200%200%200%20.502-.492v-1.503a.5.5%200%200%201%201%200m5.613-5.735c.465-.357.5-.993.122-1.354c-2.857-2.727-6.52-4.15-10.772-4.412C5.45%202.969%205%203.395%205%203.956v.558c4.327.033%208.403%201.687%2011.297%204.5z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.5%209.002a.747.747%200%201%200%200-1.495a.747.747%200%200%200%200%201.495m3.723%201.253a.747.747%200%201%201-1.495%200a.747.747%200%200%201%201.495%200m-3.719%203.253a.751.751%200%201%200%200-1.502a.751.751%200%200%200%200%201.502M4%203.956c0-1.095.895-2.022%202.03-1.952c4.447.274%208.347%201.77%2011.402%204.687c.867.827.696%202.178-.203%202.868a303%20303%200%200%201-4.225%203.203v1.74c0%20.717-.555%201.5-1.5%201.5a1.6%201.6%200%200%201-.498-.08v.083c0%20.713-.556%201.491-1.503%201.491c-.754%200-1.251-.496-1.426-1.05c-.548.41-1.147.856-1.682%201.254c-.99.737-2.395.03-2.395-1.2zm7.006%2010.546c0%20.259.194.5.498.5c.305%200%20.5-.243.5-.5v-1.994a.5.5%200%200%201%20.206-.404c.78-.566%202.108-1.575%203.284-2.474C12.801%207.067%209.026%205.546%205%205.514v10.985a.5.5%200%200%200%20.798.4c.786-.586%201.713-1.276%202.409-1.798a.5.5%200%200%201%20.8.4v.504c0%20.247.19.492.496.492a.49.49%200%200%200%20.502-.492v-1.503a.5.5%200%200%201%201%200m5.613-5.735c.465-.357.5-.993.122-1.354c-2.857-2.727-6.52-4.15-10.772-4.412C5.45%202.969%205%203.395%205%203.956v.558c4.327.033%208.403%201.687%2011.297%204.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/food-pizza-20-regular.svg?color=%231a73e8&size=48