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

Name
cookie-minus-outline
Set
Material Design Icons
Style
Outline
Category
Food / Drink
Viewbox
24×24
License
Apache 2.0
Aliases
biscuit-minus-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 minus icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 10h-.5c-.83 0-1.5-.67-1.5-1.5V8h-.5c-.83 0-1.5-.67-1.5-1.5V5.07C7.91 5.5 5.47 8 5.07 11.08A1.494 1.494 0 0 1 8 11.5c0 .83-.67 1.5-1.5 1.5c-.79 0-1.43-.61-1.5-1.38c0 .49 0 .99.09 1.5c.41 2.69 2.45 4.92 5.07 5.62A1.498 1.498 0 0 1 11 16c.83 0 1.5.67 1.5 1.5c0 .72-.5 1.32-1.18 1.46c.58.04 1.14.04 1.68-.04V19c0 .66.12 1.3.32 1.89c-.43.07-.87.11-1.32.11a9 9 0 0 1 0-18s1 0 1 1v2h1s1 0 1 1v1h2s1 0 1 1v1h2s.6 0 .87.5a8.4 8.4 0 0 1 .02 2.82c-.59-.2-1.23-.32-1.89-.32h-.08c.05-.32.08-.66.08-1h-1.5c-.83 0-1.5-.67-1.5-1.5V10zm0 4.5v.03c.66-.58 1.45-1.03 2.32-1.29c-.24-.15-.52-.24-.82-.24c-.83 0-1.5.67-1.5 1.5m-4-7c0-.83-.67-1.5-1.5-1.5S8 6.67 8 7.5S8.67 9 9.5 9S11 8.33 11 7.5m.5 6.5c.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.5m3.5 4v2h8v-2z"/></svg>

React

import type { SVGProps } from "react";

