cookie icon
cookie-outline from Material Design Icons by Pictogrammers · Outline · Food / Drink · Apache-2.0 Free for personal and commercial use.
- Name
- cookie-outline
- Set
- Material Design Icons
- Style
- Outline
- Category
- Food / Drink
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- biscuit-outline
1 other variant in Material Design Icons
The same icon in other sets
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 Lightcookie-fillMingCute IconcookieMyna UI IconscookieNoto EmojicookieOpenMoji
More food / drink icons from Material Design 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" d="M20.87 10.5C20.6 10 20 10 20 10h-2V9c0-1-1-1-1-1h-2V7c0-1-1-1-1-1h-1V4c0-1-1-1-1-1a9 9 0 1 0 9 9c0-.5-.04-1-.13-1.5m-9.55 8.46c.68-.14 1.18-.74 1.18-1.46c0-.83-.67-1.5-1.5-1.5a1.498 1.498 0 0 0-.84 2.74c-2.62-.7-4.66-2.93-5.07-5.62C5 12.61 5 12.11 5 11.62c.07.77.71 1.38 1.5 1.38c.83 0 1.5-.67 1.5-1.5S7.33 10 6.5 10c-.68 0-1.25.46-1.43 1.08C5.47 8 7.91 5.5 11 5.07V6.5c0 .83.67 1.5 1.5 1.5h.5v.5c0 .83.67 1.5 1.5 1.5H16v.5c0 .83.67 1.5 1.5 1.5H19c0 4.08-3.5 7.36-7.68 6.96M9.5 9C8.67 9 8 8.33 8 7.5S8.67 6 9.5 6s1.5.67 1.5 1.5S10.33 9 9.5 9m3.5 3.5c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5s1.5.67 1.5 1.5m5 2c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5s1.5.67 1.5 1.5"/></svg>
React
import type { SVGProps } from "react";
export function MdiCookieOutline(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="M20.87 10.5C20.6 10 20 10 20 10h-2V9c0-1-1-1-1-1h-2V7c0-1-1-1-1-1h-1V4c0-1-1-1-1-1a9 9 0 1 0 9 9c0-.5-.04-1-.13-1.5m-9.55 8.46c.68-.14 1.18-.74 1.18-1.46c0-.83-.67-1.5-1.5-1.5a1.498 1.498 0 0 0-.84 2.74c-2.62-.7-4.66-2.93-5.07-5.62C5 12.61 5 12.11 5 11.62c.07.77.71 1.38 1.5 1.38c.83 0 1.5-.67 1.5-1.5S7.33 10 6.5 10c-.68 0-1.25.46-1.43 1.08C5.47 8 7.91 5.5 11 5.07V6.5c0 .83.67 1.5 1.5 1.5h.5v.5c0 .83.67 1.5 1.5 1.5H16v.5c0 .83.67 1.5 1.5 1.5H19c0 4.08-3.5 7.36-7.68 6.96M9.5 9C8.67 9 8 8.33 8 7.5S8.67 6 9.5 6s1.5.67 1.5 1.5S10.33 9 9.5 9m3.5 3.5c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5s1.5.67 1.5 1.5m5 2c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5s1.5.67 1.5 1.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.87 10.5C20.6 10 20 10 20 10h-2V9c0-1-1-1-1-1h-2V7c0-1-1-1-1-1h-1V4c0-1-1-1-1-1a9 9 0 1 0 9 9c0-.5-.04-1-.13-1.5m-9.55 8.46c.68-.14 1.18-.74 1.18-1.46c0-.83-.67-1.5-1.5-1.5a1.498 1.498 0 0 0-.84 2.74c-2.62-.7-4.66-2.93-5.07-5.62C5 12.61 5 12.11 5 11.62c.07.77.71 1.38 1.5 1.38c.83 0 1.5-.67 1.5-1.5S7.33 10 6.5 10c-.68 0-1.25.46-1.43 1.08C5.47 8 7.91 5.5 11 5.07V6.5c0 .83.67 1.5 1.5 1.5h.5v.5c0 .83.67 1.5 1.5 1.5H16v.5c0 .83.67 1.5 1.5 1.5H19c0 4.08-3.5 7.36-7.68 6.96M9.5 9C8.67 9 8 8.33 8 7.5S8.67 6 9.5 6s1.5.67 1.5 1.5S10.33 9 9.5 9m3.5 3.5c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5s1.5.67 1.5 1.5m5 2c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5s1.5.67 1.5 1.5"/></svg> </template>
CSS
.icon-cookie-outline {
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%22M20.87%2010.5C20.6%2010%2020%2010%2020%2010h-2V9c0-1-1-1-1-1h-2V7c0-1-1-1-1-1h-1V4c0-1-1-1-1-1a9%209%200%201%200%209%209c0-.5-.04-1-.13-1.5m-9.55%208.46c.68-.14%201.18-.74%201.18-1.46c0-.83-.67-1.5-1.5-1.5a1.498%201.498%200%200%200-.84%202.74c-2.62-.7-4.66-2.93-5.07-5.62C5%2012.61%205%2012.11%205%2011.62c.07.77.71%201.38%201.5%201.38c.83%200%201.5-.67%201.5-1.5S7.33%2010%206.5%2010c-.68%200-1.25.46-1.43%201.08C5.47%208%207.91%205.5%2011%205.07V6.5c0%20.83.67%201.5%201.5%201.5h.5v.5c0%20.83.67%201.5%201.5%201.5H16v.5c0%20.83.67%201.5%201.5%201.5H19c0%204.08-3.5%207.36-7.68%206.96M9.5%209C8.67%209%208%208.33%208%207.5S8.67%206%209.5%206s1.5.67%201.5%201.5S10.33%209%209.5%209m3.5%203.5c0%20.83-.67%201.5-1.5%201.5s-1.5-.67-1.5-1.5s.67-1.5%201.5-1.5s1.5.67%201.5%201.5m5%202c0%20.83-.67%201.5-1.5%201.5s-1.5-.67-1.5-1.5s.67-1.5%201.5-1.5s1.5.67%201.5%201.5%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%22M20.87%2010.5C20.6%2010%2020%2010%2020%2010h-2V9c0-1-1-1-1-1h-2V7c0-1-1-1-1-1h-1V4c0-1-1-1-1-1a9%209%200%201%200%209%209c0-.5-.04-1-.13-1.5m-9.55%208.46c.68-.14%201.18-.74%201.18-1.46c0-.83-.67-1.5-1.5-1.5a1.498%201.498%200%200%200-.84%202.74c-2.62-.7-4.66-2.93-5.07-5.62C5%2012.61%205%2012.11%205%2011.62c.07.77.71%201.38%201.5%201.38c.83%200%201.5-.67%201.5-1.5S7.33%2010%206.5%2010c-.68%200-1.25.46-1.43%201.08C5.47%208%207.91%205.5%2011%205.07V6.5c0%20.83.67%201.5%201.5%201.5h.5v.5c0%20.83.67%201.5%201.5%201.5H16v.5c0%20.83.67%201.5%201.5%201.5H19c0%204.08-3.5%207.36-7.68%206.96M9.5%209C8.67%209%208%208.33%208%207.5S8.67%206%209.5%206s1.5.67%201.5%201.5S10.33%209%209.5%209m3.5%203.5c0%20.83-.67%201.5-1.5%201.5s-1.5-.67-1.5-1.5s.67-1.5%201.5-1.5s1.5.67%201.5%201.5m5%202c0%20.83-.67%201.5-1.5%201.5s-1.5-.67-1.5-1.5s.67-1.5%201.5-1.5s1.5.67%201.5%201.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/cookie-outline.svg?color=%231a73e8&size=48