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

Name
food-cake-12-filled
Set
Fluent UI System Icons
Style
12 Filled
Viewbox
12×12
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 12 12"><path fill="currentColor" d="M4.933 1.65a2 2 0 0 0-.303.884c-.025.424.04.842.303 1.158c.275.33.672.438 1.065.438c.403 0 .797-.123 1.068-.45c.261-.316.332-.731.303-1.152a2.06 2.06 0 0 0-.304-.869C6.883 1.369 6.538 1 5.998 1c-.534 0-.88.357-1.065.65M3.5 5A1.5 1.5 0 0 0 2 6.5v.006l1.867 1.456a.25.25 0 0 0 .298.006l1.11-.79a1.25 1.25 0 0 1 1.45 0l1.11.79a.25.25 0 0 0 .298-.006L10 6.506V6.5A1.5 1.5 0 0 0 8.5 5zm5.249 3.75L10 7.774V10h.5a.5.5 0 0 1 0 1h-9a.5.5 0 0 1 0-1H2V7.774l1.251.976a1.25 1.25 0 0 0 1.495.033l1.109-.79a.25.25 0 0 1 .29 0l1.11.79a1.25 1.25 0 0 0 1.494-.033"/></svg>

React

import type { SVGProps } from "react";

export function FluentFoodCake12Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M4.933 1.65a2 2 0 0 0-.303.884c-.025.424.04.842.303 1.158c.275.33.672.438 1.065.438c.403 0 .797-.123 1.068-.45c.261-.316.332-.731.303-1.152a2.06 2.06 0 0 0-.304-.869C6.883 1.369 6.538 1 5.998 1c-.534 0-.88.357-1.065.65M3.5 5A1.5 1.5 0 0 0 2 6.5v.006l1.867 1.456a.25.25 0 0 0 .298.006l1.11-.79a1.25 1.25 0 0 1 1.45 0l1.11.79a.25.25 0 0 0 .298-.006L10 6.506V6.5A1.5 1.5 0 0 0 8.5 5zm5.249 3.75L10 7.774V10h.5a.5.5 0 0 1 0 1h-9a.5.5 0 0 1 0-1H2V7.774l1.251.976a1.25 1.25 0 0 0 1.495.033l1.109-.79a.25.25 0 0 1 .29 0l1.11.79a1.25 1.25 0 0 0 1.494-.033"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M4.933 1.65a2 2 0 0 0-.303.884c-.025.424.04.842.303 1.158c.275.33.672.438 1.065.438c.403 0 .797-.123 1.068-.45c.261-.316.332-.731.303-1.152a2.06 2.06 0 0 0-.304-.869C6.883 1.369 6.538 1 5.998 1c-.534 0-.88.357-1.065.65M3.5 5A1.5 1.5 0 0 0 2 6.5v.006l1.867 1.456a.25.25 0 0 0 .298.006l1.11-.79a1.25 1.25 0 0 1 1.45 0l1.11.79a.25.25 0 0 0 .298-.006L10 6.506V6.5A1.5 1.5 0 0 0 8.5 5zm5.249 3.75L10 7.774V10h.5a.5.5 0 0 1 0 1h-9a.5.5 0 0 1 0-1H2V7.774l1.251.976a1.25 1.25 0 0 0 1.495.033l1.109-.79a.25.25 0 0 1 .29 0l1.11.79a1.25 1.25 0 0 0 1.494-.033"/></svg>
</template>

CSS

.icon-food-cake-12-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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.933%201.65a2%202%200%200%200-.303.884c-.025.424.04.842.303%201.158c.275.33.672.438%201.065.438c.403%200%20.797-.123%201.068-.45c.261-.316.332-.731.303-1.152a2.06%202.06%200%200%200-.304-.869C6.883%201.369%206.538%201%205.998%201c-.534%200-.88.357-1.065.65M3.5%205A1.5%201.5%200%200%200%202%206.5v.006l1.867%201.456a.25.25%200%200%200%20.298.006l1.11-.79a1.25%201.25%200%200%201%201.45%200l1.11.79a.25.25%200%200%200%20.298-.006L10%206.506V6.5A1.5%201.5%200%200%200%208.5%205zm5.249%203.75L10%207.774V10h.5a.5.5%200%200%201%200%201h-9a.5.5%200%200%201%200-1H2V7.774l1.251.976a1.25%201.25%200%200%200%201.495.033l1.109-.79a.25.25%200%200%201%20.29%200l1.11.79a1.25%201.25%200%200%200%201.494-.033%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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.933%201.65a2%202%200%200%200-.303.884c-.025.424.04.842.303%201.158c.275.33.672.438%201.065.438c.403%200%20.797-.123%201.068-.45c.261-.316.332-.731.303-1.152a2.06%202.06%200%200%200-.304-.869C6.883%201.369%206.538%201%205.998%201c-.534%200-.88.357-1.065.65M3.5%205A1.5%201.5%200%200%200%202%206.5v.006l1.867%201.456a.25.25%200%200%200%20.298.006l1.11-.79a1.25%201.25%200%200%201%201.45%200l1.11.79a.25.25%200%200%200%20.298-.006L10%206.506V6.5A1.5%201.5%200%200%200%208.5%205zm5.249%203.75L10%207.774V10h.5a.5.5%200%200%201%200%201h-9a.5.5%200%200%201%200-1H2V7.774l1.251.976a1.25%201.25%200%200%200%201.495.033l1.109-.79a.25.25%200%200%201%20.29%200l1.11.79a1.25%201.25%200%200%200%201.494-.033%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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