cheese-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.

Name
cheese-filled
Set
TDesign Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

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 24 24"><path fill="currentColor" d="M15 15.5a2.5 2.5 0 0 0 2.314 2.493l-1.64 5.195l-1.663-.395c-6.318-1.505-11.29-6.446-12.795-12.769L.812 8.327l10.22-3.228Q11 5.295 11 5.5a2.5 2.5 0 1 0 4.29-1.746l7.243-2.287l-3.754 11.885A2.5 2.5 0 0 0 15 15.5M9.5 15a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5"/></svg>

React

import type { SVGProps } from "react";

export function TdesignCheeseFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 15.5a2.5 2.5 0 0 0 2.314 2.493l-1.64 5.195l-1.663-.395c-6.318-1.505-11.29-6.446-12.795-12.769L.812 8.327l10.22-3.228Q11 5.295 11 5.5a2.5 2.5 0 1 0 4.29-1.746l7.243-2.287l-3.754 11.885A2.5 2.5 0 0 0 15 15.5M9.5 15a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 15.5a2.5 2.5 0 0 0 2.314 2.493l-1.64 5.195l-1.663-.395c-6.318-1.505-11.29-6.446-12.795-12.769L.812 8.327l10.22-3.228Q11 5.295 11 5.5a2.5 2.5 0 1 0 4.29-1.746l7.243-2.287l-3.754 11.885A2.5 2.5 0 0 0 15 15.5M9.5 15a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5"/></svg>
</template>

CSS

.icon-cheese-filled {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%2015.5a2.5%202.5%200%200%200%202.314%202.493l-1.64%205.195l-1.663-.395c-6.318-1.505-11.29-6.446-12.795-12.769L.812%208.327l10.22-3.228Q11%205.295%2011%205.5a2.5%202.5%200%201%200%204.29-1.746l7.243-2.287l-3.754%2011.885A2.5%202.5%200%200%200%2015%2015.5M9.5%2015a2.5%202.5%200%201%200%200-5a2.5%202.5%200%200%200%200%205%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%2015.5a2.5%202.5%200%200%200%202.314%202.493l-1.64%205.195l-1.663-.395c-6.318-1.505-11.29-6.446-12.795-12.769L.812%208.327l10.22-3.228Q11%205.295%2011%205.5a2.5%202.5%200%201%200%204.29-1.746l7.243-2.287l-3.754%2011.885A2.5%202.5%200%200%200%2015%2015.5M9.5%2015a2.5%202.5%200%201%200%200-5a2.5%202.5%200%200%200%200%205%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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