firecrawl logo
firecrawl-color from LobeHub AI Icons by LobeHub · Color · MIT Free for personal and commercial use.
- Name
- firecrawl-color
- Set
- LobeHub AI Icons
- Style
- Color
- Viewbox
- 24×24
- License
- MIT
2 other variants in LobeHub AI Icons
Use the firecrawl logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#ff4d00" d="M18.183 7.67c-.939.278-1.647.905-2.166 1.586-.11.146-.343.036-.299-.143.993-4.058-.318-7.432-4.407-9.092a.272.272 0 00-.368.317C12.803 7.76 4.98 7.135 5.969 15.55a.17.17 0 01-.266.159c-.37-.265-.784-.817-1.068-1.205a.17.17 0 00-.302.054A8.631 8.631 0 004 16.9a8.43 8.43 0 003.843 7.07c.133.086.303-.038.258-.189a4.533 4.533 0 01-.133-2.041c.097-.637.32-1.244.694-1.797 1.283-1.914 3.854-3.763 3.443-6.273-.026-.16.162-.264.281-.155 1.812 1.645 2.17 3.858 1.873 5.844-.026.172.192.264.302.129.277-.345.615-.647.983-.875a.17.17 0 01.25.088c.204.592.508 1.148.796 1.704a4.528 4.528 0 01.307 3.375.17.17 0 00.257.192A8.43 8.43 0 0021 16.9a8.746 8.746 0 00-.524-2.98c-.718-1.982-2.54-3.47-2.08-6.053a.17.17 0 00-.213-.195z"/></svg>
React
import type { SVGProps } from "react";
export function LobehubFirecrawlColor(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#ff4d00" d="M18.183 7.67c-.939.278-1.647.905-2.166 1.586-.11.146-.343.036-.299-.143.993-4.058-.318-7.432-4.407-9.092a.272.272 0 00-.368.317C12.803 7.76 4.98 7.135 5.969 15.55a.17.17 0 01-.266.159c-.37-.265-.784-.817-1.068-1.205a.17.17 0 00-.302.054A8.631 8.631 0 004 16.9a8.43 8.43 0 003.843 7.07c.133.086.303-.038.258-.189a4.533 4.533 0 01-.133-2.041c.097-.637.32-1.244.694-1.797 1.283-1.914 3.854-3.763 3.443-6.273-.026-.16.162-.264.281-.155 1.812 1.645 2.17 3.858 1.873 5.844-.026.172.192.264.302.129.277-.345.615-.647.983-.875a.17.17 0 01.25.088c.204.592.508 1.148.796 1.704a4.528 4.528 0 01.307 3.375.17.17 0 00.257.192A8.43 8.43 0 0021 16.9a8.746 8.746 0 00-.524-2.98c-.718-1.982-2.54-3.47-2.08-6.053a.17.17 0 00-.213-.195z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#ff4d00" d="M18.183 7.67c-.939.278-1.647.905-2.166 1.586-.11.146-.343.036-.299-.143.993-4.058-.318-7.432-4.407-9.092a.272.272 0 00-.368.317C12.803 7.76 4.98 7.135 5.969 15.55a.17.17 0 01-.266.159c-.37-.265-.784-.817-1.068-1.205a.17.17 0 00-.302.054A8.631 8.631 0 004 16.9a8.43 8.43 0 003.843 7.07c.133.086.303-.038.258-.189a4.533 4.533 0 01-.133-2.041c.097-.637.32-1.244.694-1.797 1.283-1.914 3.854-3.763 3.443-6.273-.026-.16.162-.264.281-.155 1.812 1.645 2.17 3.858 1.873 5.844-.026.172.192.264.302.129.277-.345.615-.647.983-.875a.17.17 0 01.25.088c.204.592.508 1.148.796 1.704a4.528 4.528 0 01.307 3.375.17.17 0 00.257.192A8.43 8.43 0 0021 16.9a8.746 8.746 0 00-.524-2.98c-.718-1.982-2.54-3.47-2.08-6.053a.17.17 0 00-.213-.195z"/></svg> </template>
CSS
.icon-firecrawl-color {
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%22%23ff4d00%22%20d%3D%22M18.183%207.67c-.939.278-1.647.905-2.166%201.586-.11.146-.343.036-.299-.143.993-4.058-.318-7.432-4.407-9.092a.272.272%200%2000-.368.317C12.803%207.76%204.98%207.135%205.969%2015.55a.17.17%200%2001-.266.159c-.37-.265-.784-.817-1.068-1.205a.17.17%200%2000-.302.054A8.631%208.631%200%20004%2016.9a8.43%208.43%200%20003.843%207.07c.133.086.303-.038.258-.189a4.533%204.533%200%2001-.133-2.041c.097-.637.32-1.244.694-1.797%201.283-1.914%203.854-3.763%203.443-6.273-.026-.16.162-.264.281-.155%201.812%201.645%202.17%203.858%201.873%205.844-.026.172.192.264.302.129.277-.345.615-.647.983-.875a.17.17%200%2001.25.088c.204.592.508%201.148.796%201.704a4.528%204.528%200%2001.307%203.375.17.17%200%2000.257.192A8.43%208.43%200%200021%2016.9a8.746%208.746%200%2000-.524-2.98c-.718-1.982-2.54-3.47-2.08-6.053a.17.17%200%2000-.213-.195z%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%22%23ff4d00%22%20d%3D%22M18.183%207.67c-.939.278-1.647.905-2.166%201.586-.11.146-.343.036-.299-.143.993-4.058-.318-7.432-4.407-9.092a.272.272%200%2000-.368.317C12.803%207.76%204.98%207.135%205.969%2015.55a.17.17%200%2001-.266.159c-.37-.265-.784-.817-1.068-1.205a.17.17%200%2000-.302.054A8.631%208.631%200%20004%2016.9a8.43%208.43%200%20003.843%207.07c.133.086.303-.038.258-.189a4.533%204.533%200%2001-.133-2.041c.097-.637.32-1.244.694-1.797%201.283-1.914%203.854-3.763%203.443-6.273-.026-.16.162-.264.281-.155%201.812%201.645%202.17%203.858%201.873%205.844-.026.172.192.264.302.129.277-.345.615-.647.983-.875a.17.17%200%2001.25.088c.204.592.508%201.148.796%201.704a4.528%204.528%200%2001.307%203.375.17.17%200%2000.257.192A8.43%208.43%200%200021%2016.9a8.746%208.746%200%2000-.524-2.98c-.718-1.982-2.54-3.47-2.08-6.053a.17.17%200%2000-.213-.195z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/lobehub/firecrawl-color.svg?color=%231a73e8&size=48