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

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

The same icon in other sets

Related icons in Huge Icons

Use the 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-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M4 15.5v5h16v-5c0-2.828 0-4.243-.879-5.121C18.243 9.5 16.828 9.5 14 9.5h-4c-2.828 0-4.243 0-5.121.879C4 11.257 4 12.672 4 15.5"/><path d="M19.732 14A2 2 0 0 1 16 13a2 2 0 1 1-4 0a2 2 0 1 1-4 0a2 2 0 0 1-3.732 1M2 20.5h20"/><circle cx="12" cy="7.5" r="2"/><path d="M13 3.5c-.333.167-1 .8-1 2"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsCake(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" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M4 15.5v5h16v-5c0-2.828 0-4.243-.879-5.121C18.243 9.5 16.828 9.5 14 9.5h-4c-2.828 0-4.243 0-5.121.879C4 11.257 4 12.672 4 15.5"/><path d="M19.732 14A2 2 0 0 1 16 13a2 2 0 1 1-4 0a2 2 0 1 1-4 0a2 2 0 0 1-3.732 1M2 20.5h20"/><circle cx="12" cy="7.5" r="2"/><path d="M13 3.5c-.333.167-1 .8-1 2"/></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-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M4 15.5v5h16v-5c0-2.828 0-4.243-.879-5.121C18.243 9.5 16.828 9.5 14 9.5h-4c-2.828 0-4.243 0-5.121.879C4 11.257 4 12.672 4 15.5"/><path d="M19.732 14A2 2 0 0 1 16 13a2 2 0 1 1-4 0a2 2 0 1 1-4 0a2 2 0 0 1-3.732 1M2 20.5h20"/><circle cx="12" cy="7.5" r="2"/><path d="M13 3.5c-.333.167-1 .8-1 2"/></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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M4%2015.5v5h16v-5c0-2.828%200-4.243-.879-5.121C18.243%209.5%2016.828%209.5%2014%209.5h-4c-2.828%200-4.243%200-5.121.879C4%2011.257%204%2012.672%204%2015.5%22%2F%3E%3Cpath%20d%3D%22M19.732%2014A2%202%200%200%201%2016%2013a2%202%200%201%201-4%200a2%202%200%201%201-4%200a2%202%200%200%201-3.732%201M2%2020.5h20%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%227.5%22%20r%3D%222%22%2F%3E%3Cpath%20d%3D%22M13%203.5c-.333.167-1%20.8-1%202%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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M4%2015.5v5h16v-5c0-2.828%200-4.243-.879-5.121C18.243%209.5%2016.828%209.5%2014%209.5h-4c-2.828%200-4.243%200-5.121.879C4%2011.257%204%2012.672%204%2015.5%22%2F%3E%3Cpath%20d%3D%22M19.732%2014A2%202%200%200%201%2016%2013a2%202%200%201%201-4%200a2%202%200%201%201-4%200a2%202%200%200%201-3.732%201M2%2020.5h20%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%227.5%22%20r%3D%222%22%2F%3E%3Cpath%20d%3D%22M13%203.5c-.333.167-1%20.8-1%202%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/cake.svg?color=%231a73e8&size=48