cheese-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.

Name
cheese-fill
Set
Phosphor
Style
Fill
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the cheese icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M184 32a7.8 7.8 0 0 0-2.3.34l-160 48A8 8 0 0 0 16 88v16a8 8 0 0 0 8 8h7.46c13.45 0 24.79 11 24.54 24.46A24 24 0 0 1 32 160h-8a8 8 0 0 0-8 8v24a8 8 0 0 0 8 8h200a16 16 0 0 0 16-16V88a56.06 56.06 0 0 0-56-56M80 184a32 32 0 0 1 64 0Zm88-48a32 32 0 0 1-31-40h62a32 32 0 0 1-31 40M78.51 80l106.61-32a40.06 40.06 0 0 1 38.07 32Z"/></svg>

React

import type { SVGProps } from "react";

export function PhCheeseFill(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="M184 32a7.8 7.8 0 0 0-2.3.34l-160 48A8 8 0 0 0 16 88v16a8 8 0 0 0 8 8h7.46c13.45 0 24.79 11 24.54 24.46A24 24 0 0 1 32 160h-8a8 8 0 0 0-8 8v24a8 8 0 0 0 8 8h200a16 16 0 0 0 16-16V88a56.06 56.06 0 0 0-56-56M80 184a32 32 0 0 1 64 0Zm88-48a32 32 0 0 1-31-40h62a32 32 0 0 1-31 40M78.51 80l106.61-32a40.06 40.06 0 0 1 38.07 32Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M184 32a7.8 7.8 0 0 0-2.3.34l-160 48A8 8 0 0 0 16 88v16a8 8 0 0 0 8 8h7.46c13.45 0 24.79 11 24.54 24.46A24 24 0 0 1 32 160h-8a8 8 0 0 0-8 8v24a8 8 0 0 0 8 8h200a16 16 0 0 0 16-16V88a56.06 56.06 0 0 0-56-56M80 184a32 32 0 0 1 64 0Zm88-48a32 32 0 0 1-31-40h62a32 32 0 0 1-31 40M78.51 80l106.61-32a40.06 40.06 0 0 1 38.07 32Z"/></svg>
</template>

CSS

.icon-cheese-fill {
  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%22M184%2032a7.8%207.8%200%200%200-2.3.34l-160%2048A8%208%200%200%200%2016%2088v16a8%208%200%200%200%208%208h7.46c13.45%200%2024.79%2011%2024.54%2024.46A24%2024%200%200%201%2032%20160h-8a8%208%200%200%200-8%208v24a8%208%200%200%200%208%208h200a16%2016%200%200%200%2016-16V88a56.06%2056.06%200%200%200-56-56M80%20184a32%2032%200%200%201%2064%200Zm88-48a32%2032%200%200%201-31-40h62a32%2032%200%200%201-31%2040M78.51%2080l106.61-32a40.06%2040.06%200%200%201%2038.07%2032Z%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%22M184%2032a7.8%207.8%200%200%200-2.3.34l-160%2048A8%208%200%200%200%2016%2088v16a8%208%200%200%200%208%208h7.46c13.45%200%2024.79%2011%2024.54%2024.46A24%2024%200%200%201%2032%20160h-8a8%208%200%200%200-8%208v24a8%208%200%200%200%208%208h200a16%2016%200%200%200%2016-16V88a56.06%2056.06%200%200%200-56-56M80%20184a32%2032%200%200%201%2064%200Zm88-48a32%2032%200%200%201-31-40h62a32%2032%200%200%201-31%2040M78.51%2080l106.61-32a40.06%2040.06%200%200%201%2038.07%2032Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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