cake 3 icon
cake-3-line from Remix Icon by Remix Design · Line · Food · Apache-2.0 Free for personal and commercial use.
- Name
- cake-3-line
- Set
- Remix Icon
- Style
- Line
- 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.574-5.421A3.5 3.5 0 0 1 15.5 2M9 15H6.86l.834 5H9zm4 0h-2v5h2zm4.139 0H15v5h1.305zM10 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 13h12.5a2.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 5m5.5-1a1.5 1.5 0 0 0-1.287.729a6 6 0 0 1 1.24 1.764a4.5 4.5 0 0 1 1.446-.453A1.5 1.5 0 0 0 15.5 4"/></svg>
React
import type { SVGProps } from "react";
export function RiCake3Line(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.574-5.421A3.5 3.5 0 0 1 15.5 2M9 15H6.86l.834 5H9zm4 0h-2v5h2zm4.139 0H15v5h1.305zM10 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 13h12.5a2.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 5m5.5-1a1.5 1.5 0 0 0-1.287.729a6 6 0 0 1 1.24 1.764a4.5 4.5 0 0 1 1.446-.453A1.5 1.5 0 0 0 15.5 4"/></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.574-5.421A3.5 3.5 0 0 1 15.5 2M9 15H6.86l.834 5H9zm4 0h-2v5h2zm4.139 0H15v5h1.305zM10 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 13h12.5a2.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 5m5.5-1a1.5 1.5 0 0 0-1.287.729a6 6 0 0 1 1.24 1.764a4.5 4.5 0 0 1 1.446-.453A1.5 1.5 0 0 0 15.5 4"/></svg> </template>
CSS
.icon-cake-3-line {
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.574-5.421A3.5%203.5%200%200%201%2015.5%202M9%2015H6.86l.834%205H9zm4%200h-2v5h2zm4.139%200H15v5h1.305zM10%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%2013h12.5a2.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%205m5.5-1a1.5%201.5%200%200%200-1.287.729a6%206%200%200%201%201.24%201.764a4.5%204.5%200%200%201%201.446-.453A1.5%201.5%200%200%200%2015.5%204%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.574-5.421A3.5%203.5%200%200%201%2015.5%202M9%2015H6.86l.834%205H9zm4%200h-2v5h2zm4.139%200H15v5h1.305zM10%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%2013h12.5a2.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%205m5.5-1a1.5%201.5%200%200%200-1.287.729a6%206%200%200%201%201.24%201.764a4.5%204.5%200%200%201%201.446-.453A1.5%201.5%200%200%200%2015.5%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/cake-3-line.svg?color=%231a73e8&size=48