cake icon
cake-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- cake-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All cake icons →cakeAkar IconscakeBootstrap IconscakeBoxIcons v2cakeBoxIcons v2 SolidcakeDeviconcakeFont Awesome SolidcakeHeroIconscakeHuge IconscakeIconParkcakeIconPark OutlinecakeIconPark SolidcakeIconPark TwoTonecakeKeyline IconscakeMaterial Line IconscakeLucidecakeMajesticonscakeMaterial Icon ThemecakeMaterial SymbolscakeMaterial Symbols LightcakeMaterial Design Iconscake-fillMingCute IconcakeMyna UI IconscakeOpenMojicakePhosphor
More newicons icons from Reicon
Use the cake icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M20.89 13v1h-.87c-.74 0-1.34.6-1.34 1.35v.3a1.344 1.344 0 1 1-2.69 0v-.3c0-.75-.61-1.35-1.35-1.35s-1.34.6-1.34 1.35v.3a1.35 1.35 0 0 1-2.7 0v-.3c0-.75-.6-1.35-1.34-1.35s-1.35.6-1.35 1.35v.3a1.344 1.344 0 1 1-2.69 0v-.32c0-.74-.59-1.34-1.32-1.35h-.79V13c0-1.38 1.04-2.55 2.45-2.89c.28-.07.57-.11.88-.11h11.12c.31 0 .6.04.88.11c1.41.34 2.45 1.51 2.45 2.89m-2.45-5.83v1.41c-.29-.06-.58-.08-.88-.08H6.44c-.3 0-.59.03-.88.09V7.17C5.56 5.97 6.64 5 7.98 5h8.04c1.34 0 2.42.97 2.42 2.17"/><path d="M8.75 3.548v1.46h-.77c-.26 0-.5.03-.73.09v-1.55c0-.35.34-.65.75-.65s.75.3.75.65m8-.22v1.77c-.23-.07-.47-.1-.73-.1h-.77v-1.67c0-.41.34-.75.75-.75s.75.34.75.75m-4-.508V5h-1.5V2.82c0-.45.34-.82.75-.82s.75.37.75.82M22 21.25c0 .41-.34.75-.75.75H2.75c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h.36v-5.02h.61v.07c0 1.34.88 2.58 2.19 2.87c1.02.24 1.99-.09 2.65-.74c.38-.38 1-.39 1.38-.01c.52.51 1.23.83 2.01.83s1.49-.31 2.01-.83c.38-.37.99-.37 1.38.01c.65.65 1.62.98 2.65.74c1.31-.29 2.19-1.53 2.19-2.87v-.05h.71v5h.36c.41 0 .75.34.75.75"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconCakeFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M20.89 13v1h-.87c-.74 0-1.34.6-1.34 1.35v.3a1.344 1.344 0 1 1-2.69 0v-.3c0-.75-.61-1.35-1.35-1.35s-1.34.6-1.34 1.35v.3a1.35 1.35 0 0 1-2.7 0v-.3c0-.75-.6-1.35-1.34-1.35s-1.35.6-1.35 1.35v.3a1.344 1.344 0 1 1-2.69 0v-.32c0-.74-.59-1.34-1.32-1.35h-.79V13c0-1.38 1.04-2.55 2.45-2.89c.28-.07.57-.11.88-.11h11.12c.31 0 .6.04.88.11c1.41.34 2.45 1.51 2.45 2.89m-2.45-5.83v1.41c-.29-.06-.58-.08-.88-.08H6.44c-.3 0-.59.03-.88.09V7.17C5.56 5.97 6.64 5 7.98 5h8.04c1.34 0 2.42.97 2.42 2.17"/><path d="M8.75 3.548v1.46h-.77c-.26 0-.5.03-.73.09v-1.55c0-.35.34-.65.75-.65s.75.3.75.65m8-.22v1.77c-.23-.07-.47-.1-.73-.1h-.77v-1.67c0-.41.34-.75.75-.75s.75.34.75.75m-4-.508V5h-1.5V2.82c0-.45.34-.82.75-.82s.75.37.75.82M22 21.25c0 .41-.34.75-.75.75H2.75c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h.36v-5.02h.61v.07c0 1.34.88 2.58 2.19 2.87c1.02.24 1.99-.09 2.65-.74c.38-.38 1-.39 1.38-.01c.52.51 1.23.83 2.01.83s1.49-.31 2.01-.83c.38-.37.99-.37 1.38.01c.65.65 1.62.98 2.65.74c1.31-.29 2.19-1.53 2.19-2.87v-.05h.71v5h.36c.41 0 .75.34.75.75"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M20.89 13v1h-.87c-.74 0-1.34.6-1.34 1.35v.3a1.344 1.344 0 1 1-2.69 0v-.3c0-.75-.61-1.35-1.35-1.35s-1.34.6-1.34 1.35v.3a1.35 1.35 0 0 1-2.7 0v-.3c0-.75-.6-1.35-1.34-1.35s-1.35.6-1.35 1.35v.3a1.344 1.344 0 1 1-2.69 0v-.32c0-.74-.59-1.34-1.32-1.35h-.79V13c0-1.38 1.04-2.55 2.45-2.89c.28-.07.57-.11.88-.11h11.12c.31 0 .6.04.88.11c1.41.34 2.45 1.51 2.45 2.89m-2.45-5.83v1.41c-.29-.06-.58-.08-.88-.08H6.44c-.3 0-.59.03-.88.09V7.17C5.56 5.97 6.64 5 7.98 5h8.04c1.34 0 2.42.97 2.42 2.17"/><path d="M8.75 3.548v1.46h-.77c-.26 0-.5.03-.73.09v-1.55c0-.35.34-.65.75-.65s.75.3.75.65m8-.22v1.77c-.23-.07-.47-.1-.73-.1h-.77v-1.67c0-.41.34-.75.75-.75s.75.34.75.75m-4-.508V5h-1.5V2.82c0-.45.34-.82.75-.82s.75.37.75.82M22 21.25c0 .41-.34.75-.75.75H2.75c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h.36v-5.02h.61v.07c0 1.34.88 2.58 2.19 2.87c1.02.24 1.99-.09 2.65-.74c.38-.38 1-.39 1.38-.01c.52.51 1.23.83 2.01.83s1.49-.31 2.01-.83c.38-.37.99-.37 1.38.01c.65.65 1.62.98 2.65.74c1.31-.29 2.19-1.53 2.19-2.87v-.05h.71v5h.36c.41 0 .75.34.75.75"/></g></svg> </template>
CSS
.icon-cake-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M20.89%2013v1h-.87c-.74%200-1.34.6-1.34%201.35v.3a1.344%201.344%200%201%201-2.69%200v-.3c0-.75-.61-1.35-1.35-1.35s-1.34.6-1.34%201.35v.3a1.35%201.35%200%200%201-2.7%200v-.3c0-.75-.6-1.35-1.34-1.35s-1.35.6-1.35%201.35v.3a1.344%201.344%200%201%201-2.69%200v-.32c0-.74-.59-1.34-1.32-1.35h-.79V13c0-1.38%201.04-2.55%202.45-2.89c.28-.07.57-.11.88-.11h11.12c.31%200%20.6.04.88.11c1.41.34%202.45%201.51%202.45%202.89m-2.45-5.83v1.41c-.29-.06-.58-.08-.88-.08H6.44c-.3%200-.59.03-.88.09V7.17C5.56%205.97%206.64%205%207.98%205h8.04c1.34%200%202.42.97%202.42%202.17%22%2F%3E%3Cpath%20d%3D%22M8.75%203.548v1.46h-.77c-.26%200-.5.03-.73.09v-1.55c0-.35.34-.65.75-.65s.75.3.75.65m8-.22v1.77c-.23-.07-.47-.1-.73-.1h-.77v-1.67c0-.41.34-.75.75-.75s.75.34.75.75m-4-.508V5h-1.5V2.82c0-.45.34-.82.75-.82s.75.37.75.82M22%2021.25c0%20.41-.34.75-.75.75H2.75c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h.36v-5.02h.61v.07c0%201.34.88%202.58%202.19%202.87c1.02.24%201.99-.09%202.65-.74c.38-.38%201-.39%201.38-.01c.52.51%201.23.83%202.01.83s1.49-.31%202.01-.83c.38-.37.99-.37%201.38.01c.65.65%201.62.98%202.65.74c1.31-.29%202.19-1.53%202.19-2.87v-.05h.71v5h.36c.41%200%20.75.34.75.75%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M20.89%2013v1h-.87c-.74%200-1.34.6-1.34%201.35v.3a1.344%201.344%200%201%201-2.69%200v-.3c0-.75-.61-1.35-1.35-1.35s-1.34.6-1.34%201.35v.3a1.35%201.35%200%200%201-2.7%200v-.3c0-.75-.6-1.35-1.34-1.35s-1.35.6-1.35%201.35v.3a1.344%201.344%200%201%201-2.69%200v-.32c0-.74-.59-1.34-1.32-1.35h-.79V13c0-1.38%201.04-2.55%202.45-2.89c.28-.07.57-.11.88-.11h11.12c.31%200%20.6.04.88.11c1.41.34%202.45%201.51%202.45%202.89m-2.45-5.83v1.41c-.29-.06-.58-.08-.88-.08H6.44c-.3%200-.59.03-.88.09V7.17C5.56%205.97%206.64%205%207.98%205h8.04c1.34%200%202.42.97%202.42%202.17%22%2F%3E%3Cpath%20d%3D%22M8.75%203.548v1.46h-.77c-.26%200-.5.03-.73.09v-1.55c0-.35.34-.65.75-.65s.75.3.75.65m8-.22v1.77c-.23-.07-.47-.1-.73-.1h-.77v-1.67c0-.41.34-.75.75-.75s.75.34.75.75m-4-.508V5h-1.5V2.82c0-.45.34-.82.75-.82s.75.37.75.82M22%2021.25c0%20.41-.34.75-.75.75H2.75c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h.36v-5.02h.61v.07c0%201.34.88%202.58%202.19%202.87c1.02.24%201.99-.09%202.65-.74c.38-.38%201-.39%201.38-.01c.52.51%201.23.83%202.01.83s1.49-.31%202.01-.83c.38-.37.99-.37%201.38.01c.65.65%201.62.98%202.65.74c1.31-.29%202.19-1.53%202.19-2.87v-.05h.71v5h.36c.41%200%20.75.34.75.75%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/cake-filled.svg?color=%231a73e8&size=48