food-cake-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.

Name
food-cake-16-regular
Set
Fluent UI System Icons
Style
16 Regular
Viewbox
16×16
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 16 16"><path fill="currentColor" d="M6.814 1.667C7.076 1.32 7.482 1 8 1s.924.32 1.186.667c.269.355.45.813.51 1.267c.06.45.01.96-.267 1.375C9.134 4.75 8.639 5 8 5c-.64 0-1.134-.25-1.429-.691c-.276-.416-.327-.926-.267-1.375c.06-.454.241-.912.51-1.267m.59 2.087c.08.12.236.246.596.246s.516-.125.596-.246c.099-.147.148-.387.108-.688a1.75 1.75 0 0 0-.315-.796C8.226 2.055 8.082 2 8 2s-.226.055-.389.27a1.75 1.75 0 0 0-.315.796c-.04.3.01.54.108.688M2 8a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v5h.5a.5.5 0 0 1 0 1h-13a.5.5 0 0 1 0-1H2zm1 5h10v-2.98q-.135.125-.28.254c-.32.284-.685.58-1.049.806c-.344.215-.763.42-1.171.42c-.728 0-1.192-.51-1.495-.844l-.062-.067C8.588 10.203 8.358 10 8 10s-.588.203-.943.589l-.062.067c-.303.334-.767.844-1.495.844c-.394 0-.807-.21-1.14-.421a9 9 0 0 1-1.049-.802A15 15 0 0 1 3 9.997zm0-4.4a17 17 0 0 0 .969.923c.306.267.629.524.924.71c.32.202.521.267.607.267c.258 0 .432-.166.821-.589l.003-.003C6.66 9.544 7.16 9 8 9s1.34.544 1.676.908l.003.003c.39.423.563.589.821.589c.11 0 .326-.07.641-.268a7 7 0 0 0 .916-.706a14 14 0 0 0 .943-.92V8a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1z"/></svg>

React

import type { SVGProps } from "react";

export function FluentFoodCake16Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6.814 1.667C7.076 1.32 7.482 1 8 1s.924.32 1.186.667c.269.355.45.813.51 1.267c.06.45.01.96-.267 1.375C9.134 4.75 8.639 5 8 5c-.64 0-1.134-.25-1.429-.691c-.276-.416-.327-.926-.267-1.375c.06-.454.241-.912.51-1.267m.59 2.087c.08.12.236.246.596.246s.516-.125.596-.246c.099-.147.148-.387.108-.688a1.75 1.75 0 0 0-.315-.796C8.226 2.055 8.082 2 8 2s-.226.055-.389.27a1.75 1.75 0 0 0-.315.796c-.04.3.01.54.108.688M2 8a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v5h.5a.5.5 0 0 1 0 1h-13a.5.5 0 0 1 0-1H2zm1 5h10v-2.98q-.135.125-.28.254c-.32.284-.685.58-1.049.806c-.344.215-.763.42-1.171.42c-.728 0-1.192-.51-1.495-.844l-.062-.067C8.588 10.203 8.358 10 8 10s-.588.203-.943.589l-.062.067c-.303.334-.767.844-1.495.844c-.394 0-.807-.21-1.14-.421a9 9 0 0 1-1.049-.802A15 15 0 0 1 3 9.997zm0-4.4a17 17 0 0 0 .969.923c.306.267.629.524.924.71c.32.202.521.267.607.267c.258 0 .432-.166.821-.589l.003-.003C6.66 9.544 7.16 9 8 9s1.34.544 1.676.908l.003.003c.39.423.563.589.821.589c.11 0 .326-.07.641-.268a7 7 0 0 0 .916-.706a14 14 0 0 0 .943-.92V8a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6.814 1.667C7.076 1.32 7.482 1 8 1s.924.32 1.186.667c.269.355.45.813.51 1.267c.06.45.01.96-.267 1.375C9.134 4.75 8.639 5 8 5c-.64 0-1.134-.25-1.429-.691c-.276-.416-.327-.926-.267-1.375c.06-.454.241-.912.51-1.267m.59 2.087c.08.12.236.246.596.246s.516-.125.596-.246c.099-.147.148-.387.108-.688a1.75 1.75 0 0 0-.315-.796C8.226 2.055 8.082 2 8 2s-.226.055-.389.27a1.75 1.75 0 0 0-.315.796c-.04.3.01.54.108.688M2 8a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v5h.5a.5.5 0 0 1 0 1h-13a.5.5 0 0 1 0-1H2zm1 5h10v-2.98q-.135.125-.28.254c-.32.284-.685.58-1.049.806c-.344.215-.763.42-1.171.42c-.728 0-1.192-.51-1.495-.844l-.062-.067C8.588 10.203 8.358 10 8 10s-.588.203-.943.589l-.062.067c-.303.334-.767.844-1.495.844c-.394 0-.807-.21-1.14-.421a9 9 0 0 1-1.049-.802A15 15 0 0 1 3 9.997zm0-4.4a17 17 0 0 0 .969.923c.306.267.629.524.924.71c.32.202.521.267.607.267c.258 0 .432-.166.821-.589l.003-.003C6.66 9.544 7.16 9 8 9s1.34.544 1.676.908l.003.003c.39.423.563.589.821.589c.11 0 .326-.07.641-.268a7 7 0 0 0 .916-.706a14 14 0 0 0 .943-.92V8a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1z"/></svg>
</template>

