baseline cake icon
baseline-cake from Google Material Icons by Material Design Authors · Baseline · Social · Apache-2.0 Free for personal and commercial use.
- Name
- baseline-cake
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- cake
More social icons from Google Material Icons
baseline-18-up-ratingbaseline-6-ft-apartbaseline-add-moderatorbaseline-add-reactionbaseline-adobebaseline-applebaseline-architecturebaseline-assist-walkerbaseline-back-handbaseline-blindbaseline-boybaseline-catching-pokemonbaseline-clean-handsbaseline-co2baseline-compostbaseline-connect-without-contactbaseline-constructionbaseline-cookiebaseline-coronavirusbaseline-cruelty-freebaseline-cyclonebaseline-deckbaseline-discordbaseline-diversity-1
Use the baseline cake 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 2m4.6 9.99l-1.07-1.07l-1.08 1.07c-1.3 1.3-3.58 1.31-4.89 0l-1.07-1.07l-1.09 1.07C6.75 16.64 5.88 17 4.96 17c-.73 0-1.4-.23-1.96-.61V21c0 .55.45 1 1 1h16c.55 0 1-.45 1-1v-4.61c-.56.38-1.23.61-1.96.61c-.92 0-1.79-.36-2.44-1.01M18 9h-5V7h-2v2H6c-1.66 0-3 1.34-3 3v1.54c0 1.08.88 1.96 1.96 1.96c.52 0 1.02-.2 1.38-.57l2.14-2.13l2.13 2.13c.74.74 2.03.74 2.77 0l2.14-2.13l2.13 2.13c.37.37.86.57 1.38.57c1.08 0 1.96-.88 1.96-1.96V12C21 10.34 19.66 9 18 9"/></svg>
React
import type { SVGProps } from "react";
export function IcBaselineCake(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 2m4.6 9.99l-1.07-1.07l-1.08 1.07c-1.3 1.3-3.58 1.31-4.89 0l-1.07-1.07l-1.09 1.07C6.75 16.64 5.88 17 4.96 17c-.73 0-1.4-.23-1.96-.61V21c0 .55.45 1 1 1h16c.55 0 1-.45 1-1v-4.61c-.56.38-1.23.61-1.96.61c-.92 0-1.79-.36-2.44-1.01M18 9h-5V7h-2v2H6c-1.66 0-3 1.34-3 3v1.54c0 1.08.88 1.96 1.96 1.96c.52 0 1.02-.2 1.38-.57l2.14-2.13l2.13 2.13c.74.74 2.03.74 2.77 0l2.14-2.13l2.13 2.13c.37.37.86.57 1.38.57c1.08 0 1.96-.88 1.96-1.96V12C21 10.34 19.66 9 18 9"/></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 2m4.6 9.99l-1.07-1.07l-1.08 1.07c-1.3 1.3-3.58 1.31-4.89 0l-1.07-1.07l-1.09 1.07C6.75 16.64 5.88 17 4.96 17c-.73 0-1.4-.23-1.96-.61V21c0 .55.45 1 1 1h16c.55 0 1-.45 1-1v-4.61c-.56.38-1.23.61-1.96.61c-.92 0-1.79-.36-2.44-1.01M18 9h-5V7h-2v2H6c-1.66 0-3 1.34-3 3v1.54c0 1.08.88 1.96 1.96 1.96c.52 0 1.02-.2 1.38-.57l2.14-2.13l2.13 2.13c.74.74 2.03.74 2.77 0l2.14-2.13l2.13 2.13c.37.37.86.57 1.38.57c1.08 0 1.96-.88 1.96-1.96V12C21 10.34 19.66 9 18 9"/></svg> </template>
CSS
.icon-baseline-cake {
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%202m4.6%209.99l-1.07-1.07l-1.08%201.07c-1.3%201.3-3.58%201.31-4.89%200l-1.07-1.07l-1.09%201.07C6.75%2016.64%205.88%2017%204.96%2017c-.73%200-1.4-.23-1.96-.61V21c0%20.55.45%201%201%201h16c.55%200%201-.45%201-1v-4.61c-.56.38-1.23.61-1.96.61c-.92%200-1.79-.36-2.44-1.01M18%209h-5V7h-2v2H6c-1.66%200-3%201.34-3%203v1.54c0%201.08.88%201.96%201.96%201.96c.52%200%201.02-.2%201.38-.57l2.14-2.13l2.13%202.13c.74.74%202.03.74%202.77%200l2.14-2.13l2.13%202.13c.37.37.86.57%201.38.57c1.08%200%201.96-.88%201.96-1.96V12C21%2010.34%2019.66%209%2018%209%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%202m4.6%209.99l-1.07-1.07l-1.08%201.07c-1.3%201.3-3.58%201.31-4.89%200l-1.07-1.07l-1.09%201.07C6.75%2016.64%205.88%2017%204.96%2017c-.73%200-1.4-.23-1.96-.61V21c0%20.55.45%201%201%201h16c.55%200%201-.45%201-1v-4.61c-.56.38-1.23.61-1.96.61c-.92%200-1.79-.36-2.44-1.01M18%209h-5V7h-2v2H6c-1.66%200-3%201.34-3%203v1.54c0%201.08.88%201.96%201.96%201.96c.52%200%201.02-.2%201.38-.57l2.14-2.13l2.13%202.13c.74.74%202.03.74%202.77%200l2.14-2.13l2.13%202.13c.37.37.86.57%201.38.57c1.08%200%201.96-.88%201.96-1.96V12C21%2010.34%2019.66%209%2018%209%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/baseline-cake.svg?color=%231a73e8&size=48