pizza from Fluent Emoji High Contrast by Microsoft Corporation · Default · Food & Drink · MIT Free for personal and commercial use.

Name
pizza
Set
Fluent Emoji High Contrast
Style
Default
Category
Food & Drink
Viewbox
32×32
License
MIT

The same emoji in other sets

More food & drink icons from Fluent Emoji High Contrast

Use the pizza emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M26 15.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0m-8 4a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0m7 4.5a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/><path d="M27.796 1.768A3.53 3.53 0 0 0 24.773.87c-.53.09-1.116.203-1.745.342C17.985 2.328 9.96 5.204 3.87 12.612q-.5.606-.98 1.254c-.63.85-.827 1.86-.664 2.804a3.93 3.93 0 0 0 1.917 2.721L23 30.271c2.668 1.538 6-.388 6-3.465V4.59a3.84 3.84 0 0 0-1.204-2.822M5.424 13.872C11.12 6.949 18.656 4.228 23.46 3.165a34 34 0 0 1 1.648-.323c.523-.089.985.073 1.326.39c.338.315.566.795.566 1.358v2.43c-8.418.345-15.717 5.026-19.725 11.869l-2.132-1.23a1.93 1.93 0 0 1-.945-1.329c-.075-.433.013-.88.294-1.264zM27 9.022v17.784c0 1.54-1.666 2.501-3 1.732l-14.992-8.65C12.669 13.645 19.323 9.367 27 9.023"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastPizza(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M26 15.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0m-8 4a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0m7 4.5a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/><path d="M27.796 1.768A3.53 3.53 0 0 0 24.773.87c-.53.09-1.116.203-1.745.342C17.985 2.328 9.96 5.204 3.87 12.612q-.5.606-.98 1.254c-.63.85-.827 1.86-.664 2.804a3.93 3.93 0 0 0 1.917 2.721L23 30.271c2.668 1.538 6-.388 6-3.465V4.59a3.84 3.84 0 0 0-1.204-2.822M5.424 13.872C11.12 6.949 18.656 4.228 23.46 3.165a34 34 0 0 1 1.648-.323c.523-.089.985.073 1.326.39c.338.315.566.795.566 1.358v2.43c-8.418.345-15.717 5.026-19.725 11.869l-2.132-1.23a1.93 1.93 0 0 1-.945-1.329c-.075-.433.013-.88.294-1.264zM27 9.022v17.784c0 1.54-1.666 2.501-3 1.732l-14.992-8.65C12.669 13.645 19.323 9.367 27 9.023"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M26 15.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0m-8 4a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0m7 4.5a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/><path d="M27.796 1.768A3.53 3.53 0 0 0 24.773.87c-.53.09-1.116.203-1.745.342C17.985 2.328 9.96 5.204 3.87 12.612q-.5.606-.98 1.254c-.63.85-.827 1.86-.664 2.804a3.93 3.93 0 0 0 1.917 2.721L23 30.271c2.668 1.538 6-.388 6-3.465V4.59a3.84 3.84 0 0 0-1.204-2.822M5.424 13.872C11.12 6.949 18.656 4.228 23.46 3.165a34 34 0 0 1 1.648-.323c.523-.089.985.073 1.326.39c.338.315.566.795.566 1.358v2.43c-8.418.345-15.717 5.026-19.725 11.869l-2.132-1.23a1.93 1.93 0 0 1-.945-1.329c-.075-.433.013-.88.294-1.264zM27 9.022v17.784c0 1.54-1.666 2.501-3 1.732l-14.992-8.65C12.669 13.645 19.323 9.367 27 9.023"/></g></svg>
</template>

CSS

.icon-pizza {
  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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M26%2015.5a3.5%203.5%200%201%201-7%200a3.5%203.5%200%200%201%207%200m-8%204a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200m7%204.5a2%202%200%201%201-4%200a2%202%200%200%201%204%200%22%2F%3E%3Cpath%20d%3D%22M27.796%201.768A3.53%203.53%200%200%200%2024.773.87c-.53.09-1.116.203-1.745.342C17.985%202.328%209.96%205.204%203.87%2012.612q-.5.606-.98%201.254c-.63.85-.827%201.86-.664%202.804a3.93%203.93%200%200%200%201.917%202.721L23%2030.271c2.668%201.538%206-.388%206-3.465V4.59a3.84%203.84%200%200%200-1.204-2.822M5.424%2013.872C11.12%206.949%2018.656%204.228%2023.46%203.165a34%2034%200%200%201%201.648-.323c.523-.089.985.073%201.326.39c.338.315.566.795.566%201.358v2.43c-8.418.345-15.717%205.026-19.725%2011.869l-2.132-1.23a1.93%201.93%200%200%201-.945-1.329c-.075-.433.013-.88.294-1.264zM27%209.022v17.784c0%201.54-1.666%202.501-3%201.732l-14.992-8.65C12.669%2013.645%2019.323%209.367%2027%209.023%22%2F%3E%3C%2Fg%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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M26%2015.5a3.5%203.5%200%201%201-7%200a3.5%203.5%200%200%201%207%200m-8%204a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200m7%204.5a2%202%200%201%201-4%200a2%202%200%200%201%204%200%22%2F%3E%3Cpath%20d%3D%22M27.796%201.768A3.53%203.53%200%200%200%2024.773.87c-.53.09-1.116.203-1.745.342C17.985%202.328%209.96%205.204%203.87%2012.612q-.5.606-.98%201.254c-.63.85-.827%201.86-.664%202.804a3.93%203.93%200%200%200%201.917%202.721L23%2030.271c2.668%201.538%206-.388%206-3.465V4.59a3.84%203.84%200%200%200-1.204-2.822M5.424%2013.872C11.12%206.949%2018.656%204.228%2023.46%203.165a34%2034%200%200%201%201.648-.323c.523-.089.985.073%201.326.39c.338.315.566.795.566%201.358v2.43c-8.418.345-15.717%205.026-19.725%2011.869l-2.132-1.23a1.93%201.93%200%200%201-.945-1.329c-.075-.433.013-.88.294-1.264zM27%209.022v17.784c0%201.54-1.666%202.501-3%201.732l-14.992-8.65C12.669%2013.645%2019.323%209.367%2027%209.023%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/pizza.svg?color=%231a73e8&size=48