bxs cookie icon

bxs-cookie from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.

Name
bxs-cookie
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT

Related icons in BoxIcons v2

Use the bxs cookie icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M21.598 11.064a1.006 1.006 0 0 0-.854-.172A2.938 2.938 0 0 1 20 11c-1.654 0-3-1.346-3.003-2.938c.005-.034.016-.134.017-.168a.998.998 0 0 0-1.254-1.006A3.002 3.002 0 0 1 15 7c-1.654 0-3-1.346-3-3c0-.217.031-.444.099-.716a1 1 0 0 0-1.067-1.236A9.956 9.956 0 0 0 2 12c0 5.514 4.486 10 10 10s10-4.486 10-10c0-.049-.003-.097-.007-.16a1.004 1.004 0 0 0-.395-.776zM8.5 6a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3zm-2 8a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3zm3 4a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3zm2.5-6.5a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0zm3.5 6.5a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function BxBxsCookie(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M21.598 11.064a1.006 1.006 0 0 0-.854-.172A2.938 2.938 0 0 1 20 11c-1.654 0-3-1.346-3.003-2.938c.005-.034.016-.134.017-.168a.998.998 0 0 0-1.254-1.006A3.002 3.002 0 0 1 15 7c-1.654 0-3-1.346-3-3c0-.217.031-.444.099-.716a1 1 0 0 0-1.067-1.236A9.956 9.956 0 0 0 2 12c0 5.514 4.486 10 10 10s10-4.486 10-10c0-.049-.003-.097-.007-.16a1.004 1.004 0 0 0-.395-.776zM8.5 6a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3zm-2 8a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3zm3 4a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3zm2.5-6.5a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0zm3.5 6.5a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M21.598 11.064a1.006 1.006 0 0 0-.854-.172A2.938 2.938 0 0 1 20 11c-1.654 0-3-1.346-3.003-2.938c.005-.034.016-.134.017-.168a.998.998 0 0 0-1.254-1.006A3.002 3.002 0 0 1 15 7c-1.654 0-3-1.346-3-3c0-.217.031-.444.099-.716a1 1 0 0 0-1.067-1.236A9.956 9.956 0 0 0 2 12c0 5.514 4.486 10 10 10s10-4.486 10-10c0-.049-.003-.097-.007-.16a1.004 1.004 0 0 0-.395-.776zM8.5 6a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3zm-2 8a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3zm3 4a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3zm2.5-6.5a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0zm3.5 6.5a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3z" fill="currentColor"/></svg>
</template>

CSS

.icon-bxs-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%20d%3D%22M21.598%2011.064a1.006%201.006%200%200%200-.854-.172A2.938%202.938%200%200%201%2020%2011c-1.654%200-3-1.346-3.003-2.938c.005-.034.016-.134.017-.168a.998.998%200%200%200-1.254-1.006A3.002%203.002%200%200%201%2015%207c-1.654%200-3-1.346-3-3c0-.217.031-.444.099-.716a1%201%200%200%200-1.067-1.236A9.956%209.956%200%200%200%202%2012c0%205.514%204.486%2010%2010%2010s10-4.486%2010-10c0-.049-.003-.097-.007-.16a1.004%201.004%200%200%200-.395-.776zM8.5%206a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3zm-2%208a1.5%201.5%200%201%201%200-3a1.5%201.5%200%200%201%200%203zm3%204a1.5%201.5%200%201%201%200-3a1.5%201.5%200%200%201%200%203zm2.5-6.5a1.5%201.5%200%201%201%203%200a1.5%201.5%200%200%201-3%200zm3.5%206.5a1.5%201.5%200%201%201%200-3a1.5%201.5%200%200%201%200%203z%22%20fill%3D%22currentColor%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%20d%3D%22M21.598%2011.064a1.006%201.006%200%200%200-.854-.172A2.938%202.938%200%200%201%2020%2011c-1.654%200-3-1.346-3.003-2.938c.005-.034.016-.134.017-.168a.998.998%200%200%200-1.254-1.006A3.002%203.002%200%200%201%2015%207c-1.654%200-3-1.346-3-3c0-.217.031-.444.099-.716a1%201%200%200%200-1.067-1.236A9.956%209.956%200%200%200%202%2012c0%205.514%204.486%2010%2010%2010s10-4.486%2010-10c0-.049-.003-.097-.007-.16a1.004%201.004%200%200%200-.395-.776zM8.5%206a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3zm-2%208a1.5%201.5%200%201%201%200-3a1.5%201.5%200%200%201%200%203zm3%204a1.5%201.5%200%201%201%200-3a1.5%201.5%200%200%201%200%203zm2.5-6.5a1.5%201.5%200%201%201%203%200a1.5%201.5%200%200%201-3%200zm3.5%206.5a1.5%201.5%200%201%201%200-3a1.5%201.5%200%200%201%200%203z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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