cake from BoxIcons v2 Solid by Boxicons · Solid · MIT Free for personal and commercial use.

Name
cake
Set
BoxIcons v2 Solid
Style
Solid
Viewbox
24×24
License
MIT

The same icon in other sets

Use the cake icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.997 15c-1.601 0-2.446-.676-3.125-1.219c-.567-.453-.977-.781-1.878-.781c-.898 0-1.287.311-1.874.78c-.679.544-1.524 1.22-3.125 1.22s-2.444-.676-3.123-1.22C3.285 13.311 2.897 13 2 13v5c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2v-5c-.899 0-1.288.311-1.876.781c-.68.543-1.525 1.219-3.127 1.219M19 5h-6V2h-2v3H5C3.346 5 2 6.346 2 8v3c1.6 0 2.443.676 3.122 1.22c.587.469.975.78 1.873.78c.899 0 1.287-.311 1.875-.781c.679-.543 1.524-1.219 3.124-1.219c1.602 0 2.447.676 3.127 1.219c.588.47.977.781 1.876.781c.9 0 1.311-.328 1.878-.781C19.554 11.676 20.399 11 22 11V8c0-1.654-1.346-3-3-3"/></svg>

React

import type { SVGProps } from "react";

export function BxsCake(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.997 15c-1.601 0-2.446-.676-3.125-1.219c-.567-.453-.977-.781-1.878-.781c-.898 0-1.287.311-1.874.78c-.679.544-1.524 1.22-3.125 1.22s-2.444-.676-3.123-1.22C3.285 13.311 2.897 13 2 13v5c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2v-5c-.899 0-1.288.311-1.876.781c-.68.543-1.525 1.219-3.127 1.219M19 5h-6V2h-2v3H5C3.346 5 2 6.346 2 8v3c1.6 0 2.443.676 3.122 1.22c.587.469.975.78 1.873.78c.899 0 1.287-.311 1.875-.781c.679-.543 1.524-1.219 3.124-1.219c1.602 0 2.447.676 3.127 1.219c.588.47.977.781 1.876.781c.9 0 1.311-.328 1.878-.781C19.554 11.676 20.399 11 22 11V8c0-1.654-1.346-3-3-3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.997 15c-1.601 0-2.446-.676-3.125-1.219c-.567-.453-.977-.781-1.878-.781c-.898 0-1.287.311-1.874.78c-.679.544-1.524 1.22-3.125 1.22s-2.444-.676-3.123-1.22C3.285 13.311 2.897 13 2 13v5c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2v-5c-.899 0-1.288.311-1.876.781c-.68.543-1.525 1.219-3.127 1.219M19 5h-6V2h-2v3H5C3.346 5 2 6.346 2 8v3c1.6 0 2.443.676 3.122 1.22c.587.469.975.78 1.873.78c.899 0 1.287-.311 1.875-.781c.679-.543 1.524-1.219 3.124-1.219c1.602 0 2.447.676 3.127 1.219c.588.47.977.781 1.876.781c.9 0 1.311-.328 1.878-.781C19.554 11.676 20.399 11 22 11V8c0-1.654-1.346-3-3-3"/></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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.997%2015c-1.601%200-2.446-.676-3.125-1.219c-.567-.453-.977-.781-1.878-.781c-.898%200-1.287.311-1.874.78c-.679.544-1.524%201.22-3.125%201.22s-2.444-.676-3.123-1.22C3.285%2013.311%202.897%2013%202%2013v5c0%201.103.897%202%202%202h16c1.103%200%202-.897%202-2v-5c-.899%200-1.288.311-1.876.781c-.68.543-1.525%201.219-3.127%201.219M19%205h-6V2h-2v3H5C3.346%205%202%206.346%202%208v3c1.6%200%202.443.676%203.122%201.22c.587.469.975.78%201.873.78c.899%200%201.287-.311%201.875-.781c.679-.543%201.524-1.219%203.124-1.219c1.602%200%202.447.676%203.127%201.219c.588.47.977.781%201.876.781c.9%200%201.311-.328%201.878-.781C19.554%2011.676%2020.399%2011%2022%2011V8c0-1.654-1.346-3-3-3%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.997%2015c-1.601%200-2.446-.676-3.125-1.219c-.567-.453-.977-.781-1.878-.781c-.898%200-1.287.311-1.874.78c-.679.544-1.524%201.22-3.125%201.22s-2.444-.676-3.123-1.22C3.285%2013.311%202.897%2013%202%2013v5c0%201.103.897%202%202%202h16c1.103%200%202-.897%202-2v-5c-.899%200-1.288.311-1.876.781c-.68.543-1.525%201.219-3.127%201.219M19%205h-6V2h-2v3H5C3.346%205%202%206.346%202%208v3c1.6%200%202.443.676%203.122%201.22c.587.469.975.78%201.873.78c.899%200%201.287-.311%201.875-.781c.679-.543%201.524-1.219%203.124-1.219c1.602%200%202.447.676%203.127%201.219c.588.47.977.781%201.876.781c.9%200%201.311-.328%201.878-.781C19.554%2011.676%2020.399%2011%2022%2011V8c0-1.654-1.346-3-3-3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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