food cake icon
food-cake-12-regular from Fluent UI System Icons by Microsoft Corporation · 12 Regular · MIT Free for personal and commercial use.
- Name
- food-cake-12-regular
- Set
- Fluent UI System Icons
- Style
- 12 Regular
- Viewbox
- 12×12
- License
- MIT
7 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the food cake icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M6.003 1c-.534 0-.88.357-1.065.65a2 2 0 0 0-.303.884c-.025.424.04.842.303 1.158c.275.33.672.438 1.065.438c.403 0 .797-.123 1.068-.45c.261-.316.332-.731.303-1.152a2.06 2.06 0 0 0-.304-.869C6.888 1.369 6.543 1 6.003 1m-.37 1.592c.004-.063.05-.248.15-.409c.103-.162.182-.183.22-.183c.032 0 .113.02.22.19c.103.166.15.353.153.408c.02.284-.04.402-.075.444c-.025.03-.092.088-.298.088c-.222 0-.28-.058-.297-.078c-.028-.034-.091-.15-.073-.46M10 10V6.5A1.5 1.5 0 0 0 8.5 5h-5A1.5 1.5 0 0 0 2 6.5V10h-.5a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1zM3.5 6h5a.5.5 0 0 1 .5.5v.786l-.867.676a.25.25 0 0 1-.299.006l-1.109-.79a1.25 1.25 0 0 0-1.45 0l-1.11.79a.25.25 0 0 1-.299-.006L3 7.286V6.5a.5.5 0 0 1 .5-.5M3 8.554l.251.196a1.25 1.25 0 0 0 1.494.033l1.11-.79a.25.25 0 0 1 .29 0l1.11.79a1.25 1.25 0 0 0 1.493-.033L9 8.554V10H3z"/></svg>
React
import type { SVGProps } from "react";
export function FluentFoodCake12Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M6.003 1c-.534 0-.88.357-1.065.65a2 2 0 0 0-.303.884c-.025.424.04.842.303 1.158c.275.33.672.438 1.065.438c.403 0 .797-.123 1.068-.45c.261-.316.332-.731.303-1.152a2.06 2.06 0 0 0-.304-.869C6.888 1.369 6.543 1 6.003 1m-.37 1.592c.004-.063.05-.248.15-.409c.103-.162.182-.183.22-.183c.032 0 .113.02.22.19c.103.166.15.353.153.408c.02.284-.04.402-.075.444c-.025.03-.092.088-.298.088c-.222 0-.28-.058-.297-.078c-.028-.034-.091-.15-.073-.46M10 10V6.5A1.5 1.5 0 0 0 8.5 5h-5A1.5 1.5 0 0 0 2 6.5V10h-.5a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1zM3.5 6h5a.5.5 0 0 1 .5.5v.786l-.867.676a.25.25 0 0 1-.299.006l-1.109-.79a1.25 1.25 0 0 0-1.45 0l-1.11.79a.25.25 0 0 1-.299-.006L3 7.286V6.5a.5.5 0 0 1 .5-.5M3 8.554l.251.196a1.25 1.25 0 0 0 1.494.033l1.11-.79a.25.25 0 0 1 .29 0l1.11.79a1.25 1.25 0 0 0 1.493-.033L9 8.554V10H3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M6.003 1c-.534 0-.88.357-1.065.65a2 2 0 0 0-.303.884c-.025.424.04.842.303 1.158c.275.33.672.438 1.065.438c.403 0 .797-.123 1.068-.45c.261-.316.332-.731.303-1.152a2.06 2.06 0 0 0-.304-.869C6.888 1.369 6.543 1 6.003 1m-.37 1.592c.004-.063.05-.248.15-.409c.103-.162.182-.183.22-.183c.032 0 .113.02.22.19c.103.166.15.353.153.408c.02.284-.04.402-.075.444c-.025.03-.092.088-.298.088c-.222 0-.28-.058-.297-.078c-.028-.034-.091-.15-.073-.46M10 10V6.5A1.5 1.5 0 0 0 8.5 5h-5A1.5 1.5 0 0 0 2 6.5V10h-.5a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1zM3.5 6h5a.5.5 0 0 1 .5.5v.786l-.867.676a.25.25 0 0 1-.299.006l-1.109-.79a1.25 1.25 0 0 0-1.45 0l-1.11.79a.25.25 0 0 1-.299-.006L3 7.286V6.5a.5.5 0 0 1 .5-.5M3 8.554l.251.196a1.25 1.25 0 0 0 1.494.033l1.11-.79a.25.25 0 0 1 .29 0l1.11.79a1.25 1.25 0 0 0 1.493-.033L9 8.554V10H3z"/></svg> </template>
CSS
.icon-food-cake-12-regular {
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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.003%201c-.534%200-.88.357-1.065.65a2%202%200%200%200-.303.884c-.025.424.04.842.303%201.158c.275.33.672.438%201.065.438c.403%200%20.797-.123%201.068-.45c.261-.316.332-.731.303-1.152a2.06%202.06%200%200%200-.304-.869C6.888%201.369%206.543%201%206.003%201m-.37%201.592c.004-.063.05-.248.15-.409c.103-.162.182-.183.22-.183c.032%200%20.113.02.22.19c.103.166.15.353.153.408c.02.284-.04.402-.075.444c-.025.03-.092.088-.298.088c-.222%200-.28-.058-.297-.078c-.028-.034-.091-.15-.073-.46M10%2010V6.5A1.5%201.5%200%200%200%208.5%205h-5A1.5%201.5%200%200%200%202%206.5V10h-.5a.5.5%200%200%200%200%201h9a.5.5%200%200%200%200-1zM3.5%206h5a.5.5%200%200%201%20.5.5v.786l-.867.676a.25.25%200%200%201-.299.006l-1.109-.79a1.25%201.25%200%200%200-1.45%200l-1.11.79a.25.25%200%200%201-.299-.006L3%207.286V6.5a.5.5%200%200%201%20.5-.5M3%208.554l.251.196a1.25%201.25%200%200%200%201.494.033l1.11-.79a.25.25%200%200%201%20.29%200l1.11.79a1.25%201.25%200%200%200%201.493-.033L9%208.554V10H3z%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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.003%201c-.534%200-.88.357-1.065.65a2%202%200%200%200-.303.884c-.025.424.04.842.303%201.158c.275.33.672.438%201.065.438c.403%200%20.797-.123%201.068-.45c.261-.316.332-.731.303-1.152a2.06%202.06%200%200%200-.304-.869C6.888%201.369%206.543%201%206.003%201m-.37%201.592c.004-.063.05-.248.15-.409c.103-.162.182-.183.22-.183c.032%200%20.113.02.22.19c.103.166.15.353.153.408c.02.284-.04.402-.075.444c-.025.03-.092.088-.298.088c-.222%200-.28-.058-.297-.078c-.028-.034-.091-.15-.073-.46M10%2010V6.5A1.5%201.5%200%200%200%208.5%205h-5A1.5%201.5%200%200%200%202%206.5V10h-.5a.5.5%200%200%200%200%201h9a.5.5%200%200%200%200-1zM3.5%206h5a.5.5%200%200%201%20.5.5v.786l-.867.676a.25.25%200%200%201-.299.006l-1.109-.79a1.25%201.25%200%200%200-1.45%200l-1.11.79a.25.25%200%200%201-.299-.006L3%207.286V6.5a.5.5%200%200%201%20.5-.5M3%208.554l.251.196a1.25%201.25%200%200%200%201.494.033l1.11-.79a.25.25%200%200%201%20.29%200l1.11.79a1.25%201.25%200%200%200%201.493-.033L9%208.554V10H3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/food-cake-12-regular.svg?color=%231a73e8&size=48