twotone-cookie from Google Material Icons by Material Design Authors · Baseline · Social · Apache-2.0 Free for personal and commercial use.

Name
twotone-cookie
Set
Google Material Icons
Style
Baseline
Category
Social
Viewbox
24×24
License
Apache 2.0

More social icons from Google Material Icons

Use the twotone cookie icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.07 8.93c-2.55-.39-4.57-2.41-4.99-4.94C6.73 3.82 4 8.69 4 12c0 4.41 3.59 8 8 8c4.06 0 7.7-3.14 7.98-7.45a5.03 5.03 0 0 1-2.91-3.62M8.5 15c-.83 0-1.5-.67-1.5-1.5S7.67 12 8.5 12s1.5.67 1.5 1.5S9.33 15 8.5 15m2-5C9.67 10 9 9.33 9 8.5S9.67 7 10.5 7s1.5.67 1.5 1.5s-.67 1.5-1.5 1.5m4.5 6c-.55 0-1-.45-1-1s.45-1 1-1s1 .45 1 1s-.45 1-1 1" opacity=".3"/><circle cx="10.5" cy="8.5" r="1.5" fill="currentColor"/><circle cx="8.5" cy="13.5" r="1.5" fill="currentColor"/><circle cx="15" cy="15" r="1" fill="currentColor"/><path fill="currentColor" d="M21.95 10.99c-1.79-.03-3.7-1.95-2.68-4.22c-2.97 1-5.78-1.59-5.19-4.56C7.1.74 2 6.41 2 12c0 5.52 4.48 10 10 10c5.89 0 10.54-5.08 9.95-11.01M12 20c-4.41 0-8-3.59-8-8c0-3.31 2.73-8.18 8.08-8.02c.42 2.54 2.44 4.56 4.99 4.94c.07.36.52 2.55 2.92 3.63C19.7 16.86 16.06 20 12 20"/></svg>

React

import type { SVGProps } from "react";

