pancakes icon
pancakes from Lucide Lab by Lucide Contributors · Outline · ISC Free for personal and commercial use.
- Name
- pancakes
- Set
- Lucide Lab
- Style
- Outline
- Viewbox
- 24×24
- License
- ISC
The same icon in other sets
Use the pancakes icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M16 11.6c3.5-.8 6-2.5 6-4.6c0-2.8-4.5-5-10-5S2 4.2 2 7c0 2.5 3.7 4.6 8.4 5"/><path d="M3.3 9.5C2.5 10.2 2 11.1 2 12c0 2.8 4.5 5 10 5h.3m3.6-.4c3.6-.8 6.1-2.5 6.1-4.6c0-.9-.5-1.8-1.3-2.5"/><path d="M3.3 14.5C2.5 15.2 2 16.1 2 17c0 2.8 4.5 5 10 5s10-2.2 10-5c0-.9-.5-1.8-1.3-2.5"/><path d="M16 16a2 2 0 0 1-4 0v-2c0-1.1-.9-2-2-2.2c-1.8-.5-3-1.6-3-2.8c0-1.7 2.2-3 5-3s5 1.3 5 3c0 .4-.1.7-.3 1.1c-.3.5-.7 1.2-.7 1.7Z"/></g></svg>
React
import type { SVGProps } from "react";
export function LucideLabPancakes(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="M16 11.6c3.5-.8 6-2.5 6-4.6c0-2.8-4.5-5-10-5S2 4.2 2 7c0 2.5 3.7 4.6 8.4 5"/><path d="M3.3 9.5C2.5 10.2 2 11.1 2 12c0 2.8 4.5 5 10 5h.3m3.6-.4c3.6-.8 6.1-2.5 6.1-4.6c0-.9-.5-1.8-1.3-2.5"/><path d="M3.3 14.5C2.5 15.2 2 16.1 2 17c0 2.8 4.5 5 10 5s10-2.2 10-5c0-.9-.5-1.8-1.3-2.5"/><path d="M16 16a2 2 0 0 1-4 0v-2c0-1.1-.9-2-2-2.2c-1.8-.5-3-1.6-3-2.8c0-1.7 2.2-3 5-3s5 1.3 5 3c0 .4-.1.7-.3 1.1c-.3.5-.7 1.2-.7 1.7Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M16 11.6c3.5-.8 6-2.5 6-4.6c0-2.8-4.5-5-10-5S2 4.2 2 7c0 2.5 3.7 4.6 8.4 5"/><path d="M3.3 9.5C2.5 10.2 2 11.1 2 12c0 2.8 4.5 5 10 5h.3m3.6-.4c3.6-.8 6.1-2.5 6.1-4.6c0-.9-.5-1.8-1.3-2.5"/><path d="M3.3 14.5C2.5 15.2 2 16.1 2 17c0 2.8 4.5 5 10 5s10-2.2 10-5c0-.9-.5-1.8-1.3-2.5"/><path d="M16 16a2 2 0 0 1-4 0v-2c0-1.1-.9-2-2-2.2c-1.8-.5-3-1.6-3-2.8c0-1.7 2.2-3 5-3s5 1.3 5 3c0 .4-.1.7-.3 1.1c-.3.5-.7 1.2-.7 1.7Z"/></g></svg> </template>
CSS
.icon-pancakes {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M16%2011.6c3.5-.8%206-2.5%206-4.6c0-2.8-4.5-5-10-5S2%204.2%202%207c0%202.5%203.7%204.6%208.4%205%22%2F%3E%3Cpath%20d%3D%22M3.3%209.5C2.5%2010.2%202%2011.1%202%2012c0%202.8%204.5%205%2010%205h.3m3.6-.4c3.6-.8%206.1-2.5%206.1-4.6c0-.9-.5-1.8-1.3-2.5%22%2F%3E%3Cpath%20d%3D%22M3.3%2014.5C2.5%2015.2%202%2016.1%202%2017c0%202.8%204.5%205%2010%205s10-2.2%2010-5c0-.9-.5-1.8-1.3-2.5%22%2F%3E%3Cpath%20d%3D%22M16%2016a2%202%200%200%201-4%200v-2c0-1.1-.9-2-2-2.2c-1.8-.5-3-1.6-3-2.8c0-1.7%202.2-3%205-3s5%201.3%205%203c0%20.4-.1.7-.3%201.1c-.3.5-.7%201.2-.7%201.7Z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M16%2011.6c3.5-.8%206-2.5%206-4.6c0-2.8-4.5-5-10-5S2%204.2%202%207c0%202.5%203.7%204.6%208.4%205%22%2F%3E%3Cpath%20d%3D%22M3.3%209.5C2.5%2010.2%202%2011.1%202%2012c0%202.8%204.5%205%2010%205h.3m3.6-.4c3.6-.8%206.1-2.5%206.1-4.6c0-.9-.5-1.8-1.3-2.5%22%2F%3E%3Cpath%20d%3D%22M3.3%2014.5C2.5%2015.2%202%2016.1%202%2017c0%202.8%204.5%205%2010%205s10-2.2%2010-5c0-.9-.5-1.8-1.3-2.5%22%2F%3E%3Cpath%20d%3D%22M16%2016a2%202%200%200%201-4%200v-2c0-1.1-.9-2-2-2.2c-1.8-.5-3-1.6-3-2.8c0-1.7%202.2-3%205-3s5%201.3%205%203c0%20.4-.1.7-.3%201.1c-.3.5-.7%201.2-.7%201.7Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/lucide-lab/pancakes.svg?color=%231a73e8&size=48