cookie icon
cookie from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.
- Name
- cookie
- Set
- Bootstrap Icons
- Style
- Outline
- Viewbox
- 16×16
- License
- MIT
The same icon in other sets
cookieBoxIcons 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 LightcookieMaterial Design Iconscookie-fillMingCute IconcookieMyna UI IconscookieNoto EmojicookieOpenMoji
Use the cookie icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M6 7.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m4.5.5a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m-.5 3.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0"/><path d="M8 0a7.96 7.96 0 0 0-4.075 1.114q-.245.102-.437.28A8 8 0 1 0 8 0m3.25 14.201a1.5 1.5 0 0 0-2.13.71A7 7 0 0 1 8 15a6.97 6.97 0 0 1-3.845-1.15a1.5 1.5 0 1 0-2.005-2.005A6.97 6.97 0 0 1 1 8c0-1.953.8-3.719 2.09-4.989a1.5 1.5 0 1 0 2.469-1.574A7 7 0 0 1 8 1c1.42 0 2.742.423 3.845 1.15a1.5 1.5 0 1 0 2.005 2.005A6.97 6.97 0 0 1 15 8c0 .596-.074 1.174-.214 1.727a1.5 1.5 0 1 0-1.025 2.25a7 7 0 0 1-2.51 2.224Z"/></g></svg>
React
import type { SVGProps } from "react";
export function BiCookie(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M6 7.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m4.5.5a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m-.5 3.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0"/><path d="M8 0a7.96 7.96 0 0 0-4.075 1.114q-.245.102-.437.28A8 8 0 1 0 8 0m3.25 14.201a1.5 1.5 0 0 0-2.13.71A7 7 0 0 1 8 15a6.97 6.97 0 0 1-3.845-1.15a1.5 1.5 0 1 0-2.005-2.005A6.97 6.97 0 0 1 1 8c0-1.953.8-3.719 2.09-4.989a1.5 1.5 0 1 0 2.469-1.574A7 7 0 0 1 8 1c1.42 0 2.742.423 3.845 1.15a1.5 1.5 0 1 0 2.005 2.005A6.97 6.97 0 0 1 15 8c0 .596-.074 1.174-.214 1.727a1.5 1.5 0 1 0-1.025 2.25a7 7 0 0 1-2.51 2.224Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M6 7.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m4.5.5a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m-.5 3.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0"/><path d="M8 0a7.96 7.96 0 0 0-4.075 1.114q-.245.102-.437.28A8 8 0 1 0 8 0m3.25 14.201a1.5 1.5 0 0 0-2.13.71A7 7 0 0 1 8 15a6.97 6.97 0 0 1-3.845-1.15a1.5 1.5 0 1 0-2.005-2.005A6.97 6.97 0 0 1 1 8c0-1.953.8-3.719 2.09-4.989a1.5 1.5 0 1 0 2.469-1.574A7 7 0 0 1 8 1c1.42 0 2.742.423 3.845 1.15a1.5 1.5 0 1 0 2.005 2.005A6.97 6.97 0 0 1 15 8c0 .596-.074 1.174-.214 1.727a1.5 1.5 0 1 0-1.025 2.25a7 7 0 0 1-2.51 2.224Z"/></g></svg> </template>
CSS
.icon-cookie {
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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M6%207.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200m4.5.5a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203m-.5%203.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200%22%2F%3E%3Cpath%20d%3D%22M8%200a7.96%207.96%200%200%200-4.075%201.114q-.245.102-.437.28A8%208%200%201%200%208%200m3.25%2014.201a1.5%201.5%200%200%200-2.13.71A7%207%200%200%201%208%2015a6.97%206.97%200%200%201-3.845-1.15a1.5%201.5%200%201%200-2.005-2.005A6.97%206.97%200%200%201%201%208c0-1.953.8-3.719%202.09-4.989a1.5%201.5%200%201%200%202.469-1.574A7%207%200%200%201%208%201c1.42%200%202.742.423%203.845%201.15a1.5%201.5%200%201%200%202.005%202.005A6.97%206.97%200%200%201%2015%208c0%20.596-.074%201.174-.214%201.727a1.5%201.5%200%201%200-1.025%202.25a7%207%200%200%201-2.51%202.224Z%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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M6%207.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200m4.5.5a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203m-.5%203.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200%22%2F%3E%3Cpath%20d%3D%22M8%200a7.96%207.96%200%200%200-4.075%201.114q-.245.102-.437.28A8%208%200%201%200%208%200m3.25%2014.201a1.5%201.5%200%200%200-2.13.71A7%207%200%200%201%208%2015a6.97%206.97%200%200%201-3.845-1.15a1.5%201.5%200%201%200-2.005-2.005A6.97%206.97%200%200%201%201%208c0-1.953.8-3.719%202.09-4.989a1.5%201.5%200%201%200%202.469-1.574A7%207%200%200%201%208%201c1.42%200%202.742.423%203.845%201.15a1.5%201.5%200%201%200%202.005%202.005A6.97%206.97%200%200%201%2015%208c0%20.596-.074%201.174-.214%201.727a1.5%201.5%200%201%200-1.025%202.25a7%207%200%200%201-2.51%202.224Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bi/cookie.svg?color=%231a73e8&size=48