cookie-plus-outline from Material Design Icons by Pictogrammers · Outline · Food / Drink · Apache-2.0 Free for personal and commercial use.

Name
cookie-plus-outline
Set
Material Design Icons
Style
Outline
Category
Food / Drink
Viewbox
24×24
License
Apache 2.0
Aliases
biscuit-plus-outline

1 other variant in Material Design Icons

The same icon in other sets

More food / drink icons from Material Design Icons

Use the cookie plus icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.5 13c.3 0 .58.09.82.24c-.87.26-1.66.71-2.32 1.29v-.03c0-.83.67-1.5 1.5-1.5m-.5-3v.5c0 .83.67 1.5 1.5 1.5H19c0 .34-.03.68-.08 1H19c.66 0 1.3.12 1.89.32a8.4 8.4 0 0 0-.02-2.82C20.6 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 0 18c.45 0 .89-.04 1.32-.11c-.2-.59-.32-1.23-.32-1.89v-.08c-.54.08-1.1.08-1.68.04c.68-.14 1.18-.74 1.18-1.46c0-.83-.67-1.5-1.5-1.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.5zm-4.5 4c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5s.67 1.5 1.5 1.5M11 7.5c0-.83-.67-1.5-1.5-1.5S8 6.67 8 7.5S8.67 9 9.5 9S11 8.33 11 7.5M20 18v-3h-2v3h-3v2h3v3h2v-3h3v-2z"/></svg>

React

import type { SVGProps } from "react";

export function MdiCookiePlusOutline(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="M16.5 13c.3 0 .58.09.82.24c-.87.26-1.66.71-2.32 1.29v-.03c0-.83.67-1.5 1.5-1.5m-.5-3v.5c0 .83.67 1.5 1.5 1.5H19c0 .34-.03.68-.08 1H19c.66 0 1.3.12 1.89.32a8.4 8.4 0 0 0-.02-2.82C20.6 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 0 18c.45 0 .89-.04 1.32-.11c-.2-.59-.32-1.23-.32-1.89v-.08c-.54.08-1.1.08-1.68.04c.68-.14 1.18-.74 1.18-1.46c0-.83-.67-1.5-1.5-1.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.5zm-4.5 4c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5s.67 1.5 1.5 1.5M11 7.5c0-.83-.67-1.5-1.5-1.5S8 6.67 8 7.5S8.67 9 9.5 9S11 8.33 11 7.5M20 18v-3h-2v3h-3v2h3v3h2v-3h3v-2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.5 13c.3 0 .58.09.82.24c-.87.26-1.66.71-2.32 1.29v-.03c0-.83.67-1.5 1.5-1.5m-.5-3v.5c0 .83.67 1.5 1.5 1.5H19c0 .34-.03.68-.08 1H19c.66 0 1.3.12 1.89.32a8.4 8.4 0 0 0-.02-2.82C20.6 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 0 18c.45 0 .89-.04 1.32-.11c-.2-.59-.32-1.23-.32-1.89v-.08c-.54.08-1.1.08-1.68.04c.68-.14 1.18-.74 1.18-1.46c0-.83-.67-1.5-1.5-1.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.5zm-4.5 4c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5s.67 1.5 1.5 1.5M11 7.5c0-.83-.67-1.5-1.5-1.5S8 6.67 8 7.5S8.67 9 9.5 9S11 8.33 11 7.5M20 18v-3h-2v3h-3v2h3v3h2v-3h3v-2z"/></svg>
</template>

CSS

.icon-cookie-plus-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%22M16.5%2013c.3%200%20.58.09.82.24c-.87.26-1.66.71-2.32%201.29v-.03c0-.83.67-1.5%201.5-1.5m-.5-3v.5c0%20.83.67%201.5%201.5%201.5H19c0%20.34-.03.68-.08%201H19c.66%200%201.3.12%201.89.32a8.4%208.4%200%200%200-.02-2.82C20.6%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%200%2018c.45%200%20.89-.04%201.32-.11c-.2-.59-.32-1.23-.32-1.89v-.08c-.54.08-1.1.08-1.68.04c.68-.14%201.18-.74%201.18-1.46c0-.83-.67-1.5-1.5-1.5a1.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.5zm-4.5%204c.83%200%201.5-.67%201.5-1.5s-.67-1.5-1.5-1.5s-1.5.67-1.5%201.5s.67%201.5%201.5%201.5M11%207.5c0-.83-.67-1.5-1.5-1.5S8%206.67%208%207.5S8.67%209%209.5%209S11%208.33%2011%207.5M20%2018v-3h-2v3h-3v2h3v3h2v-3h3v-2z%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%22M16.5%2013c.3%200%20.58.09.82.24c-.87.26-1.66.71-2.32%201.29v-.03c0-.83.67-1.5%201.5-1.5m-.5-3v.5c0%20.83.67%201.5%201.5%201.5H19c0%20.34-.03.68-.08%201H19c.66%200%201.3.12%201.89.32a8.4%208.4%200%200%200-.02-2.82C20.6%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%200%2018c.45%200%20.89-.04%201.32-.11c-.2-.59-.32-1.23-.32-1.89v-.08c-.54.08-1.1.08-1.68.04c.68-.14%201.18-.74%201.18-1.46c0-.83-.67-1.5-1.5-1.5a1.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.5zm-4.5%204c.83%200%201.5-.67%201.5-1.5s-.67-1.5-1.5-1.5s-1.5.67-1.5%201.5s.67%201.5%201.5%201.5M11%207.5c0-.83-.67-1.5-1.5-1.5S8%206.67%208%207.5S8.67%209%209.5%209S11%208.33%2011%207.5M20%2018v-3h-2v3h-3v2h3v3h2v-3h3v-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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