cookie from Fluent Emoji Flat by Microsoft Corporation · Default · Food & Drink · MIT Free for personal and commercial use.

Name
cookie
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 cookie 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="M2 16c0 9.29 6.27 14 14 14s14-4.74 14-14c0-9.43-6.27-14-14-14S2 6.43 2 16"/><path fill="#6d4534" d="m19.89 8.32l.62.04a.95.95 0 0 0 1.01-1.01l-.04-.61a1.55 1.55 0 0 0-.22-.71a1.51 1.51 0 0 0-1.85-.59c-.8.34-1.14 1.28-.76 2.05c.23.5.72.79 1.24.83m7.03 6.29l.04-.62a.95.95 0 0 0-1.01-1.01l-.61.04c-.24.01-.49.09-.71.22a1.51 1.51 0 0 0-.59 1.85c.34.8 1.28 1.14 2.05.76c.5-.23.79-.72.83-1.24m-16.3 9.91l.05-.77c.04-.64.41-1.24 1.03-1.55a1.85 1.85 0 0 1 2.54.94c.35.84.04 1.82-.73 2.3c-.28.17-.58.26-.88.28l-.76.05c-.71.05-1.3-.54-1.25-1.25m9.78-9.33l.03-.46c.1-1.51-1.15-2.76-2.67-2.67l-.45.03c-.45.02-.9.15-1.32.4a2.93 2.93 0 0 0-1.22 3.62c.65 1.59 2.5 2.26 4.01 1.51c.98-.47 1.56-1.42 1.62-2.43M7.65 9l.03.42c.06.91.59 1.77 1.47 2.21c1.37.68 3.05.07 3.64-1.37c.49-1.21.02-2.63-1.11-3.29a2.65 2.65 0 0 0-1.2-.36l-.41-.03C8.7 6.49 7.57 7.63 7.65 9m16.61 13.82l.02.36c.08 1.17-.9 2.15-2.07 2.07l-.35-.02c-.35-.02-.7-.12-1.03-.31a2.28 2.28 0 0 1-.95-2.81A2.27 2.27 0 0 1 23 20.94c.76.36 1.21 1.09 1.26 1.88m-18.39-5.9l.04.62c.03.52.33 1.01.83 1.24c.77.38 1.71.04 2.05-.76c.28-.67.03-1.46-.59-1.85a1.55 1.55 0 0 0-.71-.22l-.61-.04a.95.95 0 0 0-1.01 1.01"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiFlatCookie(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="M2 16c0 9.29 6.27 14 14 14s14-4.74 14-14c0-9.43-6.27-14-14-14S2 6.43 2 16"/><path fill="#6d4534" d="m19.89 8.32l.62.04a.95.95 0 0 0 1.01-1.01l-.04-.61a1.55 1.55 0 0 0-.22-.71a1.51 1.51 0 0 0-1.85-.59c-.8.34-1.14 1.28-.76 2.05c.23.5.72.79 1.24.83m7.03 6.29l.04-.62a.95.95 0 0 0-1.01-1.01l-.61.04c-.24.01-.49.09-.71.22a1.51 1.51 0 0 0-.59 1.85c.34.8 1.28 1.14 2.05.76c.5-.23.79-.72.83-1.24m-16.3 9.91l.05-.77c.04-.64.41-1.24 1.03-1.55a1.85 1.85 0 0 1 2.54.94c.35.84.04 1.82-.73 2.3c-.28.17-.58.26-.88.28l-.76.05c-.71.05-1.3-.54-1.25-1.25m9.78-9.33l.03-.46c.1-1.51-1.15-2.76-2.67-2.67l-.45.03c-.45.02-.9.15-1.32.4a2.93 2.93 0 0 0-1.22 3.62c.65 1.59 2.5 2.26 4.01 1.51c.98-.47 1.56-1.42 1.62-2.43M7.65 9l.03.42c.06.91.59 1.77 1.47 2.21c1.37.68 3.05.07 3.64-1.37c.49-1.21.02-2.63-1.11-3.29a2.65 2.65 0 0 0-1.2-.36l-.41-.03C8.7 6.49 7.57 7.63 7.65 9m16.61 13.82l.02.36c.08 1.17-.9 2.15-2.07 2.07l-.35-.02c-.35-.02-.7-.12-1.03-.31a2.28 2.28 0 0 1-.95-2.81A2.27 2.27 0 0 1 23 20.94c.76.36 1.21 1.09 1.26 1.88m-18.39-5.9l.04.62c.03.52.33 1.01.83 1.24c.77.38 1.71.04 2.05-.76c.28-.67.03-1.46-.59-1.85a1.55 1.55 0 0 0-.71-.22l-.61-.04a.95.95 0 0 0-1.01 1.01"/></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="M2 16c0 9.29 6.27 14 14 14s14-4.74 14-14c0-9.43-6.27-14-14-14S2 6.43 2 16"/><path fill="#6d4534" d="m19.89 8.32l.62.04a.95.95 0 0 0 1.01-1.01l-.04-.61a1.55 1.55 0 0 0-.22-.71a1.51 1.51 0 0 0-1.85-.59c-.8.34-1.14 1.28-.76 2.05c.23.5.72.79 1.24.83m7.03 6.29l.04-.62a.95.95 0 0 0-1.01-1.01l-.61.04c-.24.01-.49.09-.71.22a1.51 1.51 0 0 0-.59 1.85c.34.8 1.28 1.14 2.05.76c.5-.23.79-.72.83-1.24m-16.3 9.91l.05-.77c.04-.64.41-1.24 1.03-1.55a1.85 1.85 0 0 1 2.54.94c.35.84.04 1.82-.73 2.3c-.28.17-.58.26-.88.28l-.76.05c-.71.05-1.3-.54-1.25-1.25m9.78-9.33l.03-.46c.1-1.51-1.15-2.76-2.67-2.67l-.45.03c-.45.02-.9.15-1.32.4a2.93 2.93 0 0 0-1.22 3.62c.65 1.59 2.5 2.26 4.01 1.51c.98-.47 1.56-1.42 1.62-2.43M7.65 9l.03.42c.06.91.59 1.77 1.47 2.21c1.37.68 3.05.07 3.64-1.37c.49-1.21.02-2.63-1.11-3.29a2.65 2.65 0 0 0-1.2-.36l-.41-.03C8.7 6.49 7.57 7.63 7.65 9m16.61 13.82l.02.36c.08 1.17-.9 2.15-2.07 2.07l-.35-.02c-.35-.02-.7-.12-1.03-.31a2.28 2.28 0 0 1-.95-2.81A2.27 2.27 0 0 1 23 20.94c.76.36 1.21 1.09 1.26 1.88m-18.39-5.9l.04.62c.03.52.33 1.01.83 1.24c.77.38 1.71.04 2.05-.76c.28-.67.03-1.46-.59-1.85a1.55 1.55 0 0 0-.71-.22l-.61-.04a.95.95 0 0 0-1.01 1.01"/></g></svg>
</template>

CSS

.icon-cookie {
  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%22M2%2016c0%209.29%206.27%2014%2014%2014s14-4.74%2014-14c0-9.43-6.27-14-14-14S2%206.43%202%2016%22%2F%3E%3Cpath%20fill%3D%22%236d4534%22%20d%3D%22m19.89%208.32l.62.04a.95.95%200%200%200%201.01-1.01l-.04-.61a1.55%201.55%200%200%200-.22-.71a1.51%201.51%200%200%200-1.85-.59c-.8.34-1.14%201.28-.76%202.05c.23.5.72.79%201.24.83m7.03%206.29l.04-.62a.95.95%200%200%200-1.01-1.01l-.61.04c-.24.01-.49.09-.71.22a1.51%201.51%200%200%200-.59%201.85c.34.8%201.28%201.14%202.05.76c.5-.23.79-.72.83-1.24m-16.3%209.91l.05-.77c.04-.64.41-1.24%201.03-1.55a1.85%201.85%200%200%201%202.54.94c.35.84.04%201.82-.73%202.3c-.28.17-.58.26-.88.28l-.76.05c-.71.05-1.3-.54-1.25-1.25m9.78-9.33l.03-.46c.1-1.51-1.15-2.76-2.67-2.67l-.45.03c-.45.02-.9.15-1.32.4a2.93%202.93%200%200%200-1.22%203.62c.65%201.59%202.5%202.26%204.01%201.51c.98-.47%201.56-1.42%201.62-2.43M7.65%209l.03.42c.06.91.59%201.77%201.47%202.21c1.37.68%203.05.07%203.64-1.37c.49-1.21.02-2.63-1.11-3.29a2.65%202.65%200%200%200-1.2-.36l-.41-.03C8.7%206.49%207.57%207.63%207.65%209m16.61%2013.82l.02.36c.08%201.17-.9%202.15-2.07%202.07l-.35-.02c-.35-.02-.7-.12-1.03-.31a2.28%202.28%200%200%201-.95-2.81A2.27%202.27%200%200%201%2023%2020.94c.76.36%201.21%201.09%201.26%201.88m-18.39-5.9l.04.62c.03.52.33%201.01.83%201.24c.77.38%201.71.04%202.05-.76c.28-.67.03-1.46-.59-1.85a1.55%201.55%200%200%200-.71-.22l-.61-.04a.95.95%200%200%200-1.01%201.01%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%22M2%2016c0%209.29%206.27%2014%2014%2014s14-4.74%2014-14c0-9.43-6.27-14-14-14S2%206.43%202%2016%22%2F%3E%3Cpath%20fill%3D%22%236d4534%22%20d%3D%22m19.89%208.32l.62.04a.95.95%200%200%200%201.01-1.01l-.04-.61a1.55%201.55%200%200%200-.22-.71a1.51%201.51%200%200%200-1.85-.59c-.8.34-1.14%201.28-.76%202.05c.23.5.72.79%201.24.83m7.03%206.29l.04-.62a.95.95%200%200%200-1.01-1.01l-.61.04c-.24.01-.49.09-.71.22a1.51%201.51%200%200%200-.59%201.85c.34.8%201.28%201.14%202.05.76c.5-.23.79-.72.83-1.24m-16.3%209.91l.05-.77c.04-.64.41-1.24%201.03-1.55a1.85%201.85%200%200%201%202.54.94c.35.84.04%201.82-.73%202.3c-.28.17-.58.26-.88.28l-.76.05c-.71.05-1.3-.54-1.25-1.25m9.78-9.33l.03-.46c.1-1.51-1.15-2.76-2.67-2.67l-.45.03c-.45.02-.9.15-1.32.4a2.93%202.93%200%200%200-1.22%203.62c.65%201.59%202.5%202.26%204.01%201.51c.98-.47%201.56-1.42%201.62-2.43M7.65%209l.03.42c.06.91.59%201.77%201.47%202.21c1.37.68%203.05.07%203.64-1.37c.49-1.21.02-2.63-1.11-3.29a2.65%202.65%200%200%200-1.2-.36l-.41-.03C8.7%206.49%207.57%207.63%207.65%209m16.61%2013.82l.02.36c.08%201.17-.9%202.15-2.07%202.07l-.35-.02c-.35-.02-.7-.12-1.03-.31a2.28%202.28%200%200%201-.95-2.81A2.27%202.27%200%200%201%2023%2020.94c.76.36%201.21%201.09%201.26%201.88m-18.39-5.9l.04.62c.03.52.33%201.01.83%201.24c.77.38%201.71.04%202.05-.76c.28-.67.03-1.46-.59-1.85a1.55%201.55%200%200%200-.71-.22l-.61-.04a.95.95%200%200%200-1.01%201.01%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/cookie.svg?color=%231a73e8&size=48