birthday cake icon

birthday-cake from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
birthday-cake
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the birthday cake icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path d="M13.5 4.5a1.5 1.5 0 0 1-3 0C10.5 3.672 12 2 12 2s1.5 1.672 1.5 2.5Z"/><path stroke-linecap="round" d="M12 6v3"/><path d="M17.667 14c1.564 0 2.833-1.12 2.833-2.5S19.232 9 17.667 9H6.333C4.77 9 3.5 10.12 3.5 11.5S4.769 14 6.333 14c1.371 0 2.571-.859 2.834-2c.262 1.141 1.462 2 2.833 2c1.37 0 2.57-.859 2.833-2c.263 1.141 1.463 2 2.834 2Z"/><path stroke-linecap="round" d="m5 14l.52 2.58c.525 2.597.788 3.895 1.676 4.658c.889.762 2.14.762 4.643.762h.322c2.503 0 3.754 0 4.643-.762c.889-.763 1.15-2.061 1.675-4.658L19 14"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsBirthdayCake(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="1.5"><path d="M13.5 4.5a1.5 1.5 0 0 1-3 0C10.5 3.672 12 2 12 2s1.5 1.672 1.5 2.5Z"/><path strokeLinecap="round" d="M12 6v3"/><path d="M17.667 14c1.564 0 2.833-1.12 2.833-2.5S19.232 9 17.667 9H6.333C4.77 9 3.5 10.12 3.5 11.5S4.769 14 6.333 14c1.371 0 2.571-.859 2.834-2c.262 1.141 1.462 2 2.833 2c1.37 0 2.57-.859 2.833-2c.263 1.141 1.463 2 2.834 2Z"/><path strokeLinecap="round" d="m5 14l.52 2.58c.525 2.597.788 3.895 1.676 4.658c.889.762 2.14.762 4.643.762h.322c2.503 0 3.754 0 4.643-.762c.889-.763 1.15-2.061 1.675-4.658L19 14"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path d="M13.5 4.5a1.5 1.5 0 0 1-3 0C10.5 3.672 12 2 12 2s1.5 1.672 1.5 2.5Z"/><path stroke-linecap="round" d="M12 6v3"/><path d="M17.667 14c1.564 0 2.833-1.12 2.833-2.5S19.232 9 17.667 9H6.333C4.77 9 3.5 10.12 3.5 11.5S4.769 14 6.333 14c1.371 0 2.571-.859 2.834-2c.262 1.141 1.462 2 2.833 2c1.37 0 2.57-.859 2.833-2c.263 1.141 1.463 2 2.834 2Z"/><path stroke-linecap="round" d="m5 14l.52 2.58c.525 2.597.788 3.895 1.676 4.658c.889.762 2.14.762 4.643.762h.322c2.503 0 3.754 0 4.643-.762c.889-.763 1.15-2.061 1.675-4.658L19 14"/></g></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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M13.5%204.5a1.5%201.5%200%200%201-3%200C10.5%203.672%2012%202%2012%202s1.5%201.672%201.5%202.5Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%206v3%22%2F%3E%3Cpath%20d%3D%22M17.667%2014c1.564%200%202.833-1.12%202.833-2.5S19.232%209%2017.667%209H6.333C4.77%209%203.5%2010.12%203.5%2011.5S4.769%2014%206.333%2014c1.371%200%202.571-.859%202.834-2c.262%201.141%201.462%202%202.833%202c1.37%200%202.57-.859%202.833-2c.263%201.141%201.463%202%202.834%202Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m5%2014l.52%202.58c.525%202.597.788%203.895%201.676%204.658c.889.762%202.14.762%204.643.762h.322c2.503%200%203.754%200%204.643-.762c.889-.763%201.15-2.061%201.675-4.658L19%2014%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M13.5%204.5a1.5%201.5%200%200%201-3%200C10.5%203.672%2012%202%2012%202s1.5%201.672%201.5%202.5Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%206v3%22%2F%3E%3Cpath%20d%3D%22M17.667%2014c1.564%200%202.833-1.12%202.833-2.5S19.232%209%2017.667%209H6.333C4.77%209%203.5%2010.12%203.5%2011.5S4.769%2014%206.333%2014c1.371%200%202.571-.859%202.834-2c.262%201.141%201.462%202%202.833%202c1.37%200%202.57-.859%202.833-2c.263%201.141%201.463%202%202.834%202Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m5%2014l.52%202.58c.525%202.597.788%203.895%201.676%204.658c.889.762%202.14.762%204.643.762h.322c2.503%200%203.754%200%204.643-.762c.889-.763%201.15-2.061%201.675-4.658L19%2014%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/birthday-cake.svg?color=%231a73e8&size=48