cookies icon
cookies-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- cookies-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- 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 28 28"><path fill="currentColor" d="M2 14C2 7.373 7.373 2 14 2c.747 0 1.48.068 2.19.2a.75.75 0 0 1 .384 1.277a3.502 3.502 0 0 0 1.397 5.869a.75.75 0 0 1 .53.706a3.5 3.5 0 0 0 6.124 2.263a.75.75 0 0 1 1.309.417Q26 13.358 26 14c0 6.627-5.373 12-12 12S2 20.627 2 14M14 3.5C8.201 3.5 3.5 8.201 3.5 14S8.201 24.5 14 24.5c5.687 0 10.319-4.522 10.495-10.166a5 5 0 0 1-7.46-3.735a5 5 0 0 1-2.377-7.079Q14.33 3.5 14 3.5M15.25 14a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0M9 20.25a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5M9.25 11a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0M17 21.25a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentCookies28Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M2 14C2 7.373 7.373 2 14 2c.747 0 1.48.068 2.19.2a.75.75 0 0 1 .384 1.277a3.502 3.502 0 0 0 1.397 5.869a.75.75 0 0 1 .53.706a3.5 3.5 0 0 0 6.124 2.263a.75.75 0 0 1 1.309.417Q26 13.358 26 14c0 6.627-5.373 12-12 12S2 20.627 2 14M14 3.5C8.201 3.5 3.5 8.201 3.5 14S8.201 24.5 14 24.5c5.687 0 10.319-4.522 10.495-10.166a5 5 0 0 1-7.46-3.735a5 5 0 0 1-2.377-7.079Q14.33 3.5 14 3.5M15.25 14a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0M9 20.25a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5M9.25 11a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0M17 21.25a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M2 14C2 7.373 7.373 2 14 2c.747 0 1.48.068 2.19.2a.75.75 0 0 1 .384 1.277a3.502 3.502 0 0 0 1.397 5.869a.75.75 0 0 1 .53.706a3.5 3.5 0 0 0 6.124 2.263a.75.75 0 0 1 1.309.417Q26 13.358 26 14c0 6.627-5.373 12-12 12S2 20.627 2 14M14 3.5C8.201 3.5 3.5 8.201 3.5 14S8.201 24.5 14 24.5c5.687 0 10.319-4.522 10.495-10.166a5 5 0 0 1-7.46-3.735a5 5 0 0 1-2.377-7.079Q14.33 3.5 14 3.5M15.25 14a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0M9 20.25a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5M9.25 11a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0M17 21.25a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5"/></svg> </template>
CSS
.icon-cookies-28-regular {
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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%2014C2%207.373%207.373%202%2014%202c.747%200%201.48.068%202.19.2a.75.75%200%200%201%20.384%201.277a3.502%203.502%200%200%200%201.397%205.869a.75.75%200%200%201%20.53.706a3.5%203.5%200%200%200%206.124%202.263a.75.75%200%200%201%201.309.417Q26%2013.358%2026%2014c0%206.627-5.373%2012-12%2012S2%2020.627%202%2014M14%203.5C8.201%203.5%203.5%208.201%203.5%2014S8.201%2024.5%2014%2024.5c5.687%200%2010.319-4.522%2010.495-10.166a5%205%200%200%201-7.46-3.735a5%205%200%200%201-2.377-7.079Q14.33%203.5%2014%203.5M15.25%2014a1.25%201.25%200%201%201-2.5%200a1.25%201.25%200%200%201%202.5%200M9%2020.25a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.5M9.25%2011a1.25%201.25%200%201%201-2.5%200a1.25%201.25%200%200%201%202.5%200M17%2021.25a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%2014C2%207.373%207.373%202%2014%202c.747%200%201.48.068%202.19.2a.75.75%200%200%201%20.384%201.277a3.502%203.502%200%200%200%201.397%205.869a.75.75%200%200%201%20.53.706a3.5%203.5%200%200%200%206.124%202.263a.75.75%200%200%201%201.309.417Q26%2013.358%2026%2014c0%206.627-5.373%2012-12%2012S2%2020.627%202%2014M14%203.5C8.201%203.5%203.5%208.201%203.5%2014S8.201%2024.5%2014%2024.5c5.687%200%2010.319-4.522%2010.495-10.166a5%205%200%200%201-7.46-3.735a5%205%200%200%201-2.377-7.079Q14.33%203.5%2014%203.5M15.25%2014a1.25%201.25%200%201%201-2.5%200a1.25%201.25%200%200%201%202.5%200M9%2020.25a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.5M9.25%2011a1.25%201.25%200%201%201-2.5%200a1.25%201.25%200%200%201%202.5%200M17%2021.25a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/cookies-28-regular.svg?color=%231a73e8&size=48