fondue emoji
fondue from Fluent Emoji High Contrast by Microsoft Corporation · Default · Food & Drink · MIT Free for personal and commercial use.
- Name
- fondue
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- Food & Drink
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More food & drink icons from Fluent Emoji High Contrast
Use the fondue emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M11.53 11.02c-1.07 0-1.94.87-1.94 1.94h3.89c0-1.07-.87-1.94-1.95-1.94"/><path d="M16 5.99c0 .368.202.692.5.865V8h-8C6.089 8 4 9.837 4 12.25v6.5c0 1.958 1.376 3.537 3.183 4.063c.32.7 1.028 1.187 1.847 1.187h.47l-1.67 5.01c-.16.49.2.99.71.99h10.92c.51 0 .87-.5.71-.99L18.5 24h-.03c.808 0 1.766-.473 2.238-1.157C22.568 22.35 24 20.747 24 18.75v-1.32l2.02.29c1.05.15 1.98-.66 1.98-1.72s-.93-1.87-1.98-1.72l-2.02.29v-2.32c0-1.92-1.322-3.475-3.077-4.03l.331-1.232c.333-.091.612-.352.706-.708l.82-3.02c.14-.53-.18-1.08-.71-1.22s-1.08.18-1.22.71l-.82 3.02a1 1 0 0 0 .258.958l-.346 1.293A5 5 0 0 0 19.5 8h-2V6.855c.298-.173.5-.497.5-.865V3c0-.55-.45-1-1-1s-1 .45-1 1zm4.435 4.047a1.99 1.99 0 0 1 1.555 1.723A2.505 2.505 0 0 1 19.5 14h-11c-1.29 0-2.36-.98-2.48-2.24c.11-.99.96-1.77 1.99-1.77h8.49v.822c-.634.157-1.11.73-1.11 1.418h2.91c0-.574-.326-1.067-.8-1.306V9.99h1.914L18.876 12h1.031zM15.603 27.93c.082-.2.127-.42.127-.65c0-.35-.09-.67-.26-.93l-1.05-1.79a.487.487 0 0 0-.84 0l-1.06 1.8l-.02.035l-.02.035l-.01.01a1.71 1.71 0 0 0-.077 1.49H10.19L11.5 24h5l1.31 3.93zm-.835 0h-1.536a.95.95 0 1 1 1.535 0M19.5 15c.977 0 1.863-.401 2.5-1.049V18.5c0 1.378-1.122 2.5-2.5 2.5h-11A2.504 2.504 0 0 1 6 18.5v-4.55A3.5 3.5 0 0 0 8.5 15z"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastFondue(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M11.53 11.02c-1.07 0-1.94.87-1.94 1.94h3.89c0-1.07-.87-1.94-1.95-1.94"/><path d="M16 5.99c0 .368.202.692.5.865V8h-8C6.089 8 4 9.837 4 12.25v6.5c0 1.958 1.376 3.537 3.183 4.063c.32.7 1.028 1.187 1.847 1.187h.47l-1.67 5.01c-.16.49.2.99.71.99h10.92c.51 0 .87-.5.71-.99L18.5 24h-.03c.808 0 1.766-.473 2.238-1.157C22.568 22.35 24 20.747 24 18.75v-1.32l2.02.29c1.05.15 1.98-.66 1.98-1.72s-.93-1.87-1.98-1.72l-2.02.29v-2.32c0-1.92-1.322-3.475-3.077-4.03l.331-1.232c.333-.091.612-.352.706-.708l.82-3.02c.14-.53-.18-1.08-.71-1.22s-1.08.18-1.22.71l-.82 3.02a1 1 0 0 0 .258.958l-.346 1.293A5 5 0 0 0 19.5 8h-2V6.855c.298-.173.5-.497.5-.865V3c0-.55-.45-1-1-1s-1 .45-1 1zm4.435 4.047a1.99 1.99 0 0 1 1.555 1.723A2.505 2.505 0 0 1 19.5 14h-11c-1.29 0-2.36-.98-2.48-2.24c.11-.99.96-1.77 1.99-1.77h8.49v.822c-.634.157-1.11.73-1.11 1.418h2.91c0-.574-.326-1.067-.8-1.306V9.99h1.914L18.876 12h1.031zM15.603 27.93c.082-.2.127-.42.127-.65c0-.35-.09-.67-.26-.93l-1.05-1.79a.487.487 0 0 0-.84 0l-1.06 1.8l-.02.035l-.02.035l-.01.01a1.71 1.71 0 0 0-.077 1.49H10.19L11.5 24h5l1.31 3.93zm-.835 0h-1.536a.95.95 0 1 1 1.535 0M19.5 15c.977 0 1.863-.401 2.5-1.049V18.5c0 1.378-1.122 2.5-2.5 2.5h-11A2.504 2.504 0 0 1 6 18.5v-4.55A3.5 3.5 0 0 0 8.5 15z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M11.53 11.02c-1.07 0-1.94.87-1.94 1.94h3.89c0-1.07-.87-1.94-1.95-1.94"/><path d="M16 5.99c0 .368.202.692.5.865V8h-8C6.089 8 4 9.837 4 12.25v6.5c0 1.958 1.376 3.537 3.183 4.063c.32.7 1.028 1.187 1.847 1.187h.47l-1.67 5.01c-.16.49.2.99.71.99h10.92c.51 0 .87-.5.71-.99L18.5 24h-.03c.808 0 1.766-.473 2.238-1.157C22.568 22.35 24 20.747 24 18.75v-1.32l2.02.29c1.05.15 1.98-.66 1.98-1.72s-.93-1.87-1.98-1.72l-2.02.29v-2.32c0-1.92-1.322-3.475-3.077-4.03l.331-1.232c.333-.091.612-.352.706-.708l.82-3.02c.14-.53-.18-1.08-.71-1.22s-1.08.18-1.22.71l-.82 3.02a1 1 0 0 0 .258.958l-.346 1.293A5 5 0 0 0 19.5 8h-2V6.855c.298-.173.5-.497.5-.865V3c0-.55-.45-1-1-1s-1 .45-1 1zm4.435 4.047a1.99 1.99 0 0 1 1.555 1.723A2.505 2.505 0 0 1 19.5 14h-11c-1.29 0-2.36-.98-2.48-2.24c.11-.99.96-1.77 1.99-1.77h8.49v.822c-.634.157-1.11.73-1.11 1.418h2.91c0-.574-.326-1.067-.8-1.306V9.99h1.914L18.876 12h1.031zM15.603 27.93c.082-.2.127-.42.127-.65c0-.35-.09-.67-.26-.93l-1.05-1.79a.487.487 0 0 0-.84 0l-1.06 1.8l-.02.035l-.02.035l-.01.01a1.71 1.71 0 0 0-.077 1.49H10.19L11.5 24h5l1.31 3.93zm-.835 0h-1.536a.95.95 0 1 1 1.535 0M19.5 15c.977 0 1.863-.401 2.5-1.049V18.5c0 1.378-1.122 2.5-2.5 2.5h-11A2.504 2.504 0 0 1 6 18.5v-4.55A3.5 3.5 0 0 0 8.5 15z"/></g></svg> </template>
CSS
.icon-fondue {
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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M11.53%2011.02c-1.07%200-1.94.87-1.94%201.94h3.89c0-1.07-.87-1.94-1.95-1.94%22%2F%3E%3Cpath%20d%3D%22M16%205.99c0%20.368.202.692.5.865V8h-8C6.089%208%204%209.837%204%2012.25v6.5c0%201.958%201.376%203.537%203.183%204.063c.32.7%201.028%201.187%201.847%201.187h.47l-1.67%205.01c-.16.49.2.99.71.99h10.92c.51%200%20.87-.5.71-.99L18.5%2024h-.03c.808%200%201.766-.473%202.238-1.157C22.568%2022.35%2024%2020.747%2024%2018.75v-1.32l2.02.29c1.05.15%201.98-.66%201.98-1.72s-.93-1.87-1.98-1.72l-2.02.29v-2.32c0-1.92-1.322-3.475-3.077-4.03l.331-1.232c.333-.091.612-.352.706-.708l.82-3.02c.14-.53-.18-1.08-.71-1.22s-1.08.18-1.22.71l-.82%203.02a1%201%200%200%200%20.258.958l-.346%201.293A5%205%200%200%200%2019.5%208h-2V6.855c.298-.173.5-.497.5-.865V3c0-.55-.45-1-1-1s-1%20.45-1%201zm4.435%204.047a1.99%201.99%200%200%201%201.555%201.723A2.505%202.505%200%200%201%2019.5%2014h-11c-1.29%200-2.36-.98-2.48-2.24c.11-.99.96-1.77%201.99-1.77h8.49v.822c-.634.157-1.11.73-1.11%201.418h2.91c0-.574-.326-1.067-.8-1.306V9.99h1.914L18.876%2012h1.031zM15.603%2027.93c.082-.2.127-.42.127-.65c0-.35-.09-.67-.26-.93l-1.05-1.79a.487.487%200%200%200-.84%200l-1.06%201.8l-.02.035l-.02.035l-.01.01a1.71%201.71%200%200%200-.077%201.49H10.19L11.5%2024h5l1.31%203.93zm-.835%200h-1.536a.95.95%200%201%201%201.535%200M19.5%2015c.977%200%201.863-.401%202.5-1.049V18.5c0%201.378-1.122%202.5-2.5%202.5h-11A2.504%202.504%200%200%201%206%2018.5v-4.55A3.5%203.5%200%200%200%208.5%2015z%22%2F%3E%3C%2Fg%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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M11.53%2011.02c-1.07%200-1.94.87-1.94%201.94h3.89c0-1.07-.87-1.94-1.95-1.94%22%2F%3E%3Cpath%20d%3D%22M16%205.99c0%20.368.202.692.5.865V8h-8C6.089%208%204%209.837%204%2012.25v6.5c0%201.958%201.376%203.537%203.183%204.063c.32.7%201.028%201.187%201.847%201.187h.47l-1.67%205.01c-.16.49.2.99.71.99h10.92c.51%200%20.87-.5.71-.99L18.5%2024h-.03c.808%200%201.766-.473%202.238-1.157C22.568%2022.35%2024%2020.747%2024%2018.75v-1.32l2.02.29c1.05.15%201.98-.66%201.98-1.72s-.93-1.87-1.98-1.72l-2.02.29v-2.32c0-1.92-1.322-3.475-3.077-4.03l.331-1.232c.333-.091.612-.352.706-.708l.82-3.02c.14-.53-.18-1.08-.71-1.22s-1.08.18-1.22.71l-.82%203.02a1%201%200%200%200%20.258.958l-.346%201.293A5%205%200%200%200%2019.5%208h-2V6.855c.298-.173.5-.497.5-.865V3c0-.55-.45-1-1-1s-1%20.45-1%201zm4.435%204.047a1.99%201.99%200%200%201%201.555%201.723A2.505%202.505%200%200%201%2019.5%2014h-11c-1.29%200-2.36-.98-2.48-2.24c.11-.99.96-1.77%201.99-1.77h8.49v.822c-.634.157-1.11.73-1.11%201.418h2.91c0-.574-.326-1.067-.8-1.306V9.99h1.914L18.876%2012h1.031zM15.603%2027.93c.082-.2.127-.42.127-.65c0-.35-.09-.67-.26-.93l-1.05-1.79a.487.487%200%200%200-.84%200l-1.06%201.8l-.02.035l-.02.035l-.01.01a1.71%201.71%200%200%200-.077%201.49H10.19L11.5%2024h5l1.31%203.93zm-.835%200h-1.536a.95.95%200%201%201%201.535%200M19.5%2015c.977%200%201.863-.401%202.5-1.049V18.5c0%201.378-1.122%202.5-2.5%202.5h-11A2.504%202.504%200%200%201%206%2018.5v-4.55A3.5%203.5%200%200%200%208.5%2015z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/fondue.svg?color=%231a73e8&size=48