monica-color from LobeHub AI Icons by LobeHub · Color · MIT Free for personal and commercial use.

Name
monica-color
Set
LobeHub AI Icons
Style
Color
Viewbox
24×24
License
MIT

2 other variants in LobeHub AI Icons

The same logo in other sets

Use the monica logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="12" cy="12" r="12" fill="url(#svgID52)"/><ellipse cx="12" cy="12" fill="#fff" rx="9.75" ry="8.438"/><path fill="#1e1e1e" d="M16.207 10.195a.96.96 0 111.357 1.357l-1.114 1.114 1.473.85a.96.96 0 11-.96 1.662l-2.444-1.411a1.003 1.003 0 01-.072-.046.962.962 0 01-.236-1.53l1.996-1.996zM7.688 9.937a1.5 1.5 0 00-1.5 1.5v2.25a1.5 1.5 0 003 0v-2.25a1.5 1.5 0 00-1.5-1.5z"/><defs><linearGradient id="svgID52" x1="0" x2="24" y1="12.281" y2="12.281" gradientUnits="userSpaceOnUse"><stop stop-color="#a83fe0"/><stop offset=".477" stop-color="#515ffb"/><stop offset="1" stop-color="#2bb5dd"/></linearGradient></defs></svg>

React

import type { SVGProps } from "react";

export function LobehubMonicaColor(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="12" cy="12" r="12" fill="url(#svgID52)"/><ellipse cx="12" cy="12" fill="#fff" rx="9.75" ry="8.438"/><path fill="#1e1e1e" d="M16.207 10.195a.96.96 0 111.357 1.357l-1.114 1.114 1.473.85a.96.96 0 11-.96 1.662l-2.444-1.411a1.003 1.003 0 01-.072-.046.962.962 0 01-.236-1.53l1.996-1.996zM7.688 9.937a1.5 1.5 0 00-1.5 1.5v2.25a1.5 1.5 0 003 0v-2.25a1.5 1.5 0 00-1.5-1.5z"/><defs><linearGradient id="svgID52" x1="0" x2="24" y1="12.281" y2="12.281" gradientUnits="userSpaceOnUse"><stop stopColor="#a83fe0"/><stop offset=".477" stopColor="#515ffb"/><stop offset="1" stopColor="#2bb5dd"/></linearGradient></defs></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="12" cy="12" r="12" fill="url(#svgID52)"/><ellipse cx="12" cy="12" fill="#fff" rx="9.75" ry="8.438"/><path fill="#1e1e1e" d="M16.207 10.195a.96.96 0 111.357 1.357l-1.114 1.114 1.473.85a.96.96 0 11-.96 1.662l-2.444-1.411a1.003 1.003 0 01-.072-.046.962.962 0 01-.236-1.53l1.996-1.996zM7.688 9.937a1.5 1.5 0 00-1.5 1.5v2.25a1.5 1.5 0 003 0v-2.25a1.5 1.5 0 00-1.5-1.5z"/><defs><linearGradient id="svgID52" x1="0" x2="24" y1="12.281" y2="12.281" gradientUnits="userSpaceOnUse"><stop stop-color="#a83fe0"/><stop offset=".477" stop-color="#515ffb"/><stop offset="1" stop-color="#2bb5dd"/></linearGradient></defs></svg>
</template>

CSS

.icon-monica-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%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2212%22%20fill%3D%22url(%23svgID52)%22%2F%3E%3Cellipse%20cx%3D%2212%22%20cy%3D%2212%22%20fill%3D%22%23fff%22%20rx%3D%229.75%22%20ry%3D%228.438%22%2F%3E%3Cpath%20fill%3D%22%231e1e1e%22%20d%3D%22M16.207%2010.195a.96.96%200%20111.357%201.357l-1.114%201.114%201.473.85a.96.96%200%2011-.96%201.662l-2.444-1.411a1.003%201.003%200%2001-.072-.046.962.962%200%2001-.236-1.53l1.996-1.996zM7.688%209.937a1.5%201.5%200%2000-1.5%201.5v2.25a1.5%201.5%200%20003%200v-2.25a1.5%201.5%200%2000-1.5-1.5z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22svgID52%22%20x1%3D%220%22%20x2%3D%2224%22%20y1%3D%2212.281%22%20y2%3D%2212.281%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23a83fe0%22%2F%3E%3Cstop%20offset%3D%22.477%22%20stop-color%3D%22%23515ffb%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%232bb5dd%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%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%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2212%22%20fill%3D%22url(%23svgID52)%22%2F%3E%3Cellipse%20cx%3D%2212%22%20cy%3D%2212%22%20fill%3D%22%23fff%22%20rx%3D%229.75%22%20ry%3D%228.438%22%2F%3E%3Cpath%20fill%3D%22%231e1e1e%22%20d%3D%22M16.207%2010.195a.96.96%200%20111.357%201.357l-1.114%201.114%201.473.85a.96.96%200%2011-.96%201.662l-2.444-1.411a1.003%201.003%200%2001-.072-.046.962.962%200%2001-.236-1.53l1.996-1.996zM7.688%209.937a1.5%201.5%200%2000-1.5%201.5v2.25a1.5%201.5%200%20003%200v-2.25a1.5%201.5%200%2000-1.5-1.5z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22svgID52%22%20x1%3D%220%22%20x2%3D%2224%22%20y1%3D%2212.281%22%20y2%3D%2212.281%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23a83fe0%22%2F%3E%3Cstop%20offset%3D%22.477%22%20stop-color%3D%22%23515ffb%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%232bb5dd%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/lobehub/monica-color.svg?color=%231a73e8&size=48