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

Name
cookie-off-outline
Set
Material Symbols Light
Style
Outline
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
cookie-off-outline-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="m19.625 16.789l-.738-.739q.507-.833.763-1.855t.33-2.087q-1.21-.492-1.923-1.366q-.713-.873-.847-2.125q-1.887-.16-3.166-1.4t-1.411-3.184q-1.302-.108-2.49.173t-2.199.902l-.732-.733q1.313-.858 2.985-1.203t3.417-.03q-.072 1.03.245 1.882q.318.853.943 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.57M8.5 14.808q-.529 0-.918-.39t-.39-.918q0-.548.39-.928t.918-.38q.548 0 .928.38t.38.928q0 .529-.38.918q-.38.39-.928.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.223zM12 20q1.394 0 2.628-.454t2.249-1.248L5.702 7.123q-.794 1.016-1.248 2.249T4 12q0 3.325 2.338 5.663T12 20m1.975-10.025"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightCookieOffOutline(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="m19.625 16.789l-.738-.739q.507-.833.763-1.855t.33-2.087q-1.21-.492-1.923-1.366q-.713-.873-.847-2.125q-1.887-.16-3.166-1.4t-1.411-3.184q-1.302-.108-2.49.173t-2.199.902l-.732-.733q1.313-.858 2.985-1.203t3.417-.03q-.072 1.03.245 1.882q.318.853.943 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.57M8.5 14.808q-.529 0-.918-.39t-.39-.918q0-.548.39-.928t.918-.38q.548 0 .928.38t.38.928q0 .529-.38.918q-.38.39-.928.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.223zM12 20q1.394 0 2.628-.454t2.249-1.248L5.702 7.123q-.794 1.016-1.248 2.249T4 12q0 3.325 2.338 5.663T12 20m1.975-10.025"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.625 16.789l-.738-.739q.507-.833.763-1.855t.33-2.087q-1.21-.492-1.923-1.366q-.713-.873-.847-2.125q-1.887-.16-3.166-1.4t-1.411-3.184q-1.302-.108-2.49.173t-2.199.902l-.732-.733q1.313-.858 2.985-1.203t3.417-.03q-.072 1.03.245 1.882q.318.853.943 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.57M8.5 14.808q-.529 0-.918-.39t-.39-.918q0-.548.39-.928t.918-.38q.548 0 .928.38t.38.928q0 .529-.38.918q-.38.39-.928.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.223zM12 20q1.394 0 2.628-.454t2.249-1.248L5.702 7.123q-.794 1.016-1.248 2.249T4 12q0 3.325 2.338 5.663T12 20m1.975-10.025"/></svg>
</template>

CSS

.icon-cookie-off-outline {
  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%22m19.625%2016.789l-.738-.739q.507-.833.763-1.855t.33-2.087q-1.21-.492-1.923-1.366q-.713-.873-.847-2.125q-1.887-.16-3.166-1.4t-1.411-3.184q-1.302-.108-2.49.173t-2.199.902l-.732-.733q1.313-.858%202.985-1.203t3.417-.03q-.072%201.03.245%201.882q.318.853.943%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.57M8.5%2014.808q-.529%200-.918-.39t-.39-.918q0-.548.39-.928t.918-.38q.548%200%20.928.38t.38.928q0%20.529-.38.918q-.38.39-.928.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.223zM12%2020q1.394%200%202.628-.454t2.249-1.248L5.702%207.123q-.794%201.016-1.248%202.249T4%2012q0%203.325%202.338%205.663T12%2020m1.975-10.025%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%22m19.625%2016.789l-.738-.739q.507-.833.763-1.855t.33-2.087q-1.21-.492-1.923-1.366q-.713-.873-.847-2.125q-1.887-.16-3.166-1.4t-1.411-3.184q-1.302-.108-2.49.173t-2.199.902l-.732-.733q1.313-.858%202.985-1.203t3.417-.03q-.072%201.03.245%201.882q.318.853.943%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.57M8.5%2014.808q-.529%200-.918-.39t-.39-.918q0-.548.39-.928t.918-.38q.548%200%20.928.38t.38.928q0%20.529-.38.918q-.38.39-.928.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.223zM12%2020q1.394%200%202.628-.454t2.249-1.248L5.702%207.123q-.794%201.016-1.248%202.249T4%2012q0%203.325%202.338%205.663T12%2020m1.975-10.025%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-outline.svg?color=%231a73e8&size=48