eclipse-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.

Name
eclipse-solid
Set
Myna UI Icons
Style
Solid
Viewbox
24×24
License
MIT

1 other variant in Myna UI Icons

The same icon in other sets

Use the eclipse icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.833 3.832c-.737 5.292 4.105 10.058 9.335 9.335q.081-.57.082-1.167a8.25 8.25 0 0 0-9.417-8.168m-.8-1.383A9.8 9.8 0 0 1 12 2.25A9.75 9.75 0 0 1 21.75 12q-.001 1.011-.199 1.967c-.91 4.442-4.84 7.783-9.551 7.783A9.75 9.75 0 0 1 2.25 12c0-4.711 3.341-8.64 7.783-9.551"/></svg>

React

import type { SVGProps } from "react";

export function MynauiEclipseSolid(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="M10.833 3.832c-.737 5.292 4.105 10.058 9.335 9.335q.081-.57.082-1.167a8.25 8.25 0 0 0-9.417-8.168m-.8-1.383A9.8 9.8 0 0 1 12 2.25A9.75 9.75 0 0 1 21.75 12q-.001 1.011-.199 1.967c-.91 4.442-4.84 7.783-9.551 7.783A9.75 9.75 0 0 1 2.25 12c0-4.711 3.341-8.64 7.783-9.551"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.833 3.832c-.737 5.292 4.105 10.058 9.335 9.335q.081-.57.082-1.167a8.25 8.25 0 0 0-9.417-8.168m-.8-1.383A9.8 9.8 0 0 1 12 2.25A9.75 9.75 0 0 1 21.75 12q-.001 1.011-.199 1.967c-.91 4.442-4.84 7.783-9.551 7.783A9.75 9.75 0 0 1 2.25 12c0-4.711 3.341-8.64 7.783-9.551"/></svg>
</template>

CSS

.icon-eclipse-solid {
  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%22M10.833%203.832c-.737%205.292%204.105%2010.058%209.335%209.335q.081-.57.082-1.167a8.25%208.25%200%200%200-9.417-8.168m-.8-1.383A9.8%209.8%200%200%201%2012%202.25A9.75%209.75%200%200%201%2021.75%2012q-.001%201.011-.199%201.967c-.91%204.442-4.84%207.783-9.551%207.783A9.75%209.75%200%200%201%202.25%2012c0-4.711%203.341-8.64%207.783-9.551%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%22M10.833%203.832c-.737%205.292%204.105%2010.058%209.335%209.335q.081-.57.082-1.167a8.25%208.25%200%200%200-9.417-8.168m-.8-1.383A9.8%209.8%200%200%201%2012%202.25A9.75%209.75%200%200%201%2021.75%2012q-.001%201.011-.199%201.967c-.91%204.442-4.84%207.783-9.551%207.783A9.75%209.75%200%200%201%202.25%2012c0-4.711%203.341-8.64%207.783-9.551%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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