cookie-off from Material Symbols Light by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.

Name
cookie-off
Set
Material Symbols Light
Style
Regular
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
cookie-off-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More social icons from Material Symbols Light

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="currentColor" d="M8.5 14.808q.548 0 .928-.39t.38-.918q0-.548-.38-.928t-.928-.38q-.529 0-.918.38q-.39.38-.39.928q0 .529.39.918t.918.39m12.61 7.723l-3.508-3.508q-1.161.935-2.578 1.456T12 21q-1.864 0-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3 13.864 3 12q0-1.608.521-3.024q.521-1.417 1.456-2.578l-3.09-3.09l.713-.714l19.223 19.223zm-1.485-5.742L7.212 4.374q1.313-.858 2.985-1.203t3.417-.03q-.072 1.03.246 1.882q.317.853.942 1.451t1.515.896t1.977.25q-.332 1.437.583 2.488q.915 1.053 2.112 1.218q.046 1.454-.296 2.892t-1.068 2.57"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightCookieOff(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="M8.5 14.808q.548 0 .928-.39t.38-.918q0-.548-.38-.928t-.928-.38q-.529 0-.918.38q-.39.38-.39.928q0 .529.39.918t.918.39m12.61 7.723l-3.508-3.508q-1.161.935-2.578 1.456T12 21q-1.864 0-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3 13.864 3 12q0-1.608.521-3.024q.521-1.417 1.456-2.578l-3.09-3.09l.713-.714l19.223 19.223zm-1.485-5.742L7.212 4.374q1.313-.858 2.985-1.203t3.417-.03q-.072 1.03.246 1.882q.317.853.942 1.451t1.515.896t1.977.25q-.332 1.437.583 2.488q.915 1.053 2.112 1.218q.046 1.454-.296 2.892t-1.068 2.57"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.5 14.808q.548 0 .928-.39t.38-.918q0-.548-.38-.928t-.928-.38q-.529 0-.918.38q-.39.38-.39.928q0 .529.39.918t.918.39m12.61 7.723l-3.508-3.508q-1.161.935-2.578 1.456T12 21q-1.864 0-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3 13.864 3 12q0-1.608.521-3.024q.521-1.417 1.456-2.578l-3.09-3.09l.713-.714l19.223 19.223zm-1.485-5.742L7.212 4.374q1.313-.858 2.985-1.203t3.417-.03q-.072 1.03.246 1.882q.317.853.942 1.451t1.515.896t1.977.25q-.332 1.437.583 2.488q.915 1.053 2.112 1.218q.046 1.454-.296 2.892t-1.068 2.57"/></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%22currentColor%22%20d%3D%22M8.5%2014.808q.548%200%20.928-.39t.38-.918q0-.548-.38-.928t-.928-.38q-.529%200-.918.38q-.39.38-.39.928q0%20.529.39.918t.918.39m12.61%207.723l-3.508-3.508q-1.161.935-2.578%201.456T12%2021q-1.864%200-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3%2013.864%203%2012q0-1.608.521-3.024q.521-1.417%201.456-2.578l-3.09-3.09l.713-.714l19.223%2019.223zm-1.485-5.742L7.212%204.374q1.313-.858%202.985-1.203t3.417-.03q-.072%201.03.246%201.882q.317.853.942%201.451t1.515.896t1.977.25q-.332%201.437.583%202.488q.915%201.053%202.112%201.218q.046%201.454-.296%202.892t-1.068%202.57%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%22M8.5%2014.808q.548%200%20.928-.39t.38-.918q0-.548-.38-.928t-.928-.38q-.529%200-.918.38q-.39.38-.39.928q0%20.529.39.918t.918.39m12.61%207.723l-3.508-3.508q-1.161.935-2.578%201.456T12%2021q-1.864%200-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3%2013.864%203%2012q0-1.608.521-3.024q.521-1.417%201.456-2.578l-3.09-3.09l.713-.714l19.223%2019.223zm-1.485-5.742L7.212%204.374q1.313-.858%202.985-1.203t3.417-.03q-.072%201.03.246%201.882q.317.853.942%201.451t1.515.896t1.977.25q-.332%201.437.583%202.488q.915%201.053%202.112%201.218q.046%201.454-.296%202.892t-1.068%202.57%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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