cake 3 icon
cake-3-fill from Remix Icon by Remix Design · Fill · Food · Apache-2.0 Free for personal and commercial use.
- Name
- cake-3-fill
- Set
- Remix Icon
- Style
- Fill
- Category
- Food
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Remix Icon
More food icons from Remix Icon
Use the cake 3 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.5 2a3.5 3.5 0 0 1 3.437 4.163l-.015.066a4.502 4.502 0 0 1 .303 8.428l-1.086 6.507a1 1 0 0 1-.986.836H6.847a1 1 0 0 1-.986-.836l-1.029-6.17a3 3 0 0 1-.829-5.824L4 9a6 6 0 0 1 8.575-5.42A3.5 3.5 0 0 1 15.5 2M11 15H9v5h2zm4 0h-2v5h2zm2.5-2a2.5 2.5 0 1 0-.956-4.81l-.175.081a2 2 0 0 1-2.663-.804l-.07-.137A4 4 0 0 0 10 5C7.858 5 6.109 6.684 6.005 8.767L6 8.964l.003.17a2 2 0 0 1-1.186 1.863l-.15.059A1.001 1.001 0 0 0 5 13z"/></svg>
React
import type { SVGProps } from "react";
export function RiCake3Fill(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="M15.5 2a3.5 3.5 0 0 1 3.437 4.163l-.015.066a4.502 4.502 0 0 1 .303 8.428l-1.086 6.507a1 1 0 0 1-.986.836H6.847a1 1 0 0 1-.986-.836l-1.029-6.17a3 3 0 0 1-.829-5.824L4 9a6 6 0 0 1 8.575-5.42A3.5 3.5 0 0 1 15.5 2M11 15H9v5h2zm4 0h-2v5h2zm2.5-2a2.5 2.5 0 1 0-.956-4.81l-.175.081a2 2 0 0 1-2.663-.804l-.07-.137A4 4 0 0 0 10 5C7.858 5 6.109 6.684 6.005 8.767L6 8.964l.003.17a2 2 0 0 1-1.186 1.863l-.15.059A1.001 1.001 0 0 0 5 13z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.5 2a3.5 3.5 0 0 1 3.437 4.163l-.015.066a4.502 4.502 0 0 1 .303 8.428l-1.086 6.507a1 1 0 0 1-.986.836H6.847a1 1 0 0 1-.986-.836l-1.029-6.17a3 3 0 0 1-.829-5.824L4 9a6 6 0 0 1 8.575-5.42A3.5 3.5 0 0 1 15.5 2M11 15H9v5h2zm4 0h-2v5h2zm2.5-2a2.5 2.5 0 1 0-.956-4.81l-.175.081a2 2 0 0 1-2.663-.804l-.07-.137A4 4 0 0 0 10 5C7.858 5 6.109 6.684 6.005 8.767L6 8.964l.003.17a2 2 0 0 1-1.186 1.863l-.15.059A1.001 1.001 0 0 0 5 13z"/></svg> </template>
CSS
.icon-cake-3-fill {
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%22M15.5%202a3.5%203.5%200%200%201%203.437%204.163l-.015.066a4.502%204.502%200%200%201%20.303%208.428l-1.086%206.507a1%201%200%200%201-.986.836H6.847a1%201%200%200%201-.986-.836l-1.029-6.17a3%203%200%200%201-.829-5.824L4%209a6%206%200%200%201%208.575-5.42A3.5%203.5%200%200%201%2015.5%202M11%2015H9v5h2zm4%200h-2v5h2zm2.5-2a2.5%202.5%200%201%200-.956-4.81l-.175.081a2%202%200%200%201-2.663-.804l-.07-.137A4%204%200%200%200%2010%205C7.858%205%206.109%206.684%206.005%208.767L6%208.964l.003.17a2%202%200%200%201-1.186%201.863l-.15.059A1.001%201.001%200%200%200%205%2013z%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%22M15.5%202a3.5%203.5%200%200%201%203.437%204.163l-.015.066a4.502%204.502%200%200%201%20.303%208.428l-1.086%206.507a1%201%200%200%201-.986.836H6.847a1%201%200%200%201-.986-.836l-1.029-6.17a3%203%200%200%201-.829-5.824L4%209a6%206%200%200%201%208.575-5.42A3.5%203.5%200%200%201%2015.5%202M11%2015H9v5h2zm4%200h-2v5h2zm2.5-2a2.5%202.5%200%201%200-.956-4.81l-.175.081a2%202%200%200%201-2.663-.804l-.07-.137A4%204%200%200%200%2010%205C7.858%205%206.109%206.684%206.005%208.767L6%208.964l.003.17a2%202%200%200%201-1.186%201.863l-.15.059A1.001%201.001%200%200%200%205%2013z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/cake-3-fill.svg?color=%231a73e8&size=48