cake-variant-outline from Material Design Icons by Pictogrammers · Outline · Food / Drink · Apache-2.0 Free for personal and commercial use.

Name
cake-variant-outline
Set
Material Design Icons
Style
Outline
Category
Food / Drink
Viewbox
24×24
License
Apache 2.0
Aliases
birthday-cake-outline

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.03c0 1.1.9 2 2 2m6 3h-5V7h-2v2H6c-1.66 0-3 1.34-3 3v9c0 .55.45 1 1 1h16c.55 0 1-.45 1-1v-9c0-1.66-1.34-3-3-3m1 11H5v-3c.9 0 1.76-.37 2.4-1l1.1-1.08L9.56 16c1.31 1.3 3.59 1.29 4.89 0l1.08-1.08L16.6 16c.64.63 1.5 1 2.4 1zm0-4.5c-.5 0-1-.2-1.35-.57L15.5 12.8l-2.12 2.13c-.74.74-2.03.74-2.77 0L8.5 12.8l-2.16 2.13c-.34.36-.84.57-1.34.57V12c0-.55.45-1 1-1h12c.55 0 1 .45 1 1z"/></svg>

React

import type { SVGProps } from "react";

export function MdiCakeVariantOutline(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.03c0 1.1.9 2 2 2m6 3h-5V7h-2v2H6c-1.66 0-3 1.34-3 3v9c0 .55.45 1 1 1h16c.55 0 1-.45 1-1v-9c0-1.66-1.34-3-3-3m1 11H5v-3c.9 0 1.76-.37 2.4-1l1.1-1.08L9.56 16c1.31 1.3 3.59 1.29 4.89 0l1.08-1.08L16.6 16c.64.63 1.5 1 2.4 1zm0-4.5c-.5 0-1-.2-1.35-.57L15.5 12.8l-2.12 2.13c-.74.74-2.03.74-2.77 0L8.5 12.8l-2.16 2.13c-.34.36-.84.57-1.34.57V12c0-.55.45-1 1-1h12c.55 0 1 .45 1 1z"/></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.03c0 1.1.9 2 2 2m6 3h-5V7h-2v2H6c-1.66 0-3 1.34-3 3v9c0 .55.45 1 1 1h16c.55 0 1-.45 1-1v-9c0-1.66-1.34-3-3-3m1 11H5v-3c.9 0 1.76-.37 2.4-1l1.1-1.08L9.56 16c1.31 1.3 3.59 1.29 4.89 0l1.08-1.08L16.6 16c.64.63 1.5 1 2.4 1zm0-4.5c-.5 0-1-.2-1.35-.57L15.5 12.8l-2.12 2.13c-.74.74-2.03.74-2.77 0L8.5 12.8l-2.16 2.13c-.34.36-.84.57-1.34.57V12c0-.55.45-1 1-1h12c.55 0 1 .45 1 1z"/></svg>
</template>

CSS

.icon-cake-variant-outline {
  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.03c0%201.1.9%202%202%202m6%203h-5V7h-2v2H6c-1.66%200-3%201.34-3%203v9c0%20.55.45%201%201%201h16c.55%200%201-.45%201-1v-9c0-1.66-1.34-3-3-3m1%2011H5v-3c.9%200%201.76-.37%202.4-1l1.1-1.08L9.56%2016c1.31%201.3%203.59%201.29%204.89%200l1.08-1.08L16.6%2016c.64.63%201.5%201%202.4%201zm0-4.5c-.5%200-1-.2-1.35-.57L15.5%2012.8l-2.12%202.13c-.74.74-2.03.74-2.77%200L8.5%2012.8l-2.16%202.13c-.34.36-.84.57-1.34.57V12c0-.55.45-1%201-1h12c.55%200%201%20.45%201%201z%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.03c0%201.1.9%202%202%202m6%203h-5V7h-2v2H6c-1.66%200-3%201.34-3%203v9c0%20.55.45%201%201%201h16c.55%200%201-.45%201-1v-9c0-1.66-1.34-3-3-3m1%2011H5v-3c.9%200%201.76-.37%202.4-1l1.1-1.08L9.56%2016c1.31%201.3%203.59%201.29%204.89%200l1.08-1.08L16.6%2016c.64.63%201.5%201%202.4%201zm0-4.5c-.5%200-1-.2-1.35-.57L15.5%2012.8l-2.12%202.13c-.74.74-2.03.74-2.77%200L8.5%2012.8l-2.16%202.13c-.34.36-.84.57-1.34.57V12c0-.55.45-1%201-1h12c.55%200%201%20.45%201%201z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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