CSS

.icon-food-cake-16-regular {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.814%201.667C7.076%201.32%207.482%201%208%201s.924.32%201.186.667c.269.355.45.813.51%201.267c.06.45.01.96-.267%201.375C9.134%204.75%208.639%205%208%205c-.64%200-1.134-.25-1.429-.691c-.276-.416-.327-.926-.267-1.375c.06-.454.241-.912.51-1.267m.59%202.087c.08.12.236.246.596.246s.516-.125.596-.246c.099-.147.148-.387.108-.688a1.75%201.75%200%200%200-.315-.796C8.226%202.055%208.082%202%208%202s-.226.055-.389.27a1.75%201.75%200%200%200-.315.796c-.04.3.01.54.108.688M2%208a2%202%200%200%201%202-2h8a2%202%200%200%201%202%202v5h.5a.5.5%200%200%201%200%201h-13a.5.5%200%200%201%200-1H2zm1%205h10v-2.98q-.135.125-.28.254c-.32.284-.685.58-1.049.806c-.344.215-.763.42-1.171.42c-.728%200-1.192-.51-1.495-.844l-.062-.067C8.588%2010.203%208.358%2010%208%2010s-.588.203-.943.589l-.062.067c-.303.334-.767.844-1.495.844c-.394%200-.807-.21-1.14-.421a9%209%200%200%201-1.049-.802A15%2015%200%200%201%203%209.997zm0-4.4a17%2017%200%200%200%20.969.923c.306.267.629.524.924.71c.32.202.521.267.607.267c.258%200%20.432-.166.821-.589l.003-.003C6.66%209.544%207.16%209%208%209s1.34.544%201.676.908l.003.003c.39.423.563.589.821.589c.11%200%20.326-.07.641-.268a7%207%200%200%200%20.916-.706a14%2014%200%200%200%20.943-.92V8a1%201%200%200%200-1-1H4a1%201%200%200%200-1%201z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.814%201.667C7.076%201.32%207.482%201%208%201s.924.32%201.186.667c.269.355.45.813.51%201.267c.06.45.01.96-.267%201.375C9.134%204.75%208.639%205%208%205c-.64%200-1.134-.25-1.429-.691c-.276-.416-.327-.926-.267-1.375c.06-.454.241-.912.51-1.267m.59%202.087c.08.12.236.246.596.246s.516-.125.596-.246c.099-.147.148-.387.108-.688a1.75%201.75%200%200%200-.315-.796C8.226%202.055%208.082%202%208%202s-.226.055-.389.27a1.75%201.75%200%200%200-.315.796c-.04.3.01.54.108.688M2%208a2%202%200%200%201%202-2h8a2%202%200%200%201%202%202v5h.5a.5.5%200%200%201%200%201h-13a.5.5%200%200%201%200-1H2zm1%205h10v-2.98q-.135.125-.28.254c-.32.284-.685.58-1.049.806c-.344.215-.763.42-1.171.42c-.728%200-1.192-.51-1.495-.844l-.062-.067C8.588%2010.203%208.358%2010%208%2010s-.588.203-.943.589l-.062.067c-.303.334-.767.844-1.495.844c-.394%200-.807-.21-1.14-.421a9%209%200%200%201-1.049-.802A15%2015%200%200%201%203%209.997zm0-4.4a17%2017%200%200%200%20.969.923c.306.267.629.524.924.71c.32.202.521.267.607.267c.258%200%20.432-.166.821-.589l.003-.003C6.66%209.544%207.16%209%208%209s1.34.544%201.676.908l.003.003c.39.423.563.589.821.589c.11%200%20.326-.07.641-.268a7%207%200%200%200%20.916-.706a14%2014%200%200%200%20.943-.92V8a1%201%200%200%200-1-1H4a1%201%200%200%200-1%201z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Food Cake 16 regular icon — Fluent UI System Icons · IconsDB