cake-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
cake-light
Set
Phosphor
Style
Light
Viewbox
256×256
License
MIT

5 other variants in Phosphor

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 256 256"><path fill="currentColor" d="M230 112a22 22 0 0 0-22-22h-74V77.4A30.05 30.05 0 0 0 158 48c0-26.9-25.58-44.27-26.67-45a6 6 0 0 0-6.66 0C123.58 3.73 98 21.1 98 48a30.05 30.05 0 0 0 24 29.4V90H48a22 22 0 0 0-22 22v23.33a38.8 38.8 0 0 0 8 23.57V200a22 22 0 0 0 22 22h144a22 22 0 0 0 22-22v-41.1a38.8 38.8 0 0 0 8-23.57ZM110 48c0-15.4 12-27.41 18-32.44c6 5 18 17 18 32.44a18 18 0 0 1-36 0m-72 64a10 10 0 0 1 10-10h160a10 10 0 0 1 10 10v23.33c0 14.32-11.33 26.28-25.26 26.66A26 26 0 0 1 166 136a6 6 0 0 0-12 0a26 26 0 0 1-52 0a6 6 0 0 0-12 0a26 26 0 0 1-26.74 26C49.33 161.61 38 149.65 38 135.33Zm162 98H56a10 10 0 0 1-10-10v-30.69A36.8 36.8 0 0 0 62.94 174a37.82 37.82 0 0 0 27.56-10.76a38.8 38.8 0 0 0 5.5-6.74a38 38 0 0 0 64 0a38.8 38.8 0 0 0 5.52 6.74A37.73 37.73 0 0 0 192 174h1.07a36.8 36.8 0 0 0 16.93-4.69V200a10 10 0 0 1-10 10"/></svg>

React

import type { SVGProps } from "react";

