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

Name
food-cake-24-regular
Set
Fluent UI System Icons
Style
24 Regular
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 1c-.95 0-1.585.682-1.937 1.282c-.361.619-.563 1.374-.563 1.968c0 .494.063 1.174.432 1.746C10.343 6.63 11.039 7 12 7s1.658-.37 2.068-1.004c.37-.572.432-1.252.432-1.746c0-.594-.202-1.35-.563-1.968C13.586 1.682 12.95 1 12 1m-1 3.25c0-.31.121-.805.358-1.21c.248-.424.487-.54.642-.54s.394.116.642.54c.237.405.358.9.358 1.21c0 .41-.062.73-.193.932c-.09.14-.27.318-.807.318c-.538 0-.717-.178-.807-.318C11.063 4.98 11 4.66 11 4.25m9.5 6v8.25h.75a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1 0-1.5h.75v-8.25A2.25 2.25 0 0 1 5.75 8h12.5a2.25 2.25 0 0 1 2.25 2.25m-15.5 0v2.091l2.447 1.58a1.25 1.25 0 0 0 1.356 0l1.747-1.128a2.75 2.75 0 0 1 2.9-.05l2.009 1.199a1.25 1.25 0 0 0 1.359-.05L19 12.36v-2.11a.75.75 0 0 0-.75-.75H5.75a.75.75 0 0 0-.75.75m12.68 4.87a2.75 2.75 0 0 1-2.99.11l-2.008-1.2a1.25 1.25 0 0 0-1.319.023l-1.747 1.128a2.75 2.75 0 0 1-2.982 0L5 14.126V18.5h14v-4.307z"/></svg>

React

import type { SVGProps } from "react";

