cookie icon
cookie-line from Remix Icon by Remix Design · Line · Apache-2.0 Free for personal and commercial use.
- Name
- cookie-line
- Set
- Remix Icon
- Style
- Line
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Remix Icon
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 LightcookieMaterial Design Iconscookie-fillMingCute IconcookieMyna UI IconscookieNoto Emoji
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="M21.163 10.971c.35-.15.795.036.818.416a9.98 9.98 0 0 1-2.91 7.684c-3.905 3.905-10.237 3.905-14.142 0s-3.905-10.237 0-14.142a9.98 9.98 0 0 1 7.682-2.91c.38.022.568.467.417.817a3.5 3.5 0 0 0 2.743 4.852a.64.64 0 0 1 .54.541a3.5 3.5 0 0 0 4.852 2.742m-1.378 2.869c.07-.304-.173-.58-.483-.606a5.47 5.47 0 0 1-3.413-1.588a5.5 5.5 0 0 1-1.258-1.951a.56.56 0 0 0-.326-.326a5.5 5.5 0 0 1-1.951-1.258a5.47 5.47 0 0 1-1.59-3.414c-.026-.31-.302-.554-.605-.483a8 8 0 1 0 9.626 9.626m-9.906.281a1.5 1.5 0 1 1-2.122 2.121a1.5 1.5 0 0 1 2.122-2.12m.353-6.01a1.5 1.5 0 1 1-2.121 2.121a1.5 1.5 0 0 1 2.121-2.121m5.657 5.657a1.5 1.5 0 1 1-2.121 2.121a1.5 1.5 0 0 1 2.121-2.121"/></svg>
React
import type { SVGProps } from "react";
export function RiCookieLine(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="M21.163 10.971c.35-.15.795.036.818.416a9.98 9.98 0 0 1-2.91 7.684c-3.905 3.905-10.237 3.905-14.142 0s-3.905-10.237 0-14.142a9.98 9.98 0 0 1 7.682-2.91c.38.022.568.467.417.817a3.5 3.5 0 0 0 2.743 4.852a.64.64 0 0 1 .54.541a3.5 3.5 0 0 0 4.852 2.742m-1.378 2.869c.07-.304-.173-.58-.483-.606a5.47 5.47 0 0 1-3.413-1.588a5.5 5.5 0 0 1-1.258-1.951a.56.56 0 0 0-.326-.326a5.5 5.5 0 0 1-1.951-1.258a5.47 5.47 0 0 1-1.59-3.414c-.026-.31-.302-.554-.605-.483a8 8 0 1 0 9.626 9.626m-9.906.281a1.5 1.5 0 1 1-2.122 2.121a1.5 1.5 0 0 1 2.122-2.12m.353-6.01a1.5 1.5 0 1 1-2.121 2.121a1.5 1.5 0 0 1 2.121-2.121m5.657 5.657a1.5 1.5 0 1 1-2.121 2.121a1.5 1.5 0 0 1 2.121-2.121"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.163 10.971c.35-.15.795.036.818.416a9.98 9.98 0 0 1-2.91 7.684c-3.905 3.905-10.237 3.905-14.142 0s-3.905-10.237 0-14.142a9.98 9.98 0 0 1 7.682-2.91c.38.022.568.467.417.817a3.5 3.5 0 0 0 2.743 4.852a.64.64 0 0 1 .54.541a3.5 3.5 0 0 0 4.852 2.742m-1.378 2.869c.07-.304-.173-.58-.483-.606a5.47 5.47 0 0 1-3.413-1.588a5.5 5.5 0 0 1-1.258-1.951a.56.56 0 0 0-.326-.326a5.5 5.5 0 0 1-1.951-1.258a5.47 5.47 0 0 1-1.59-3.414c-.026-.31-.302-.554-.605-.483a8 8 0 1 0 9.626 9.626m-9.906.281a1.5 1.5 0 1 1-2.122 2.121a1.5 1.5 0 0 1 2.122-2.12m.353-6.01a1.5 1.5 0 1 1-2.121 2.121a1.5 1.5 0 0 1 2.121-2.121m5.657 5.657a1.5 1.5 0 1 1-2.121 2.121a1.5 1.5 0 0 1 2.121-2.121"/></svg> </template>
CSS
.icon-cookie-line {
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%22M21.163%2010.971c.35-.15.795.036.818.416a9.98%209.98%200%200%201-2.91%207.684c-3.905%203.905-10.237%203.905-14.142%200s-3.905-10.237%200-14.142a9.98%209.98%200%200%201%207.682-2.91c.38.022.568.467.417.817a3.5%203.5%200%200%200%202.743%204.852a.64.64%200%200%201%20.54.541a3.5%203.5%200%200%200%204.852%202.742m-1.378%202.869c.07-.304-.173-.58-.483-.606a5.47%205.47%200%200%201-3.413-1.588a5.5%205.5%200%200%201-1.258-1.951a.56.56%200%200%200-.326-.326a5.5%205.5%200%200%201-1.951-1.258a5.47%205.47%200%200%201-1.59-3.414c-.026-.31-.302-.554-.605-.483a8%208%200%201%200%209.626%209.626m-9.906.281a1.5%201.5%200%201%201-2.122%202.121a1.5%201.5%200%200%201%202.122-2.12m.353-6.01a1.5%201.5%200%201%201-2.121%202.121a1.5%201.5%200%200%201%202.121-2.121m5.657%205.657a1.5%201.5%200%201%201-2.121%202.121a1.5%201.5%200%200%201%202.121-2.121%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%22M21.163%2010.971c.35-.15.795.036.818.416a9.98%209.98%200%200%201-2.91%207.684c-3.905%203.905-10.237%203.905-14.142%200s-3.905-10.237%200-14.142a9.98%209.98%200%200%201%207.682-2.91c.38.022.568.467.417.817a3.5%203.5%200%200%200%202.743%204.852a.64.64%200%200%201%20.54.541a3.5%203.5%200%200%200%204.852%202.742m-1.378%202.869c.07-.304-.173-.58-.483-.606a5.47%205.47%200%200%201-3.413-1.588a5.5%205.5%200%200%201-1.258-1.951a.56.56%200%200%200-.326-.326a5.5%205.5%200%200%201-1.951-1.258a5.47%205.47%200%200%201-1.59-3.414c-.026-.31-.302-.554-.605-.483a8%208%200%201%200%209.626%209.626m-9.906.281a1.5%201.5%200%201%201-2.122%202.121a1.5%201.5%200%200%201%202.122-2.12m.353-6.01a1.5%201.5%200%201%201-2.121%202.121a1.5%201.5%200%200%201%202.121-2.121m5.657%205.657a1.5%201.5%200%201%201-2.121%202.121a1.5%201.5%200%200%201%202.121-2.121%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/cookie-line.svg?color=%231a73e8&size=48