export function PhCakeLight(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M230 112a22 22 0 0 0-22-22h-74V77.4A30.05 30.05 0 0 0 158 48c0-26.9-25.58-44.27-26.67-45a6 6 0 0 0-6.66 0C123.58 3.73 98 21.1 98 48a30.05 30.05 0 0 0 24 29.4V90H48a22 22 0 0 0-22 22v23.33a38.8 38.8 0 0 0 8 23.57V200a22 22 0 0 0 22 22h144a22 22 0 0 0 22-22v-41.1a38.8 38.8 0 0 0 8-23.57ZM110 48c0-15.4 12-27.41 18-32.44c6 5 18 17 18 32.44a18 18 0 0 1-36 0m-72 64a10 10 0 0 1 10-10h160a10 10 0 0 1 10 10v23.33c0 14.32-11.33 26.28-25.26 26.66A26 26 0 0 1 166 136a6 6 0 0 0-12 0a26 26 0 0 1-52 0a6 6 0 0 0-12 0a26 26 0 0 1-26.74 26C49.33 161.61 38 149.65 38 135.33Zm162 98H56a10 10 0 0 1-10-10v-30.69A36.8 36.8 0 0 0 62.94 174a37.82 37.82 0 0 0 27.56-10.76a38.8 38.8 0 0 0 5.5-6.74a38 38 0 0 0 64 0a38.8 38.8 0 0 0 5.52 6.74A37.73 37.73 0 0 0 192 174h1.07a36.8 36.8 0 0 0 16.93-4.69V200a10 10 0 0 1-10 10"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M230 112a22 22 0 0 0-22-22h-74V77.4A30.05 30.05 0 0 0 158 48c0-26.9-25.58-44.27-26.67-45a6 6 0 0 0-6.66 0C123.58 3.73 98 21.1 98 48a30.05 30.05 0 0 0 24 29.4V90H48a22 22 0 0 0-22 22v23.33a38.8 38.8 0 0 0 8 23.57V200a22 22 0 0 0 22 22h144a22 22 0 0 0 22-22v-41.1a38.8 38.8 0 0 0 8-23.57ZM110 48c0-15.4 12-27.41 18-32.44c6 5 18 17 18 32.44a18 18 0 0 1-36 0m-72 64a10 10 0 0 1 10-10h160a10 10 0 0 1 10 10v23.33c0 14.32-11.33 26.28-25.26 26.66A26 26 0 0 1 166 136a6 6 0 0 0-12 0a26 26 0 0 1-52 0a6 6 0 0 0-12 0a26 26 0 0 1-26.74 26C49.33 161.61 38 149.65 38 135.33Zm162 98H56a10 10 0 0 1-10-10v-30.69A36.8 36.8 0 0 0 62.94 174a37.82 37.82 0 0 0 27.56-10.76a38.8 38.8 0 0 0 5.5-6.74a38 38 0 0 0 64 0a38.8 38.8 0 0 0 5.52 6.74A37.73 37.73 0 0 0 192 174h1.07a36.8 36.8 0 0 0 16.93-4.69V200a10 10 0 0 1-10 10"/></svg>
</template>

CSS

.icon-cake-light {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M230%20112a22%2022%200%200%200-22-22h-74V77.4A30.05%2030.05%200%200%200%20158%2048c0-26.9-25.58-44.27-26.67-45a6%206%200%200%200-6.66%200C123.58%203.73%2098%2021.1%2098%2048a30.05%2030.05%200%200%200%2024%2029.4V90H48a22%2022%200%200%200-22%2022v23.33a38.8%2038.8%200%200%200%208%2023.57V200a22%2022%200%200%200%2022%2022h144a22%2022%200%200%200%2022-22v-41.1a38.8%2038.8%200%200%200%208-23.57ZM110%2048c0-15.4%2012-27.41%2018-32.44c6%205%2018%2017%2018%2032.44a18%2018%200%200%201-36%200m-72%2064a10%2010%200%200%201%2010-10h160a10%2010%200%200%201%2010%2010v23.33c0%2014.32-11.33%2026.28-25.26%2026.66A26%2026%200%200%201%20166%20136a6%206%200%200%200-12%200a26%2026%200%200%201-52%200a6%206%200%200%200-12%200a26%2026%200%200%201-26.74%2026C49.33%20161.61%2038%20149.65%2038%20135.33Zm162%2098H56a10%2010%200%200%201-10-10v-30.69A36.8%2036.8%200%200%200%2062.94%20174a37.82%2037.82%200%200%200%2027.56-10.76a38.8%2038.8%200%200%200%205.5-6.74a38%2038%200%200%200%2064%200a38.8%2038.8%200%200%200%205.52%206.74A37.73%2037.73%200%200%200%20192%20174h1.07a36.8%2036.8%200%200%200%2016.93-4.69V200a10%2010%200%200%201-10%2010%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M230%20112a22%2022%200%200%200-22-22h-74V77.4A30.05%2030.05%200%200%200%20158%2048c0-26.9-25.58-44.27-26.67-45a6%206%200%200%200-6.66%200C123.58%203.73%2098%2021.1%2098%2048a30.05%2030.05%200%200%200%2024%2029.4V90H48a22%2022%200%200%200-22%2022v23.33a38.8%2038.8%200%200%200%208%2023.57V200a22%2022%200%200%200%2022%2022h144a22%2022%200%200%200%2022-22v-41.1a38.8%2038.8%200%200%200%208-23.57ZM110%2048c0-15.4%2012-27.41%2018-32.44c6%205%2018%2017%2018%2032.44a18%2018%200%200%201-36%200m-72%2064a10%2010%200%200%201%2010-10h160a10%2010%200%200%201%2010%2010v23.33c0%2014.32-11.33%2026.28-25.26%2026.66A26%2026%200%200%201%20166%20136a6%206%200%200%200-12%200a26%2026%200%200%201-52%200a6%206%200%200%200-12%200a26%2026%200%200%201-26.74%2026C49.33%20161.61%2038%20149.65%2038%20135.33Zm162%2098H56a10%2010%200%200%201-10-10v-30.69A36.8%2036.8%200%200%200%2062.94%20174a37.82%2037.82%200%200%200%2027.56-10.76a38.8%2038.8%200%200%200%205.5-6.74a38%2038%200%200%200%2064%200a38.8%2038.8%200%200%200%205.52%206.74A37.73%2037.73%200%200%200%20192%20174h1.07a36.8%2036.8%200%200%200%2016.93-4.69V200a10%2010%200%200%201-10%2010%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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