export function MdiCookieMinusOutline(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="M15 10h-.5c-.83 0-1.5-.67-1.5-1.5V8h-.5c-.83 0-1.5-.67-1.5-1.5V5.07C7.91 5.5 5.47 8 5.07 11.08A1.494 1.494 0 0 1 8 11.5c0 .83-.67 1.5-1.5 1.5c-.79 0-1.43-.61-1.5-1.38c0 .49 0 .99.09 1.5c.41 2.69 2.45 4.92 5.07 5.62A1.498 1.498 0 0 1 11 16c.83 0 1.5.67 1.5 1.5c0 .72-.5 1.32-1.18 1.46c.58.04 1.14.04 1.68-.04V19c0 .66.12 1.3.32 1.89c-.43.07-.87.11-1.32.11a9 9 0 0 1 0-18s1 0 1 1v2h1s1 0 1 1v1h2s1 0 1 1v1h2s.6 0 .87.5a8.4 8.4 0 0 1 .02 2.82c-.59-.2-1.23-.32-1.89-.32h-.08c.05-.32.08-.66.08-1h-1.5c-.83 0-1.5-.67-1.5-1.5V10zm0 4.5v.03c.66-.58 1.45-1.03 2.32-1.29c-.24-.15-.52-.24-.82-.24c-.83 0-1.5.67-1.5 1.5m-4-7c0-.83-.67-1.5-1.5-1.5S8 6.67 8 7.5S8.67 9 9.5 9S11 8.33 11 7.5m.5 6.5c.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.5m3.5 4v2h8v-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="M15 10h-.5c-.83 0-1.5-.67-1.5-1.5V8h-.5c-.83 0-1.5-.67-1.5-1.5V5.07C7.91 5.5 5.47 8 5.07 11.08A1.494 1.494 0 0 1 8 11.5c0 .83-.67 1.5-1.5 1.5c-.79 0-1.43-.61-1.5-1.38c0 .49 0 .99.09 1.5c.41 2.69 2.45 4.92 5.07 5.62A1.498 1.498 0 0 1 11 16c.83 0 1.5.67 1.5 1.5c0 .72-.5 1.32-1.18 1.46c.58.04 1.14.04 1.68-.04V19c0 .66.12 1.3.32 1.89c-.43.07-.87.11-1.32.11a9 9 0 0 1 0-18s1 0 1 1v2h1s1 0 1 1v1h2s1 0 1 1v1h2s.6 0 .87.5a8.4 8.4 0 0 1 .02 2.82c-.59-.2-1.23-.32-1.89-.32h-.08c.05-.32.08-.66.08-1h-1.5c-.83 0-1.5-.67-1.5-1.5V10zm0 4.5v.03c.66-.58 1.45-1.03 2.32-1.29c-.24-.15-.52-.24-.82-.24c-.83 0-1.5.67-1.5 1.5m-4-7c0-.83-.67-1.5-1.5-1.5S8 6.67 8 7.5S8.67 9 9.5 9S11 8.33 11 7.5m.5 6.5c.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.5m3.5 4v2h8v-2z"/></svg>
</template>

CSS

.icon-cookie-minus-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%22M15%2010h-.5c-.83%200-1.5-.67-1.5-1.5V8h-.5c-.83%200-1.5-.67-1.5-1.5V5.07C7.91%205.5%205.47%208%205.07%2011.08A1.494%201.494%200%200%201%208%2011.5c0%20.83-.67%201.5-1.5%201.5c-.79%200-1.43-.61-1.5-1.38c0%20.49%200%20.99.09%201.5c.41%202.69%202.45%204.92%205.07%205.62A1.498%201.498%200%200%201%2011%2016c.83%200%201.5.67%201.5%201.5c0%20.72-.5%201.32-1.18%201.46c.58.04%201.14.04%201.68-.04V19c0%20.66.12%201.3.32%201.89c-.43.07-.87.11-1.32.11a9%209%200%200%201%200-18s1%200%201%201v2h1s1%200%201%201v1h2s1%200%201%201v1h2s.6%200%20.87.5a8.4%208.4%200%200%201%20.02%202.82c-.59-.2-1.23-.32-1.89-.32h-.08c.05-.32.08-.66.08-1h-1.5c-.83%200-1.5-.67-1.5-1.5V10zm0%204.5v.03c.66-.58%201.45-1.03%202.32-1.29c-.24-.15-.52-.24-.82-.24c-.83%200-1.5.67-1.5%201.5m-4-7c0-.83-.67-1.5-1.5-1.5S8%206.67%208%207.5S8.67%209%209.5%209S11%208.33%2011%207.5m.5%206.5c.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.5m3.5%204v2h8v-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%22M15%2010h-.5c-.83%200-1.5-.67-1.5-1.5V8h-.5c-.83%200-1.5-.67-1.5-1.5V5.07C7.91%205.5%205.47%208%205.07%2011.08A1.494%201.494%200%200%201%208%2011.5c0%20.83-.67%201.5-1.5%201.5c-.79%200-1.43-.61-1.5-1.38c0%20.49%200%20.99.09%201.5c.41%202.69%202.45%204.92%205.07%205.62A1.498%201.498%200%200%201%2011%2016c.83%200%201.5.67%201.5%201.5c0%20.72-.5%201.32-1.18%201.46c.58.04%201.14.04%201.68-.04V19c0%20.66.12%201.3.32%201.89c-.43.07-.87.11-1.32.11a9%209%200%200%201%200-18s1%200%201%201v2h1s1%200%201%201v1h2s1%200%201%201v1h2s.6%200%20.87.5a8.4%208.4%200%200%201%20.02%202.82c-.59-.2-1.23-.32-1.89-.32h-.08c.05-.32.08-.66.08-1h-1.5c-.83%200-1.5-.67-1.5-1.5V10zm0%204.5v.03c.66-.58%201.45-1.03%202.32-1.29c-.24-.15-.52-.24-.82-.24c-.83%200-1.5.67-1.5%201.5m-4-7c0-.83-.67-1.5-1.5-1.5S8%206.67%208%207.5S8.67%209%209.5%209S11%208.33%2011%207.5m.5%206.5c.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.5m3.5%204v2h8v-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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