pizza-slice from Font Awesome 6 Solid by Dave Gandy · Regular · Food · CC-BY-4.0 Attribution required.

Name
pizza-slice
Set
Font Awesome 6 Solid
Style
Regular
Category
Food
Viewbox
512×512
License
CC BY 4.0

The same icon in other sets

More food icons from Font Awesome 6 Solid

Use the pizza slice icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M169.7.9c-22.8-1.6-41.9 14-47.5 34.7L110.4 80h1.6c176.7 0 320 143.3 320 320v1.6l44.4-11.8c20.8-5.5 36.3-24.7 34.7-47.5C498.5 159.5 352.5 13.5 169.7.9m230.1 409.3c.1-3.4.2-6.8.2-10.2c0-159.1-128.9-288-288-288c-3.4 0-6.8.1-10.2.2L.5 491.9c-1.5 5.5.1 11.4 4.1 15.4s9.9 5.6 15.4 4.1zM176 208a32 32 0 1 1 0 64a32 32 0 1 1 0-64m64 128a32 32 0 1 1 64 0a32 32 0 1 1-64 0M96 384a32 32 0 1 1 64 0a32 32 0 1 1-64 0"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidPizzaSlice(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M169.7.9c-22.8-1.6-41.9 14-47.5 34.7L110.4 80h1.6c176.7 0 320 143.3 320 320v1.6l44.4-11.8c20.8-5.5 36.3-24.7 34.7-47.5C498.5 159.5 352.5 13.5 169.7.9m230.1 409.3c.1-3.4.2-6.8.2-10.2c0-159.1-128.9-288-288-288c-3.4 0-6.8.1-10.2.2L.5 491.9c-1.5 5.5.1 11.4 4.1 15.4s9.9 5.6 15.4 4.1zM176 208a32 32 0 1 1 0 64a32 32 0 1 1 0-64m64 128a32 32 0 1 1 64 0a32 32 0 1 1-64 0M96 384a32 32 0 1 1 64 0a32 32 0 1 1-64 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M169.7.9c-22.8-1.6-41.9 14-47.5 34.7L110.4 80h1.6c176.7 0 320 143.3 320 320v1.6l44.4-11.8c20.8-5.5 36.3-24.7 34.7-47.5C498.5 159.5 352.5 13.5 169.7.9m230.1 409.3c.1-3.4.2-6.8.2-10.2c0-159.1-128.9-288-288-288c-3.4 0-6.8.1-10.2.2L.5 491.9c-1.5 5.5.1 11.4 4.1 15.4s9.9 5.6 15.4 4.1zM176 208a32 32 0 1 1 0 64a32 32 0 1 1 0-64m64 128a32 32 0 1 1 64 0a32 32 0 1 1-64 0M96 384a32 32 0 1 1 64 0a32 32 0 1 1-64 0"/></svg>
</template>

CSS

.icon-pizza-slice {
  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%20fill%3D%22currentColor%22%20d%3D%22M169.7.9c-22.8-1.6-41.9%2014-47.5%2034.7L110.4%2080h1.6c176.7%200%20320%20143.3%20320%20320v1.6l44.4-11.8c20.8-5.5%2036.3-24.7%2034.7-47.5C498.5%20159.5%20352.5%2013.5%20169.7.9m230.1%20409.3c.1-3.4.2-6.8.2-10.2c0-159.1-128.9-288-288-288c-3.4%200-6.8.1-10.2.2L.5%20491.9c-1.5%205.5.1%2011.4%204.1%2015.4s9.9%205.6%2015.4%204.1zM176%20208a32%2032%200%201%201%200%2064a32%2032%200%201%201%200-64m64%20128a32%2032%200%201%201%2064%200a32%2032%200%201%201-64%200M96%20384a32%2032%200%201%201%2064%200a32%2032%200%201%201-64%200%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%20fill%3D%22currentColor%22%20d%3D%22M169.7.9c-22.8-1.6-41.9%2014-47.5%2034.7L110.4%2080h1.6c176.7%200%20320%20143.3%20320%20320v1.6l44.4-11.8c20.8-5.5%2036.3-24.7%2034.7-47.5C498.5%20159.5%20352.5%2013.5%20169.7.9m230.1%20409.3c.1-3.4.2-6.8.2-10.2c0-159.1-128.9-288-288-288c-3.4%200-6.8.1-10.2.2L.5%20491.9c-1.5%205.5.1%2011.4%204.1%2015.4s9.9%205.6%2015.4%204.1zM176%20208a32%2032%200%201%201%200%2064a32%2032%200%201%201%200-64m64%20128a32%2032%200%201%201%2064%200a32%2032%200%201%201-64%200M96%20384a32%2032%200%201%201%2064%200a32%2032%200%201%201-64%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/pizza-slice.svg?color=%231a73e8&size=48