cookies icon
cookies-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.
- Name
- cookies-32-filled
- Set
- Fluent UI System Icons
- Style
- 32 Filled
- Viewbox
- 32×32
- License
- MIT
11 other variants in Fluent UI System Icons
Use the cookies icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 2C8.268 2 2 8.268 2 16s6.268 14 14 14s14-6.268 14-14q0-.852-.1-1.68a1 1 0 0 0-1.75-.534a3.5 3.5 0 0 1-6.127-2.695a1 1 0 0 0-.89-1.11a3.5 3.5 0 0 1-2.032-6.03a1 1 0 0 0-.501-1.71A14 14 0 0 0 16 2m0 15.5a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3M12.5 21a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0M9 13.5a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3M21.5 23a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0"/></svg>
React
import type { SVGProps } from "react";
export function FluentCookies32Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 2C8.268 2 2 8.268 2 16s6.268 14 14 14s14-6.268 14-14q0-.852-.1-1.68a1 1 0 0 0-1.75-.534a3.5 3.5 0 0 1-6.127-2.695a1 1 0 0 0-.89-1.11a3.5 3.5 0 0 1-2.032-6.03a1 1 0 0 0-.501-1.71A14 14 0 0 0 16 2m0 15.5a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3M12.5 21a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0M9 13.5a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3M21.5 23a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 2C8.268 2 2 8.268 2 16s6.268 14 14 14s14-6.268 14-14q0-.852-.1-1.68a1 1 0 0 0-1.75-.534a3.5 3.5 0 0 1-6.127-2.695a1 1 0 0 0-.89-1.11a3.5 3.5 0 0 1-2.032-6.03a1 1 0 0 0-.501-1.71A14 14 0 0 0 16 2m0 15.5a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3M12.5 21a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0M9 13.5a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3M21.5 23a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0"/></svg> </template>
CSS
.icon-cookies-32-filled {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%202C8.268%202%202%208.268%202%2016s6.268%2014%2014%2014s14-6.268%2014-14q0-.852-.1-1.68a1%201%200%200%200-1.75-.534a3.5%203.5%200%200%201-6.127-2.695a1%201%200%200%200-.89-1.11a3.5%203.5%200%200%201-2.032-6.03a1%201%200%200%200-.501-1.71A14%2014%200%200%200%2016%202m0%2015.5a1.5%201.5%200%201%201%200-3a1.5%201.5%200%200%201%200%203M12.5%2021a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200M9%2013.5a1.5%201.5%200%201%201%200-3a1.5%201.5%200%200%201%200%203M21.5%2023a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%202C8.268%202%202%208.268%202%2016s6.268%2014%2014%2014s14-6.268%2014-14q0-.852-.1-1.68a1%201%200%200%200-1.75-.534a3.5%203.5%200%200%201-6.127-2.695a1%201%200%200%200-.89-1.11a3.5%203.5%200%200%201-2.032-6.03a1%201%200%200%200-.501-1.71A14%2014%200%200%200%2016%202m0%2015.5a1.5%201.5%200%201%201%200-3a1.5%201.5%200%200%201%200%203M12.5%2021a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200M9%2013.5a1.5%201.5%200%201%201%200-3a1.5%201.5%200%200%201%200%203M21.5%2023a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/cookies-32-filled.svg?color=%231a73e8&size=48