oden from Fluent Emoji High Contrast by Microsoft Corporation · Default · Food & Drink · MIT Free for personal and commercial use.

Name
oden
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 oden emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M4.06 1.938a1.5 1.5 0 0 0-2.12 2.124l1.59 1.586a3.1 3.1 0 0 0-.02 1.702l1.89 7.06c.44 1.651 2.034 2.524 3.53 2.284a7.8 7.8 0 0 1 1.348-4.314a7.9 7.9 0 0 1 2.125-2.118a7.8 7.8 0 0 1 4.288-1.332c.24-1.498-.635-3.09-2.281-3.53L7.35 3.51a3.1 3.1 0 0 0-1.696.018z"/><path d="M16.339 9.944a6.8 6.8 0 0 0-3.212 1.04a6.9 6.9 0 0 0-2.126 2.117A6.8 6.8 0 0 0 9.93 16.78a6.85 6.85 0 0 0 5.393 6.695a4.7 4.7 0 0 1 .74-.962l6.45-6.45a4.7 4.7 0 0 1 .962-.74a6.85 6.85 0 0 0-7.136-5.379m6.881 6.826q.191-.19.4-.347a3.664 3.664 0 0 1 4.78 5.527l-1.431 1.431l-.604-.601a2.496 2.496 0 0 0-3.535.005a2.496 2.496 0 0 0 .005 3.536l.598.596L21.95 28.4a3.664 3.664 0 0 1-5.18-5.18z"/><path d="M25.66 23.488a1.5 1.5 0 1 0-2.12 2.124l3.4 3.39a1.5 1.5 0 0 0 2.12-2.124z"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastOden(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="M4.06 1.938a1.5 1.5 0 0 0-2.12 2.124l1.59 1.586a3.1 3.1 0 0 0-.02 1.702l1.89 7.06c.44 1.651 2.034 2.524 3.53 2.284a7.8 7.8 0 0 1 1.348-4.314a7.9 7.9 0 0 1 2.125-2.118a7.8 7.8 0 0 1 4.288-1.332c.24-1.498-.635-3.09-2.281-3.53L7.35 3.51a3.1 3.1 0 0 0-1.696.018z"/><path d="M16.339 9.944a6.8 6.8 0 0 0-3.212 1.04a6.9 6.9 0 0 0-2.126 2.117A6.8 6.8 0 0 0 9.93 16.78a6.85 6.85 0 0 0 5.393 6.695a4.7 4.7 0 0 1 .74-.962l6.45-6.45a4.7 4.7 0 0 1 .962-.74a6.85 6.85 0 0 0-7.136-5.379m6.881 6.826q.191-.19.4-.347a3.664 3.664 0 0 1 4.78 5.527l-1.431 1.431l-.604-.601a2.496 2.496 0 0 0-3.535.005a2.496 2.496 0 0 0 .005 3.536l.598.596L21.95 28.4a3.664 3.664 0 0 1-5.18-5.18z"/><path d="M25.66 23.488a1.5 1.5 0 1 0-2.12 2.124l3.4 3.39a1.5 1.5 0 0 0 2.12-2.124z"/></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="M4.06 1.938a1.5 1.5 0 0 0-2.12 2.124l1.59 1.586a3.1 3.1 0 0 0-.02 1.702l1.89 7.06c.44 1.651 2.034 2.524 3.53 2.284a7.8 7.8 0 0 1 1.348-4.314a7.9 7.9 0 0 1 2.125-2.118a7.8 7.8 0 0 1 4.288-1.332c.24-1.498-.635-3.09-2.281-3.53L7.35 3.51a3.1 3.1 0 0 0-1.696.018z"/><path d="M16.339 9.944a6.8 6.8 0 0 0-3.212 1.04a6.9 6.9 0 0 0-2.126 2.117A6.8 6.8 0 0 0 9.93 16.78a6.85 6.85 0 0 0 5.393 6.695a4.7 4.7 0 0 1 .74-.962l6.45-6.45a4.7 4.7 0 0 1 .962-.74a6.85 6.85 0 0 0-7.136-5.379m6.881 6.826q.191-.19.4-.347a3.664 3.664 0 0 1 4.78 5.527l-1.431 1.431l-.604-.601a2.496 2.496 0 0 0-3.535.005a2.496 2.496 0 0 0 .005 3.536l.598.596L21.95 28.4a3.664 3.664 0 0 1-5.18-5.18z"/><path d="M25.66 23.488a1.5 1.5 0 1 0-2.12 2.124l3.4 3.39a1.5 1.5 0 0 0 2.12-2.124z"/></g></svg>
</template>

