cake one icon

cake-one from IconPark by ByteDance · Color · Foods · Apache-2.0 Free for personal and commercial use.

Name
cake-one
Set
IconPark
Style
Color
Category
Foods
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More foods icons from IconPark

Use the cake one icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-width="4"><path stroke-linecap="round" stroke-linejoin="round" d="M27 14L9 21.9H39L34 15"/><circle cx="31" cy="13" r="4" fill="#fff"/><path stroke-linecap="round" d="M33 9L35 4"/><path d="M9.5 26.9568C8.89836 27.2575 8.33775 27.5769 7.82243 27.913C5.41836 29.481 4 31.4118 4 33.4999C4 38.7466 12.9543 42.9999 24 42.9999C35.0457 42.9999 44 38.7466 44 33.4999C44 31.3609 42.5116 29.3869 40 27.799"/><rect width="30" height="12" x="9" y="22" fill="#2F88FF" stroke-linecap="round" stroke-linejoin="round"/><path d="M9 22H40"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkCakeOne(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeWidth="4"><path strokeLinecap="round" strokeLinejoin="round" d="M27 14L9 21.9H39L34 15"/><circle cx="31" cy="13" r="4" fill="#fff"/><path strokeLinecap="round" d="M33 9L35 4"/><path d="M9.5 26.9568C8.89836 27.2575 8.33775 27.5769 7.82243 27.913C5.41836 29.481 4 31.4118 4 33.4999C4 38.7466 12.9543 42.9999 24 42.9999C35.0457 42.9999 44 38.7466 44 33.4999C44 31.3609 42.5116 29.3869 40 27.799"/><rect width="30" height="12" x="9" y="22" fill="#2F88FF" strokeLinecap="round" strokeLinejoin="round"/><path d="M9 22H40"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-width="4"><path stroke-linecap="round" stroke-linejoin="round" d="M27 14L9 21.9H39L34 15"/><circle cx="31" cy="13" r="4" fill="#fff"/><path stroke-linecap="round" d="M33 9L35 4"/><path d="M9.5 26.9568C8.89836 27.2575 8.33775 27.5769 7.82243 27.913C5.41836 29.481 4 31.4118 4 33.4999C4 38.7466 12.9543 42.9999 24 42.9999C35.0457 42.9999 44 38.7466 44 33.4999C44 31.3609 42.5116 29.3869 40 27.799"/><rect width="30" height="12" x="9" y="22" fill="#2F88FF" stroke-linecap="round" stroke-linejoin="round"/><path d="M9 22H40"/></g></svg>
</template>

CSS

.icon-cake-one {
  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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M27%2014L9%2021.9H39L34%2015%22%2F%3E%3Ccircle%20cx%3D%2231%22%20cy%3D%2213%22%20r%3D%224%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M33%209L35%204%22%2F%3E%3Cpath%20d%3D%22M9.5%2026.9568C8.89836%2027.2575%208.33775%2027.5769%207.82243%2027.913C5.41836%2029.481%204%2031.4118%204%2033.4999C4%2038.7466%2012.9543%2042.9999%2024%2042.9999C35.0457%2042.9999%2044%2038.7466%2044%2033.4999C44%2031.3609%2042.5116%2029.3869%2040%2027.799%22%2F%3E%3Crect%20width%3D%2230%22%20height%3D%2212%22%20x%3D%229%22%20y%3D%2222%22%20fill%3D%22%232F88FF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M9%2022H40%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M27%2014L9%2021.9H39L34%2015%22%2F%3E%3Ccircle%20cx%3D%2231%22%20cy%3D%2213%22%20r%3D%224%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M33%209L35%204%22%2F%3E%3Cpath%20d%3D%22M9.5%2026.9568C8.89836%2027.2575%208.33775%2027.5769%207.82243%2027.913C5.41836%2029.481%204%2031.4118%204%2033.4999C4%2038.7466%2012.9543%2042.9999%2024%2042.9999C35.0457%2042.9999%2044%2038.7466%2044%2033.4999C44%2031.3609%2042.5116%2029.3869%2040%2027.799%22%2F%3E%3Crect%20width%3D%2230%22%20height%3D%2212%22%20x%3D%229%22%20y%3D%2222%22%20fill%3D%22%232F88FF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M9%2022H40%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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