cookie man icon
cookie-man-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.
- Name
- cookie-man-filled
- Set
- Tabler Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- MIT
1 other variant in Tabler Icons
The same icon in other sets
Related icons in Tabler Icons
Use the cookie man icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12.007 1l.238.005a6 6 0 0 1 5.405 3.974l.078.233a6 6 0 0 1-.182 4.08l-.093.21l.05-.002a2.94 2.94 0 0 1 2.638 1.511l.081.158a2.887 2.887 0 0 1-1.234 3.764l-.19.096L17 15.85v.963l1.166 1.166l.14.154a2.96 2.96 0 0 1-.17 4.002c-1.087 1.088-2.827 1.161-4.03.144l-.16-.146L12 20.185l-1.946 1.947a2.96 2.96 0 0 1-3.95.22l-.15-.128c-1.17-1.073-1.284-2.879-.234-4.12l.146-.158L7 16.812v-.962l-1.834-.84l-.181-.093a2.88 2.88 0 0 1-1.205-3.75a2.93 2.93 0 0 1 2.646-1.661l.13.003l-.03-.064a6.1 6.1 0 0 1-.503-1.968l-.017-.26V7a6 6 0 0 1 5.775-5.996L12.005 1zm.003 15H12a1 1 0 0 0 0 2h.01a1 1 0 0 0 0-2m0-3H12a1 1 0 0 0 0 2h.01a1 1 0 0 0 0-2m0-5H12a1 1 0 0 0 0 2h.01a1 1 0 0 0 0-2m-2-3H10a1 1 0 1 0 0 2h.01a1 1 0 0 0 0-2m4 0H14a1 1 0 0 0 0 2h.01a1 1 0 0 0 0-2"/></svg>
React
import type { SVGProps } from "react";
export function TablerCookieManFilled(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="m12.007 1l.238.005a6 6 0 0 1 5.405 3.974l.078.233a6 6 0 0 1-.182 4.08l-.093.21l.05-.002a2.94 2.94 0 0 1 2.638 1.511l.081.158a2.887 2.887 0 0 1-1.234 3.764l-.19.096L17 15.85v.963l1.166 1.166l.14.154a2.96 2.96 0 0 1-.17 4.002c-1.087 1.088-2.827 1.161-4.03.144l-.16-.146L12 20.185l-1.946 1.947a2.96 2.96 0 0 1-3.95.22l-.15-.128c-1.17-1.073-1.284-2.879-.234-4.12l.146-.158L7 16.812v-.962l-1.834-.84l-.181-.093a2.88 2.88 0 0 1-1.205-3.75a2.93 2.93 0 0 1 2.646-1.661l.13.003l-.03-.064a6.1 6.1 0 0 1-.503-1.968l-.017-.26V7a6 6 0 0 1 5.775-5.996L12.005 1zm.003 15H12a1 1 0 0 0 0 2h.01a1 1 0 0 0 0-2m0-3H12a1 1 0 0 0 0 2h.01a1 1 0 0 0 0-2m0-5H12a1 1 0 0 0 0 2h.01a1 1 0 0 0 0-2m-2-3H10a1 1 0 1 0 0 2h.01a1 1 0 0 0 0-2m4 0H14a1 1 0 0 0 0 2h.01a1 1 0 0 0 0-2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12.007 1l.238.005a6 6 0 0 1 5.405 3.974l.078.233a6 6 0 0 1-.182 4.08l-.093.21l.05-.002a2.94 2.94 0 0 1 2.638 1.511l.081.158a2.887 2.887 0 0 1-1.234 3.764l-.19.096L17 15.85v.963l1.166 1.166l.14.154a2.96 2.96 0 0 1-.17 4.002c-1.087 1.088-2.827 1.161-4.03.144l-.16-.146L12 20.185l-1.946 1.947a2.96 2.96 0 0 1-3.95.22l-.15-.128c-1.17-1.073-1.284-2.879-.234-4.12l.146-.158L7 16.812v-.962l-1.834-.84l-.181-.093a2.88 2.88 0 0 1-1.205-3.75a2.93 2.93 0 0 1 2.646-1.661l.13.003l-.03-.064a6.1 6.1 0 0 1-.503-1.968l-.017-.26V7a6 6 0 0 1 5.775-5.996L12.005 1zm.003 15H12a1 1 0 0 0 0 2h.01a1 1 0 0 0 0-2m0-3H12a1 1 0 0 0 0 2h.01a1 1 0 0 0 0-2m0-5H12a1 1 0 0 0 0 2h.01a1 1 0 0 0 0-2m-2-3H10a1 1 0 1 0 0 2h.01a1 1 0 0 0 0-2m4 0H14a1 1 0 0 0 0 2h.01a1 1 0 0 0 0-2"/></svg> </template>
CSS
.icon-cookie-man-filled {
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%22m12.007%201l.238.005a6%206%200%200%201%205.405%203.974l.078.233a6%206%200%200%201-.182%204.08l-.093.21l.05-.002a2.94%202.94%200%200%201%202.638%201.511l.081.158a2.887%202.887%200%200%201-1.234%203.764l-.19.096L17%2015.85v.963l1.166%201.166l.14.154a2.96%202.96%200%200%201-.17%204.002c-1.087%201.088-2.827%201.161-4.03.144l-.16-.146L12%2020.185l-1.946%201.947a2.96%202.96%200%200%201-3.95.22l-.15-.128c-1.17-1.073-1.284-2.879-.234-4.12l.146-.158L7%2016.812v-.962l-1.834-.84l-.181-.093a2.88%202.88%200%200%201-1.205-3.75a2.93%202.93%200%200%201%202.646-1.661l.13.003l-.03-.064a6.1%206.1%200%200%201-.503-1.968l-.017-.26V7a6%206%200%200%201%205.775-5.996L12.005%201zm.003%2015H12a1%201%200%200%200%200%202h.01a1%201%200%200%200%200-2m0-3H12a1%201%200%200%200%200%202h.01a1%201%200%200%200%200-2m0-5H12a1%201%200%200%200%200%202h.01a1%201%200%200%200%200-2m-2-3H10a1%201%200%201%200%200%202h.01a1%201%200%200%200%200-2m4%200H14a1%201%200%200%200%200%202h.01a1%201%200%200%200%200-2%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%22m12.007%201l.238.005a6%206%200%200%201%205.405%203.974l.078.233a6%206%200%200%201-.182%204.08l-.093.21l.05-.002a2.94%202.94%200%200%201%202.638%201.511l.081.158a2.887%202.887%200%200%201-1.234%203.764l-.19.096L17%2015.85v.963l1.166%201.166l.14.154a2.96%202.96%200%200%201-.17%204.002c-1.087%201.088-2.827%201.161-4.03.144l-.16-.146L12%2020.185l-1.946%201.947a2.96%202.96%200%200%201-3.95.22l-.15-.128c-1.17-1.073-1.284-2.879-.234-4.12l.146-.158L7%2016.812v-.962l-1.834-.84l-.181-.093a2.88%202.88%200%200%201-1.205-3.75a2.93%202.93%200%200%201%202.646-1.661l.13.003l-.03-.064a6.1%206.1%200%200%201-.503-1.968l-.017-.26V7a6%206%200%200%201%205.775-5.996L12.005%201zm.003%2015H12a1%201%200%200%200%200%202h.01a1%201%200%200%200%200-2m0-3H12a1%201%200%200%200%200%202h.01a1%201%200%200%200%200-2m0-5H12a1%201%200%200%200%200%202h.01a1%201%200%200%200%200-2m-2-3H10a1%201%200%201%200%200%202h.01a1%201%200%200%200%200-2m4%200H14a1%201%200%200%200%200%202h.01a1%201%200%200%200%200-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tabler/cookie-man-filled.svg?color=%231a73e8&size=48