cookie-edit-outline from Material Design Icons by Pictogrammers · Outline · Edit / Modify · Apache-2.0 Free for personal and commercial use.

Name
cookie-edit-outline
Set
Material Design Icons
Style
Outline
Category
Edit / Modify
Viewbox
24×24
License
Apache 2.0
Aliases
biscuit-edit-outline

1 other variant in Material Design Icons

More edit / modify icons from Material Design Icons

Use the cookie edit icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.5 6c.83 0 1.5.67 1.5 1.5S10.33 9 9.5 9S8 8.33 8 7.5S8.67 6 9.5 6m2 5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5s1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5m-.5 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.5h.63l1.26-1.26c.3-.3.66-.5 1.05-.62C20.21 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 0 0-9 9c0 4.63 3.5 8.44 8 8.94v-1.81l1.47-1.47c.03-.06.03-.11.03-.16c0-.83-.67-1.5-1.5-1.5m4-1.5c0 .19.04.36.1.53l1.93-1.93c-.17-.06-.34-.1-.53-.1c-.83 0-1.5.67-1.5 1.5m7.85-1.03l-1.32-1.32c-.2-.2-.53-.2-.72 0l-.98.98l2.04 2.04l.98-.98c.2-.19.2-.52 0-.72M13 19.96V22h2.04l6.13-6.12l-2.04-2.05z"/></svg>

React

import type { SVGProps } from "react";

export function MdiCookieEditOutline(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="M9.5 6c.83 0 1.5.67 1.5 1.5S10.33 9 9.5 9S8 8.33 8 7.5S8.67 6 9.5 6m2 5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5s1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5m-.5 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.5h.63l1.26-1.26c.3-.3.66-.5 1.05-.62C20.21 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 0 0-9 9c0 4.63 3.5 8.44 8 8.94v-1.81l1.47-1.47c.03-.06.03-.11.03-.16c0-.83-.67-1.5-1.5-1.5m4-1.5c0 .19.04.36.1.53l1.93-1.93c-.17-.06-.34-.1-.53-.1c-.83 0-1.5.67-1.5 1.5m7.85-1.03l-1.32-1.32c-.2-.2-.53-.2-.72 0l-.98.98l2.04 2.04l.98-.98c.2-.19.2-.52 0-.72M13 19.96V22h2.04l6.13-6.12l-2.04-2.05z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.5 6c.83 0 1.5.67 1.5 1.5S10.33 9 9.5 9S8 8.33 8 7.5S8.67 6 9.5 6m2 5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5s1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5m-.5 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.5h.63l1.26-1.26c.3-.3.66-.5 1.05-.62C20.21 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 0 0-9 9c0 4.63 3.5 8.44 8 8.94v-1.81l1.47-1.47c.03-.06.03-.11.03-.16c0-.83-.67-1.5-1.5-1.5m4-1.5c0 .19.04.36.1.53l1.93-1.93c-.17-.06-.34-.1-.53-.1c-.83 0-1.5.67-1.5 1.5m7.85-1.03l-1.32-1.32c-.2-.2-.53-.2-.72 0l-.98.98l2.04 2.04l.98-.98c.2-.19.2-.52 0-.72M13 19.96V22h2.04l6.13-6.12l-2.04-2.05z"/></svg>
</template>

CSS

.icon-cookie-edit-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%22M9.5%206c.83%200%201.5.67%201.5%201.5S10.33%209%209.5%209S8%208.33%208%207.5S8.67%206%209.5%206m2%205c-.83%200-1.5.67-1.5%201.5s.67%201.5%201.5%201.5s1.5-.67%201.5-1.5s-.67-1.5-1.5-1.5m-.5%205a1.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.5h.63l1.26-1.26c.3-.3.66-.5%201.05-.62C20.21%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%200%200-9%209c0%204.63%203.5%208.44%208%208.94v-1.81l1.47-1.47c.03-.06.03-.11.03-.16c0-.83-.67-1.5-1.5-1.5m4-1.5c0%20.19.04.36.1.53l1.93-1.93c-.17-.06-.34-.1-.53-.1c-.83%200-1.5.67-1.5%201.5m7.85-1.03l-1.32-1.32c-.2-.2-.53-.2-.72%200l-.98.98l2.04%202.04l.98-.98c.2-.19.2-.52%200-.72M13%2019.96V22h2.04l6.13-6.12l-2.04-2.05z%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%22M9.5%206c.83%200%201.5.67%201.5%201.5S10.33%209%209.5%209S8%208.33%208%207.5S8.67%206%209.5%206m2%205c-.83%200-1.5.67-1.5%201.5s.67%201.5%201.5%201.5s1.5-.67%201.5-1.5s-.67-1.5-1.5-1.5m-.5%205a1.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.5h.63l1.26-1.26c.3-.3.66-.5%201.05-.62C20.21%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%200%200-9%209c0%204.63%203.5%208.44%208%208.94v-1.81l1.47-1.47c.03-.06.03-.11.03-.16c0-.83-.67-1.5-1.5-1.5m4-1.5c0%20.19.04.36.1.53l1.93-1.93c-.17-.06-.34-.1-.53-.1c-.83%200-1.5.67-1.5%201.5m7.85-1.03l-1.32-1.32c-.2-.2-.53-.2-.72%200l-.98.98l2.04%202.04l.98-.98c.2-.19.2-.52%200-.72M13%2019.96V22h2.04l6.13-6.12l-2.04-2.05z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/cookie-edit-outline.svg?color=%231a73e8&size=48