pizza icon
pizza-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- pizza-light
- Set
- Phosphor
- Style
- Light
- 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="M237.6 63.47a13.9 13.9 0 0 0-6.35-8.67a199.48 199.48 0 0 0-206.5 0a14 14 0 0 0-4.7 19.2l96 157.27a14 14 0 0 0 24 0L236 74a13.8 13.8 0 0 0 1.6-10.53M61.07 118.2a26 26 0 1 1 26.1 42.8Zm91 70.32a26 26 0 0 1 26.91-44.1Zm33.2-54.4A37.65 37.65 0 0 0 168 130a38 38 0 0 0-22.25 68.8l-16 26.24a2 2 0 0 1-3.46 0l-32.7-53.55a38 38 0 1 0-38.93-63.79l-8.61-14.11a154.14 154.14 0 0 1 163.9 0Zm40.49-66.35l-9.56 15.58a166.11 166.11 0 0 0-176.4 0l-9.51-15.58a1.88 1.88 0 0 1-.23-1.47a2 2 0 0 1 .94-1.24a187.46 187.46 0 0 1 194 0a2 2 0 0 1 .92 1.24a1.88 1.88 0 0 1-.21 1.47Z"/></svg>
React
import type { SVGProps } from "react";
export function PhPizzaLight(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="M237.6 63.47a13.9 13.9 0 0 0-6.35-8.67a199.48 199.48 0 0 0-206.5 0a14 14 0 0 0-4.7 19.2l96 157.27a14 14 0 0 0 24 0L236 74a13.8 13.8 0 0 0 1.6-10.53M61.07 118.2a26 26 0 1 1 26.1 42.8Zm91 70.32a26 26 0 0 1 26.91-44.1Zm33.2-54.4A37.65 37.65 0 0 0 168 130a38 38 0 0 0-22.25 68.8l-16 26.24a2 2 0 0 1-3.46 0l-32.7-53.55a38 38 0 1 0-38.93-63.79l-8.61-14.11a154.14 154.14 0 0 1 163.9 0Zm40.49-66.35l-9.56 15.58a166.11 166.11 0 0 0-176.4 0l-9.51-15.58a1.88 1.88 0 0 1-.23-1.47a2 2 0 0 1 .94-1.24a187.46 187.46 0 0 1 194 0a2 2 0 0 1 .92 1.24a1.88 1.88 0 0 1-.21 1.47Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M237.6 63.47a13.9 13.9 0 0 0-6.35-8.67a199.48 199.48 0 0 0-206.5 0a14 14 0 0 0-4.7 19.2l96 157.27a14 14 0 0 0 24 0L236 74a13.8 13.8 0 0 0 1.6-10.53M61.07 118.2a26 26 0 1 1 26.1 42.8Zm91 70.32a26 26 0 0 1 26.91-44.1Zm33.2-54.4A37.65 37.65 0 0 0 168 130a38 38 0 0 0-22.25 68.8l-16 26.24a2 2 0 0 1-3.46 0l-32.7-53.55a38 38 0 1 0-38.93-63.79l-8.61-14.11a154.14 154.14 0 0 1 163.9 0Zm40.49-66.35l-9.56 15.58a166.11 166.11 0 0 0-176.4 0l-9.51-15.58a1.88 1.88 0 0 1-.23-1.47a2 2 0 0 1 .94-1.24a187.46 187.46 0 0 1 194 0a2 2 0 0 1 .92 1.24a1.88 1.88 0 0 1-.21 1.47Z"/></svg> </template>
CSS
.icon-pizza-light {
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%22M237.6%2063.47a13.9%2013.9%200%200%200-6.35-8.67a199.48%20199.48%200%200%200-206.5%200a14%2014%200%200%200-4.7%2019.2l96%20157.27a14%2014%200%200%200%2024%200L236%2074a13.8%2013.8%200%200%200%201.6-10.53M61.07%20118.2a26%2026%200%201%201%2026.1%2042.8Zm91%2070.32a26%2026%200%200%201%2026.91-44.1Zm33.2-54.4A37.65%2037.65%200%200%200%20168%20130a38%2038%200%200%200-22.25%2068.8l-16%2026.24a2%202%200%200%201-3.46%200l-32.7-53.55a38%2038%200%201%200-38.93-63.79l-8.61-14.11a154.14%20154.14%200%200%201%20163.9%200Zm40.49-66.35l-9.56%2015.58a166.11%20166.11%200%200%200-176.4%200l-9.51-15.58a1.88%201.88%200%200%201-.23-1.47a2%202%200%200%201%20.94-1.24a187.46%20187.46%200%200%201%20194%200a2%202%200%200%201%20.92%201.24a1.88%201.88%200%200%201-.21%201.47Z%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%22M237.6%2063.47a13.9%2013.9%200%200%200-6.35-8.67a199.48%20199.48%200%200%200-206.5%200a14%2014%200%200%200-4.7%2019.2l96%20157.27a14%2014%200%200%200%2024%200L236%2074a13.8%2013.8%200%200%200%201.6-10.53M61.07%20118.2a26%2026%200%201%201%2026.1%2042.8Zm91%2070.32a26%2026%200%200%201%2026.91-44.1Zm33.2-54.4A37.65%2037.65%200%200%200%20168%20130a38%2038%200%200%200-22.25%2068.8l-16%2026.24a2%202%200%200%201-3.46%200l-32.7-53.55a38%2038%200%201%200-38.93-63.79l-8.61-14.11a154.14%20154.14%200%200%201%20163.9%200Zm40.49-66.35l-9.56%2015.58a166.11%20166.11%200%200%200-176.4%200l-9.51-15.58a1.88%201.88%200%200%201-.23-1.47a2%202%200%200%201%20.94-1.24a187.46%20187.46%200%200%201%20194%200a2%202%200%200%201%20.92%201.24a1.88%201.88%200%200%201-.21%201.47Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/pizza-light.svg?color=%231a73e8&size=48