Cookie icon

Cookie is a Google Material Symbol from the Social category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

cookie_outlined_fill0_wght400.svg

Cookie icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=cookie" />

<span class="material-symbols-outlined">cookie</span>

Cookie icon in React

// With the font from the HTML tab:
export function CookieIcon() {
  return (
    <span className="material-symbols-outlined">
      cookie
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import CookieIcon from "@material-symbols/svg-400/outlined/cookie.svg?react";

Cookie icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">cookie</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import CookieIcon from "@material-symbols/svg-400/outlined/cookie.svg?component"; -->

Cookie icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">cookie</mat-icon>

Cookie icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.cookie, fill: 0, weight: 400)

Cookie icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/cookie.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M12.007 22q-2.069 0-3.888-.787Q6.3 20.425 4.938 19.063t-2.15-3.188Q2 14.05 2 12q0-2.075 .788-3.887T4.925 4.925q1.35-1.375 3.15-2.162T11.889 1.975q.486 0 .961 .038 .475 .037 .95 .137-.15 1 .163 1.963t.975 1.7q.662 .737 1.662 1.125t2.225 .237q-.175 1.575 .55 2.725t2.6 1.325q.025 .225 .025 .45v.425q0 2.035-.787 3.834Q20.425 17.732 19.075 19.085t-3.175 2.134Q14.075 22 12.007 22Zm-1.504-11.95Q11.15 10.05 11.6 9.597q.45-.453 .45-1.1T11.597 7.4q-.453-.45-1.1-.45T9.4 7.403q-.45 .453-.45 1.1T9.403 9.6q.453 .45 1.1 .45Zm-2 5Q9.15 15.05 9.6 14.597q.45-.453 .45-1.1T9.597 12.4q-.453-.45-1.1-.45T7.4 12.403q-.45 .453-.45 1.1T7.403 14.6q.453 .45 1.1 .45ZM15 16q.425 0 .713-.287T16 15q0-.425-.287-.712T15 14q-.425 0-.712 .288T14 15q0 .425 .288 .713T15 16ZM12 20.5q3.55 0 5.9-2.337T20.525 12.4q-1.35-.5-2.187-1.487T17.3 8.65q-2.025-.275-3.412-1.75T12.3 3.475q-1.85-.075-3.462 .6t-2.8 1.85Q4.85 7.1 4.175 8.688T3.5 12q0 3.55 2.475 6.025t6.025 2.475Zm.025-8.625Z" />
</vector>

Cookie icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/cookie.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/cookie.svg" width="24" height="24" alt="Cookie">

Cookie icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameCookie
Ligaturecookie
Code pointU+EAAC
CategorySocial
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/cookie.svg, cookie-fill.svg
FlutterSymbols.cookie
LicenseApache License 2.0 (© Google LLC)

Keywords

socialsettingsalertoptionsnotificationprivacytrackingpreferencesroundfoodcircularsnackdessert

Related icons