CSS

.icon-oden {
  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%22M4.06%201.938a1.5%201.5%200%200%200-2.12%202.124l1.59%201.586a3.1%203.1%200%200%200-.02%201.702l1.89%207.06c.44%201.651%202.034%202.524%203.53%202.284a7.8%207.8%200%200%201%201.348-4.314a7.9%207.9%200%200%201%202.125-2.118a7.8%207.8%200%200%201%204.288-1.332c.24-1.498-.635-3.09-2.281-3.53L7.35%203.51a3.1%203.1%200%200%200-1.696.018z%22%2F%3E%3Cpath%20d%3D%22M16.339%209.944a6.8%206.8%200%200%200-3.212%201.04a6.9%206.9%200%200%200-2.126%202.117A6.8%206.8%200%200%200%209.93%2016.78a6.85%206.85%200%200%200%205.393%206.695a4.7%204.7%200%200%201%20.74-.962l6.45-6.45a4.7%204.7%200%200%201%20.962-.74a6.85%206.85%200%200%200-7.136-5.379m6.881%206.826q.191-.19.4-.347a3.664%203.664%200%200%201%204.78%205.527l-1.431%201.431l-.604-.601a2.496%202.496%200%200%200-3.535.005a2.496%202.496%200%200%200%20.005%203.536l.598.596L21.95%2028.4a3.664%203.664%200%200%201-5.18-5.18z%22%2F%3E%3Cpath%20d%3D%22M25.66%2023.488a1.5%201.5%200%201%200-2.12%202.124l3.4%203.39a1.5%201.5%200%200%200%202.12-2.124z%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%22M4.06%201.938a1.5%201.5%200%200%200-2.12%202.124l1.59%201.586a3.1%203.1%200%200%200-.02%201.702l1.89%207.06c.44%201.651%202.034%202.524%203.53%202.284a7.8%207.8%200%200%201%201.348-4.314a7.9%207.9%200%200%201%202.125-2.118a7.8%207.8%200%200%201%204.288-1.332c.24-1.498-.635-3.09-2.281-3.53L7.35%203.51a3.1%203.1%200%200%200-1.696.018z%22%2F%3E%3Cpath%20d%3D%22M16.339%209.944a6.8%206.8%200%200%200-3.212%201.04a6.9%206.9%200%200%200-2.126%202.117A6.8%206.8%200%200%200%209.93%2016.78a6.85%206.85%200%200%200%205.393%206.695a4.7%204.7%200%200%201%20.74-.962l6.45-6.45a4.7%204.7%200%200%201%20.962-.74a6.85%206.85%200%200%200-7.136-5.379m6.881%206.826q.191-.19.4-.347a3.664%203.664%200%200%201%204.78%205.527l-1.431%201.431l-.604-.601a2.496%202.496%200%200%200-3.535.005a2.496%202.496%200%200%200%20.005%203.536l.598.596L21.95%2028.4a3.664%203.664%200%200%201-5.18-5.18z%22%2F%3E%3Cpath%20d%3D%22M25.66%2023.488a1.5%201.5%200%201%200-2.12%202.124l3.4%203.39a1.5%201.5%200%200%200%202.12-2.124z%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/oden.svg?color=%231a73e8&size=48