antigravity-outline from Material Symbols Light by Google · Outline · Social · Apache-2.0 Free for personal and commercial use.

Name
antigravity-outline
Set
Material Symbols Light
Style
Outline
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
antigravity-outline-rounded, antigravity-outline-sharp

1 other variant in Material Symbols Light

The same icon in other sets

More social icons from Material Symbols Light

Use the antigravity icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.006 3.02q1.736-.02 2.682 1.303q.945 1.323 1.648 2.985q.612 1.46 1.212 3.288q.6 1.829 1.256 3.683q.65 1.779 1.387 3.342q.736 1.564 1.703 2.643q.123.148.118.323t-.13.284q-.142.129-.31.135t-.31-.117q-1.745-1.627-2.933-3.434q-1.189-1.807-2.296-3.02q-.85-.95-1.823-1.51q-.972-.56-2.204-.54q-1.233-.02-2.205.54t-1.822 1.51q-1.108 1.213-2.296 3.02T2.75 20.889q-.14.123-.31.117t-.311-.135q-.123-.11-.129-.284t.117-.323q.967-1.06 1.704-2.633t1.387-3.352q.655-1.854 1.255-3.683t1.212-3.288q.704-1.662 1.649-2.985t2.682-1.304M9.97 5.12q-.737 1.1-1.275 2.342q-.842 1.977-1.509 4.128t-1.522 4.276l1.03-1.348q.51-.669 1.088-1.263q.915-.879 1.933-1.374t2.29-.496t2.29.496t1.933 1.374q.577.594 1.087 1.263l1.03 1.348q-.856-2.125-1.522-4.276t-1.509-4.128Q14.777 6.22 14.04 5.12t-2.034-1.1t-2.035 1.1m2.035 6.265"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightAntigravityOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.006 3.02q1.736-.02 2.682 1.303q.945 1.323 1.648 2.985q.612 1.46 1.212 3.288q.6 1.829 1.256 3.683q.65 1.779 1.387 3.342q.736 1.564 1.703 2.643q.123.148.118.323t-.13.284q-.142.129-.31.135t-.31-.117q-1.745-1.627-2.933-3.434q-1.189-1.807-2.296-3.02q-.85-.95-1.823-1.51q-.972-.56-2.204-.54q-1.233-.02-2.205.54t-1.822 1.51q-1.108 1.213-2.296 3.02T2.75 20.889q-.14.123-.31.117t-.311-.135q-.123-.11-.129-.284t.117-.323q.967-1.06 1.704-2.633t1.387-3.352q.655-1.854 1.255-3.683t1.212-3.288q.704-1.662 1.649-2.985t2.682-1.304M9.97 5.12q-.737 1.1-1.275 2.342q-.842 1.977-1.509 4.128t-1.522 4.276l1.03-1.348q.51-.669 1.088-1.263q.915-.879 1.933-1.374t2.29-.496t2.29.496t1.933 1.374q.577.594 1.087 1.263l1.03 1.348q-.856-2.125-1.522-4.276t-1.509-4.128Q14.777 6.22 14.04 5.12t-2.034-1.1t-2.035 1.1m2.035 6.265"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.006 3.02q1.736-.02 2.682 1.303q.945 1.323 1.648 2.985q.612 1.46 1.212 3.288q.6 1.829 1.256 3.683q.65 1.779 1.387 3.342q.736 1.564 1.703 2.643q.123.148.118.323t-.13.284q-.142.129-.31.135t-.31-.117q-1.745-1.627-2.933-3.434q-1.189-1.807-2.296-3.02q-.85-.95-1.823-1.51q-.972-.56-2.204-.54q-1.233-.02-2.205.54t-1.822 1.51q-1.108 1.213-2.296 3.02T2.75 20.889q-.14.123-.31.117t-.311-.135q-.123-.11-.129-.284t.117-.323q.967-1.06 1.704-2.633t1.387-3.352q.655-1.854 1.255-3.683t1.212-3.288q.704-1.662 1.649-2.985t2.682-1.304M9.97 5.12q-.737 1.1-1.275 2.342q-.842 1.977-1.509 4.128t-1.522 4.276l1.03-1.348q.51-.669 1.088-1.263q.915-.879 1.933-1.374t2.29-.496t2.29.496t1.933 1.374q.577.594 1.087 1.263l1.03 1.348q-.856-2.125-1.522-4.276t-1.509-4.128Q14.777 6.22 14.04 5.12t-2.034-1.1t-2.035 1.1m2.035 6.265"/></svg>
</template>

CSS

.icon-antigravity-outline {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.006%203.02q1.736-.02%202.682%201.303q.945%201.323%201.648%202.985q.612%201.46%201.212%203.288q.6%201.829%201.256%203.683q.65%201.779%201.387%203.342q.736%201.564%201.703%202.643q.123.148.118.323t-.13.284q-.142.129-.31.135t-.31-.117q-1.745-1.627-2.933-3.434q-1.189-1.807-2.296-3.02q-.85-.95-1.823-1.51q-.972-.56-2.204-.54q-1.233-.02-2.205.54t-1.822%201.51q-1.108%201.213-2.296%203.02T2.75%2020.889q-.14.123-.31.117t-.311-.135q-.123-.11-.129-.284t.117-.323q.967-1.06%201.704-2.633t1.387-3.352q.655-1.854%201.255-3.683t1.212-3.288q.704-1.662%201.649-2.985t2.682-1.304M9.97%205.12q-.737%201.1-1.275%202.342q-.842%201.977-1.509%204.128t-1.522%204.276l1.03-1.348q.51-.669%201.088-1.263q.915-.879%201.933-1.374t2.29-.496t2.29.496t1.933%201.374q.577.594%201.087%201.263l1.03%201.348q-.856-2.125-1.522-4.276t-1.509-4.128Q14.777%206.22%2014.04%205.12t-2.034-1.1t-2.035%201.1m2.035%206.265%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.006%203.02q1.736-.02%202.682%201.303q.945%201.323%201.648%202.985q.612%201.46%201.212%203.288q.6%201.829%201.256%203.683q.65%201.779%201.387%203.342q.736%201.564%201.703%202.643q.123.148.118.323t-.13.284q-.142.129-.31.135t-.31-.117q-1.745-1.627-2.933-3.434q-1.189-1.807-2.296-3.02q-.85-.95-1.823-1.51q-.972-.56-2.204-.54q-1.233-.02-2.205.54t-1.822%201.51q-1.108%201.213-2.296%203.02T2.75%2020.889q-.14.123-.31.117t-.311-.135q-.123-.11-.129-.284t.117-.323q.967-1.06%201.704-2.633t1.387-3.352q.655-1.854%201.255-3.683t1.212-3.288q.704-1.662%201.649-2.985t2.682-1.304M9.97%205.12q-.737%201.1-1.275%202.342q-.842%201.977-1.509%204.128t-1.522%204.276l1.03-1.348q.51-.669%201.088-1.263q.915-.879%201.933-1.374t2.29-.496t2.29.496t1.933%201.374q.577.594%201.087%201.263l1.03%201.348q-.856-2.125-1.522-4.276t-1.509-4.128Q14.777%206.22%2014.04%205.12t-2.034-1.1t-2.035%201.1m2.035%206.265%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/antigravity-outline.svg?color=%231a73e8&size=48