cookie off icon
cookie-off-outline from Material Design Icons by Pictogrammers · Outline · Food / Drink · Apache-2.0 Free for personal and commercial use.
- Name
- cookie-off-outline
- Set
- Material Design Icons
- Style
- Outline
- Category
- Food / Drink
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- biscuit-off-outline
1 other variant in Material Design Icons
The same icon in other sets
More food / drink icons from Material Design 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="currentColor" d="M8.93 5.73L7.45 4.25A8.9 8.9 0 0 1 12 3s1 0 1 1v2h1s1 0 1 1v1h2s1 0 1 1v1h2s.6 0 .87.5a8.9 8.9 0 0 1-1.12 6.05l-1.47-1.47c.46-.93.72-1.97.72-3.08h-1.5c-.83 0-1.5-.67-1.5-1.5V10h-1.5c-.83 0-1.5-.67-1.5-1.5V8h-.5c-.83 0-1.5-.67-1.5-1.5V5.07c-.74.11-1.43.34-2.07.66m.32.32l1.7 1.7c.02-.08.05-.16.05-.25c0-.83-.67-1.5-1.5-1.5c-.09 0-.17.03-.25.05m7 7l1.7 1.7c.02-.08.05-.16.05-.25c0-.83-.67-1.5-1.5-1.5c-.09 0-.17.03-.25.05m5.86 8.41l-1.27 1.27l-3.5-3.5A8.9 8.9 0 0 1 12 21a9 9 0 0 1-9-9c0-2 .66-3.85 1.77-5.34L1.11 3l1.28-1.27zm-6.21-3.67L12 13.9c-.15.06-.32.1-.5.1c-.83 0-1.5-.67-1.5-1.5c0-.18.04-.35.1-.5L6.21 8.1c-.59.9-1 1.9-1.14 2.98A1.494 1.494 0 0 1 8 11.5c0 .83-.67 1.5-1.5 1.5c-.79 0-1.43-.61-1.5-1.38c0 .49 0 .99.09 1.5c.41 2.69 2.45 4.92 5.07 5.62A1.498 1.498 0 0 1 11 16c.83 0 1.5.67 1.5 1.5c0 .72-.5 1.32-1.18 1.46c1.71.16 3.29-.3 4.58-1.17"/></svg>
React
import type { SVGProps } from "react";
export function MdiCookieOffOutline(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.93 5.73L7.45 4.25A8.9 8.9 0 0 1 12 3s1 0 1 1v2h1s1 0 1 1v1h2s1 0 1 1v1h2s.6 0 .87.5a8.9 8.9 0 0 1-1.12 6.05l-1.47-1.47c.46-.93.72-1.97.72-3.08h-1.5c-.83 0-1.5-.67-1.5-1.5V10h-1.5c-.83 0-1.5-.67-1.5-1.5V8h-.5c-.83 0-1.5-.67-1.5-1.5V5.07c-.74.11-1.43.34-2.07.66m.32.32l1.7 1.7c.02-.08.05-.16.05-.25c0-.83-.67-1.5-1.5-1.5c-.09 0-.17.03-.25.05m7 7l1.7 1.7c.02-.08.05-.16.05-.25c0-.83-.67-1.5-1.5-1.5c-.09 0-.17.03-.25.05m5.86 8.41l-1.27 1.27l-3.5-3.5A8.9 8.9 0 0 1 12 21a9 9 0 0 1-9-9c0-2 .66-3.85 1.77-5.34L1.11 3l1.28-1.27zm-6.21-3.67L12 13.9c-.15.06-.32.1-.5.1c-.83 0-1.5-.67-1.5-1.5c0-.18.04-.35.1-.5L6.21 8.1c-.59.9-1 1.9-1.14 2.98A1.494 1.494 0 0 1 8 11.5c0 .83-.67 1.5-1.5 1.5c-.79 0-1.43-.61-1.5-1.38c0 .49 0 .99.09 1.5c.41 2.69 2.45 4.92 5.07 5.62A1.498 1.498 0 0 1 11 16c.83 0 1.5.67 1.5 1.5c0 .72-.5 1.32-1.18 1.46c1.71.16 3.29-.3 4.58-1.17"/></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.93 5.73L7.45 4.25A8.9 8.9 0 0 1 12 3s1 0 1 1v2h1s1 0 1 1v1h2s1 0 1 1v1h2s.6 0 .87.5a8.9 8.9 0 0 1-1.12 6.05l-1.47-1.47c.46-.93.72-1.97.72-3.08h-1.5c-.83 0-1.5-.67-1.5-1.5V10h-1.5c-.83 0-1.5-.67-1.5-1.5V8h-.5c-.83 0-1.5-.67-1.5-1.5V5.07c-.74.11-1.43.34-2.07.66m.32.32l1.7 1.7c.02-.08.05-.16.05-.25c0-.83-.67-1.5-1.5-1.5c-.09 0-.17.03-.25.05m7 7l1.7 1.7c.02-.08.05-.16.05-.25c0-.83-.67-1.5-1.5-1.5c-.09 0-.17.03-.25.05m5.86 8.41l-1.27 1.27l-3.5-3.5A8.9 8.9 0 0 1 12 21a9 9 0 0 1-9-9c0-2 .66-3.85 1.77-5.34L1.11 3l1.28-1.27zm-6.21-3.67L12 13.9c-.15.06-.32.1-.5.1c-.83 0-1.5-.67-1.5-1.5c0-.18.04-.35.1-.5L6.21 8.1c-.59.9-1 1.9-1.14 2.98A1.494 1.494 0 0 1 8 11.5c0 .83-.67 1.5-1.5 1.5c-.79 0-1.43-.61-1.5-1.38c0 .49 0 .99.09 1.5c.41 2.69 2.45 4.92 5.07 5.62A1.498 1.498 0 0 1 11 16c.83 0 1.5.67 1.5 1.5c0 .72-.5 1.32-1.18 1.46c1.71.16 3.29-.3 4.58-1.17"/></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%22M8.93%205.73L7.45%204.25A8.9%208.9%200%200%201%2012%203s1%200%201%201v2h1s1%200%201%201v1h2s1%200%201%201v1h2s.6%200%20.87.5a8.9%208.9%200%200%201-1.12%206.05l-1.47-1.47c.46-.93.72-1.97.72-3.08h-1.5c-.83%200-1.5-.67-1.5-1.5V10h-1.5c-.83%200-1.5-.67-1.5-1.5V8h-.5c-.83%200-1.5-.67-1.5-1.5V5.07c-.74.11-1.43.34-2.07.66m.32.32l1.7%201.7c.02-.08.05-.16.05-.25c0-.83-.67-1.5-1.5-1.5c-.09%200-.17.03-.25.05m7%207l1.7%201.7c.02-.08.05-.16.05-.25c0-.83-.67-1.5-1.5-1.5c-.09%200-.17.03-.25.05m5.86%208.41l-1.27%201.27l-3.5-3.5A8.9%208.9%200%200%201%2012%2021a9%209%200%200%201-9-9c0-2%20.66-3.85%201.77-5.34L1.11%203l1.28-1.27zm-6.21-3.67L12%2013.9c-.15.06-.32.1-.5.1c-.83%200-1.5-.67-1.5-1.5c0-.18.04-.35.1-.5L6.21%208.1c-.59.9-1%201.9-1.14%202.98A1.494%201.494%200%200%201%208%2011.5c0%20.83-.67%201.5-1.5%201.5c-.79%200-1.43-.61-1.5-1.38c0%20.49%200%20.99.09%201.5c.41%202.69%202.45%204.92%205.07%205.62A1.498%201.498%200%200%201%2011%2016c.83%200%201.5.67%201.5%201.5c0%20.72-.5%201.32-1.18%201.46c1.71.16%203.29-.3%204.58-1.17%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.93%205.73L7.45%204.25A8.9%208.9%200%200%201%2012%203s1%200%201%201v2h1s1%200%201%201v1h2s1%200%201%201v1h2s.6%200%20.87.5a8.9%208.9%200%200%201-1.12%206.05l-1.47-1.47c.46-.93.72-1.97.72-3.08h-1.5c-.83%200-1.5-.67-1.5-1.5V10h-1.5c-.83%200-1.5-.67-1.5-1.5V8h-.5c-.83%200-1.5-.67-1.5-1.5V5.07c-.74.11-1.43.34-2.07.66m.32.32l1.7%201.7c.02-.08.05-.16.05-.25c0-.83-.67-1.5-1.5-1.5c-.09%200-.17.03-.25.05m7%207l1.7%201.7c.02-.08.05-.16.05-.25c0-.83-.67-1.5-1.5-1.5c-.09%200-.17.03-.25.05m5.86%208.41l-1.27%201.27l-3.5-3.5A8.9%208.9%200%200%201%2012%2021a9%209%200%200%201-9-9c0-2%20.66-3.85%201.77-5.34L1.11%203l1.28-1.27zm-6.21-3.67L12%2013.9c-.15.06-.32.1-.5.1c-.83%200-1.5-.67-1.5-1.5c0-.18.04-.35.1-.5L6.21%208.1c-.59.9-1%201.9-1.14%202.98A1.494%201.494%200%200%201%208%2011.5c0%20.83-.67%201.5-1.5%201.5c-.79%200-1.43-.61-1.5-1.38c0%20.49%200%20.99.09%201.5c.41%202.69%202.45%204.92%205.07%205.62A1.498%201.498%200%200%201%2011%2016c.83%200%201.5.67%201.5%201.5c0%20.72-.5%201.32-1.18%201.46c1.71.16%203.29-.3%204.58-1.17%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/cookie-off-outline.svg?color=%231a73e8&size=48