cake from Material Design Icons by Pictogrammers · Filled · Food / Drink · Apache-2.0 Free for personal and commercial use.

Name
cake
Set
Material Design Icons
Style
Filled
Category
Food / Drink
Viewbox
24×24
License
Apache 2.0
Aliases
birthday-cake

The same icon in other sets

More food / drink icons from Material Design Icons

Use the cake icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.5.5c.5.25 1.5 1.9 1.5 3S12.33 5 11.5 5S10 4.85 10 3.75S11 2 11.5.5m7 8.5C21 9 23 11 23 13.5c0 1.56-.79 2.93-2 3.74V23H3v-5.76c-1.21-.81-2-2.18-2-3.74C1 11 3 9 5.5 9H10V6h3v3zM12 16a2.5 2.5 0 0 0 2.5-2.5H16a2.5 2.5 0 0 0 2.5 2.5a2.5 2.5 0 0 0 2.5-2.5a2.5 2.5 0 0 0-2.5-2.5h-13A2.5 2.5 0 0 0 3 13.5A2.5 2.5 0 0 0 5.5 16A2.5 2.5 0 0 0 8 13.5h1.5A2.5 2.5 0 0 0 12 16"/></svg>

React

import type { SVGProps } from "react";

export function MdiCake(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="M11.5.5c.5.25 1.5 1.9 1.5 3S12.33 5 11.5 5S10 4.85 10 3.75S11 2 11.5.5m7 8.5C21 9 23 11 23 13.5c0 1.56-.79 2.93-2 3.74V23H3v-5.76c-1.21-.81-2-2.18-2-3.74C1 11 3 9 5.5 9H10V6h3v3zM12 16a2.5 2.5 0 0 0 2.5-2.5H16a2.5 2.5 0 0 0 2.5 2.5a2.5 2.5 0 0 0 2.5-2.5a2.5 2.5 0 0 0-2.5-2.5h-13A2.5 2.5 0 0 0 3 13.5A2.5 2.5 0 0 0 5.5 16A2.5 2.5 0 0 0 8 13.5h1.5A2.5 2.5 0 0 0 12 16"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.5.5c.5.25 1.5 1.9 1.5 3S12.33 5 11.5 5S10 4.85 10 3.75S11 2 11.5.5m7 8.5C21 9 23 11 23 13.5c0 1.56-.79 2.93-2 3.74V23H3v-5.76c-1.21-.81-2-2.18-2-3.74C1 11 3 9 5.5 9H10V6h3v3zM12 16a2.5 2.5 0 0 0 2.5-2.5H16a2.5 2.5 0 0 0 2.5 2.5a2.5 2.5 0 0 0 2.5-2.5a2.5 2.5 0 0 0-2.5-2.5h-13A2.5 2.5 0 0 0 3 13.5A2.5 2.5 0 0 0 5.5 16A2.5 2.5 0 0 0 8 13.5h1.5A2.5 2.5 0 0 0 12 16"/></svg>
</template>

CSS

.icon-cake {
  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%22M11.5.5c.5.25%201.5%201.9%201.5%203S12.33%205%2011.5%205S10%204.85%2010%203.75S11%202%2011.5.5m7%208.5C21%209%2023%2011%2023%2013.5c0%201.56-.79%202.93-2%203.74V23H3v-5.76c-1.21-.81-2-2.18-2-3.74C1%2011%203%209%205.5%209H10V6h3v3zM12%2016a2.5%202.5%200%200%200%202.5-2.5H16a2.5%202.5%200%200%200%202.5%202.5a2.5%202.5%200%200%200%202.5-2.5a2.5%202.5%200%200%200-2.5-2.5h-13A2.5%202.5%200%200%200%203%2013.5A2.5%202.5%200%200%200%205.5%2016A2.5%202.5%200%200%200%208%2013.5h1.5A2.5%202.5%200%200%200%2012%2016%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%22M11.5.5c.5.25%201.5%201.9%201.5%203S12.33%205%2011.5%205S10%204.85%2010%203.75S11%202%2011.5.5m7%208.5C21%209%2023%2011%2023%2013.5c0%201.56-.79%202.93-2%203.74V23H3v-5.76c-1.21-.81-2-2.18-2-3.74C1%2011%203%209%205.5%209H10V6h3v3zM12%2016a2.5%202.5%200%200%200%202.5-2.5H16a2.5%202.5%200%200%200%202.5%202.5a2.5%202.5%200%200%200%202.5-2.5a2.5%202.5%200%200%200-2.5-2.5h-13A2.5%202.5%200%200%200%203%2013.5A2.5%202.5%200%200%200%205.5%2016A2.5%202.5%200%200%200%208%2013.5h1.5A2.5%202.5%200%200%200%2012%2016%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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