birthday cake icon
birthday-cake from Line Awesome by Icons8 · Line · Social · Apache-2.0 Free for personal and commercial use.
- Name
- birthday-cake
- Set
- Line Awesome
- Style
- Line
- Category
- Social
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- birthday-cake-solid
The same icon in other sets
birthday-cakeEmoji One (Colored)birthday-cakeFont Awesome Solidbirthday-cakeFluent Emojibirthday-cakeFluent Emoji Flatbirthday-cakeFluent Emoji High Contrastbirthday-cakeHuge Iconsbirthday-cakeIconParkbirthday-cakeIconPark Outlinebirthday-cakeIconPark Solidbirthday-cakeIconPark TwoTonebirthday-cakeIconoirbirthday-cakeJam Iconsbirthday-cakeNoto Emojibirthday-cakeOpenMojibirthday-cakeTwitter Emoji
More social icons from Line Awesome
Use the birthday cake icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m16 1.25l-.813 1.188s-.539.753-1.062 1.656c-.262.453-.508.926-.719 1.406S13 6.422 13 7c0 1.645 1.355 3 3 3s3-1.355 3-3c0-.578-.195-1.02-.406-1.5s-.457-.953-.719-1.406c-.523-.903-1.063-1.657-1.063-1.657zM16 10h-3v4H7c-2.21 0-4 1.79-4 4a4 4 0 0 0 1 2.656V28h24v-7.344A4 4 0 0 0 29 18c0-2.21-1.79-4-4-4h-6v-4zm0-5.125c.066.11.059.102.125.219c.238.41.492.847.656 1.218c.164.372.219.715.219.688c0 .555-.445 1-1 1s-1-.445-1-1c0 .027.055-.316.219-.688c.164-.37.418-.808.656-1.218c.066-.117.059-.11.125-.219M15 12h2v2h-2zm-8 4h18c1.191 0 2 .809 2 2s-.809 2-2 2s-2-.809-2-2h-2c0 1.191-.809 2-2 2s-2-.809-2-2h-2c0 1.191-.809 2-2 2s-2-.809-2-2H9c0 1.191-.809 2-2 2s-2-.809-2-2s.809-2 2-2m3 4.656A4 4 0 0 0 13 22a4 4 0 0 0 3-1.344A4 4 0 0 0 19 22a4 4 0 0 0 3-1.344A4 4 0 0 0 25 22c.348 0 .68-.074 1-.156V26H6v-4.156c.32.082.652.156 1 .156a4 4 0 0 0 3-1.344"/></svg>
React
import type { SVGProps } from "react";
export function LaBirthdayCake(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m16 1.25l-.813 1.188s-.539.753-1.062 1.656c-.262.453-.508.926-.719 1.406S13 6.422 13 7c0 1.645 1.355 3 3 3s3-1.355 3-3c0-.578-.195-1.02-.406-1.5s-.457-.953-.719-1.406c-.523-.903-1.063-1.657-1.063-1.657zM16 10h-3v4H7c-2.21 0-4 1.79-4 4a4 4 0 0 0 1 2.656V28h24v-7.344A4 4 0 0 0 29 18c0-2.21-1.79-4-4-4h-6v-4zm0-5.125c.066.11.059.102.125.219c.238.41.492.847.656 1.218c.164.372.219.715.219.688c0 .555-.445 1-1 1s-1-.445-1-1c0 .027.055-.316.219-.688c.164-.37.418-.808.656-1.218c.066-.117.059-.11.125-.219M15 12h2v2h-2zm-8 4h18c1.191 0 2 .809 2 2s-.809 2-2 2s-2-.809-2-2h-2c0 1.191-.809 2-2 2s-2-.809-2-2h-2c0 1.191-.809 2-2 2s-2-.809-2-2H9c0 1.191-.809 2-2 2s-2-.809-2-2s.809-2 2-2m3 4.656A4 4 0 0 0 13 22a4 4 0 0 0 3-1.344A4 4 0 0 0 19 22a4 4 0 0 0 3-1.344A4 4 0 0 0 25 22c.348 0 .68-.074 1-.156V26H6v-4.156c.32.082.652.156 1 .156a4 4 0 0 0 3-1.344"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m16 1.25l-.813 1.188s-.539.753-1.062 1.656c-.262.453-.508.926-.719 1.406S13 6.422 13 7c0 1.645 1.355 3 3 3s3-1.355 3-3c0-.578-.195-1.02-.406-1.5s-.457-.953-.719-1.406c-.523-.903-1.063-1.657-1.063-1.657zM16 10h-3v4H7c-2.21 0-4 1.79-4 4a4 4 0 0 0 1 2.656V28h24v-7.344A4 4 0 0 0 29 18c0-2.21-1.79-4-4-4h-6v-4zm0-5.125c.066.11.059.102.125.219c.238.41.492.847.656 1.218c.164.372.219.715.219.688c0 .555-.445 1-1 1s-1-.445-1-1c0 .027.055-.316.219-.688c.164-.37.418-.808.656-1.218c.066-.117.059-.11.125-.219M15 12h2v2h-2zm-8 4h18c1.191 0 2 .809 2 2s-.809 2-2 2s-2-.809-2-2h-2c0 1.191-.809 2-2 2s-2-.809-2-2h-2c0 1.191-.809 2-2 2s-2-.809-2-2H9c0 1.191-.809 2-2 2s-2-.809-2-2s.809-2 2-2m3 4.656A4 4 0 0 0 13 22a4 4 0 0 0 3-1.344A4 4 0 0 0 19 22a4 4 0 0 0 3-1.344A4 4 0 0 0 25 22c.348 0 .68-.074 1-.156V26H6v-4.156c.32.082.652.156 1 .156a4 4 0 0 0 3-1.344"/></svg> </template>
CSS
.icon-birthday-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m16%201.25l-.813%201.188s-.539.753-1.062%201.656c-.262.453-.508.926-.719%201.406S13%206.422%2013%207c0%201.645%201.355%203%203%203s3-1.355%203-3c0-.578-.195-1.02-.406-1.5s-.457-.953-.719-1.406c-.523-.903-1.063-1.657-1.063-1.657zM16%2010h-3v4H7c-2.21%200-4%201.79-4%204a4%204%200%200%200%201%202.656V28h24v-7.344A4%204%200%200%200%2029%2018c0-2.21-1.79-4-4-4h-6v-4zm0-5.125c.066.11.059.102.125.219c.238.41.492.847.656%201.218c.164.372.219.715.219.688c0%20.555-.445%201-1%201s-1-.445-1-1c0%20.027.055-.316.219-.688c.164-.37.418-.808.656-1.218c.066-.117.059-.11.125-.219M15%2012h2v2h-2zm-8%204h18c1.191%200%202%20.809%202%202s-.809%202-2%202s-2-.809-2-2h-2c0%201.191-.809%202-2%202s-2-.809-2-2h-2c0%201.191-.809%202-2%202s-2-.809-2-2H9c0%201.191-.809%202-2%202s-2-.809-2-2s.809-2%202-2m3%204.656A4%204%200%200%200%2013%2022a4%204%200%200%200%203-1.344A4%204%200%200%200%2019%2022a4%204%200%200%200%203-1.344A4%204%200%200%200%2025%2022c.348%200%20.68-.074%201-.156V26H6v-4.156c.32.082.652.156%201%20.156a4%204%200%200%200%203-1.344%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m16%201.25l-.813%201.188s-.539.753-1.062%201.656c-.262.453-.508.926-.719%201.406S13%206.422%2013%207c0%201.645%201.355%203%203%203s3-1.355%203-3c0-.578-.195-1.02-.406-1.5s-.457-.953-.719-1.406c-.523-.903-1.063-1.657-1.063-1.657zM16%2010h-3v4H7c-2.21%200-4%201.79-4%204a4%204%200%200%200%201%202.656V28h24v-7.344A4%204%200%200%200%2029%2018c0-2.21-1.79-4-4-4h-6v-4zm0-5.125c.066.11.059.102.125.219c.238.41.492.847.656%201.218c.164.372.219.715.219.688c0%20.555-.445%201-1%201s-1-.445-1-1c0%20.027.055-.316.219-.688c.164-.37.418-.808.656-1.218c.066-.117.059-.11.125-.219M15%2012h2v2h-2zm-8%204h18c1.191%200%202%20.809%202%202s-.809%202-2%202s-2-.809-2-2h-2c0%201.191-.809%202-2%202s-2-.809-2-2h-2c0%201.191-.809%202-2%202s-2-.809-2-2H9c0%201.191-.809%202-2%202s-2-.809-2-2s.809-2%202-2m3%204.656A4%204%200%200%200%2013%2022a4%204%200%200%200%203-1.344A4%204%200%200%200%2019%2022a4%204%200%200%200%203-1.344A4%204%200%200%200%2025%2022c.348%200%20.68-.074%201-.156V26H6v-4.156c.32.082.652.156%201%20.156a4%204%200%200%200%203-1.344%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/birthday-cake.svg?color=%231a73e8&size=48