cake candles icon
cake-candles from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- cake-candles
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Viewbox
- 448×512
- License
- CC BY 4.0
The same icon in other sets
Use the cake candles icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M86.4 5.5L61.8 47.6C58 54.1 56 61.6 56 69.2V72c0 22.1 17.9 40 40 40s40-17.9 40-40v-2.8c0-7.6-2-15-5.8-21.6L105.6 5.5C103.6 2.1 100 0 96 0s-7.6 2.1-9.6 5.5m128 0l-24.6 42.1c-3.8 6.5-5.8 14-5.8 21.6V72c0 22.1 17.9 40 40 40s40-17.9 40-40v-2.8c0-7.6-2-15-5.8-21.6L233.6 5.5C231.6 2.1 228 0 224 0s-7.6 2.1-9.6 5.5m103.4 42.1c-3.8 6.5-5.8 14-5.8 21.6V72c0 22.1 17.9 40 40 40s40-17.9 40-40v-2.8c0-7.6-2-15-5.8-21.6L361.6 5.5C359.6 2.1 356 0 352 0s-7.6 2.1-9.6 5.5zM128 176c0-17.7-14.3-32-32-32s-32 14.3-32 32v48c-35.3 0-64 28.7-64 64v71c8.3 5.2 18.1 9 28.8 9c13.5 0 27.2-6.1 38.4-13.4c5.4-3.5 9.9-7.1 13-9.7c1.5-1.3 2.7-2.4 3.5-3.1c.4-.4.7-.6.8-.8l.1-.1c3.1-3.2 7.4-4.9 11.9-4.8s8.6 2.1 11.6 5.4l.1.1l.7.7c.7.7 1.7 1.7 3.1 3c2.8 2.6 6.8 6.1 11.8 9.5c10.2 7.1 23 13.1 36.3 13.1s26.1-6 36.3-13.1c5-3.5 9-6.9 11.8-9.5c1.4-1.3 2.4-2.3 3.1-3l.7-.7l.1-.1c3-3.5 7.4-5.4 12-5.4s9 2 12 5.4l.1.1l.7.7c.7.7 1.7 1.7 3.1 3c2.8 2.6 6.8 6.1 11.8 9.5c10.2 7.1 23 13.1 36.3 13.1s26.1-6 36.3-13.1c5-3.5 9-6.9 11.8-9.5c1.4-1.3 2.4-2.3 3.1-3l.7-.7l.1-.1c2.9-3.4 7.1-5.3 11.6-5.4s8.7 1.6 11.9 4.8l.1.1l.8.8c.8.7 1.9 1.8 3.5 3.1c3.1 2.6 7.5 6.2 13 9.7c11.2 7.3 24.9 13.4 38.4 13.4c10.7 0 20.5-3.9 28.8-9v-71c0-35.3-28.7-64-64-64v-48c0-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-64v-48zm320 218.6c-8.5 3.3-18.2 5.4-28.8 5.4c-22.5 0-42.4-9.9-55.8-18.6c-4.1-2.7-7.8-5.4-10.9-7.8c-2.8 2.4-6.1 5-9.8 7.5C329.8 390 310.6 400 288 400s-41.8-10-54.6-18.9c-3.5-2.4-6.7-4.9-9.4-7.2c-2.7 2.3-5.9 4.7-9.4 7.2c-12.8 8.9-32 18.9-54.6 18.9s-41.8-10-54.6-18.9c-3.7-2.6-7-5.2-9.8-7.5c-3.1 2.4-6.8 5.1-10.9 7.8c-13.5 8.7-33.4 18.6-55.9 18.6c-10.6 0-20.3-2.2-28.8-5.4V480c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidCakeCandles(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M86.4 5.5L61.8 47.6C58 54.1 56 61.6 56 69.2V72c0 22.1 17.9 40 40 40s40-17.9 40-40v-2.8c0-7.6-2-15-5.8-21.6L105.6 5.5C103.6 2.1 100 0 96 0s-7.6 2.1-9.6 5.5m128 0l-24.6 42.1c-3.8 6.5-5.8 14-5.8 21.6V72c0 22.1 17.9 40 40 40s40-17.9 40-40v-2.8c0-7.6-2-15-5.8-21.6L233.6 5.5C231.6 2.1 228 0 224 0s-7.6 2.1-9.6 5.5m103.4 42.1c-3.8 6.5-5.8 14-5.8 21.6V72c0 22.1 17.9 40 40 40s40-17.9 40-40v-2.8c0-7.6-2-15-5.8-21.6L361.6 5.5C359.6 2.1 356 0 352 0s-7.6 2.1-9.6 5.5zM128 176c0-17.7-14.3-32-32-32s-32 14.3-32 32v48c-35.3 0-64 28.7-64 64v71c8.3 5.2 18.1 9 28.8 9c13.5 0 27.2-6.1 38.4-13.4c5.4-3.5 9.9-7.1 13-9.7c1.5-1.3 2.7-2.4 3.5-3.1c.4-.4.7-.6.8-.8l.1-.1c3.1-3.2 7.4-4.9 11.9-4.8s8.6 2.1 11.6 5.4l.1.1l.7.7c.7.7 1.7 1.7 3.1 3c2.8 2.6 6.8 6.1 11.8 9.5c10.2 7.1 23 13.1 36.3 13.1s26.1-6 36.3-13.1c5-3.5 9-6.9 11.8-9.5c1.4-1.3 2.4-2.3 3.1-3l.7-.7l.1-.1c3-3.5 7.4-5.4 12-5.4s9 2 12 5.4l.1.1l.7.7c.7.7 1.7 1.7 3.1 3c2.8 2.6 6.8 6.1 11.8 9.5c10.2 7.1 23 13.1 36.3 13.1s26.1-6 36.3-13.1c5-3.5 9-6.9 11.8-9.5c1.4-1.3 2.4-2.3 3.1-3l.7-.7l.1-.1c2.9-3.4 7.1-5.3 11.6-5.4s8.7 1.6 11.9 4.8l.1.1l.8.8c.8.7 1.9 1.8 3.5 3.1c3.1 2.6 7.5 6.2 13 9.7c11.2 7.3 24.9 13.4 38.4 13.4c10.7 0 20.5-3.9 28.8-9v-71c0-35.3-28.7-64-64-64v-48c0-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-64v-48zm320 218.6c-8.5 3.3-18.2 5.4-28.8 5.4c-22.5 0-42.4-9.9-55.8-18.6c-4.1-2.7-7.8-5.4-10.9-7.8c-2.8 2.4-6.1 5-9.8 7.5C329.8 390 310.6 400 288 400s-41.8-10-54.6-18.9c-3.5-2.4-6.7-4.9-9.4-7.2c-2.7 2.3-5.9 4.7-9.4 7.2c-12.8 8.9-32 18.9-54.6 18.9s-41.8-10-54.6-18.9c-3.7-2.6-7-5.2-9.8-7.5c-3.1 2.4-6.8 5.1-10.9 7.8c-13.5 8.7-33.4 18.6-55.9 18.6c-10.6 0-20.3-2.2-28.8-5.4V480c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M86.4 5.5L61.8 47.6C58 54.1 56 61.6 56 69.2V72c0 22.1 17.9 40 40 40s40-17.9 40-40v-2.8c0-7.6-2-15-5.8-21.6L105.6 5.5C103.6 2.1 100 0 96 0s-7.6 2.1-9.6 5.5m128 0l-24.6 42.1c-3.8 6.5-5.8 14-5.8 21.6V72c0 22.1 17.9 40 40 40s40-17.9 40-40v-2.8c0-7.6-2-15-5.8-21.6L233.6 5.5C231.6 2.1 228 0 224 0s-7.6 2.1-9.6 5.5m103.4 42.1c-3.8 6.5-5.8 14-5.8 21.6V72c0 22.1 17.9 40 40 40s40-17.9 40-40v-2.8c0-7.6-2-15-5.8-21.6L361.6 5.5C359.6 2.1 356 0 352 0s-7.6 2.1-9.6 5.5zM128 176c0-17.7-14.3-32-32-32s-32 14.3-32 32v48c-35.3 0-64 28.7-64 64v71c8.3 5.2 18.1 9 28.8 9c13.5 0 27.2-6.1 38.4-13.4c5.4-3.5 9.9-7.1 13-9.7c1.5-1.3 2.7-2.4 3.5-3.1c.4-.4.7-.6.8-.8l.1-.1c3.1-3.2 7.4-4.9 11.9-4.8s8.6 2.1 11.6 5.4l.1.1l.7.7c.7.7 1.7 1.7 3.1 3c2.8 2.6 6.8 6.1 11.8 9.5c10.2 7.1 23 13.1 36.3 13.1s26.1-6 36.3-13.1c5-3.5 9-6.9 11.8-9.5c1.4-1.3 2.4-2.3 3.1-3l.7-.7l.1-.1c3-3.5 7.4-5.4 12-5.4s9 2 12 5.4l.1.1l.7.7c.7.7 1.7 1.7 3.1 3c2.8 2.6 6.8 6.1 11.8 9.5c10.2 7.1 23 13.1 36.3 13.1s26.1-6 36.3-13.1c5-3.5 9-6.9 11.8-9.5c1.4-1.3 2.4-2.3 3.1-3l.7-.7l.1-.1c2.9-3.4 7.1-5.3 11.6-5.4s8.7 1.6 11.9 4.8l.1.1l.8.8c.8.7 1.9 1.8 3.5 3.1c3.1 2.6 7.5 6.2 13 9.7c11.2 7.3 24.9 13.4 38.4 13.4c10.7 0 20.5-3.9 28.8-9v-71c0-35.3-28.7-64-64-64v-48c0-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-64v-48zm320 218.6c-8.5 3.3-18.2 5.4-28.8 5.4c-22.5 0-42.4-9.9-55.8-18.6c-4.1-2.7-7.8-5.4-10.9-7.8c-2.8 2.4-6.1 5-9.8 7.5C329.8 390 310.6 400 288 400s-41.8-10-54.6-18.9c-3.5-2.4-6.7-4.9-9.4-7.2c-2.7 2.3-5.9 4.7-9.4 7.2c-12.8 8.9-32 18.9-54.6 18.9s-41.8-10-54.6-18.9c-3.7-2.6-7-5.2-9.8-7.5c-3.1 2.4-6.8 5.1-10.9 7.8c-13.5 8.7-33.4 18.6-55.9 18.6c-10.6 0-20.3-2.2-28.8-5.4V480c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32z"/></svg> </template>
CSS
.icon-cake-candles {
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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M86.4%205.5L61.8%2047.6C58%2054.1%2056%2061.6%2056%2069.2V72c0%2022.1%2017.9%2040%2040%2040s40-17.9%2040-40v-2.8c0-7.6-2-15-5.8-21.6L105.6%205.5C103.6%202.1%20100%200%2096%200s-7.6%202.1-9.6%205.5m128%200l-24.6%2042.1c-3.8%206.5-5.8%2014-5.8%2021.6V72c0%2022.1%2017.9%2040%2040%2040s40-17.9%2040-40v-2.8c0-7.6-2-15-5.8-21.6L233.6%205.5C231.6%202.1%20228%200%20224%200s-7.6%202.1-9.6%205.5m103.4%2042.1c-3.8%206.5-5.8%2014-5.8%2021.6V72c0%2022.1%2017.9%2040%2040%2040s40-17.9%2040-40v-2.8c0-7.6-2-15-5.8-21.6L361.6%205.5C359.6%202.1%20356%200%20352%200s-7.6%202.1-9.6%205.5zM128%20176c0-17.7-14.3-32-32-32s-32%2014.3-32%2032v48c-35.3%200-64%2028.7-64%2064v71c8.3%205.2%2018.1%209%2028.8%209c13.5%200%2027.2-6.1%2038.4-13.4c5.4-3.5%209.9-7.1%2013-9.7c1.5-1.3%202.7-2.4%203.5-3.1c.4-.4.7-.6.8-.8l.1-.1c3.1-3.2%207.4-4.9%2011.9-4.8s8.6%202.1%2011.6%205.4l.1.1l.7.7c.7.7%201.7%201.7%203.1%203c2.8%202.6%206.8%206.1%2011.8%209.5c10.2%207.1%2023%2013.1%2036.3%2013.1s26.1-6%2036.3-13.1c5-3.5%209-6.9%2011.8-9.5c1.4-1.3%202.4-2.3%203.1-3l.7-.7l.1-.1c3-3.5%207.4-5.4%2012-5.4s9%202%2012%205.4l.1.1l.7.7c.7.7%201.7%201.7%203.1%203c2.8%202.6%206.8%206.1%2011.8%209.5c10.2%207.1%2023%2013.1%2036.3%2013.1s26.1-6%2036.3-13.1c5-3.5%209-6.9%2011.8-9.5c1.4-1.3%202.4-2.3%203.1-3l.7-.7l.1-.1c2.9-3.4%207.1-5.3%2011.6-5.4s8.7%201.6%2011.9%204.8l.1.1l.8.8c.8.7%201.9%201.8%203.5%203.1c3.1%202.6%207.5%206.2%2013%209.7c11.2%207.3%2024.9%2013.4%2038.4%2013.4c10.7%200%2020.5-3.9%2028.8-9v-71c0-35.3-28.7-64-64-64v-48c0-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-64v-48zm320%20218.6c-8.5%203.3-18.2%205.4-28.8%205.4c-22.5%200-42.4-9.9-55.8-18.6c-4.1-2.7-7.8-5.4-10.9-7.8c-2.8%202.4-6.1%205-9.8%207.5C329.8%20390%20310.6%20400%20288%20400s-41.8-10-54.6-18.9c-3.5-2.4-6.7-4.9-9.4-7.2c-2.7%202.3-5.9%204.7-9.4%207.2c-12.8%208.9-32%2018.9-54.6%2018.9s-41.8-10-54.6-18.9c-3.7-2.6-7-5.2-9.8-7.5c-3.1%202.4-6.8%205.1-10.9%207.8c-13.5%208.7-33.4%2018.6-55.9%2018.6c-10.6%200-20.3-2.2-28.8-5.4V480c0%2017.7%2014.3%2032%2032%2032h384c17.7%200%2032-14.3%2032-32z%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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M86.4%205.5L61.8%2047.6C58%2054.1%2056%2061.6%2056%2069.2V72c0%2022.1%2017.9%2040%2040%2040s40-17.9%2040-40v-2.8c0-7.6-2-15-5.8-21.6L105.6%205.5C103.6%202.1%20100%200%2096%200s-7.6%202.1-9.6%205.5m128%200l-24.6%2042.1c-3.8%206.5-5.8%2014-5.8%2021.6V72c0%2022.1%2017.9%2040%2040%2040s40-17.9%2040-40v-2.8c0-7.6-2-15-5.8-21.6L233.6%205.5C231.6%202.1%20228%200%20224%200s-7.6%202.1-9.6%205.5m103.4%2042.1c-3.8%206.5-5.8%2014-5.8%2021.6V72c0%2022.1%2017.9%2040%2040%2040s40-17.9%2040-40v-2.8c0-7.6-2-15-5.8-21.6L361.6%205.5C359.6%202.1%20356%200%20352%200s-7.6%202.1-9.6%205.5zM128%20176c0-17.7-14.3-32-32-32s-32%2014.3-32%2032v48c-35.3%200-64%2028.7-64%2064v71c8.3%205.2%2018.1%209%2028.8%209c13.5%200%2027.2-6.1%2038.4-13.4c5.4-3.5%209.9-7.1%2013-9.7c1.5-1.3%202.7-2.4%203.5-3.1c.4-.4.7-.6.8-.8l.1-.1c3.1-3.2%207.4-4.9%2011.9-4.8s8.6%202.1%2011.6%205.4l.1.1l.7.7c.7.7%201.7%201.7%203.1%203c2.8%202.6%206.8%206.1%2011.8%209.5c10.2%207.1%2023%2013.1%2036.3%2013.1s26.1-6%2036.3-13.1c5-3.5%209-6.9%2011.8-9.5c1.4-1.3%202.4-2.3%203.1-3l.7-.7l.1-.1c3-3.5%207.4-5.4%2012-5.4s9%202%2012%205.4l.1.1l.7.7c.7.7%201.7%201.7%203.1%203c2.8%202.6%206.8%206.1%2011.8%209.5c10.2%207.1%2023%2013.1%2036.3%2013.1s26.1-6%2036.3-13.1c5-3.5%209-6.9%2011.8-9.5c1.4-1.3%202.4-2.3%203.1-3l.7-.7l.1-.1c2.9-3.4%207.1-5.3%2011.6-5.4s8.7%201.6%2011.9%204.8l.1.1l.8.8c.8.7%201.9%201.8%203.5%203.1c3.1%202.6%207.5%206.2%2013%209.7c11.2%207.3%2024.9%2013.4%2038.4%2013.4c10.7%200%2020.5-3.9%2028.8-9v-71c0-35.3-28.7-64-64-64v-48c0-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-64v-48zm320%20218.6c-8.5%203.3-18.2%205.4-28.8%205.4c-22.5%200-42.4-9.9-55.8-18.6c-4.1-2.7-7.8-5.4-10.9-7.8c-2.8%202.4-6.1%205-9.8%207.5C329.8%20390%20310.6%20400%20288%20400s-41.8-10-54.6-18.9c-3.5-2.4-6.7-4.9-9.4-7.2c-2.7%202.3-5.9%204.7-9.4%207.2c-12.8%208.9-32%2018.9-54.6%2018.9s-41.8-10-54.6-18.9c-3.7-2.6-7-5.2-9.8-7.5c-3.1%202.4-6.8%205.1-10.9%207.8c-13.5%208.7-33.4%2018.6-55.9%2018.6c-10.6%200-20.3-2.2-28.8-5.4V480c0%2017.7%2014.3%2032%2032%2032h384c17.7%200%2032-14.3%2032-32z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/cake-candles.svg?color=%231a73e8&size=48