跳转至

Logo 图标许可证声明

基本信息

项目 详情
项目名称 Odin Toolkits
Logo 设计者 YuumixCode
创建日期 2025年
版权归属 YuumixCode
许可证 MIT License

Logo 设计详情

设计工具与来源

  • 设计工具: ShipFast LogoFast
  • 图标来源: Lucide Icons - Webhook 图标
  • 图标许可证: ISC License (开源友好)
  • 设计方式: 在线工具生成 + 自定义样式配置

设计参数配置

图标设置

参数 数值 说明
图标名称 Webhook 来自 Lucide Icons
尺寸 350px 高清显示
旋转角度 180° 翻转显示
边框宽度 2.5px 细边框设计
主体颜色 #333333 深灰色(非纯黑)

背景设计

参数 数值 说明
圆角 120px 大圆角设计
内边距 10px 适中间距
渐变角度 45° 对角线渐变
左下角色 #ff3802 橙红色
中间过渡 纯白色 (60%位置) 中心亮点
右上角色 #0095ff 深蓝色

颜色方案

全彩版本

/* 主图标颜色 */
.logo-icon {
  color: #333333; /* 深灰色 */
  border: 2.5px solid #333333;
}

/* 背景渐变 */
.logo-background {
  background: linear-gradient(45deg, 
    #ff3802 0%,     /* 橙红色 */
    #ffffff 60%,    /* 白色过渡 */
    #0095ff 100%    /* 深蓝色 */
  );
  border-radius: 120px;
  padding: 10px;
}

许可证声明

Logo 版权信息

Copyright (c) 2025 YuumixCode

Permission is hereby granted, free of charge, to any person obtaining a copy
of this logo design and associated documentation files (the "Logo"), to deal
in the Logo without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Logo, and to permit persons to whom the Logo is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Logo.

THE LOGO IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE LOGO OR THE USE OR OTHER DEALINGS IN THE
LOGO.

联系

如有关于 Logo 使用的疑问,请联系:

致谢

Lucide Icons 致谢

本Logo使用了 Lucide Icons 项目中的 "Webhook" 图标

- 项目地址: https://lucide.dev/
- 许可证: ISC License
- 版权: Lucide Contributors
- 使用方式: 经过旋转和样式定制后集成到 Logo 设计中

设计工具致谢

Logo 通过 ShipFast LogoFast 在线工具生成

- 工具地址: https://shipfa.st/tools/logo-fast
- 开发者: Marc Lou (Sirenix)
- 性质: 免费在线设计工具
- 生成内容版权归用户所有