cookie bite icon

cookie-bite from Line Awesome by Icons8 · Line · Objects · Apache-2.0 Free for personal and commercial use.

Name
cookie-bite
Set
Line Awesome
Style
Line
Category
Objects
Viewbox
32×32
License
Apache 2.0
Aliases
cookie-bite-solid

The same icon in other sets

More objects icons from Line Awesome

Use the cookie bite icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 4C9.371 4 4 9.371 4 16s5.371 12 12 12s12-5.371 12-12c0-.484-.035-.96-.094-1.434A2.5 2.5 0 0 1 26.5 15a2.5 2.5 0 0 1-2.34-1.64A4 4 0 0 1 22 14c-2.21 0-4-1.79-4-4c0-.734.21-1.414.559-2.008A.3.3 0 0 1 18.5 8A2.497 2.497 0 0 1 16 5.5c0-.559.188-1.066.496-1.48C16.332 4.012 16.168 4 16 4m7.5 0a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3m-9.45 2.188a4.53 4.53 0 0 0 1.997 3.085A6 6 0 0 0 16 10c0 3.309 2.691 6 6 6c.496 0 .992-.063 1.469-.188a4.5 4.5 0 0 0 2.484 1.157C25.465 22.03 21.188 26 16 26c-5.516 0-10-4.484-10-10c0-4.848 3.469-8.902 8.05-9.813zM22 9c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1m-8 1c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1m13 0c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1m-16 3a1.999 1.999 0 1 0 0 4a1.999 1.999 0 1 0 0-4m5 2c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1m-3.5 4a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3m7 1a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3"/></svg>

React

import type { SVGProps } from "react";

export function LaCookieBite(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 4C9.371 4 4 9.371 4 16s5.371 12 12 12s12-5.371 12-12c0-.484-.035-.96-.094-1.434A2.5 2.5 0 0 1 26.5 15a2.5 2.5 0 0 1-2.34-1.64A4 4 0 0 1 22 14c-2.21 0-4-1.79-4-4c0-.734.21-1.414.559-2.008A.3.3 0 0 1 18.5 8A2.497 2.497 0 0 1 16 5.5c0-.559.188-1.066.496-1.48C16.332 4.012 16.168 4 16 4m7.5 0a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3m-9.45 2.188a4.53 4.53 0 0 0 1.997 3.085A6 6 0 0 0 16 10c0 3.309 2.691 6 6 6c.496 0 .992-.063 1.469-.188a4.5 4.5 0 0 0 2.484 1.157C25.465 22.03 21.188 26 16 26c-5.516 0-10-4.484-10-10c0-4.848 3.469-8.902 8.05-9.813zM22 9c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1m-8 1c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1m13 0c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1m-16 3a1.999 1.999 0 1 0 0 4a1.999 1.999 0 1 0 0-4m5 2c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1m-3.5 4a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3m7 1a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 4C9.371 4 4 9.371 4 16s5.371 12 12 12s12-5.371 12-12c0-.484-.035-.96-.094-1.434A2.5 2.5 0 0 1 26.5 15a2.5 2.5 0 0 1-2.34-1.64A4 4 0 0 1 22 14c-2.21 0-4-1.79-4-4c0-.734.21-1.414.559-2.008A.3.3 0 0 1 18.5 8A2.497 2.497 0 0 1 16 5.5c0-.559.188-1.066.496-1.48C16.332 4.012 16.168 4 16 4m7.5 0a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3m-9.45 2.188a4.53 4.53 0 0 0 1.997 3.085A6 6 0 0 0 16 10c0 3.309 2.691 6 6 6c.496 0 .992-.063 1.469-.188a4.5 4.5 0 0 0 2.484 1.157C25.465 22.03 21.188 26 16 26c-5.516 0-10-4.484-10-10c0-4.848 3.469-8.902 8.05-9.813zM22 9c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1m-8 1c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1m13 0c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1m-16 3a1.999 1.999 0 1 0 0 4a1.999 1.999 0 1 0 0-4m5 2c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1m-3.5 4a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3m7 1a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3"/></svg>
</template>

CSS

.icon-cookie-bite {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%204C9.371%204%204%209.371%204%2016s5.371%2012%2012%2012s12-5.371%2012-12c0-.484-.035-.96-.094-1.434A2.5%202.5%200%200%201%2026.5%2015a2.5%202.5%200%200%201-2.34-1.64A4%204%200%200%201%2022%2014c-2.21%200-4-1.79-4-4c0-.734.21-1.414.559-2.008A.3.3%200%200%201%2018.5%208A2.497%202.497%200%200%201%2016%205.5c0-.559.188-1.066.496-1.48C16.332%204.012%2016.168%204%2016%204m7.5%200a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3m-9.45%202.188a4.53%204.53%200%200%200%201.997%203.085A6%206%200%200%200%2016%2010c0%203.309%202.691%206%206%206c.496%200%20.992-.063%201.469-.188a4.5%204.5%200%200%200%202.484%201.157C25.465%2022.03%2021.188%2026%2016%2026c-5.516%200-10-4.484-10-10c0-4.848%203.469-8.902%208.05-9.813zM22%209c-.55%200-1%20.45-1%201s.45%201%201%201s1-.45%201-1s-.45-1-1-1m-8%201c-.55%200-1%20.45-1%201s.45%201%201%201s1-.45%201-1s-.45-1-1-1m13%200c-.55%200-1%20.45-1%201s.45%201%201%201s1-.45%201-1s-.45-1-1-1m-16%203a1.999%201.999%200%201%200%200%204a1.999%201.999%200%201%200%200-4m5%202c-.55%200-1%20.45-1%201s.45%201%201%201s1-.45%201-1s-.45-1-1-1m-3.5%204a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3m7%201a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%204C9.371%204%204%209.371%204%2016s5.371%2012%2012%2012s12-5.371%2012-12c0-.484-.035-.96-.094-1.434A2.5%202.5%200%200%201%2026.5%2015a2.5%202.5%200%200%201-2.34-1.64A4%204%200%200%201%2022%2014c-2.21%200-4-1.79-4-4c0-.734.21-1.414.559-2.008A.3.3%200%200%201%2018.5%208A2.497%202.497%200%200%201%2016%205.5c0-.559.188-1.066.496-1.48C16.332%204.012%2016.168%204%2016%204m7.5%200a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3m-9.45%202.188a4.53%204.53%200%200%200%201.997%203.085A6%206%200%200%200%2016%2010c0%203.309%202.691%206%206%206c.496%200%20.992-.063%201.469-.188a4.5%204.5%200%200%200%202.484%201.157C25.465%2022.03%2021.188%2026%2016%2026c-5.516%200-10-4.484-10-10c0-4.848%203.469-8.902%208.05-9.813zM22%209c-.55%200-1%20.45-1%201s.45%201%201%201s1-.45%201-1s-.45-1-1-1m-8%201c-.55%200-1%20.45-1%201s.45%201%201%201s1-.45%201-1s-.45-1-1-1m13%200c-.55%200-1%20.45-1%201s.45%201%201%201s1-.45%201-1s-.45-1-1-1m-16%203a1.999%201.999%200%201%200%200%204a1.999%201.999%200%201%200%200-4m5%202c-.55%200-1%20.45-1%201s.45%201%201%201s1-.45%201-1s-.45-1-1-1m-3.5%204a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3m7%201a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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