cookie icon
cookie-filled from Reicon by REICON · Filled · Food · MIT Free for personal and commercial use.
- Name
- cookie-filled
- Set
- Reicon
- Style
- Filled
- Category
- Food
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All cookie icons →cookieBootstrap IconscookieBoxIcons v2cookieBoxIcons v2 SolidcookieCarboncookieEmoji One (Colored)cookieFont Awesome 6 SolidcookieFont Awesome Solidcookie-outlineFlowbite IconscookieFluent EmojicookieFluent Emoji FlatcookieFluent Emoji High ContrastcookieFirefox OS EmojicookieHuge IconscookieIconoircookieLine AwesomecookieMaterial Line IconscookieLucidecookieMajesticonscookieMaterial SymbolscookieMaterial Symbols LightcookieMaterial Design Iconscookie-fillMingCute IconcookieMyna UI IconscookieNoto Emoji
More food icons from Reicon
Use the cookie icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><circle cx="16.333" cy="2.333" r="1"/><circle cx="19.667" cy="5.667" r="1"/><path d="M22.493 10.132a1 1 0 0 0-.497-.699a1 1 0 0 0-.856-.056c-.484.192-.98.29-1.473.29c-1.998 0-3.694-1.504-3.944-3.5a1 1 0 0 0-1.091-.868l-.299.034a2.985 2.985 0 0 1-2.985-2.886a.998.998 0 0 0-1.17-.948A10.636 10.636 0 0 0 1.334 12c0 5.881 4.786 10.667 10.667 10.667S22.667 17.88 22.667 12c0-.601-.057-1.212-.174-1.868M9.333 8a1.334 1.334 0 1 1 0 2.668a1.334 1.334 0 0 1 0-2.668m.334 8.667a1.667 1.667 0 1 1 0-3.335a1.667 1.667 0 0 1 0 3.335m5.333 0a1 1 0 1 1 0-2.001a1 1 0 0 1 0 2"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconCookieFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><circle cx="16.333" cy="2.333" r="1"/><circle cx="19.667" cy="5.667" r="1"/><path d="M22.493 10.132a1 1 0 0 0-.497-.699a1 1 0 0 0-.856-.056c-.484.192-.98.29-1.473.29c-1.998 0-3.694-1.504-3.944-3.5a1 1 0 0 0-1.091-.868l-.299.034a2.985 2.985 0 0 1-2.985-2.886a.998.998 0 0 0-1.17-.948A10.636 10.636 0 0 0 1.334 12c0 5.881 4.786 10.667 10.667 10.667S22.667 17.88 22.667 12c0-.601-.057-1.212-.174-1.868M9.333 8a1.334 1.334 0 1 1 0 2.668a1.334 1.334 0 0 1 0-2.668m.334 8.667a1.667 1.667 0 1 1 0-3.335a1.667 1.667 0 0 1 0 3.335m5.333 0a1 1 0 1 1 0-2.001a1 1 0 0 1 0 2"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><circle cx="16.333" cy="2.333" r="1"/><circle cx="19.667" cy="5.667" r="1"/><path d="M22.493 10.132a1 1 0 0 0-.497-.699a1 1 0 0 0-.856-.056c-.484.192-.98.29-1.473.29c-1.998 0-3.694-1.504-3.944-3.5a1 1 0 0 0-1.091-.868l-.299.034a2.985 2.985 0 0 1-2.985-2.886a.998.998 0 0 0-1.17-.948A10.636 10.636 0 0 0 1.334 12c0 5.881 4.786 10.667 10.667 10.667S22.667 17.88 22.667 12c0-.601-.057-1.212-.174-1.868M9.333 8a1.334 1.334 0 1 1 0 2.668a1.334 1.334 0 0 1 0-2.668m.334 8.667a1.667 1.667 0 1 1 0-3.335a1.667 1.667 0 0 1 0 3.335m5.333 0a1 1 0 1 1 0-2.001a1 1 0 0 1 0 2"/></g></svg> </template>
CSS
.icon-cookie-filled {
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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Ccircle%20cx%3D%2216.333%22%20cy%3D%222.333%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%2219.667%22%20cy%3D%225.667%22%20r%3D%221%22%2F%3E%3Cpath%20d%3D%22M22.493%2010.132a1%201%200%200%200-.497-.699a1%201%200%200%200-.856-.056c-.484.192-.98.29-1.473.29c-1.998%200-3.694-1.504-3.944-3.5a1%201%200%200%200-1.091-.868l-.299.034a2.985%202.985%200%200%201-2.985-2.886a.998.998%200%200%200-1.17-.948A10.636%2010.636%200%200%200%201.334%2012c0%205.881%204.786%2010.667%2010.667%2010.667S22.667%2017.88%2022.667%2012c0-.601-.057-1.212-.174-1.868M9.333%208a1.334%201.334%200%201%201%200%202.668a1.334%201.334%200%200%201%200-2.668m.334%208.667a1.667%201.667%200%201%201%200-3.335a1.667%201.667%200%200%201%200%203.335m5.333%200a1%201%200%201%201%200-2.001a1%201%200%200%201%200%202%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Ccircle%20cx%3D%2216.333%22%20cy%3D%222.333%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%2219.667%22%20cy%3D%225.667%22%20r%3D%221%22%2F%3E%3Cpath%20d%3D%22M22.493%2010.132a1%201%200%200%200-.497-.699a1%201%200%200%200-.856-.056c-.484.192-.98.29-1.473.29c-1.998%200-3.694-1.504-3.944-3.5a1%201%200%200%200-1.091-.868l-.299.034a2.985%202.985%200%200%201-2.985-2.886a.998.998%200%200%200-1.17-.948A10.636%2010.636%200%200%200%201.334%2012c0%205.881%204.786%2010.667%2010.667%2010.667S22.667%2017.88%2022.667%2012c0-.601-.057-1.212-.174-1.868M9.333%208a1.334%201.334%200%201%201%200%202.668a1.334%201.334%200%200%201%200-2.668m.334%208.667a1.667%201.667%200%201%201%200-3.335a1.667%201.667%200%200%201%200%203.335m5.333%200a1%201%200%201%201%200-2.001a1%201%200%200%201%200%202%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/cookie-filled.svg?color=%231a73e8&size=48