cookie off icon

cookie-off from Tabler Icons by Paweł Kuna · Outline · MIT Free for personal and commercial use.

Name
cookie-off
Set
Tabler Icons
Style
Outline
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Tabler Icons

Use the cookie off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 13v.01M12 17v.01M12 12v.01m6.192 6.177a3 3 0 0 1-.976.652q-1.572.394-2.216.661q-.712.295-1.852 1.024a3 3 0 0 1-2.296 0Q9.649 19.77 9 19.5q-.707-.293-2.216-.66a3 3 0 0 1-1.623-1.624Q4.764 15.639 4.5 15q-.298-.718-1.024-1.852a3 3 0 0 1 0-2.296Q4.195 9.736 4.5 9q.257-.62.66-2.216a3 3 0 0 1 .649-.971M8.63 4.639q.21-.073.37-.139q.687-.285 1.852-1.024a3 3 0 0 1 2.296 0l2.667 1.104a4 4 0 0 0 4.656 6.14l.053.132a3 3 0 0 1 0 2.296Q19.779 14.328 19.5 15a7 7 0 0 0-.135.36M3 3l18 18"/></svg>

React

import type { SVGProps } from "react";

export function TablerCookieOff(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M8 13v.01M12 17v.01M12 12v.01m6.192 6.177a3 3 0 0 1-.976.652q-1.572.394-2.216.661q-.712.295-1.852 1.024a3 3 0 0 1-2.296 0Q9.649 19.77 9 19.5q-.707-.293-2.216-.66a3 3 0 0 1-1.623-1.624Q4.764 15.639 4.5 15q-.298-.718-1.024-1.852a3 3 0 0 1 0-2.296Q4.195 9.736 4.5 9q.257-.62.66-2.216a3 3 0 0 1 .649-.971M8.63 4.639q.21-.073.37-.139q.687-.285 1.852-1.024a3 3 0 0 1 2.296 0l2.667 1.104a4 4 0 0 0 4.656 6.14l.053.132a3 3 0 0 1 0 2.296Q19.779 14.328 19.5 15a7 7 0 0 0-.135.36M3 3l18 18"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 13v.01M12 17v.01M12 12v.01m6.192 6.177a3 3 0 0 1-.976.652q-1.572.394-2.216.661q-.712.295-1.852 1.024a3 3 0 0 1-2.296 0Q9.649 19.77 9 19.5q-.707-.293-2.216-.66a3 3 0 0 1-1.623-1.624Q4.764 15.639 4.5 15q-.298-.718-1.024-1.852a3 3 0 0 1 0-2.296Q4.195 9.736 4.5 9q.257-.62.66-2.216a3 3 0 0 1 .649-.971M8.63 4.639q.21-.073.37-.139q.687-.285 1.852-1.024a3 3 0 0 1 2.296 0l2.667 1.104a4 4 0 0 0 4.656 6.14l.053.132a3 3 0 0 1 0 2.296Q19.779 14.328 19.5 15a7 7 0 0 0-.135.36M3 3l18 18"/></svg>
</template>

CSS

.icon-cookie-off {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M8%2013v.01M12%2017v.01M12%2012v.01m6.192%206.177a3%203%200%200%201-.976.652q-1.572.394-2.216.661q-.712.295-1.852%201.024a3%203%200%200%201-2.296%200Q9.649%2019.77%209%2019.5q-.707-.293-2.216-.66a3%203%200%200%201-1.623-1.624Q4.764%2015.639%204.5%2015q-.298-.718-1.024-1.852a3%203%200%200%201%200-2.296Q4.195%209.736%204.5%209q.257-.62.66-2.216a3%203%200%200%201%20.649-.971M8.63%204.639q.21-.073.37-.139q.687-.285%201.852-1.024a3%203%200%200%201%202.296%200l2.667%201.104a4%204%200%200%200%204.656%206.14l.053.132a3%203%200%200%201%200%202.296Q19.779%2014.328%2019.5%2015a7%207%200%200%200-.135.36M3%203l18%2018%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M8%2013v.01M12%2017v.01M12%2012v.01m6.192%206.177a3%203%200%200%201-.976.652q-1.572.394-2.216.661q-.712.295-1.852%201.024a3%203%200%200%201-2.296%200Q9.649%2019.77%209%2019.5q-.707-.293-2.216-.66a3%203%200%200%201-1.623-1.624Q4.764%2015.639%204.5%2015q-.298-.718-1.024-1.852a3%203%200%200%201%200-2.296Q4.195%209.736%204.5%209q.257-.62.66-2.216a3%203%200%200%201%20.649-.971M8.63%204.639q.21-.073.37-.139q.687-.285%201.852-1.024a3%203%200%200%201%202.296%200l2.667%201.104a4%204%200%200%200%204.656%206.14l.053.132a3%203%200%200%201%200%202.296Q19.779%2014.328%2019.5%2015a7%207%200%200%200-.135.36M3%203l18%2018%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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