cheese wedge emoji

cheese-wedge from Fluent Emoji Flat by Microsoft Corporation · Default · Food & Drink · MIT Free for personal and commercial use.

Name
cheese-wedge
Set
Fluent Emoji Flat
Style
Default
Category
Food & Drink
Viewbox
32×32
License
MIT

The same emoji in other sets

More food & drink icons from Fluent Emoji Flat

Use the cheese wedge emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#fcd53f" d="M29 15.075c-1.27 0-2.38-1.03-2.38-2.31c0-1.314 1.096-2.31 2.38-2.31v-2.03c0-.87-.8-1.52-1.65-1.33l-10.94-.717l-11.34 5.627c-.62.14-1.07.69-1.07 1.33v9.01a2.121 2.121 0 0 1 0 4.24v2.01c0 .87.8 1.52 1.65 1.33l22.28-4.91c.62-.14 1.07-.69 1.07-1.33z"/><path fill="#ffb02e" d="m15.74 2.565l-11.02 9.56l23.35-4.99l-9.78-4.89c-.84-.42-1.84-.29-2.55.32m8.74 13.87a3.67 3.67 0 1 1-7.34 0a3.67 3.67 0 0 1 7.34 0m-11.87 5.55a2.12 2.12 0 1 0 0-4.24a2.12 2.12 0 0 0 0 4.24m6.35 1.14a1.14 1.14 0 1 1-2.28 0a1.14 1.14 0 0 1 2.28 0"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiFlatCheeseWedge(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#fcd53f" d="M29 15.075c-1.27 0-2.38-1.03-2.38-2.31c0-1.314 1.096-2.31 2.38-2.31v-2.03c0-.87-.8-1.52-1.65-1.33l-10.94-.717l-11.34 5.627c-.62.14-1.07.69-1.07 1.33v9.01a2.121 2.121 0 0 1 0 4.24v2.01c0 .87.8 1.52 1.65 1.33l22.28-4.91c.62-.14 1.07-.69 1.07-1.33z"/><path fill="#ffb02e" d="m15.74 2.565l-11.02 9.56l23.35-4.99l-9.78-4.89c-.84-.42-1.84-.29-2.55.32m8.74 13.87a3.67 3.67 0 1 1-7.34 0a3.67 3.67 0 0 1 7.34 0m-11.87 5.55a2.12 2.12 0 1 0 0-4.24a2.12 2.12 0 0 0 0 4.24m6.35 1.14a1.14 1.14 0 1 1-2.28 0a1.14 1.14 0 0 1 2.28 0"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#fcd53f" d="M29 15.075c-1.27 0-2.38-1.03-2.38-2.31c0-1.314 1.096-2.31 2.38-2.31v-2.03c0-.87-.8-1.52-1.65-1.33l-10.94-.717l-11.34 5.627c-.62.14-1.07.69-1.07 1.33v9.01a2.121 2.121 0 0 1 0 4.24v2.01c0 .87.8 1.52 1.65 1.33l22.28-4.91c.62-.14 1.07-.69 1.07-1.33z"/><path fill="#ffb02e" d="m15.74 2.565l-11.02 9.56l23.35-4.99l-9.78-4.89c-.84-.42-1.84-.29-2.55.32m8.74 13.87a3.67 3.67 0 1 1-7.34 0a3.67 3.67 0 0 1 7.34 0m-11.87 5.55a2.12 2.12 0 1 0 0-4.24a2.12 2.12 0 0 0 0 4.24m6.35 1.14a1.14 1.14 0 1 1-2.28 0a1.14 1.14 0 0 1 2.28 0"/></g></svg>
</template>

CSS

.icon-cheese-wedge {
  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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23fcd53f%22%20d%3D%22M29%2015.075c-1.27%200-2.38-1.03-2.38-2.31c0-1.314%201.096-2.31%202.38-2.31v-2.03c0-.87-.8-1.52-1.65-1.33l-10.94-.717l-11.34%205.627c-.62.14-1.07.69-1.07%201.33v9.01a2.121%202.121%200%200%201%200%204.24v2.01c0%20.87.8%201.52%201.65%201.33l22.28-4.91c.62-.14%201.07-.69%201.07-1.33z%22%2F%3E%3Cpath%20fill%3D%22%23ffb02e%22%20d%3D%22m15.74%202.565l-11.02%209.56l23.35-4.99l-9.78-4.89c-.84-.42-1.84-.29-2.55.32m8.74%2013.87a3.67%203.67%200%201%201-7.34%200a3.67%203.67%200%200%201%207.34%200m-11.87%205.55a2.12%202.12%200%201%200%200-4.24a2.12%202.12%200%200%200%200%204.24m6.35%201.14a1.14%201.14%200%201%201-2.28%200a1.14%201.14%200%200%201%202.28%200%22%2F%3E%3C%2Fg%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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23fcd53f%22%20d%3D%22M29%2015.075c-1.27%200-2.38-1.03-2.38-2.31c0-1.314%201.096-2.31%202.38-2.31v-2.03c0-.87-.8-1.52-1.65-1.33l-10.94-.717l-11.34%205.627c-.62.14-1.07.69-1.07%201.33v9.01a2.121%202.121%200%200%201%200%204.24v2.01c0%20.87.8%201.52%201.65%201.33l22.28-4.91c.62-.14%201.07-.69%201.07-1.33z%22%2F%3E%3Cpath%20fill%3D%22%23ffb02e%22%20d%3D%22m15.74%202.565l-11.02%209.56l23.35-4.99l-9.78-4.89c-.84-.42-1.84-.29-2.55.32m8.74%2013.87a3.67%203.67%200%201%201-7.34%200a3.67%203.67%200%200%201%207.34%200m-11.87%205.55a2.12%202.12%200%201%200%200-4.24a2.12%202.12%200%200%200%200%204.24m6.35%201.14a1.14%201.14%200%201%201-2.28%200a1.14%201.14%200%200%201%202.28%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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