cookie-fill from Remix Icon by Remix Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
cookie-fill
Set
Remix Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in Remix Icon

The same icon in other sets

Use the cookie icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.929 4.93a9.98 9.98 0 0 1 7.682-2.912c.38.023.567.468.416.817A3.502 3.502 0 0 0 15.77 7.69a.64.64 0 0 1 .541.54a3.5 3.5 0 0 0 4.852 2.742c.35-.15.795.036.818.417a9.98 9.98 0 0 1-2.91 7.683c-3.906 3.905-10.237 3.905-14.142 0c-3.905-3.906-3.905-10.237 0-14.142m4.95 9.191a1.5 1.5 0 1 0-2.122 2.122a1.5 1.5 0 0 0 2.121-2.122m6.01-.353a1.5 1.5 0 1 0-2.121 2.121a1.5 1.5 0 0 0 2.12-2.121M10.232 8.11a1.5 1.5 0 1 0-2.121 2.121a1.5 1.5 0 0 0 2.12-2.121"/></svg>

React

import type { SVGProps } from "react";

export function RiCookieFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.929 4.93a9.98 9.98 0 0 1 7.682-2.912c.38.023.567.468.416.817A3.502 3.502 0 0 0 15.77 7.69a.64.64 0 0 1 .541.54a3.5 3.5 0 0 0 4.852 2.742c.35-.15.795.036.818.417a9.98 9.98 0 0 1-2.91 7.683c-3.906 3.905-10.237 3.905-14.142 0c-3.905-3.906-3.905-10.237 0-14.142m4.95 9.191a1.5 1.5 0 1 0-2.122 2.122a1.5 1.5 0 0 0 2.121-2.122m6.01-.353a1.5 1.5 0 1 0-2.121 2.121a1.5 1.5 0 0 0 2.12-2.121M10.232 8.11a1.5 1.5 0 1 0-2.121 2.121a1.5 1.5 0 0 0 2.12-2.121"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.929 4.93a9.98 9.98 0 0 1 7.682-2.912c.38.023.567.468.416.817A3.502 3.502 0 0 0 15.77 7.69a.64.64 0 0 1 .541.54a3.5 3.5 0 0 0 4.852 2.742c.35-.15.795.036.818.417a9.98 9.98 0 0 1-2.91 7.683c-3.906 3.905-10.237 3.905-14.142 0c-3.905-3.906-3.905-10.237 0-14.142m4.95 9.191a1.5 1.5 0 1 0-2.122 2.122a1.5 1.5 0 0 0 2.121-2.122m6.01-.353a1.5 1.5 0 1 0-2.121 2.121a1.5 1.5 0 0 0 2.12-2.121M10.232 8.11a1.5 1.5 0 1 0-2.121 2.121a1.5 1.5 0 0 0 2.12-2.121"/></svg>
</template>

CSS

.icon-cookie-fill {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.929%204.93a9.98%209.98%200%200%201%207.682-2.912c.38.023.567.468.416.817A3.502%203.502%200%200%200%2015.77%207.69a.64.64%200%200%201%20.541.54a3.5%203.5%200%200%200%204.852%202.742c.35-.15.795.036.818.417a9.98%209.98%200%200%201-2.91%207.683c-3.906%203.905-10.237%203.905-14.142%200c-3.905-3.906-3.905-10.237%200-14.142m4.95%209.191a1.5%201.5%200%201%200-2.122%202.122a1.5%201.5%200%200%200%202.121-2.122m6.01-.353a1.5%201.5%200%201%200-2.121%202.121a1.5%201.5%200%200%200%202.12-2.121M10.232%208.11a1.5%201.5%200%201%200-2.121%202.121a1.5%201.5%200%200%200%202.12-2.121%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.929%204.93a9.98%209.98%200%200%201%207.682-2.912c.38.023.567.468.416.817A3.502%203.502%200%200%200%2015.77%207.69a.64.64%200%200%201%20.541.54a3.5%203.5%200%200%200%204.852%202.742c.35-.15.795.036.818.417a9.98%209.98%200%200%201-2.91%207.683c-3.906%203.905-10.237%203.905-14.142%200c-3.905-3.906-3.905-10.237%200-14.142m4.95%209.191a1.5%201.5%200%201%200-2.122%202.122a1.5%201.5%200%200%200%202.121-2.122m6.01-.353a1.5%201.5%200%201%200-2.121%202.121a1.5%201.5%200%200%200%202.12-2.121M10.232%208.11a1.5%201.5%200%201%200-2.121%202.121a1.5%201.5%200%200%200%202.12-2.121%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/cookie-fill.svg?color=%231a73e8&size=48