cookie-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.

Name
cookie-duotone
Set
Phosphor
Style
Duotone
Viewbox
256×256
License
MIT

5 other variants in Phosphor

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 256 256"><g fill="currentColor"><path d="M224 128a96 96 0 1 1-96-96a48 48 0 0 0 48 48a48 48 0 0 0 48 48" opacity=".2"/><path d="M164.49 163.51a12 12 0 1 1-17 0a12 12 0 0 1 17 0m-81-8a12 12 0 1 0 17 0a12 12 0 0 0-16.98 0Zm9-39a12 12 0 1 0-17 0a12 12 0 0 0 17-.02Zm48-1a12 12 0 1 0 0 17a12 12 0 0 0 0-17M232 128A104 104 0 1 1 128 24a8 8 0 0 1 8 8a40 40 0 0 0 40 40a8 8 0 0 1 8 8a40 40 0 0 0 40 40a8 8 0 0 1 8 8m-16.31 7.39A56.13 56.13 0 0 1 168.5 87.5a56.13 56.13 0 0 1-47.89-47.19a88 88 0 1 0 95.08 95.08"/></g></svg>

React

import type { SVGProps } from "react";

export function PhCookieDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M224 128a96 96 0 1 1-96-96a48 48 0 0 0 48 48a48 48 0 0 0 48 48" opacity=".2"/><path d="M164.49 163.51a12 12 0 1 1-17 0a12 12 0 0 1 17 0m-81-8a12 12 0 1 0 17 0a12 12 0 0 0-16.98 0Zm9-39a12 12 0 1 0-17 0a12 12 0 0 0 17-.02Zm48-1a12 12 0 1 0 0 17a12 12 0 0 0 0-17M232 128A104 104 0 1 1 128 24a8 8 0 0 1 8 8a40 40 0 0 0 40 40a8 8 0 0 1 8 8a40 40 0 0 0 40 40a8 8 0 0 1 8 8m-16.31 7.39A56.13 56.13 0 0 1 168.5 87.5a56.13 56.13 0 0 1-47.89-47.19a88 88 0 1 0 95.08 95.08"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M224 128a96 96 0 1 1-96-96a48 48 0 0 0 48 48a48 48 0 0 0 48 48" opacity=".2"/><path d="M164.49 163.51a12 12 0 1 1-17 0a12 12 0 0 1 17 0m-81-8a12 12 0 1 0 17 0a12 12 0 0 0-16.98 0Zm9-39a12 12 0 1 0-17 0a12 12 0 0 0 17-.02Zm48-1a12 12 0 1 0 0 17a12 12 0 0 0 0-17M232 128A104 104 0 1 1 128 24a8 8 0 0 1 8 8a40 40 0 0 0 40 40a8 8 0 0 1 8 8a40 40 0 0 0 40 40a8 8 0 0 1 8 8m-16.31 7.39A56.13 56.13 0 0 1 168.5 87.5a56.13 56.13 0 0 1-47.89-47.19a88 88 0 1 0 95.08 95.08"/></g></svg>
</template>

CSS

.icon-cookie-duotone {
  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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M224%20128a96%2096%200%201%201-96-96a48%2048%200%200%200%2048%2048a48%2048%200%200%200%2048%2048%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M164.49%20163.51a12%2012%200%201%201-17%200a12%2012%200%200%201%2017%200m-81-8a12%2012%200%201%200%2017%200a12%2012%200%200%200-16.98%200Zm9-39a12%2012%200%201%200-17%200a12%2012%200%200%200%2017-.02Zm48-1a12%2012%200%201%200%200%2017a12%2012%200%200%200%200-17M232%20128A104%20104%200%201%201%20128%2024a8%208%200%200%201%208%208a40%2040%200%200%200%2040%2040a8%208%200%200%201%208%208a40%2040%200%200%200%2040%2040a8%208%200%200%201%208%208m-16.31%207.39A56.13%2056.13%200%200%201%20168.5%2087.5a56.13%2056.13%200%200%201-47.89-47.19a88%2088%200%201%200%2095.08%2095.08%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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M224%20128a96%2096%200%201%201-96-96a48%2048%200%200%200%2048%2048a48%2048%200%200%200%2048%2048%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M164.49%20163.51a12%2012%200%201%201-17%200a12%2012%200%200%201%2017%200m-81-8a12%2012%200%201%200%2017%200a12%2012%200%200%200-16.98%200Zm9-39a12%2012%200%201%200-17%200a12%2012%200%200%200%2017-.02Zm48-1a12%2012%200%201%200%200%2017a12%2012%200%200%200%200-17M232%20128A104%20104%200%201%201%20128%2024a8%208%200%200%201%208%208a40%2040%200%200%200%2040%2040a8%208%200%200%201%208%208a40%2040%200%200%200%2040%2040a8%208%200%200%201%208%208m-16.31%207.39A56.13%2056.13%200%200%201%20168.5%2087.5a56.13%2056.13%200%200%201-47.89-47.19a88%2088%200%201%200%2095.08%2095.08%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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