export function IcTwotoneCookie(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="M17.07 8.93c-2.55-.39-4.57-2.41-4.99-4.94C6.73 3.82 4 8.69 4 12c0 4.41 3.59 8 8 8c4.06 0 7.7-3.14 7.98-7.45a5.03 5.03 0 0 1-2.91-3.62M8.5 15c-.83 0-1.5-.67-1.5-1.5S7.67 12 8.5 12s1.5.67 1.5 1.5S9.33 15 8.5 15m2-5C9.67 10 9 9.33 9 8.5S9.67 7 10.5 7s1.5.67 1.5 1.5s-.67 1.5-1.5 1.5m4.5 6c-.55 0-1-.45-1-1s.45-1 1-1s1 .45 1 1s-.45 1-1 1" opacity=".3"/><circle cx="10.5" cy="8.5" r="1.5" fill="currentColor"/><circle cx="8.5" cy="13.5" r="1.5" fill="currentColor"/><circle cx="15" cy="15" r="1" fill="currentColor"/><path fill="currentColor" d="M21.95 10.99c-1.79-.03-3.7-1.95-2.68-4.22c-2.97 1-5.78-1.59-5.19-4.56C7.1.74 2 6.41 2 12c0 5.52 4.48 10 10 10c5.89 0 10.54-5.08 9.95-11.01M12 20c-4.41 0-8-3.59-8-8c0-3.31 2.73-8.18 8.08-8.02c.42 2.54 2.44 4.56 4.99 4.94c.07.36.52 2.55 2.92 3.63C19.7 16.86 16.06 20 12 20"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.07 8.93c-2.55-.39-4.57-2.41-4.99-4.94C6.73 3.82 4 8.69 4 12c0 4.41 3.59 8 8 8c4.06 0 7.7-3.14 7.98-7.45a5.03 5.03 0 0 1-2.91-3.62M8.5 15c-.83 0-1.5-.67-1.5-1.5S7.67 12 8.5 12s1.5.67 1.5 1.5S9.33 15 8.5 15m2-5C9.67 10 9 9.33 9 8.5S9.67 7 10.5 7s1.5.67 1.5 1.5s-.67 1.5-1.5 1.5m4.5 6c-.55 0-1-.45-1-1s.45-1 1-1s1 .45 1 1s-.45 1-1 1" opacity=".3"/><circle cx="10.5" cy="8.5" r="1.5" fill="currentColor"/><circle cx="8.5" cy="13.5" r="1.5" fill="currentColor"/><circle cx="15" cy="15" r="1" fill="currentColor"/><path fill="currentColor" d="M21.95 10.99c-1.79-.03-3.7-1.95-2.68-4.22c-2.97 1-5.78-1.59-5.19-4.56C7.1.74 2 6.41 2 12c0 5.52 4.48 10 10 10c5.89 0 10.54-5.08 9.95-11.01M12 20c-4.41 0-8-3.59-8-8c0-3.31 2.73-8.18 8.08-8.02c.42 2.54 2.44 4.56 4.99 4.94c.07.36.52 2.55 2.92 3.63C19.7 16.86 16.06 20 12 20"/></svg>
</template>

CSS

.icon-twotone-cookie {
  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%22M17.07%208.93c-2.55-.39-4.57-2.41-4.99-4.94C6.73%203.82%204%208.69%204%2012c0%204.41%203.59%208%208%208c4.06%200%207.7-3.14%207.98-7.45a5.03%205.03%200%200%201-2.91-3.62M8.5%2015c-.83%200-1.5-.67-1.5-1.5S7.67%2012%208.5%2012s1.5.67%201.5%201.5S9.33%2015%208.5%2015m2-5C9.67%2010%209%209.33%209%208.5S9.67%207%2010.5%207s1.5.67%201.5%201.5s-.67%201.5-1.5%201.5m4.5%206c-.55%200-1-.45-1-1s.45-1%201-1s1%20.45%201%201s-.45%201-1%201%22%20opacity%3D%22.3%22%2F%3E%3Ccircle%20cx%3D%2210.5%22%20cy%3D%228.5%22%20r%3D%221.5%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%228.5%22%20cy%3D%2213.5%22%20r%3D%221.5%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2215%22%20cy%3D%2215%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.95%2010.99c-1.79-.03-3.7-1.95-2.68-4.22c-2.97%201-5.78-1.59-5.19-4.56C7.1.74%202%206.41%202%2012c0%205.52%204.48%2010%2010%2010c5.89%200%2010.54-5.08%209.95-11.01M12%2020c-4.41%200-8-3.59-8-8c0-3.31%202.73-8.18%208.08-8.02c.42%202.54%202.44%204.56%204.99%204.94c.07.36.52%202.55%202.92%203.63C19.7%2016.86%2016.06%2020%2012%2020%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%22M17.07%208.93c-2.55-.39-4.57-2.41-4.99-4.94C6.73%203.82%204%208.69%204%2012c0%204.41%203.59%208%208%208c4.06%200%207.7-3.14%207.98-7.45a5.03%205.03%200%200%201-2.91-3.62M8.5%2015c-.83%200-1.5-.67-1.5-1.5S7.67%2012%208.5%2012s1.5.67%201.5%201.5S9.33%2015%208.5%2015m2-5C9.67%2010%209%209.33%209%208.5S9.67%207%2010.5%207s1.5.67%201.5%201.5s-.67%201.5-1.5%201.5m4.5%206c-.55%200-1-.45-1-1s.45-1%201-1s1%20.45%201%201s-.45%201-1%201%22%20opacity%3D%22.3%22%2F%3E%3Ccircle%20cx%3D%2210.5%22%20cy%3D%228.5%22%20r%3D%221.5%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%228.5%22%20cy%3D%2213.5%22%20r%3D%221.5%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2215%22%20cy%3D%2215%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.95%2010.99c-1.79-.03-3.7-1.95-2.68-4.22c-2.97%201-5.78-1.59-5.19-4.56C7.1.74%202%206.41%202%2012c0%205.52%204.48%2010%2010%2010c5.89%200%2010.54-5.08%209.95-11.01M12%2020c-4.41%200-8-3.59-8-8c0-3.31%202.73-8.18%208.08-8.02c.42%202.54%202.44%204.56%204.99%204.94c.07.36.52%202.55%202.92%203.63C19.7%2016.86%2016.06%2020%2012%2020%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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