doughnut emoji
doughnut from Fluent Emoji Flat by Microsoft Corporation · Default · Food & Drink · MIT Free for personal and commercial use.
- Name
- doughnut
- Set
- Fluent Emoji Flat
- Style
- Default
- Category
- Food & Drink
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More food & drink icons from Fluent Emoji Flat
Use the doughnut emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#f3ad61" d="M27.32 14C25.67 9.34 21.22 6 16 6S6.33 9.34 4.68 14H4v4c0 6.63 5.37 12 12 12s12-5.37 12-12v-4zm-6.82 3.64c0 2.21-1.79 4-4 4h-1c-2.21 0-4-1.79-4-4s1.79-4 4-4h1c2.21 0 4 1.79 4 4"/><path fill="#6d4534" d="M16 2C9.37 2 4 7.37 4 14s5.37 12 12 12s12-5.37 12-12S22.63 2 16 2m4.5 12c0 2.21-1.79 4-4 4h-1c-2.21 0-4-1.79-4-4s1.79-4 4-4h1c2.21 0 4 1.79 4 4"/><path fill="#00a6ed" d="M12.85 7.76c-.2.2-.54.2-.74 0l-.79-.78c-.2-.2-.2-.54 0-.74s.54-.2.74 0l.78.78c.21.2.21.54.01.74m-6.61 6.26c-.2.2-.2.54 0 .74c.2.21.54.21.74 0l.78-.78c.2-.2.2-.54 0-.74s-.54-.2-.74 0zm17 2.74c-.2-.2-.2-.54 0-.74l.78-.78c.2-.2.54-.2.74 0s.2.54 0 .74l-.78.78c-.2.21-.54.21-.74 0m-11.48 5c-.2.2-.54.2-.74 0l-.78-.78c-.2-.2-.2-.54 0-.74s.54-.2.74 0l.78.78c.21.2.21.54 0 .74m9.48-13.74c-.2.2-.2.54 0 .74c.2.21.54.21.74 0l.78-.78c.2-.2.2-.54 0-.74s-.54-.2-.74 0z"/><path fill="#ff6dc6" d="M16.24 6.02c-.2.2-.2.54 0 .74c.2.21.54.21.74 0l.78-.78c.2-.2.2-.54 0-.74s-.54-.2-.74 0zm7.78 5.74c.2.2.54.2.74 0c.21-.2.21-.54 0-.74l-.78-.78c-.2-.2-.54-.2-.74 0s-.2.54 0 .74zM8.24 9.85c-.2-.2-.2-.54 0-.74l.78-.78c.2-.2.54-.2.74 0s.2.54 0 .74l-.78.78c-.2.2-.54.2-.74 0m6 13.17c-.2.2-.2.54 0 .74c.2.21.54.21.74 0l.78-.78c.2-.2.2-.54 0-.74s-.54-.2-.74 0zm7.52-2.26c-.2.2-.54.2-.74 0l-.78-.78c-.2-.2-.2-.54 0-.74s.54-.2.74 0l.78.78c.21.2.21.54 0 .74m-11.74-2.91c.2.2.54.2.74 0c.21-.21.21-.54 0-.74l-.78-.78c-.2-.2-.54-.2-.74 0s-.2.54 0 .74z"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiFlatDoughnut(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#f3ad61" d="M27.32 14C25.67 9.34 21.22 6 16 6S6.33 9.34 4.68 14H4v4c0 6.63 5.37 12 12 12s12-5.37 12-12v-4zm-6.82 3.64c0 2.21-1.79 4-4 4h-1c-2.21 0-4-1.79-4-4s1.79-4 4-4h1c2.21 0 4 1.79 4 4"/><path fill="#6d4534" d="M16 2C9.37 2 4 7.37 4 14s5.37 12 12 12s12-5.37 12-12S22.63 2 16 2m4.5 12c0 2.21-1.79 4-4 4h-1c-2.21 0-4-1.79-4-4s1.79-4 4-4h1c2.21 0 4 1.79 4 4"/><path fill="#00a6ed" d="M12.85 7.76c-.2.2-.54.2-.74 0l-.79-.78c-.2-.2-.2-.54 0-.74s.54-.2.74 0l.78.78c.21.2.21.54.01.74m-6.61 6.26c-.2.2-.2.54 0 .74c.2.21.54.21.74 0l.78-.78c.2-.2.2-.54 0-.74s-.54-.2-.74 0zm17 2.74c-.2-.2-.2-.54 0-.74l.78-.78c.2-.2.54-.2.74 0s.2.54 0 .74l-.78.78c-.2.21-.54.21-.74 0m-11.48 5c-.2.2-.54.2-.74 0l-.78-.78c-.2-.2-.2-.54 0-.74s.54-.2.74 0l.78.78c.21.2.21.54 0 .74m9.48-13.74c-.2.2-.2.54 0 .74c.2.21.54.21.74 0l.78-.78c.2-.2.2-.54 0-.74s-.54-.2-.74 0z"/><path fill="#ff6dc6" d="M16.24 6.02c-.2.2-.2.54 0 .74c.2.21.54.21.74 0l.78-.78c.2-.2.2-.54 0-.74s-.54-.2-.74 0zm7.78 5.74c.2.2.54.2.74 0c.21-.2.21-.54 0-.74l-.78-.78c-.2-.2-.54-.2-.74 0s-.2.54 0 .74zM8.24 9.85c-.2-.2-.2-.54 0-.74l.78-.78c.2-.2.54-.2.74 0s.2.54 0 .74l-.78.78c-.2.2-.54.2-.74 0m6 13.17c-.2.2-.2.54 0 .74c.2.21.54.21.74 0l.78-.78c.2-.2.2-.54 0-.74s-.54-.2-.74 0zm7.52-2.26c-.2.2-.54.2-.74 0l-.78-.78c-.2-.2-.2-.54 0-.74s.54-.2.74 0l.78.78c.21.2.21.54 0 .74m-11.74-2.91c.2.2.54.2.74 0c.21-.21.21-.54 0-.74l-.78-.78c-.2-.2-.54-.2-.74 0s-.2.54 0 .74z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#f3ad61" d="M27.32 14C25.67 9.34 21.22 6 16 6S6.33 9.34 4.68 14H4v4c0 6.63 5.37 12 12 12s12-5.37 12-12v-4zm-6.82 3.64c0 2.21-1.79 4-4 4h-1c-2.21 0-4-1.79-4-4s1.79-4 4-4h1c2.21 0 4 1.79 4 4"/><path fill="#6d4534" d="M16 2C9.37 2 4 7.37 4 14s5.37 12 12 12s12-5.37 12-12S22.63 2 16 2m4.5 12c0 2.21-1.79 4-4 4h-1c-2.21 0-4-1.79-4-4s1.79-4 4-4h1c2.21 0 4 1.79 4 4"/><path fill="#00a6ed" d="M12.85 7.76c-.2.2-.54.2-.74 0l-.79-.78c-.2-.2-.2-.54 0-.74s.54-.2.74 0l.78.78c.21.2.21.54.01.74m-6.61 6.26c-.2.2-.2.54 0 .74c.2.21.54.21.74 0l.78-.78c.2-.2.2-.54 0-.74s-.54-.2-.74 0zm17 2.74c-.2-.2-.2-.54 0-.74l.78-.78c.2-.2.54-.2.74 0s.2.54 0 .74l-.78.78c-.2.21-.54.21-.74 0m-11.48 5c-.2.2-.54.2-.74 0l-.78-.78c-.2-.2-.2-.54 0-.74s.54-.2.74 0l.78.78c.21.2.21.54 0 .74m9.48-13.74c-.2.2-.2.54 0 .74c.2.21.54.21.74 0l.78-.78c.2-.2.2-.54 0-.74s-.54-.2-.74 0z"/><path fill="#ff6dc6" d="M16.24 6.02c-.2.2-.2.54 0 .74c.2.21.54.21.74 0l.78-.78c.2-.2.2-.54 0-.74s-.54-.2-.74 0zm7.78 5.74c.2.2.54.2.74 0c.21-.2.21-.54 0-.74l-.78-.78c-.2-.2-.54-.2-.74 0s-.2.54 0 .74zM8.24 9.85c-.2-.2-.2-.54 0-.74l.78-.78c.2-.2.54-.2.74 0s.2.54 0 .74l-.78.78c-.2.2-.54.2-.74 0m6 13.17c-.2.2-.2.54 0 .74c.2.21.54.21.74 0l.78-.78c.2-.2.2-.54 0-.74s-.54-.2-.74 0zm7.52-2.26c-.2.2-.54.2-.74 0l-.78-.78c-.2-.2-.2-.54 0-.74s.54-.2.74 0l.78.78c.21.2.21.54 0 .74m-11.74-2.91c.2.2.54.2.74 0c.21-.21.21-.54 0-.74l-.78-.78c-.2-.2-.54-.2-.74 0s-.2.54 0 .74z"/></g></svg> </template>
CSS
.icon-doughnut {
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%22none%22%3E%3Cpath%20fill%3D%22%23f3ad61%22%20d%3D%22M27.32%2014C25.67%209.34%2021.22%206%2016%206S6.33%209.34%204.68%2014H4v4c0%206.63%205.37%2012%2012%2012s12-5.37%2012-12v-4zm-6.82%203.64c0%202.21-1.79%204-4%204h-1c-2.21%200-4-1.79-4-4s1.79-4%204-4h1c2.21%200%204%201.79%204%204%22%2F%3E%3Cpath%20fill%3D%22%236d4534%22%20d%3D%22M16%202C9.37%202%204%207.37%204%2014s5.37%2012%2012%2012s12-5.37%2012-12S22.63%202%2016%202m4.5%2012c0%202.21-1.79%204-4%204h-1c-2.21%200-4-1.79-4-4s1.79-4%204-4h1c2.21%200%204%201.79%204%204%22%2F%3E%3Cpath%20fill%3D%22%2300a6ed%22%20d%3D%22M12.85%207.76c-.2.2-.54.2-.74%200l-.79-.78c-.2-.2-.2-.54%200-.74s.54-.2.74%200l.78.78c.21.2.21.54.01.74m-6.61%206.26c-.2.2-.2.54%200%20.74c.2.21.54.21.74%200l.78-.78c.2-.2.2-.54%200-.74s-.54-.2-.74%200zm17%202.74c-.2-.2-.2-.54%200-.74l.78-.78c.2-.2.54-.2.74%200s.2.54%200%20.74l-.78.78c-.2.21-.54.21-.74%200m-11.48%205c-.2.2-.54.2-.74%200l-.78-.78c-.2-.2-.2-.54%200-.74s.54-.2.74%200l.78.78c.21.2.21.54%200%20.74m9.48-13.74c-.2.2-.2.54%200%20.74c.2.21.54.21.74%200l.78-.78c.2-.2.2-.54%200-.74s-.54-.2-.74%200z%22%2F%3E%3Cpath%20fill%3D%22%23ff6dc6%22%20d%3D%22M16.24%206.02c-.2.2-.2.54%200%20.74c.2.21.54.21.74%200l.78-.78c.2-.2.2-.54%200-.74s-.54-.2-.74%200zm7.78%205.74c.2.2.54.2.74%200c.21-.2.21-.54%200-.74l-.78-.78c-.2-.2-.54-.2-.74%200s-.2.54%200%20.74zM8.24%209.85c-.2-.2-.2-.54%200-.74l.78-.78c.2-.2.54-.2.74%200s.2.54%200%20.74l-.78.78c-.2.2-.54.2-.74%200m6%2013.17c-.2.2-.2.54%200%20.74c.2.21.54.21.74%200l.78-.78c.2-.2.2-.54%200-.74s-.54-.2-.74%200zm7.52-2.26c-.2.2-.54.2-.74%200l-.78-.78c-.2-.2-.2-.54%200-.74s.54-.2.74%200l.78.78c.21.2.21.54%200%20.74m-11.74-2.91c.2.2.54.2.74%200c.21-.21.21-.54%200-.74l-.78-.78c-.2-.2-.54-.2-.74%200s-.2.54%200%20.74z%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%22none%22%3E%3Cpath%20fill%3D%22%23f3ad61%22%20d%3D%22M27.32%2014C25.67%209.34%2021.22%206%2016%206S6.33%209.34%204.68%2014H4v4c0%206.63%205.37%2012%2012%2012s12-5.37%2012-12v-4zm-6.82%203.64c0%202.21-1.79%204-4%204h-1c-2.21%200-4-1.79-4-4s1.79-4%204-4h1c2.21%200%204%201.79%204%204%22%2F%3E%3Cpath%20fill%3D%22%236d4534%22%20d%3D%22M16%202C9.37%202%204%207.37%204%2014s5.37%2012%2012%2012s12-5.37%2012-12S22.63%202%2016%202m4.5%2012c0%202.21-1.79%204-4%204h-1c-2.21%200-4-1.79-4-4s1.79-4%204-4h1c2.21%200%204%201.79%204%204%22%2F%3E%3Cpath%20fill%3D%22%2300a6ed%22%20d%3D%22M12.85%207.76c-.2.2-.54.2-.74%200l-.79-.78c-.2-.2-.2-.54%200-.74s.54-.2.74%200l.78.78c.21.2.21.54.01.74m-6.61%206.26c-.2.2-.2.54%200%20.74c.2.21.54.21.74%200l.78-.78c.2-.2.2-.54%200-.74s-.54-.2-.74%200zm17%202.74c-.2-.2-.2-.54%200-.74l.78-.78c.2-.2.54-.2.74%200s.2.54%200%20.74l-.78.78c-.2.21-.54.21-.74%200m-11.48%205c-.2.2-.54.2-.74%200l-.78-.78c-.2-.2-.2-.54%200-.74s.54-.2.74%200l.78.78c.21.2.21.54%200%20.74m9.48-13.74c-.2.2-.2.54%200%20.74c.2.21.54.21.74%200l.78-.78c.2-.2.2-.54%200-.74s-.54-.2-.74%200z%22%2F%3E%3Cpath%20fill%3D%22%23ff6dc6%22%20d%3D%22M16.24%206.02c-.2.2-.2.54%200%20.74c.2.21.54.21.74%200l.78-.78c.2-.2.2-.54%200-.74s-.54-.2-.74%200zm7.78%205.74c.2.2.54.2.74%200c.21-.2.21-.54%200-.74l-.78-.78c-.2-.2-.54-.2-.74%200s-.2.54%200%20.74zM8.24%209.85c-.2-.2-.2-.54%200-.74l.78-.78c.2-.2.54-.2.74%200s.2.54%200%20.74l-.78.78c-.2.2-.54.2-.74%200m6%2013.17c-.2.2-.2.54%200%20.74c.2.21.54.21.74%200l.78-.78c.2-.2.2-.54%200-.74s-.54-.2-.74%200zm7.52-2.26c-.2.2-.54.2-.74%200l-.78-.78c-.2-.2-.2-.54%200-.74s.54-.2.74%200l.78.78c.21.2.21.54%200%20.74m-11.74-2.91c.2.2.54.2.74%200c.21-.21.21-.54%200-.74l-.78-.78c-.2-.2-.54-.2-.74%200s-.2.54%200%20.74z%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-flat/doughnut.svg?color=%231a73e8&size=48