How to use the Antigravity icon
import { AntigravityLogo } from "@/assets/icons/antigravityLogo"
export default function Example() {
return <AntigravityLogo width="32px" height="32px" />
}Brands icon
Copy the Antigravity icon as an optimized JSX SVG component for React, Next.js, dashboards, landing pages and Tailwind interfaces.
Copy-ready code
// Source: https://raw.githubusercontent.com/gilbarbara/logos/a5b65275e761a8347a99eded1101c6b130a06e52/logos/antigravity.svg
// Asset license: Gilbarbara Logos CC0 1.0 Universal. Brand names and marks remain trademarks of their respective owners.
// Optimized, converted to monochrome currentColor JSX, and parameterized by JSXIcons.
export const AntigravityLogo = ({ width = "40px", height = "40px", color = "#3186FF", ...props }) => (
<svg {...props} width={width} height={height} viewBox="0 0 256 236" xmlns="http://www.w3.org/2000/svg" fill={color} color={color}>
<mask id="antigravity__a" width="24" height="23" x="0" y="1" maskUnits="userSpaceOnUse"><path fill="#fff" d="M21.751 22.607c1.34 1.005 3.35.335 1.508-1.508C17.73 15.74 18.904 1 12.037 1S6.342 15.74.815 21.1c-2.01 2.009.167 2.511 1.507 1.506 5.192-3.517 4.857-9.714 9.715-9.714s4.522 6.197 9.714 9.715"/></mask><g mask="url(#antigravity__a)" transform="translate(0 -10.662)scale(10.66537)"><path fill="currentColor" d="M-1.018-3.992c-.408 3.591 2.686 6.89 6.91 7.37s7.98-2.043 8.387-5.633-2.686-6.89-6.91-7.37c-4.225-.479-7.98 2.043-8.387 5.633"/></g><g mask="url(#antigravity__a)" transform="translate(0 -10.662)scale(10.66537)"><path fill="currentColor" d="M15.269 7.747c1.058 4.557 5.691 7.374 10.348 6.293 4.657-1.082 7.575-5.653 6.516-10.21-1.058-4.556-5.691-7.374-10.348-6.292s-7.575 5.653-6.516 10.21z"/></g><g mask="url(#antigravity__a)" transform="translate(0 -10.662)scale(10.66537)"><path fill="currentColor" d="M-12.443 10.804c1.338 4.703 7.36 7.11 13.453 5.378s9.947-6.95 8.61-11.652C8.282-.173 2.26-2.58-3.833-.848s-9.947 6.948-8.61 11.652"/></g><g mask="url(#antigravity__a)" transform="translate(0 -10.662)scale(10.66537)"><path fill="currentColor" d="M-12.443 10.804c1.338 4.703 7.36 7.11 13.453 5.378s9.947-6.95 8.61-11.652C8.282-.173 2.26-2.58-3.833-.848s-9.947 6.948-8.61 11.652"/></g><g mask="url(#antigravity__a)" transform="translate(0 -10.662)scale(10.66537)"><path fill="currentColor" d="M-7.608 14.703c3.352 3.424 9.126 3.208 12.896-.483 3.77-3.69 4.108-9.459.756-12.883C2.69-2.087-3.083-1.871-6.853 1.82c-3.77 3.69-4.108 9.458-.755 12.883"/></g><g mask="url(#antigravity__a)" transform="translate(0 -10.662)scale(10.66537)"><path fill="currentColor" d="M9.932 27.617c1.04 4.482 5.384 7.303 9.7 6.3 4.316-1.002 6.971-5.448 5.93-9.93-1.04-4.483-5.384-7.304-9.7-6.301-4.316 1.002-6.971 5.448-5.93 9.93z"/></g><g mask="url(#antigravity__a)" transform="translate(0 -10.662)scale(10.66537)"><path fill="currentColor" d="M2.572-8.185C.392-3.329 2.778 2.472 7.9 4.771c5.122 2.3 11.042.227 13.222-4.63 2.18-4.855-.205-10.656-5.327-12.955-5.122-2.3-11.042-.227-13.222 4.63z"/></g><g mask="url(#antigravity__a)" transform="translate(0 -10.662)scale(10.66537)"><path fill="currentColor" d="M-3.267 38.686c-5.277-2.072 3.742-19.117 5.984-24.83s8.34-8.664 13.616-6.592c5.278 2.071 11.533 13.482 9.29 19.195-2.242 5.713-23.613 14.298-28.89 12.227"/></g><g mask="url(#antigravity__a)" transform="translate(0 -10.662)scale(10.66537)"><path fill="currentColor" d="M28.71 17.471c-1.413 1.649-5.1.808-8.236-1.878-3.135-2.687-4.531-6.201-3.118-7.85s5.1-.808 8.235 1.878 4.532 6.2 3.119 7.85"/></g><g mask="url(#antigravity__a)" transform="translate(0 -10.662)scale(10.66537)"><path fill="currentColor" d="M18.163 9.077c5.81 3.93 12.502 4.19 14.946.577 2.443-3.612-.287-9.727-6.098-13.658-5.81-3.931-12.502-4.19-14.946-.577-2.443 3.612.287 9.727 6.098 13.658"/></g><g mask="url(#antigravity__a)" transform="translate(0 -10.662)scale(10.66537)"><path fill="currentColor" d="M-.915 2.684c-1.44 3.473-.97 6.967 1.05 7.804s4.824-1.3 6.264-4.772.97-6.967-1.05-7.804S.525-.788-.915 2.684"/></g>
</svg>
)
import { AntigravityLogo } from "@/assets/icons/antigravityLogo"
export default function Example() {
return <AntigravityLogo width="32px" height="32px" />
}Built for the web
This copy-ready component works in React and Next.js projects, and the SVG can be adapted for any interface.
Looking for a similar mark? Browse the related icons below or explore the full brands collection.
Yes. You can copy the JSX component and use it in React and Next.js projects.
Yes. Edit the SVG attributes or pass className, width, height and color props depending on the component.