cake variant icon
cake-variant from Material Design Icons by Pictogrammers · Filled · Food / Drink · Apache-2.0 Free for personal and commercial use.
- Name
- cake-variant
- Set
- Material Design Icons
- Style
- Filled
- Category
- Food / Drink
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Material Design Icons
More food / drink icons from Material Design Icons
Use the cake variant icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 6a2 2 0 0 0 2-2c0-.38-.1-.73-.29-1.03L12 0l-1.71 2.97c-.19.3-.29.65-.29 1.03a2 2 0 0 0 2 2m4.6 10l-1.07-1.08L14.45 16c-1.3 1.29-3.58 1.3-4.89 0L8.5 14.92L7.4 16a3.47 3.47 0 0 1-4.4.39V21a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1v-4.61a3.47 3.47 0 0 1-4.4-.39M18 9h-5V7h-2v2H6a3 3 0 0 0-3 3v1.54c0 1.08.88 1.96 1.96 1.96c.54 0 1.04-.2 1.38-.57L8.5 12.8l2.11 2.13c.74.74 2.03.74 2.77 0l2.12-2.13l2.15 2.13c.35.37.85.57 1.38.57c1.08 0 1.97-.88 1.97-1.96V12a3 3 0 0 0-3-3"/></svg>
React
import type { SVGProps } from "react";
export function MdiCakeVariant(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="M12 6a2 2 0 0 0 2-2c0-.38-.1-.73-.29-1.03L12 0l-1.71 2.97c-.19.3-.29.65-.29 1.03a2 2 0 0 0 2 2m4.6 10l-1.07-1.08L14.45 16c-1.3 1.29-3.58 1.3-4.89 0L8.5 14.92L7.4 16a3.47 3.47 0 0 1-4.4.39V21a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1v-4.61a3.47 3.47 0 0 1-4.4-.39M18 9h-5V7h-2v2H6a3 3 0 0 0-3 3v1.54c0 1.08.88 1.96 1.96 1.96c.54 0 1.04-.2 1.38-.57L8.5 12.8l2.11 2.13c.74.74 2.03.74 2.77 0l2.12-2.13l2.15 2.13c.35.37.85.57 1.38.57c1.08 0 1.97-.88 1.97-1.96V12a3 3 0 0 0-3-3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 6a2 2 0 0 0 2-2c0-.38-.1-.73-.29-1.03L12 0l-1.71 2.97c-.19.3-.29.65-.29 1.03a2 2 0 0 0 2 2m4.6 10l-1.07-1.08L14.45 16c-1.3 1.29-3.58 1.3-4.89 0L8.5 14.92L7.4 16a3.47 3.47 0 0 1-4.4.39V21a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1v-4.61a3.47 3.47 0 0 1-4.4-.39M18 9h-5V7h-2v2H6a3 3 0 0 0-3 3v1.54c0 1.08.88 1.96 1.96 1.96c.54 0 1.04-.2 1.38-.57L8.5 12.8l2.11 2.13c.74.74 2.03.74 2.77 0l2.12-2.13l2.15 2.13c.35.37.85.57 1.38.57c1.08 0 1.97-.88 1.97-1.96V12a3 3 0 0 0-3-3"/></svg> </template>
CSS
.icon-cake-variant {
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%22M12%206a2%202%200%200%200%202-2c0-.38-.1-.73-.29-1.03L12%200l-1.71%202.97c-.19.3-.29.65-.29%201.03a2%202%200%200%200%202%202m4.6%2010l-1.07-1.08L14.45%2016c-1.3%201.29-3.58%201.3-4.89%200L8.5%2014.92L7.4%2016a3.47%203.47%200%200%201-4.4.39V21a1%201%200%200%200%201%201h16a1%201%200%200%200%201-1v-4.61a3.47%203.47%200%200%201-4.4-.39M18%209h-5V7h-2v2H6a3%203%200%200%200-3%203v1.54c0%201.08.88%201.96%201.96%201.96c.54%200%201.04-.2%201.38-.57L8.5%2012.8l2.11%202.13c.74.74%202.03.74%202.77%200l2.12-2.13l2.15%202.13c.35.37.85.57%201.38.57c1.08%200%201.97-.88%201.97-1.96V12a3%203%200%200%200-3-3%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%22M12%206a2%202%200%200%200%202-2c0-.38-.1-.73-.29-1.03L12%200l-1.71%202.97c-.19.3-.29.65-.29%201.03a2%202%200%200%200%202%202m4.6%2010l-1.07-1.08L14.45%2016c-1.3%201.29-3.58%201.3-4.89%200L8.5%2014.92L7.4%2016a3.47%203.47%200%200%201-4.4.39V21a1%201%200%200%200%201%201h16a1%201%200%200%200%201-1v-4.61a3.47%203.47%200%200%201-4.4-.39M18%209h-5V7h-2v2H6a3%203%200%200%200-3%203v1.54c0%201.08.88%201.96%201.96%201.96c.54%200%201.04-.2%201.38-.57L8.5%2012.8l2.11%202.13c.74.74%202.03.74%202.77%200l2.12-2.13l2.15%202.13c.35.37.85.57%201.38.57c1.08%200%201.97-.88%201.97-1.96V12a3%203%200%200%200-3-3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/cake-variant.svg?color=%231a73e8&size=48