cauldron icon
cauldron from Lucide Lab by Lucide Contributors · Outline · ISC Free for personal and commercial use.
- Name
- cauldron
- Set
- Lucide Lab
- Style
- Outline
- Viewbox
- 24×24
- License
- ISC
Use the cauldron 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"><circle cx="8" cy="3.5" r=".5"/><circle cx="14" cy="6" r="2"/><path d="M19 2h.01M22 8H2m5 4V8m4 2V8M4.4 8C2.9 9.5 2 11.4 2 13.5C2 18.2 6.5 22 12 22s10-3.8 10-8.5c0-2.1-.9-4-2.4-5.5M5 20l-1 2m15-2l1 2"/></g></svg>
React
import type { SVGProps } from "react";
export function LucideLabCauldron(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"><circle cx="8" cy="3.5" r=".5"/><circle cx="14" cy="6" r="2"/><path d="M19 2h.01M22 8H2m5 4V8m4 2V8M4.4 8C2.9 9.5 2 11.4 2 13.5C2 18.2 6.5 22 12 22s10-3.8 10-8.5c0-2.1-.9-4-2.4-5.5M5 20l-1 2m15-2l1 2"/></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"><circle cx="8" cy="3.5" r=".5"/><circle cx="14" cy="6" r="2"/><path d="M19 2h.01M22 8H2m5 4V8m4 2V8M4.4 8C2.9 9.5 2 11.4 2 13.5C2 18.2 6.5 22 12 22s10-3.8 10-8.5c0-2.1-.9-4-2.4-5.5M5 20l-1 2m15-2l1 2"/></g></svg> </template>
CSS
.icon-cauldron {
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%3Ccircle%20cx%3D%228%22%20cy%3D%223.5%22%20r%3D%22.5%22%2F%3E%3Ccircle%20cx%3D%2214%22%20cy%3D%226%22%20r%3D%222%22%2F%3E%3Cpath%20d%3D%22M19%202h.01M22%208H2m5%204V8m4%202V8M4.4%208C2.9%209.5%202%2011.4%202%2013.5C2%2018.2%206.5%2022%2012%2022s10-3.8%2010-8.5c0-2.1-.9-4-2.4-5.5M5%2020l-1%202m15-2l1%202%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%3Ccircle%20cx%3D%228%22%20cy%3D%223.5%22%20r%3D%22.5%22%2F%3E%3Ccircle%20cx%3D%2214%22%20cy%3D%226%22%20r%3D%222%22%2F%3E%3Cpath%20d%3D%22M19%202h.01M22%208H2m5%204V8m4%202V8M4.4%208C2.9%209.5%202%2011.4%202%2013.5C2%2018.2%206.5%2022%2012%2022s10-3.8%2010-8.5c0-2.1-.9-4-2.4-5.5M5%2020l-1%202m15-2l1%202%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/cauldron.svg?color=%231a73e8&size=48