cake icon
cake from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.
- Name
- cake
- Set
- Font Awesome Solid
- Style
- Solid
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
cakeAkar IconscakeBootstrap IconscakeBoxIcons v2cakeBoxIcons v2 SolidcakeDeviconcakeHeroIconscakeHuge IconscakeIconParkcakeIconPark OutlinecakeIconPark SolidcakeIconPark TwoTonecakeMaterial Line IconscakeLucidecakeMajesticonscakeMaterial Icon ThemecakeMaterial SymbolscakeMaterial Symbols LightcakeMaterial Design Iconscake-fillMingCute IconcakeMyna UI IconscakeOpenMojicakePhosphorcakePixelarticonscake-fillRemix Icon
Related icons in Font Awesome Solid
Use the cake icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="m182.4 53.5l-24.6 42.1c-3.8 6.5-5.8 14-5.8 21.6v2.8c0 22.1 17.9 40 40 40s40-17.9 40-40v-2.8c0-7.6-2-15-5.8-21.6l-24.6-42.1c-2-3.4-5.7-5.5-9.6-5.5s-7.6 2.1-9.6 5.5m128 0l-24.6 42.1c-3.8 6.5-5.8 14-5.8 21.6v2.8c0 22.1 17.9 40 40 40s40-17.9 40-40v-2.8c0-7.6-2-15-5.8-21.6l-24.6-42.1c-2-3.4-5.7-5.5-9.6-5.5s-7.6 2.1-9.6 5.5m103.4 42.1c-3.8 6.5-5.8 14-5.8 21.6v2.8c0 22.1 17.9 40 40 40s40-17.9 40-40v-2.8c0-7.6-2-15-5.8-21.6l-24.6-42.1c-2-3.4-5.7-5.5-9.6-5.5s-7.6 2.1-9.6 5.5zM224 224c0-17.7-14.3-32-32-32s-32 14.3-32 32v53.5c-37.3 13.1-64 48.7-64 90.5v20.8c20.9 1.3 41.6 7.3 60.3 18l7.1 4.1c26.3 15 58.9 13.4 83.6-4.2c43.7-31.2 102.3-31.2 146 0c24.6 17.6 57.3 19.3 83.6 4.2l7.1-4.1c18.7-10.7 39.3-16.7 60.3-18V368c0-41.8-26.7-77.4-64-90.5V224c0-17.7-14.3-32-32-32s-32 14.3-32 32v48h-64v-48c0-17.7-14.3-32-32-32s-32 14.3-32 32v48h-64zm320 213c-12.7 1.2-25.1 5-36.5 11.5l-7.1 4.1c-42.6 24.3-95.4 21.7-135.3-6.8c-27-19.3-63.2-19.3-90.2 0c-39.9 28.5-92.7 31.2-135.3 6.8l-7.1-4.1C121.1 442 108.7 438.1 96 437v75c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidCake(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="m182.4 53.5l-24.6 42.1c-3.8 6.5-5.8 14-5.8 21.6v2.8c0 22.1 17.9 40 40 40s40-17.9 40-40v-2.8c0-7.6-2-15-5.8-21.6l-24.6-42.1c-2-3.4-5.7-5.5-9.6-5.5s-7.6 2.1-9.6 5.5m128 0l-24.6 42.1c-3.8 6.5-5.8 14-5.8 21.6v2.8c0 22.1 17.9 40 40 40s40-17.9 40-40v-2.8c0-7.6-2-15-5.8-21.6l-24.6-42.1c-2-3.4-5.7-5.5-9.6-5.5s-7.6 2.1-9.6 5.5m103.4 42.1c-3.8 6.5-5.8 14-5.8 21.6v2.8c0 22.1 17.9 40 40 40s40-17.9 40-40v-2.8c0-7.6-2-15-5.8-21.6l-24.6-42.1c-2-3.4-5.7-5.5-9.6-5.5s-7.6 2.1-9.6 5.5zM224 224c0-17.7-14.3-32-32-32s-32 14.3-32 32v53.5c-37.3 13.1-64 48.7-64 90.5v20.8c20.9 1.3 41.6 7.3 60.3 18l7.1 4.1c26.3 15 58.9 13.4 83.6-4.2c43.7-31.2 102.3-31.2 146 0c24.6 17.6 57.3 19.3 83.6 4.2l7.1-4.1c18.7-10.7 39.3-16.7 60.3-18V368c0-41.8-26.7-77.4-64-90.5V224c0-17.7-14.3-32-32-32s-32 14.3-32 32v48h-64v-48c0-17.7-14.3-32-32-32s-32 14.3-32 32v48h-64zm320 213c-12.7 1.2-25.1 5-36.5 11.5l-7.1 4.1c-42.6 24.3-95.4 21.7-135.3-6.8c-27-19.3-63.2-19.3-90.2 0c-39.9 28.5-92.7 31.2-135.3 6.8l-7.1-4.1C121.1 442 108.7 438.1 96 437v75c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="m182.4 53.5l-24.6 42.1c-3.8 6.5-5.8 14-5.8 21.6v2.8c0 22.1 17.9 40 40 40s40-17.9 40-40v-2.8c0-7.6-2-15-5.8-21.6l-24.6-42.1c-2-3.4-5.7-5.5-9.6-5.5s-7.6 2.1-9.6 5.5m128 0l-24.6 42.1c-3.8 6.5-5.8 14-5.8 21.6v2.8c0 22.1 17.9 40 40 40s40-17.9 40-40v-2.8c0-7.6-2-15-5.8-21.6l-24.6-42.1c-2-3.4-5.7-5.5-9.6-5.5s-7.6 2.1-9.6 5.5m103.4 42.1c-3.8 6.5-5.8 14-5.8 21.6v2.8c0 22.1 17.9 40 40 40s40-17.9 40-40v-2.8c0-7.6-2-15-5.8-21.6l-24.6-42.1c-2-3.4-5.7-5.5-9.6-5.5s-7.6 2.1-9.6 5.5zM224 224c0-17.7-14.3-32-32-32s-32 14.3-32 32v53.5c-37.3 13.1-64 48.7-64 90.5v20.8c20.9 1.3 41.6 7.3 60.3 18l7.1 4.1c26.3 15 58.9 13.4 83.6-4.2c43.7-31.2 102.3-31.2 146 0c24.6 17.6 57.3 19.3 83.6 4.2l7.1-4.1c18.7-10.7 39.3-16.7 60.3-18V368c0-41.8-26.7-77.4-64-90.5V224c0-17.7-14.3-32-32-32s-32 14.3-32 32v48h-64v-48c0-17.7-14.3-32-32-32s-32 14.3-32 32v48h-64zm320 213c-12.7 1.2-25.1 5-36.5 11.5l-7.1 4.1c-42.6 24.3-95.4 21.7-135.3-6.8c-27-19.3-63.2-19.3-90.2 0c-39.9 28.5-92.7 31.2-135.3 6.8l-7.1-4.1C121.1 442 108.7 438.1 96 437v75c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64z"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m182.4%2053.5l-24.6%2042.1c-3.8%206.5-5.8%2014-5.8%2021.6v2.8c0%2022.1%2017.9%2040%2040%2040s40-17.9%2040-40v-2.8c0-7.6-2-15-5.8-21.6l-24.6-42.1c-2-3.4-5.7-5.5-9.6-5.5s-7.6%202.1-9.6%205.5m128%200l-24.6%2042.1c-3.8%206.5-5.8%2014-5.8%2021.6v2.8c0%2022.1%2017.9%2040%2040%2040s40-17.9%2040-40v-2.8c0-7.6-2-15-5.8-21.6l-24.6-42.1c-2-3.4-5.7-5.5-9.6-5.5s-7.6%202.1-9.6%205.5m103.4%2042.1c-3.8%206.5-5.8%2014-5.8%2021.6v2.8c0%2022.1%2017.9%2040%2040%2040s40-17.9%2040-40v-2.8c0-7.6-2-15-5.8-21.6l-24.6-42.1c-2-3.4-5.7-5.5-9.6-5.5s-7.6%202.1-9.6%205.5zM224%20224c0-17.7-14.3-32-32-32s-32%2014.3-32%2032v53.5c-37.3%2013.1-64%2048.7-64%2090.5v20.8c20.9%201.3%2041.6%207.3%2060.3%2018l7.1%204.1c26.3%2015%2058.9%2013.4%2083.6-4.2c43.7-31.2%20102.3-31.2%20146%200c24.6%2017.6%2057.3%2019.3%2083.6%204.2l7.1-4.1c18.7-10.7%2039.3-16.7%2060.3-18V368c0-41.8-26.7-77.4-64-90.5V224c0-17.7-14.3-32-32-32s-32%2014.3-32%2032v48h-64v-48c0-17.7-14.3-32-32-32s-32%2014.3-32%2032v48h-64zm320%20213c-12.7%201.2-25.1%205-36.5%2011.5l-7.1%204.1c-42.6%2024.3-95.4%2021.7-135.3-6.8c-27-19.3-63.2-19.3-90.2%200c-39.9%2028.5-92.7%2031.2-135.3%206.8l-7.1-4.1C121.1%20442%20108.7%20438.1%2096%20437v75c0%2035.3%2028.7%2064%2064%2064h320c35.3%200%2064-28.7%2064-64z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m182.4%2053.5l-24.6%2042.1c-3.8%206.5-5.8%2014-5.8%2021.6v2.8c0%2022.1%2017.9%2040%2040%2040s40-17.9%2040-40v-2.8c0-7.6-2-15-5.8-21.6l-24.6-42.1c-2-3.4-5.7-5.5-9.6-5.5s-7.6%202.1-9.6%205.5m128%200l-24.6%2042.1c-3.8%206.5-5.8%2014-5.8%2021.6v2.8c0%2022.1%2017.9%2040%2040%2040s40-17.9%2040-40v-2.8c0-7.6-2-15-5.8-21.6l-24.6-42.1c-2-3.4-5.7-5.5-9.6-5.5s-7.6%202.1-9.6%205.5m103.4%2042.1c-3.8%206.5-5.8%2014-5.8%2021.6v2.8c0%2022.1%2017.9%2040%2040%2040s40-17.9%2040-40v-2.8c0-7.6-2-15-5.8-21.6l-24.6-42.1c-2-3.4-5.7-5.5-9.6-5.5s-7.6%202.1-9.6%205.5zM224%20224c0-17.7-14.3-32-32-32s-32%2014.3-32%2032v53.5c-37.3%2013.1-64%2048.7-64%2090.5v20.8c20.9%201.3%2041.6%207.3%2060.3%2018l7.1%204.1c26.3%2015%2058.9%2013.4%2083.6-4.2c43.7-31.2%20102.3-31.2%20146%200c24.6%2017.6%2057.3%2019.3%2083.6%204.2l7.1-4.1c18.7-10.7%2039.3-16.7%2060.3-18V368c0-41.8-26.7-77.4-64-90.5V224c0-17.7-14.3-32-32-32s-32%2014.3-32%2032v48h-64v-48c0-17.7-14.3-32-32-32s-32%2014.3-32%2032v48h-64zm320%20213c-12.7%201.2-25.1%205-36.5%2011.5l-7.1%204.1c-42.6%2024.3-95.4%2021.7-135.3-6.8c-27-19.3-63.2-19.3-90.2%200c-39.9%2028.5-92.7%2031.2-135.3%206.8l-7.1-4.1C121.1%20442%20108.7%20438.1%2096%20437v75c0%2035.3%2028.7%2064%2064%2064h320c35.3%200%2064-28.7%2064-64z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/cake.svg?color=%231a73e8&size=48