ai302 logo
ai302 from LobeHub AI Icons by LobeHub · Mono · MIT Free for personal and commercial use.
- Name
- ai302
- Set
- LobeHub AI Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
2 other variants in LobeHub AI Icons
Use the ai302 logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd"><path fill-opacity=".5" d="M19.04 4.818a10.171 10.171 0 014.21 8.25c0 5.623-4.55 10.182-10.163 10.182a10.142 10.142 0 01-8.129-4.07 10.102 10.102 0 005.956 1.934c5.613 0 10.163-4.56 10.163-10.182 0-2.295-.759-4.411-2.037-6.114z"/><path d="M10.887 5.2c1.156 0 2.097.944 2.097 2.1 0 .354-.09.7-.258 1.006a.591.591 0 00.233.797c.215.117.47.084.647-.062.375-.232.811-.338 1.251-.305a2.098 2.098 0 011.931 2.248 2.097 2.097 0 01-2.244 1.939 2.082 2.082 0 01-1.246-.533c-.019-.024-.036-.047-.056-.07a.617.617 0 00-.111-.102 2.113 2.113 0 01-.137-.173.58.58 0 10-.947.675c.118.167.247.323.39.462.22.291.36.637.405 1.005a2.08 2.08 0 01-.425 1.546 2.088 2.088 0 01-1.398.792 2.094 2.094 0 01-2.335-1.827 2.083 2.083 0 01.263-1.304v.005a3.273 3.273 0 001.216-2.546c0-.92-.383-1.745-.993-2.34l-.03-.055A2.101 2.101 0 0110.887 5.2z"/><path d="M6.901 8.752a2.1 2.1 0 010 4.201 2.097 2.097 0 01-2.091-2.1c0-1.159.937-2.101 2.091-2.101z"/><path d="M10.914.75c5.613 0 10.163 4.559 10.163 10.182s-4.55 10.182-10.163 10.182S.75 16.555.75 10.932C.75 5.308 5.301.75 10.914.75zm-.021 3.283A3.27 3.27 0 007.65 7.671a3.27 3.27 0 00-4.006 3.182c0 1.8 1.464 3.262 3.262 3.262.211 0 .417-.016.618-.055-.03.258-.028.516.005.78a3.25 3.25 0 001.23 2.178 3.234 3.234 0 002.407.665 3.236 3.236 0 002.173-1.234c.535-.689.77-1.545.663-2.41 0-.006-.005-.013-.005-.02.151.033.309.055.466.066a3.228 3.228 0 002.365-.781 3.27 3.27 0 00-1.884-5.734 3.31 3.31 0 00-.81.04 3.266 3.266 0 00-3.241-3.577z" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function LobehubAi302(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fillRule="evenodd"><path fillOpacity=".5" d="M19.04 4.818a10.171 10.171 0 014.21 8.25c0 5.623-4.55 10.182-10.163 10.182a10.142 10.142 0 01-8.129-4.07 10.102 10.102 0 005.956 1.934c5.613 0 10.163-4.56 10.163-10.182 0-2.295-.759-4.411-2.037-6.114z"/><path d="M10.887 5.2c1.156 0 2.097.944 2.097 2.1 0 .354-.09.7-.258 1.006a.591.591 0 00.233.797c.215.117.47.084.647-.062.375-.232.811-.338 1.251-.305a2.098 2.098 0 011.931 2.248 2.097 2.097 0 01-2.244 1.939 2.082 2.082 0 01-1.246-.533c-.019-.024-.036-.047-.056-.07a.617.617 0 00-.111-.102 2.113 2.113 0 01-.137-.173.58.58 0 10-.947.675c.118.167.247.323.39.462.22.291.36.637.405 1.005a2.08 2.08 0 01-.425 1.546 2.088 2.088 0 01-1.398.792 2.094 2.094 0 01-2.335-1.827 2.083 2.083 0 01.263-1.304v.005a3.273 3.273 0 001.216-2.546c0-.92-.383-1.745-.993-2.34l-.03-.055A2.101 2.101 0 0110.887 5.2z"/><path d="M6.901 8.752a2.1 2.1 0 010 4.201 2.097 2.097 0 01-2.091-2.1c0-1.159.937-2.101 2.091-2.101z"/><path d="M10.914.75c5.613 0 10.163 4.559 10.163 10.182s-4.55 10.182-10.163 10.182S.75 16.555.75 10.932C.75 5.308 5.301.75 10.914.75zm-.021 3.283A3.27 3.27 0 007.65 7.671a3.27 3.27 0 00-4.006 3.182c0 1.8 1.464 3.262 3.262 3.262.211 0 .417-.016.618-.055-.03.258-.028.516.005.78a3.25 3.25 0 001.23 2.178 3.234 3.234 0 002.407.665 3.236 3.236 0 002.173-1.234c.535-.689.77-1.545.663-2.41 0-.006-.005-.013-.005-.02.151.033.309.055.466.066a3.228 3.228 0 002.365-.781 3.27 3.27 0 00-1.884-5.734 3.31 3.31 0 00-.81.04 3.266 3.266 0 00-3.241-3.577z" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd"><path fill-opacity=".5" d="M19.04 4.818a10.171 10.171 0 014.21 8.25c0 5.623-4.55 10.182-10.163 10.182a10.142 10.142 0 01-8.129-4.07 10.102 10.102 0 005.956 1.934c5.613 0 10.163-4.56 10.163-10.182 0-2.295-.759-4.411-2.037-6.114z"/><path d="M10.887 5.2c1.156 0 2.097.944 2.097 2.1 0 .354-.09.7-.258 1.006a.591.591 0 00.233.797c.215.117.47.084.647-.062.375-.232.811-.338 1.251-.305a2.098 2.098 0 011.931 2.248 2.097 2.097 0 01-2.244 1.939 2.082 2.082 0 01-1.246-.533c-.019-.024-.036-.047-.056-.07a.617.617 0 00-.111-.102 2.113 2.113 0 01-.137-.173.58.58 0 10-.947.675c.118.167.247.323.39.462.22.291.36.637.405 1.005a2.08 2.08 0 01-.425 1.546 2.088 2.088 0 01-1.398.792 2.094 2.094 0 01-2.335-1.827 2.083 2.083 0 01.263-1.304v.005a3.273 3.273 0 001.216-2.546c0-.92-.383-1.745-.993-2.34l-.03-.055A2.101 2.101 0 0110.887 5.2z"/><path d="M6.901 8.752a2.1 2.1 0 010 4.201 2.097 2.097 0 01-2.091-2.1c0-1.159.937-2.101 2.091-2.101z"/><path d="M10.914.75c5.613 0 10.163 4.559 10.163 10.182s-4.55 10.182-10.163 10.182S.75 16.555.75 10.932C.75 5.308 5.301.75 10.914.75zm-.021 3.283A3.27 3.27 0 007.65 7.671a3.27 3.27 0 00-4.006 3.182c0 1.8 1.464 3.262 3.262 3.262.211 0 .417-.016.618-.055-.03.258-.028.516.005.78a3.25 3.25 0 001.23 2.178 3.234 3.234 0 002.407.665 3.236 3.236 0 002.173-1.234c.535-.689.77-1.545.663-2.41 0-.006-.005-.013-.005-.02.151.033.309.055.466.066a3.228 3.228 0 002.365-.781 3.27 3.27 0 00-1.884-5.734 3.31 3.31 0 00-.81.04 3.266 3.266 0 00-3.241-3.577z" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-ai302 {
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%22currentColor%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20fill-opacity%3D%22.5%22%20d%3D%22M19.04%204.818a10.171%2010.171%200%20014.21%208.25c0%205.623-4.55%2010.182-10.163%2010.182a10.142%2010.142%200%2001-8.129-4.07%2010.102%2010.102%200%20005.956%201.934c5.613%200%2010.163-4.56%2010.163-10.182%200-2.295-.759-4.411-2.037-6.114z%22%2F%3E%3Cpath%20d%3D%22M10.887%205.2c1.156%200%202.097.944%202.097%202.1%200%20.354-.09.7-.258%201.006a.591.591%200%2000.233.797c.215.117.47.084.647-.062.375-.232.811-.338%201.251-.305a2.098%202.098%200%20011.931%202.248%202.097%202.097%200%2001-2.244%201.939%202.082%202.082%200%2001-1.246-.533c-.019-.024-.036-.047-.056-.07a.617.617%200%2000-.111-.102%202.113%202.113%200%2001-.137-.173.58.58%200%2010-.947.675c.118.167.247.323.39.462.22.291.36.637.405%201.005a2.08%202.08%200%2001-.425%201.546%202.088%202.088%200%2001-1.398.792%202.094%202.094%200%2001-2.335-1.827%202.083%202.083%200%2001.263-1.304v.005a3.273%203.273%200%20001.216-2.546c0-.92-.383-1.745-.993-2.34l-.03-.055A2.101%202.101%200%200110.887%205.2z%22%2F%3E%3Cpath%20d%3D%22M6.901%208.752a2.1%202.1%200%20010%204.201%202.097%202.097%200%2001-2.091-2.1c0-1.159.937-2.101%202.091-2.101z%22%2F%3E%3Cpath%20d%3D%22M10.914.75c5.613%200%2010.163%204.559%2010.163%2010.182s-4.55%2010.182-10.163%2010.182S.75%2016.555.75%2010.932C.75%205.308%205.301.75%2010.914.75zm-.021%203.283A3.27%203.27%200%20007.65%207.671a3.27%203.27%200%2000-4.006%203.182c0%201.8%201.464%203.262%203.262%203.262.211%200%20.417-.016.618-.055-.03.258-.028.516.005.78a3.25%203.25%200%20001.23%202.178%203.234%203.234%200%20002.407.665%203.236%203.236%200%20002.173-1.234c.535-.689.77-1.545.663-2.41%200-.006-.005-.013-.005-.02.151.033.309.055.466.066a3.228%203.228%200%20002.365-.781%203.27%203.27%200%2000-1.884-5.734%203.31%203.31%200%2000-.81.04%203.266%203.266%200%2000-3.241-3.577z%22%20clip-rule%3D%22evenodd%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%22currentColor%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20fill-opacity%3D%22.5%22%20d%3D%22M19.04%204.818a10.171%2010.171%200%20014.21%208.25c0%205.623-4.55%2010.182-10.163%2010.182a10.142%2010.142%200%2001-8.129-4.07%2010.102%2010.102%200%20005.956%201.934c5.613%200%2010.163-4.56%2010.163-10.182%200-2.295-.759-4.411-2.037-6.114z%22%2F%3E%3Cpath%20d%3D%22M10.887%205.2c1.156%200%202.097.944%202.097%202.1%200%20.354-.09.7-.258%201.006a.591.591%200%2000.233.797c.215.117.47.084.647-.062.375-.232.811-.338%201.251-.305a2.098%202.098%200%20011.931%202.248%202.097%202.097%200%2001-2.244%201.939%202.082%202.082%200%2001-1.246-.533c-.019-.024-.036-.047-.056-.07a.617.617%200%2000-.111-.102%202.113%202.113%200%2001-.137-.173.58.58%200%2010-.947.675c.118.167.247.323.39.462.22.291.36.637.405%201.005a2.08%202.08%200%2001-.425%201.546%202.088%202.088%200%2001-1.398.792%202.094%202.094%200%2001-2.335-1.827%202.083%202.083%200%2001.263-1.304v.005a3.273%203.273%200%20001.216-2.546c0-.92-.383-1.745-.993-2.34l-.03-.055A2.101%202.101%200%200110.887%205.2z%22%2F%3E%3Cpath%20d%3D%22M6.901%208.752a2.1%202.1%200%20010%204.201%202.097%202.097%200%2001-2.091-2.1c0-1.159.937-2.101%202.091-2.101z%22%2F%3E%3Cpath%20d%3D%22M10.914.75c5.613%200%2010.163%204.559%2010.163%2010.182s-4.55%2010.182-10.163%2010.182S.75%2016.555.75%2010.932C.75%205.308%205.301.75%2010.914.75zm-.021%203.283A3.27%203.27%200%20007.65%207.671a3.27%203.27%200%2000-4.006%203.182c0%201.8%201.464%203.262%203.262%203.262.211%200%20.417-.016.618-.055-.03.258-.028.516.005.78a3.25%203.25%200%20001.23%202.178%203.234%203.234%200%20002.407.665%203.236%203.236%200%20002.173-1.234c.535-.689.77-1.545.663-2.41%200-.006-.005-.013-.005-.02.151.033.309.055.466.066a3.228%203.228%200%20002.365-.781%203.27%203.27%200%2000-1.884-5.734%203.31%203.31%200%2000-.81.04%203.266%203.266%200%2000-3.241-3.577z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/lobehub/ai302.svg?color=%231a73e8&size=48