food-cake-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
food-cake-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

7 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the food cake icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 7c1.714 0 2-1.34 2-2.444C14 3.45 13.262 1.5 12 1.5s-2 1.951-2 3.056S10.286 7 12 7m-8.5 3.25A2.25 2.25 0 0 1 5.75 8h12.5a2.25 2.25 0 0 1 2.25 2.25v.875l-3.634 2.726a1.25 1.25 0 0 1-1.384.077l-2.04-1.2a2.75 2.75 0 0 0-2.884.06l-1.761 1.136a1.25 1.25 0 0 1-1.35.003L3.5 11.408zm0 2.938V18.5h-.75a.75.75 0 0 0 0 1.5h18.5a.75.75 0 0 0 0-1.5h-.75V13l-2.734 2.05a2.75 2.75 0 0 1-3.044.171l-2.04-1.2a1.25 1.25 0 0 0-1.311.027l-1.76 1.136a2.75 2.75 0 0 1-2.971.008z"/></svg>

React

import type { SVGProps } from "react";

export function FluentFoodCake24Filled(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="M12 7c1.714 0 2-1.34 2-2.444C14 3.45 13.262 1.5 12 1.5s-2 1.951-2 3.056S10.286 7 12 7m-8.5 3.25A2.25 2.25 0 0 1 5.75 8h12.5a2.25 2.25 0 0 1 2.25 2.25v.875l-3.634 2.726a1.25 1.25 0 0 1-1.384.077l-2.04-1.2a2.75 2.75 0 0 0-2.884.06l-1.761 1.136a1.25 1.25 0 0 1-1.35.003L3.5 11.408zm0 2.938V18.5h-.75a.75.75 0 0 0 0 1.5h18.5a.75.75 0 0 0 0-1.5h-.75V13l-2.734 2.05a2.75 2.75 0 0 1-3.044.171l-2.04-1.2a1.25 1.25 0 0 0-1.311.027l-1.76 1.136a2.75 2.75 0 0 1-2.971.008z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 7c1.714 0 2-1.34 2-2.444C14 3.45 13.262 1.5 12 1.5s-2 1.951-2 3.056S10.286 7 12 7m-8.5 3.25A2.25 2.25 0 0 1 5.75 8h12.5a2.25 2.25 0 0 1 2.25 2.25v.875l-3.634 2.726a1.25 1.25 0 0 1-1.384.077l-2.04-1.2a2.75 2.75 0 0 0-2.884.06l-1.761 1.136a1.25 1.25 0 0 1-1.35.003L3.5 11.408zm0 2.938V18.5h-.75a.75.75 0 0 0 0 1.5h18.5a.75.75 0 0 0 0-1.5h-.75V13l-2.734 2.05a2.75 2.75 0 0 1-3.044.171l-2.04-1.2a1.25 1.25 0 0 0-1.311.027l-1.76 1.136a2.75 2.75 0 0 1-2.971.008z"/></svg>
</template>

CSS

.icon-food-cake-24-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%22M12%207c1.714%200%202-1.34%202-2.444C14%203.45%2013.262%201.5%2012%201.5s-2%201.951-2%203.056S10.286%207%2012%207m-8.5%203.25A2.25%202.25%200%200%201%205.75%208h12.5a2.25%202.25%200%200%201%202.25%202.25v.875l-3.634%202.726a1.25%201.25%200%200%201-1.384.077l-2.04-1.2a2.75%202.75%200%200%200-2.884.06l-1.761%201.136a1.25%201.25%200%200%201-1.35.003L3.5%2011.408zm0%202.938V18.5h-.75a.75.75%200%200%200%200%201.5h18.5a.75.75%200%200%200%200-1.5h-.75V13l-2.734%202.05a2.75%202.75%200%200%201-3.044.171l-2.04-1.2a1.25%201.25%200%200%200-1.311.027l-1.76%201.136a2.75%202.75%200%200%201-2.971.008z%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%22M12%207c1.714%200%202-1.34%202-2.444C14%203.45%2013.262%201.5%2012%201.5s-2%201.951-2%203.056S10.286%207%2012%207m-8.5%203.25A2.25%202.25%200%200%201%205.75%208h12.5a2.25%202.25%200%200%201%202.25%202.25v.875l-3.634%202.726a1.25%201.25%200%200%201-1.384.077l-2.04-1.2a2.75%202.75%200%200%200-2.884.06l-1.761%201.136a1.25%201.25%200%200%201-1.35.003L3.5%2011.408zm0%202.938V18.5h-.75a.75.75%200%200%200%200%201.5h18.5a.75.75%200%200%200%200-1.5h-.75V13l-2.734%202.05a2.75%202.75%200%200%201-3.044.171l-2.04-1.2a1.25%201.25%200%200%200-1.311.027l-1.76%201.136a2.75%202.75%200%200%201-2.971.008z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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