pizza icon
pizza from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- pizza
- Set
- Phosphor
- Style
- Regular
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Use the pizza icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M239.54 63a15.9 15.9 0 0 0-7.25-9.9a201.49 201.49 0 0 0-208.58 0a16 16 0 0 0-5.37 22l96 157.27a16 16 0 0 0 27.36 0l96-157.27a15.82 15.82 0 0 0 1.84-12.1M63.59 118.5a24 24 0 1 1 24.47 40.09Zm87.92 66.95A24 24 0 0 1 176 145.37Zm32.93-53.93a40 40 0 0 0-41.38 67.77L128 224l-31.5-51.57a40 40 0 1 0-41.35-67.76L48.8 94.26a152 152 0 0 1 158.39 0Zm31.1-50.93a168.12 168.12 0 0 0-175.08 0L32 66.77a185.6 185.6 0 0 1 192 0Z"/></svg>
React
import type { SVGProps } from "react";
export function PhPizza(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M239.54 63a15.9 15.9 0 0 0-7.25-9.9a201.49 201.49 0 0 0-208.58 0a16 16 0 0 0-5.37 22l96 157.27a16 16 0 0 0 27.36 0l96-157.27a15.82 15.82 0 0 0 1.84-12.1M63.59 118.5a24 24 0 1 1 24.47 40.09Zm87.92 66.95A24 24 0 0 1 176 145.37Zm32.93-53.93a40 40 0 0 0-41.38 67.77L128 224l-31.5-51.57a40 40 0 1 0-41.35-67.76L48.8 94.26a152 152 0 0 1 158.39 0Zm31.1-50.93a168.12 168.12 0 0 0-175.08 0L32 66.77a185.6 185.6 0 0 1 192 0Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M239.54 63a15.9 15.9 0 0 0-7.25-9.9a201.49 201.49 0 0 0-208.58 0a16 16 0 0 0-5.37 22l96 157.27a16 16 0 0 0 27.36 0l96-157.27a15.82 15.82 0 0 0 1.84-12.1M63.59 118.5a24 24 0 1 1 24.47 40.09Zm87.92 66.95A24 24 0 0 1 176 145.37Zm32.93-53.93a40 40 0 0 0-41.38 67.77L128 224l-31.5-51.57a40 40 0 1 0-41.35-67.76L48.8 94.26a152 152 0 0 1 158.39 0Zm31.1-50.93a168.12 168.12 0 0 0-175.08 0L32 66.77a185.6 185.6 0 0 1 192 0Z"/></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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M239.54%2063a15.9%2015.9%200%200%200-7.25-9.9a201.49%20201.49%200%200%200-208.58%200a16%2016%200%200%200-5.37%2022l96%20157.27a16%2016%200%200%200%2027.36%200l96-157.27a15.82%2015.82%200%200%200%201.84-12.1M63.59%20118.5a24%2024%200%201%201%2024.47%2040.09Zm87.92%2066.95A24%2024%200%200%201%20176%20145.37Zm32.93-53.93a40%2040%200%200%200-41.38%2067.77L128%20224l-31.5-51.57a40%2040%200%201%200-41.35-67.76L48.8%2094.26a152%20152%200%200%201%20158.39%200Zm31.1-50.93a168.12%20168.12%200%200%200-175.08%200L32%2066.77a185.6%20185.6%200%200%201%20192%200Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M239.54%2063a15.9%2015.9%200%200%200-7.25-9.9a201.49%20201.49%200%200%200-208.58%200a16%2016%200%200%200-5.37%2022l96%20157.27a16%2016%200%200%200%2027.36%200l96-157.27a15.82%2015.82%200%200%200%201.84-12.1M63.59%20118.5a24%2024%200%201%201%2024.47%2040.09Zm87.92%2066.95A24%2024%200%200%201%20176%20145.37Zm32.93-53.93a40%2040%200%200%200-41.38%2067.77L128%20224l-31.5-51.57a40%2040%200%201%200-41.35-67.76L48.8%2094.26a152%20152%200%200%201%20158.39%200Zm31.1-50.93a168.12%20168.12%200%200%200-175.08%200L32%2066.77a185.6%20185.6%200%200%201%20192%200Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/pizza.svg?color=%231a73e8&size=48