cookie-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.

Name
cookie-solid
Set
Myna UI Icons
Style
Solid
Viewbox
24×24
License
MIT

1 other variant in Myna UI Icons

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="M11.652 2.25c.759-.026 1.116.724.951 1.264a3.14 3.14 0 0 0 .027 1.75c.182.543.526.915 1.183.973c.554.05.983.569.872 1.15c-.145.758.004 1.267.254 1.548c.236.266.718.502 1.649.372c.66-.092 1.185.488 1.098 1.104c-.091.655.15 1.103.501 1.314c.363.218 1.075.32 2.177-.234c.592-.298 1.414.095 1.385.88c-.197 5.213-4.485 9.379-9.746 9.379a9.75 9.75 0 0 1-9.753-9.753c0-5.269 4.178-9.561 9.402-9.746M8.884 8.53a.75.75 0 1 0-1.06-1.06l-.354.353a.75.75 0 0 0 1.06 1.06zm4 4a.75.75 0 0 0-1.06-1.06l-.354.353a.75.75 0 0 0 1.06 1.06zm-5 1a.75.75 0 0 0-1.06-1.06l-.354.353a.75.75 0 0 0 1.06 1.06zm8 3a.75.75 0 0 0-1.06-1.06l-.354.353a.75.75 0 0 0 1.06 1.06zm-5 1a.75.75 0 0 0-1.06-1.06l-.354.353a.75.75 0 0 0 1.06 1.06z"/></svg>

React

import type { SVGProps } from "react";

export function MynauiCookieSolid(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="M11.652 2.25c.759-.026 1.116.724.951 1.264a3.14 3.14 0 0 0 .027 1.75c.182.543.526.915 1.183.973c.554.05.983.569.872 1.15c-.145.758.004 1.267.254 1.548c.236.266.718.502 1.649.372c.66-.092 1.185.488 1.098 1.104c-.091.655.15 1.103.501 1.314c.363.218 1.075.32 2.177-.234c.592-.298 1.414.095 1.385.88c-.197 5.213-4.485 9.379-9.746 9.379a9.75 9.75 0 0 1-9.753-9.753c0-5.269 4.178-9.561 9.402-9.746M8.884 8.53a.75.75 0 1 0-1.06-1.06l-.354.353a.75.75 0 0 0 1.06 1.06zm4 4a.75.75 0 0 0-1.06-1.06l-.354.353a.75.75 0 0 0 1.06 1.06zm-5 1a.75.75 0 0 0-1.06-1.06l-.354.353a.75.75 0 0 0 1.06 1.06zm8 3a.75.75 0 0 0-1.06-1.06l-.354.353a.75.75 0 0 0 1.06 1.06zm-5 1a.75.75 0 0 0-1.06-1.06l-.354.353a.75.75 0 0 0 1.06 1.06z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.652 2.25c.759-.026 1.116.724.951 1.264a3.14 3.14 0 0 0 .027 1.75c.182.543.526.915 1.183.973c.554.05.983.569.872 1.15c-.145.758.004 1.267.254 1.548c.236.266.718.502 1.649.372c.66-.092 1.185.488 1.098 1.104c-.091.655.15 1.103.501 1.314c.363.218 1.075.32 2.177-.234c.592-.298 1.414.095 1.385.88c-.197 5.213-4.485 9.379-9.746 9.379a9.75 9.75 0 0 1-9.753-9.753c0-5.269 4.178-9.561 9.402-9.746M8.884 8.53a.75.75 0 1 0-1.06-1.06l-.354.353a.75.75 0 0 0 1.06 1.06zm4 4a.75.75 0 0 0-1.06-1.06l-.354.353a.75.75 0 0 0 1.06 1.06zm-5 1a.75.75 0 0 0-1.06-1.06l-.354.353a.75.75 0 0 0 1.06 1.06zm8 3a.75.75 0 0 0-1.06-1.06l-.354.353a.75.75 0 0 0 1.06 1.06zm-5 1a.75.75 0 0 0-1.06-1.06l-.354.353a.75.75 0 0 0 1.06 1.06z"/></svg>
</template>

CSS

.icon-cookie-solid {
  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%22M11.652%202.25c.759-.026%201.116.724.951%201.264a3.14%203.14%200%200%200%20.027%201.75c.182.543.526.915%201.183.973c.554.05.983.569.872%201.15c-.145.758.004%201.267.254%201.548c.236.266.718.502%201.649.372c.66-.092%201.185.488%201.098%201.104c-.091.655.15%201.103.501%201.314c.363.218%201.075.32%202.177-.234c.592-.298%201.414.095%201.385.88c-.197%205.213-4.485%209.379-9.746%209.379a9.75%209.75%200%200%201-9.753-9.753c0-5.269%204.178-9.561%209.402-9.746M8.884%208.53a.75.75%200%201%200-1.06-1.06l-.354.353a.75.75%200%200%200%201.06%201.06zm4%204a.75.75%200%200%200-1.06-1.06l-.354.353a.75.75%200%200%200%201.06%201.06zm-5%201a.75.75%200%200%200-1.06-1.06l-.354.353a.75.75%200%200%200%201.06%201.06zm8%203a.75.75%200%200%200-1.06-1.06l-.354.353a.75.75%200%200%200%201.06%201.06zm-5%201a.75.75%200%200%200-1.06-1.06l-.354.353a.75.75%200%200%200%201.06%201.06z%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%22M11.652%202.25c.759-.026%201.116.724.951%201.264a3.14%203.14%200%200%200%20.027%201.75c.182.543.526.915%201.183.973c.554.05.983.569.872%201.15c-.145.758.004%201.267.254%201.548c.236.266.718.502%201.649.372c.66-.092%201.185.488%201.098%201.104c-.091.655.15%201.103.501%201.314c.363.218%201.075.32%202.177-.234c.592-.298%201.414.095%201.385.88c-.197%205.213-4.485%209.379-9.746%209.379a9.75%209.75%200%200%201-9.753-9.753c0-5.269%204.178-9.561%209.402-9.746M8.884%208.53a.75.75%200%201%200-1.06-1.06l-.354.353a.75.75%200%200%200%201.06%201.06zm4%204a.75.75%200%200%200-1.06-1.06l-.354.353a.75.75%200%200%200%201.06%201.06zm-5%201a.75.75%200%200%200-1.06-1.06l-.354.353a.75.75%200%200%200%201.06%201.06zm8%203a.75.75%200%200%200-1.06-1.06l-.354.353a.75.75%200%200%200%201.06%201.06zm-5%201a.75.75%200%200%200-1.06-1.06l-.354.353a.75.75%200%200%200%201.06%201.06z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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