cookie alert icon
cookie-alert-outline from Material Design Icons by Pictogrammers · Outline · Alert / Error · Apache-2.0 Free for personal and commercial use.
- Name
- cookie-alert-outline
- Set
- Material Design Icons
- Style
- Outline
- Category
- Alert / Error
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- biscuit-alert-outline
1 other variant in Material Design Icons
More alert / error icons from Material Design Icons
airplane-alertalertalert-boxalert-circlealert-circle-checkalert-decagramalert-minusalert-octagonalert-octagramalert-plusalert-removealert-rhombusarchive-alertbattery-alertbattery-alert-bluetoothbattery-alert-variantbattery-charging-wireless-alertbeaker-alertbell-alertbook-alertboom-gate-alertbus-alertcalendar-alertcar-brake-alert
Use the cookie alert icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 14.5c0 .8-.7 1.5-1.5 1.5s-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5s1.5.7 1.5 1.5m2.9-4c.1.5.1 1 .1 1.5c0 5-4 9-9 9s-9-4-9-9s4-9 9-9c0 0 1 0 1 1v2h1s1 0 1 1v1h2s1 0 1 1v1h2s.6 0 .9.5M17 12h-1.5c-.8 0-1.5-.7-1.5-1.5V10h-1.5c-.8 0-1.5-.7-1.5-1.5V8h-.5C9.7 8 9 7.3 9 6.5V5.1c-3.1.4-5.5 2.9-5.9 6c.1-.6.7-1.1 1.4-1.1c.8 0 1.5.7 1.5 1.5S5.3 13 4.5 13s-1.4-.6-1.5-1.4c0 .5 0 1 .1 1.5c.4 2.7 2.5 4.9 5.1 5.6c-.4-.3-.7-.7-.7-1.2c0-.8.7-1.5 1.5-1.5s1.5.7 1.5 1.5c0 .7-.5 1.3-1.2 1.5c4.2.4 7.7-2.9 7.7-7m-7.5-1c-.8 0-1.5.7-1.5 1.5S8.7 14 9.5 14s1.5-.7 1.5-1.5s-.7-1.5-1.5-1.5M9 7.5C9 6.7 8.3 6 7.5 6S6 6.7 6 7.5S6.7 9 7.5 9S9 8.3 9 7.5M21 17h2v-2h-2zm0-10v6h2V7z"/></svg>
React
import type { SVGProps } from "react";
export function MdiCookieAlertOutline(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="M16 14.5c0 .8-.7 1.5-1.5 1.5s-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5s1.5.7 1.5 1.5m2.9-4c.1.5.1 1 .1 1.5c0 5-4 9-9 9s-9-4-9-9s4-9 9-9c0 0 1 0 1 1v2h1s1 0 1 1v1h2s1 0 1 1v1h2s.6 0 .9.5M17 12h-1.5c-.8 0-1.5-.7-1.5-1.5V10h-1.5c-.8 0-1.5-.7-1.5-1.5V8h-.5C9.7 8 9 7.3 9 6.5V5.1c-3.1.4-5.5 2.9-5.9 6c.1-.6.7-1.1 1.4-1.1c.8 0 1.5.7 1.5 1.5S5.3 13 4.5 13s-1.4-.6-1.5-1.4c0 .5 0 1 .1 1.5c.4 2.7 2.5 4.9 5.1 5.6c-.4-.3-.7-.7-.7-1.2c0-.8.7-1.5 1.5-1.5s1.5.7 1.5 1.5c0 .7-.5 1.3-1.2 1.5c4.2.4 7.7-2.9 7.7-7m-7.5-1c-.8 0-1.5.7-1.5 1.5S8.7 14 9.5 14s1.5-.7 1.5-1.5s-.7-1.5-1.5-1.5M9 7.5C9 6.7 8.3 6 7.5 6S6 6.7 6 7.5S6.7 9 7.5 9S9 8.3 9 7.5M21 17h2v-2h-2zm0-10v6h2V7z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 14.5c0 .8-.7 1.5-1.5 1.5s-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5s1.5.7 1.5 1.5m2.9-4c.1.5.1 1 .1 1.5c0 5-4 9-9 9s-9-4-9-9s4-9 9-9c0 0 1 0 1 1v2h1s1 0 1 1v1h2s1 0 1 1v1h2s.6 0 .9.5M17 12h-1.5c-.8 0-1.5-.7-1.5-1.5V10h-1.5c-.8 0-1.5-.7-1.5-1.5V8h-.5C9.7 8 9 7.3 9 6.5V5.1c-3.1.4-5.5 2.9-5.9 6c.1-.6.7-1.1 1.4-1.1c.8 0 1.5.7 1.5 1.5S5.3 13 4.5 13s-1.4-.6-1.5-1.4c0 .5 0 1 .1 1.5c.4 2.7 2.5 4.9 5.1 5.6c-.4-.3-.7-.7-.7-1.2c0-.8.7-1.5 1.5-1.5s1.5.7 1.5 1.5c0 .7-.5 1.3-1.2 1.5c4.2.4 7.7-2.9 7.7-7m-7.5-1c-.8 0-1.5.7-1.5 1.5S8.7 14 9.5 14s1.5-.7 1.5-1.5s-.7-1.5-1.5-1.5M9 7.5C9 6.7 8.3 6 7.5 6S6 6.7 6 7.5S6.7 9 7.5 9S9 8.3 9 7.5M21 17h2v-2h-2zm0-10v6h2V7z"/></svg> </template>
CSS
.icon-cookie-alert-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%22M16%2014.5c0%20.8-.7%201.5-1.5%201.5s-1.5-.7-1.5-1.5s.7-1.5%201.5-1.5s1.5.7%201.5%201.5m2.9-4c.1.5.1%201%20.1%201.5c0%205-4%209-9%209s-9-4-9-9s4-9%209-9c0%200%201%200%201%201v2h1s1%200%201%201v1h2s1%200%201%201v1h2s.6%200%20.9.5M17%2012h-1.5c-.8%200-1.5-.7-1.5-1.5V10h-1.5c-.8%200-1.5-.7-1.5-1.5V8h-.5C9.7%208%209%207.3%209%206.5V5.1c-3.1.4-5.5%202.9-5.9%206c.1-.6.7-1.1%201.4-1.1c.8%200%201.5.7%201.5%201.5S5.3%2013%204.5%2013s-1.4-.6-1.5-1.4c0%20.5%200%201%20.1%201.5c.4%202.7%202.5%204.9%205.1%205.6c-.4-.3-.7-.7-.7-1.2c0-.8.7-1.5%201.5-1.5s1.5.7%201.5%201.5c0%20.7-.5%201.3-1.2%201.5c4.2.4%207.7-2.9%207.7-7m-7.5-1c-.8%200-1.5.7-1.5%201.5S8.7%2014%209.5%2014s1.5-.7%201.5-1.5s-.7-1.5-1.5-1.5M9%207.5C9%206.7%208.3%206%207.5%206S6%206.7%206%207.5S6.7%209%207.5%209S9%208.3%209%207.5M21%2017h2v-2h-2zm0-10v6h2V7z%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%22M16%2014.5c0%20.8-.7%201.5-1.5%201.5s-1.5-.7-1.5-1.5s.7-1.5%201.5-1.5s1.5.7%201.5%201.5m2.9-4c.1.5.1%201%20.1%201.5c0%205-4%209-9%209s-9-4-9-9s4-9%209-9c0%200%201%200%201%201v2h1s1%200%201%201v1h2s1%200%201%201v1h2s.6%200%20.9.5M17%2012h-1.5c-.8%200-1.5-.7-1.5-1.5V10h-1.5c-.8%200-1.5-.7-1.5-1.5V8h-.5C9.7%208%209%207.3%209%206.5V5.1c-3.1.4-5.5%202.9-5.9%206c.1-.6.7-1.1%201.4-1.1c.8%200%201.5.7%201.5%201.5S5.3%2013%204.5%2013s-1.4-.6-1.5-1.4c0%20.5%200%201%20.1%201.5c.4%202.7%202.5%204.9%205.1%205.6c-.4-.3-.7-.7-.7-1.2c0-.8.7-1.5%201.5-1.5s1.5.7%201.5%201.5c0%20.7-.5%201.3-1.2%201.5c4.2.4%207.7-2.9%207.7-7m-7.5-1c-.8%200-1.5.7-1.5%201.5S8.7%2014%209.5%2014s1.5-.7%201.5-1.5s-.7-1.5-1.5-1.5M9%207.5C9%206.7%208.3%206%207.5%206S6%206.7%206%207.5S6.7%209%207.5%209S9%208.3%209%207.5M21%2017h2v-2h-2zm0-10v6h2V7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/cookie-alert-outline.svg?color=%231a73e8&size=48