cookie settings icon
cookie-settings-outline from Material Design Icons by Pictogrammers · Outline · Food / Drink · Apache-2.0 Free for personal and commercial use.
- Name
- cookie-settings-outline
- Set
- Material Design Icons
- Style
- Outline
- Category
- Food / Drink
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- biscuit-crumbs-outline, biscuit-settings-outline, cookie-crumbs-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 settings icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 11.5c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5s1.5.67 1.5 1.5m-2-5c0-.83-.67-1.5-1.5-1.5S8 5.67 8 6.5S8.67 8 9.5 8S11 7.33 11 6.5M21 11a9 9 0 1 1-9-9s1 0 1 1v2h1s1 0 1 1v1h2s1 0 1 1v1h2s.6 0 .87.5c.09.5.13 1 .13 1.5m-2 0h-1.5c-.83 0-1.5-.67-1.5-1.5V9h-1.5c-.83 0-1.5-.67-1.5-1.5V7h-.5c-.83 0-1.5-.67-1.5-1.5V4.07C7.91 4.5 5.47 7 5.07 10.08A1.494 1.494 0 0 1 8 10.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 15c.83 0 1.5.67 1.5 1.5c0 .72-.5 1.32-1.18 1.46C15.5 18.36 19 15.08 19 11m-2.5 1c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5s1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5M7 24h2v-2H7zm8 0h2v-2h-2zm-4 0h2v-2h-2z"/></svg>
React
import type { SVGProps } from "react";
export function MdiCookieSettingsOutline(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="M13 11.5c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5s1.5.67 1.5 1.5m-2-5c0-.83-.67-1.5-1.5-1.5S8 5.67 8 6.5S8.67 8 9.5 8S11 7.33 11 6.5M21 11a9 9 0 1 1-9-9s1 0 1 1v2h1s1 0 1 1v1h2s1 0 1 1v1h2s.6 0 .87.5c.09.5.13 1 .13 1.5m-2 0h-1.5c-.83 0-1.5-.67-1.5-1.5V9h-1.5c-.83 0-1.5-.67-1.5-1.5V7h-.5c-.83 0-1.5-.67-1.5-1.5V4.07C7.91 4.5 5.47 7 5.07 10.08A1.494 1.494 0 0 1 8 10.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 15c.83 0 1.5.67 1.5 1.5c0 .72-.5 1.32-1.18 1.46C15.5 18.36 19 15.08 19 11m-2.5 1c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5s1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5M7 24h2v-2H7zm8 0h2v-2h-2zm-4 0h2v-2h-2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 11.5c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5s1.5.67 1.5 1.5m-2-5c0-.83-.67-1.5-1.5-1.5S8 5.67 8 6.5S8.67 8 9.5 8S11 7.33 11 6.5M21 11a9 9 0 1 1-9-9s1 0 1 1v2h1s1 0 1 1v1h2s1 0 1 1v1h2s.6 0 .87.5c.09.5.13 1 .13 1.5m-2 0h-1.5c-.83 0-1.5-.67-1.5-1.5V9h-1.5c-.83 0-1.5-.67-1.5-1.5V7h-.5c-.83 0-1.5-.67-1.5-1.5V4.07C7.91 4.5 5.47 7 5.07 10.08A1.494 1.494 0 0 1 8 10.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 15c.83 0 1.5.67 1.5 1.5c0 .72-.5 1.32-1.18 1.46C15.5 18.36 19 15.08 19 11m-2.5 1c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5s1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5M7 24h2v-2H7zm8 0h2v-2h-2zm-4 0h2v-2h-2z"/></svg> </template>
CSS
.icon-cookie-settings-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%22M13%2011.5c0%20.83-.67%201.5-1.5%201.5s-1.5-.67-1.5-1.5s.67-1.5%201.5-1.5s1.5.67%201.5%201.5m-2-5c0-.83-.67-1.5-1.5-1.5S8%205.67%208%206.5S8.67%208%209.5%208S11%207.33%2011%206.5M21%2011a9%209%200%201%201-9-9s1%200%201%201v2h1s1%200%201%201v1h2s1%200%201%201v1h2s.6%200%20.87.5c.09.5.13%201%20.13%201.5m-2%200h-1.5c-.83%200-1.5-.67-1.5-1.5V9h-1.5c-.83%200-1.5-.67-1.5-1.5V7h-.5c-.83%200-1.5-.67-1.5-1.5V4.07C7.91%204.5%205.47%207%205.07%2010.08A1.494%201.494%200%200%201%208%2010.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%2015c.83%200%201.5.67%201.5%201.5c0%20.72-.5%201.32-1.18%201.46C15.5%2018.36%2019%2015.08%2019%2011m-2.5%201c-.83%200-1.5.67-1.5%201.5s.67%201.5%201.5%201.5s1.5-.67%201.5-1.5s-.67-1.5-1.5-1.5M7%2024h2v-2H7zm8%200h2v-2h-2zm-4%200h2v-2h-2z%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%22M13%2011.5c0%20.83-.67%201.5-1.5%201.5s-1.5-.67-1.5-1.5s.67-1.5%201.5-1.5s1.5.67%201.5%201.5m-2-5c0-.83-.67-1.5-1.5-1.5S8%205.67%208%206.5S8.67%208%209.5%208S11%207.33%2011%206.5M21%2011a9%209%200%201%201-9-9s1%200%201%201v2h1s1%200%201%201v1h2s1%200%201%201v1h2s.6%200%20.87.5c.09.5.13%201%20.13%201.5m-2%200h-1.5c-.83%200-1.5-.67-1.5-1.5V9h-1.5c-.83%200-1.5-.67-1.5-1.5V7h-.5c-.83%200-1.5-.67-1.5-1.5V4.07C7.91%204.5%205.47%207%205.07%2010.08A1.494%201.494%200%200%201%208%2010.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%2015c.83%200%201.5.67%201.5%201.5c0%20.72-.5%201.32-1.18%201.46C15.5%2018.36%2019%2015.08%2019%2011m-2.5%201c-.83%200-1.5.67-1.5%201.5s.67%201.5%201.5%201.5s1.5-.67%201.5-1.5s-.67-1.5-1.5-1.5M7%2024h2v-2H7zm8%200h2v-2h-2zm-4%200h2v-2h-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/cookie-settings-outline.svg?color=%231a73e8&size=48