Antigravity icon

Antigravity is a Google Material Symbol from the Social category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

antigravity_outlined_fill0_wght400.svg

Antigravity icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&icon_names=antigravity" />

<span class="material-symbols-outlined">antigravity</span>

Antigravity icon in React

// With the font from the HTML tab:
export function AntigravityIcon() {
  return (
    <span className="material-symbols-outlined">
      antigravity
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import AntigravityIcon from "@material-symbols/svg-400/outlined/antigravity.svg?react";

Antigravity icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">antigravity</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import AntigravityIcon from "@material-symbols/svg-400/outlined/antigravity.svg?component"; -->

Antigravity icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">antigravity</mat-icon>

Antigravity icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.antigravity, fill: 0, weight: 400)

Antigravity icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/antigravity.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M12.075 2q2.025 0 3.1 1.5t1.875 3.425q.65 1.625 1.25 3.563t1.288 3.862Q20.25 16.2 21.063 17.863 21.875 19.525 22.925 20.75q.2 .25 .2 .525t-.2 .475q-.2 .2-.5 .213T21.875 21.775q-2.05-1.575-3.2-3.537t-2.48-3.403Q15.325 13.875 14.318 13.3q-1.008-.575-2.238-.575t-2.242 .575q-1.013 .575-1.883 1.535Q6.625 16.275 5.475 18.238 4.325 20.2 2.275 21.775q-.25 .2-.55 .188T1.225 21.75q-.2-.2-.2-.475t.2-.525q1.05-1.225 1.863-2.887t1.474-3.513Q5.25 12.425 5.85 10.488 6.45 8.55 7.1 6.925q.768-1.921 1.859-3.423Q10.05 2 12.075 2Zm-2.162 2.713Q9.15 5.925 8.575 7.25q-.825 1.875-1.412 3.913T5.875 15.075q.649-.852 1.25-1.501Q7.725 12.925 8.35 12.45q.875-.625 1.763-.925t1.962-.3q1.075 0 1.963 .3t1.762 .925q.625 .475 1.226 1.124Q17.626 14.223 18.275 15.075q-.7-1.875-1.287-3.912T15.575 7.25q-.575-1.325-1.337-2.537T12.075 3.5q-1.4 0-2.162 1.213ZM12.075 11.225Z" />
</vector>

Antigravity icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/antigravity.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/svg-400@0.47.5/outlined/antigravity.svg" width="24" height="24" alt="Antigravity">

Antigravity icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameAntigravity
Ligatureantigravity
Code pointU+FFFD2
CategorySocial
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/antigravity.svg, antigravity-fill.svg
FlutterSymbols.antigravity
LicenseApache License 2.0 (© Google LLC)

Keywords

socialadjustsettingtrianglepowerupenergydownmovementabstractoptionsciencemotion

Related icons