pizza-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.

Name
pizza-bold
Set
Phosphor
Style
Bold
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="M243.43 62.05a19.93 19.93 0 0 0-9.06-12.38a205.51 205.51 0 0 0-212.74 0a20 20 0 0 0-6.7 27.48l96 157.26a20 20 0 0 0 34.2 0l96-157.26a19.82 19.82 0 0 0 2.3-15.1M128 44a180.93 180.93 0 0 1 90.45 24.14L210 82a164.15 164.15 0 0 0-164 0l-8.45-13.86A180.93 180.93 0 0 1 128 44M83.88 144.06l-20.74-34A20 20 0 0 1 92 128a20.12 20.12 0 0 1-8.12 16.06m44.12 72.3l-31.56-51.71a44 44 0 0 0-4.64-75.93a140.45 140.45 0 0 1 105.71 13.74l-8.95 14.66a44 44 0 0 0-45.75 75ZM148 156a20 20 0 0 1 28-18.32l-20.64 33.83A20 20 0 0 1 148 156"/></svg>

React

import type { SVGProps } from "react";

export function PhPizzaBold(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="M243.43 62.05a19.93 19.93 0 0 0-9.06-12.38a205.51 205.51 0 0 0-212.74 0a20 20 0 0 0-6.7 27.48l96 157.26a20 20 0 0 0 34.2 0l96-157.26a19.82 19.82 0 0 0 2.3-15.1M128 44a180.93 180.93 0 0 1 90.45 24.14L210 82a164.15 164.15 0 0 0-164 0l-8.45-13.86A180.93 180.93 0 0 1 128 44M83.88 144.06l-20.74-34A20 20 0 0 1 92 128a20.12 20.12 0 0 1-8.12 16.06m44.12 72.3l-31.56-51.71a44 44 0 0 0-4.64-75.93a140.45 140.45 0 0 1 105.71 13.74l-8.95 14.66a44 44 0 0 0-45.75 75ZM148 156a20 20 0 0 1 28-18.32l-20.64 33.83A20 20 0 0 1 148 156"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M243.43 62.05a19.93 19.93 0 0 0-9.06-12.38a205.51 205.51 0 0 0-212.74 0a20 20 0 0 0-6.7 27.48l96 157.26a20 20 0 0 0 34.2 0l96-157.26a19.82 19.82 0 0 0 2.3-15.1M128 44a180.93 180.93 0 0 1 90.45 24.14L210 82a164.15 164.15 0 0 0-164 0l-8.45-13.86A180.93 180.93 0 0 1 128 44M83.88 144.06l-20.74-34A20 20 0 0 1 92 128a20.12 20.12 0 0 1-8.12 16.06m44.12 72.3l-31.56-51.71a44 44 0 0 0-4.64-75.93a140.45 140.45 0 0 1 105.71 13.74l-8.95 14.66a44 44 0 0 0-45.75 75ZM148 156a20 20 0 0 1 28-18.32l-20.64 33.83A20 20 0 0 1 148 156"/></svg>
</template>

CSS

.icon-pizza-bold {
  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%22M243.43%2062.05a19.93%2019.93%200%200%200-9.06-12.38a205.51%20205.51%200%200%200-212.74%200a20%2020%200%200%200-6.7%2027.48l96%20157.26a20%2020%200%200%200%2034.2%200l96-157.26a19.82%2019.82%200%200%200%202.3-15.1M128%2044a180.93%20180.93%200%200%201%2090.45%2024.14L210%2082a164.15%20164.15%200%200%200-164%200l-8.45-13.86A180.93%20180.93%200%200%201%20128%2044M83.88%20144.06l-20.74-34A20%2020%200%200%201%2092%20128a20.12%2020.12%200%200%201-8.12%2016.06m44.12%2072.3l-31.56-51.71a44%2044%200%200%200-4.64-75.93a140.45%20140.45%200%200%201%20105.71%2013.74l-8.95%2014.66a44%2044%200%200%200-45.75%2075ZM148%20156a20%2020%200%200%201%2028-18.32l-20.64%2033.83A20%2020%200%200%201%20148%20156%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%22M243.43%2062.05a19.93%2019.93%200%200%200-9.06-12.38a205.51%20205.51%200%200%200-212.74%200a20%2020%200%200%200-6.7%2027.48l96%20157.26a20%2020%200%200%200%2034.2%200l96-157.26a19.82%2019.82%200%200%200%202.3-15.1M128%2044a180.93%20180.93%200%200%201%2090.45%2024.14L210%2082a164.15%20164.15%200%200%200-164%200l-8.45-13.86A180.93%20180.93%200%200%201%20128%2044M83.88%20144.06l-20.74-34A20%2020%200%200%201%2092%20128a20.12%2020.12%200%200%201-8.12%2016.06m44.12%2072.3l-31.56-51.71a44%2044%200%200%200-4.64-75.93a140.45%20140.45%200%200%201%20105.71%2013.74l-8.95%2014.66a44%2044%200%200%200-45.75%2075ZM148%20156a20%2020%200%200%201%2028-18.32l-20.64%2033.83A20%2020%200%200%201%20148%20156%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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