cake icon
cake from IconPark Solid by ByteDance · Solid · Foods · Apache-2.0 Free for personal and commercial use.
- Name
- cake
- Set
- IconPark Solid
- Style
- Solid
- Category
- Foods
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
cakeAkar IconscakeBootstrap IconscakeBoxIcons v2cakeBoxIcons v2 SolidcakeDeviconcakeFont Awesome SolidcakeHeroIconscakeHuge IconscakeIconParkcakeIconPark OutlinecakeIconPark TwoTonecakeMaterial Line IconscakeLucidecakeMajesticonscakeMaterial Icon ThemecakeMaterial SymbolscakeMaterial Symbols LightcakeMaterial Design Iconscake-fillMingCute IconcakeMyna UI IconscakeOpenMojicakePhosphorcakePixelarticonscake-fillRemix Icon
More foods icons from IconPark Solid
Use the cake icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-width="4"><path stroke-linecap="round" stroke-linejoin="round" d="M24 12v5M8 27v13a2 2 0 0 0 2 2h28a2 2 0 0 0 2-2V27"/><path fill="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M4 21.97A4.97 4.97 0 0 1 8.97 17h30.06A4.97 4.97 0 0 1 44 21.97v.278a4.56 4.56 0 0 1-2.864 4.231a3.04 3.04 0 0 1-2.544-.132l-.342-.18a3.4 3.4 0 0 0-3.167 0a3.4 3.4 0 0 1-3.166 0a3.4 3.4 0 0 0-3.167 0a3.4 3.4 0 0 1-3.167 0a3.4 3.4 0 0 0-3.166 0a3.4 3.4 0 0 1-3.167 0a3.4 3.4 0 0 0-3.167 0a3.4 3.4 0 0 1-3.166 0a3.4 3.4 0 0 0-3.167 0l-.342.18a3.04 3.04 0 0 1-2.543.132A4.56 4.56 0 0 1 4 22.25z"/><path d="M27 8c-.8-4-3-4-3-4s-2.2 0-3 4c-1 5 7 5 6 0Z"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkSolidCake(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" strokeWidth="4"><path strokeLinecap="round" strokeLinejoin="round" d="M24 12v5M8 27v13a2 2 0 0 0 2 2h28a2 2 0 0 0 2-2V27"/><path fill="currentColor" strokeLinecap="round" strokeLinejoin="round" d="M4 21.97A4.97 4.97 0 0 1 8.97 17h30.06A4.97 4.97 0 0 1 44 21.97v.278a4.56 4.56 0 0 1-2.864 4.231a3.04 3.04 0 0 1-2.544-.132l-.342-.18a3.4 3.4 0 0 0-3.167 0a3.4 3.4 0 0 1-3.166 0a3.4 3.4 0 0 0-3.167 0a3.4 3.4 0 0 1-3.167 0a3.4 3.4 0 0 0-3.166 0a3.4 3.4 0 0 1-3.167 0a3.4 3.4 0 0 0-3.167 0a3.4 3.4 0 0 1-3.166 0a3.4 3.4 0 0 0-3.167 0l-.342.18a3.04 3.04 0 0 1-2.543.132A4.56 4.56 0 0 1 4 22.25z"/><path d="M27 8c-.8-4-3-4-3-4s-2.2 0-3 4c-1 5 7 5 6 0Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-width="4"><path stroke-linecap="round" stroke-linejoin="round" d="M24 12v5M8 27v13a2 2 0 0 0 2 2h28a2 2 0 0 0 2-2V27"/><path fill="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M4 21.97A4.97 4.97 0 0 1 8.97 17h30.06A4.97 4.97 0 0 1 44 21.97v.278a4.56 4.56 0 0 1-2.864 4.231a3.04 3.04 0 0 1-2.544-.132l-.342-.18a3.4 3.4 0 0 0-3.167 0a3.4 3.4 0 0 1-3.166 0a3.4 3.4 0 0 0-3.167 0a3.4 3.4 0 0 1-3.167 0a3.4 3.4 0 0 0-3.166 0a3.4 3.4 0 0 1-3.167 0a3.4 3.4 0 0 0-3.167 0a3.4 3.4 0 0 1-3.166 0a3.4 3.4 0 0 0-3.167 0l-.342.18a3.04 3.04 0 0 1-2.543.132A4.56 4.56 0 0 1 4 22.25z"/><path d="M27 8c-.8-4-3-4-3-4s-2.2 0-3 4c-1 5 7 5 6 0Z"/></g></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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M24%2012v5M8%2027v13a2%202%200%200%200%202%202h28a2%202%200%200%200%202-2V27%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%2021.97A4.97%204.97%200%200%201%208.97%2017h30.06A4.97%204.97%200%200%201%2044%2021.97v.278a4.56%204.56%200%200%201-2.864%204.231a3.04%203.04%200%200%201-2.544-.132l-.342-.18a3.4%203.4%200%200%200-3.167%200a3.4%203.4%200%200%201-3.166%200a3.4%203.4%200%200%200-3.167%200a3.4%203.4%200%200%201-3.167%200a3.4%203.4%200%200%200-3.166%200a3.4%203.4%200%200%201-3.167%200a3.4%203.4%200%200%200-3.167%200a3.4%203.4%200%200%201-3.166%200a3.4%203.4%200%200%200-3.167%200l-.342.18a3.04%203.04%200%200%201-2.543.132A4.56%204.56%200%200%201%204%2022.25z%22%2F%3E%3Cpath%20d%3D%22M27%208c-.8-4-3-4-3-4s-2.2%200-3%204c-1%205%207%205%206%200Z%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M24%2012v5M8%2027v13a2%202%200%200%200%202%202h28a2%202%200%200%200%202-2V27%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%2021.97A4.97%204.97%200%200%201%208.97%2017h30.06A4.97%204.97%200%200%201%2044%2021.97v.278a4.56%204.56%200%200%201-2.864%204.231a3.04%203.04%200%200%201-2.544-.132l-.342-.18a3.4%203.4%200%200%200-3.167%200a3.4%203.4%200%200%201-3.166%200a3.4%203.4%200%200%200-3.167%200a3.4%203.4%200%200%201-3.167%200a3.4%203.4%200%200%200-3.166%200a3.4%203.4%200%200%201-3.167%200a3.4%203.4%200%200%200-3.167%200a3.4%203.4%200%200%201-3.166%200a3.4%203.4%200%200%200-3.167%200l-.342.18a3.04%203.04%200%200%201-2.543.132A4.56%204.56%200%200%201%204%2022.25z%22%2F%3E%3Cpath%20d%3D%22M27%208c-.8-4-3-4-3-4s-2.2%200-3%204c-1%205%207%205%206%200Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park-solid/cake.svg?color=%231a73e8&size=48