export function FluentFoodCake24Regular(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 1c-.95 0-1.585.682-1.937 1.282c-.361.619-.563 1.374-.563 1.968c0 .494.063 1.174.432 1.746C10.343 6.63 11.039 7 12 7s1.658-.37 2.068-1.004c.37-.572.432-1.252.432-1.746c0-.594-.202-1.35-.563-1.968C13.586 1.682 12.95 1 12 1m-1 3.25c0-.31.121-.805.358-1.21c.248-.424.487-.54.642-.54s.394.116.642.54c.237.405.358.9.358 1.21c0 .41-.062.73-.193.932c-.09.14-.27.318-.807.318c-.538 0-.717-.178-.807-.318C11.063 4.98 11 4.66 11 4.25m9.5 6v8.25h.75a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1 0-1.5h.75v-8.25A2.25 2.25 0 0 1 5.75 8h12.5a2.25 2.25 0 0 1 2.25 2.25m-15.5 0v2.091l2.447 1.58a1.25 1.25 0 0 0 1.356 0l1.747-1.128a2.75 2.75 0 0 1 2.9-.05l2.009 1.199a1.25 1.25 0 0 0 1.359-.05L19 12.36v-2.11a.75.75 0 0 0-.75-.75H5.75a.75.75 0 0 0-.75.75m12.68 4.87a2.75 2.75 0 0 1-2.99.11l-2.008-1.2a1.25 1.25 0 0 0-1.319.023l-1.747 1.128a2.75 2.75 0 0 1-2.982 0L5 14.126V18.5h14v-4.307z"/></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 1c-.95 0-1.585.682-1.937 1.282c-.361.619-.563 1.374-.563 1.968c0 .494.063 1.174.432 1.746C10.343 6.63 11.039 7 12 7s1.658-.37 2.068-1.004c.37-.572.432-1.252.432-1.746c0-.594-.202-1.35-.563-1.968C13.586 1.682 12.95 1 12 1m-1 3.25c0-.31.121-.805.358-1.21c.248-.424.487-.54.642-.54s.394.116.642.54c.237.405.358.9.358 1.21c0 .41-.062.73-.193.932c-.09.14-.27.318-.807.318c-.538 0-.717-.178-.807-.318C11.063 4.98 11 4.66 11 4.25m9.5 6v8.25h.75a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1 0-1.5h.75v-8.25A2.25 2.25 0 0 1 5.75 8h12.5a2.25 2.25 0 0 1 2.25 2.25m-15.5 0v2.091l2.447 1.58a1.25 1.25 0 0 0 1.356 0l1.747-1.128a2.75 2.75 0 0 1 2.9-.05l2.009 1.199a1.25 1.25 0 0 0 1.359-.05L19 12.36v-2.11a.75.75 0 0 0-.75-.75H5.75a.75.75 0 0 0-.75.75m12.68 4.87a2.75 2.75 0 0 1-2.99.11l-2.008-1.2a1.25 1.25 0 0 0-1.319.023l-1.747 1.128a2.75 2.75 0 0 1-2.982 0L5 14.126V18.5h14v-4.307z"/></svg>
</template>

CSS

.icon-food-cake-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%201c-.95%200-1.585.682-1.937%201.282c-.361.619-.563%201.374-.563%201.968c0%20.494.063%201.174.432%201.746C10.343%206.63%2011.039%207%2012%207s1.658-.37%202.068-1.004c.37-.572.432-1.252.432-1.746c0-.594-.202-1.35-.563-1.968C13.586%201.682%2012.95%201%2012%201m-1%203.25c0-.31.121-.805.358-1.21c.248-.424.487-.54.642-.54s.394.116.642.54c.237.405.358.9.358%201.21c0%20.41-.062.73-.193.932c-.09.14-.27.318-.807.318c-.538%200-.717-.178-.807-.318C11.063%204.98%2011%204.66%2011%204.25m9.5%206v8.25h.75a.75.75%200%200%201%200%201.5H2.75a.75.75%200%200%201%200-1.5h.75v-8.25A2.25%202.25%200%200%201%205.75%208h12.5a2.25%202.25%200%200%201%202.25%202.25m-15.5%200v2.091l2.447%201.58a1.25%201.25%200%200%200%201.356%200l1.747-1.128a2.75%202.75%200%200%201%202.9-.05l2.009%201.199a1.25%201.25%200%200%200%201.359-.05L19%2012.36v-2.11a.75.75%200%200%200-.75-.75H5.75a.75.75%200%200%200-.75.75m12.68%204.87a2.75%202.75%200%200%201-2.99.11l-2.008-1.2a1.25%201.25%200%200%200-1.319.023l-1.747%201.128a2.75%202.75%200%200%201-2.982%200L5%2014.126V18.5h14v-4.307z%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%201c-.95%200-1.585.682-1.937%201.282c-.361.619-.563%201.374-.563%201.968c0%20.494.063%201.174.432%201.746C10.343%206.63%2011.039%207%2012%207s1.658-.37%202.068-1.004c.37-.572.432-1.252.432-1.746c0-.594-.202-1.35-.563-1.968C13.586%201.682%2012.95%201%2012%201m-1%203.25c0-.31.121-.805.358-1.21c.248-.424.487-.54.642-.54s.394.116.642.54c.237.405.358.9.358%201.21c0%20.41-.062.73-.193.932c-.09.14-.27.318-.807.318c-.538%200-.717-.178-.807-.318C11.063%204.98%2011%204.66%2011%204.25m9.5%206v8.25h.75a.75.75%200%200%201%200%201.5H2.75a.75.75%200%200%201%200-1.5h.75v-8.25A2.25%202.25%200%200%201%205.75%208h12.5a2.25%202.25%200%200%201%202.25%202.25m-15.5%200v2.091l2.447%201.58a1.25%201.25%200%200%200%201.356%200l1.747-1.128a2.75%202.75%200%200%201%202.9-.05l2.009%201.199a1.25%201.25%200%200%200%201.359-.05L19%2012.36v-2.11a.75.75%200%200%200-.75-.75H5.75a.75.75%200%200%200-.75.75m12.68%204.87a2.75%202.75%200%200%201-2.99.11l-2.008-1.2a1.25%201.25%200%200%200-1.319.023l-1.747%201.128a2.75%202.75%200%200%201-2.982%200L5%2014.126V18.5h14v-4.307z%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-regular.svg?color=%231a73e8&size=48