cookie-solid from Flowbite Icons by Themesberg · Solid · Food Beverage · MIT Free for personal and commercial use.

Name
cookie-solid
Set
Flowbite Icons
Style
Solid
Category
Food Beverage
Viewbox
24×24
License
MIT

1 other variant in Flowbite Icons

The same icon in other sets

More food beverage icons from Flowbite Icons

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" fill-rule="evenodd" d="M12.021 2.375a1 1 0 0 1 .072 1.015c-.083.167-.129.496-.087.818a1.254 1.254 0 0 0 1.765.976a1 1 0 0 1 1.401.732a1 1 0 0 1-.39 1a1.633 1.633 0 1 0 2.388 2.116a1 1 0 0 1 1.768.933a1.2 1.2 0 0 0 .226 1.383a1.2 1.2 0 0 0 .97.346q.072-.008.143-.005c.111.005.525-.007.754-.016a1 1 0 0 1 1.034 1.085a9.96 9.96 0 0 1-2.892 6.211c-3.905 3.905-10.237 3.905-14.142 0c-3.906-3.905-3.906-10.237 0-14.142a9.96 9.96 0 0 1 6.067-2.879a1 1 0 0 1 .923.427m-3.364 6.04a1 1 0 1 0 0 2h.01a1 1 0 0 0 0-2zM7.271 12a1 1 0 0 0 0 2h.01a1 1 0 1 0 0-2zm7.688 1.916a1 1 0 1 0 0 2h.01a1 1 0 1 0 0-2zM11 16a1 1 0 0 0 0 2h.01a1 1 0 1 0 0-2z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function FlowbiteCookieSolid(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" fillRule="evenodd" d="M12.021 2.375a1 1 0 0 1 .072 1.015c-.083.167-.129.496-.087.818a1.254 1.254 0 0 0 1.765.976a1 1 0 0 1 1.401.732a1 1 0 0 1-.39 1a1.633 1.633 0 1 0 2.388 2.116a1 1 0 0 1 1.768.933a1.2 1.2 0 0 0 .226 1.383a1.2 1.2 0 0 0 .97.346q.072-.008.143-.005c.111.005.525-.007.754-.016a1 1 0 0 1 1.034 1.085a9.96 9.96 0 0 1-2.892 6.211c-3.905 3.905-10.237 3.905-14.142 0c-3.906-3.905-3.906-10.237 0-14.142a9.96 9.96 0 0 1 6.067-2.879a1 1 0 0 1 .923.427m-3.364 6.04a1 1 0 1 0 0 2h.01a1 1 0 0 0 0-2zM7.271 12a1 1 0 0 0 0 2h.01a1 1 0 1 0 0-2zm7.688 1.916a1 1 0 1 0 0 2h.01a1 1 0 1 0 0-2zM11 16a1 1 0 0 0 0 2h.01a1 1 0 1 0 0-2z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12.021 2.375a1 1 0 0 1 .072 1.015c-.083.167-.129.496-.087.818a1.254 1.254 0 0 0 1.765.976a1 1 0 0 1 1.401.732a1 1 0 0 1-.39 1a1.633 1.633 0 1 0 2.388 2.116a1 1 0 0 1 1.768.933a1.2 1.2 0 0 0 .226 1.383a1.2 1.2 0 0 0 .97.346q.072-.008.143-.005c.111.005.525-.007.754-.016a1 1 0 0 1 1.034 1.085a9.96 9.96 0 0 1-2.892 6.211c-3.905 3.905-10.237 3.905-14.142 0c-3.906-3.905-3.906-10.237 0-14.142a9.96 9.96 0 0 1 6.067-2.879a1 1 0 0 1 .923.427m-3.364 6.04a1 1 0 1 0 0 2h.01a1 1 0 0 0 0-2zM7.271 12a1 1 0 0 0 0 2h.01a1 1 0 1 0 0-2zm7.688 1.916a1 1 0 1 0 0 2h.01a1 1 0 1 0 0-2zM11 16a1 1 0 0 0 0 2h.01a1 1 0 1 0 0-2z" clip-rule="evenodd"/></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%20fill-rule%3D%22evenodd%22%20d%3D%22M12.021%202.375a1%201%200%200%201%20.072%201.015c-.083.167-.129.496-.087.818a1.254%201.254%200%200%200%201.765.976a1%201%200%200%201%201.401.732a1%201%200%200%201-.39%201a1.633%201.633%200%201%200%202.388%202.116a1%201%200%200%201%201.768.933a1.2%201.2%200%200%200%20.226%201.383a1.2%201.2%200%200%200%20.97.346q.072-.008.143-.005c.111.005.525-.007.754-.016a1%201%200%200%201%201.034%201.085a9.96%209.96%200%200%201-2.892%206.211c-3.905%203.905-10.237%203.905-14.142%200c-3.906-3.905-3.906-10.237%200-14.142a9.96%209.96%200%200%201%206.067-2.879a1%201%200%200%201%20.923.427m-3.364%206.04a1%201%200%201%200%200%202h.01a1%201%200%200%200%200-2zM7.271%2012a1%201%200%200%200%200%202h.01a1%201%200%201%200%200-2zm7.688%201.916a1%201%200%201%200%200%202h.01a1%201%200%201%200%200-2zM11%2016a1%201%200%200%200%200%202h.01a1%201%200%201%200%200-2z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M12.021%202.375a1%201%200%200%201%20.072%201.015c-.083.167-.129.496-.087.818a1.254%201.254%200%200%200%201.765.976a1%201%200%200%201%201.401.732a1%201%200%200%201-.39%201a1.633%201.633%200%201%200%202.388%202.116a1%201%200%200%201%201.768.933a1.2%201.2%200%200%200%20.226%201.383a1.2%201.2%200%200%200%20.97.346q.072-.008.143-.005c.111.005.525-.007.754-.016a1%201%200%200%201%201.034%201.085a9.96%209.96%200%200%201-2.892%206.211c-3.905%203.905-10.237%203.905-14.142%200c-3.906-3.905-3.906-10.237%200-14.142a9.96%209.96%200%200%201%206.067-2.879a1%201%200%200%201%20.923.427m-3.364%206.04a1%201%200%201%200%200%202h.01a1%201%200%200%200%200-2zM7.271%2012a1%201%200%200%200%200%202h.01a1%201%200%201%200%200-2zm7.688%201.916a1%201%200%201%200%200%202h.01a1%201%200%201%200%200-2zM11%2016a1%201%200%200%200%200%202h.01a1%201%200%201%200%200-2z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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