atom from Myna UI Icons by Praveen Juge · Regular · MIT Free for personal and commercial use.

Name
atom
Set
Myna UI Icons
Style
Regular
Viewbox
24×24
License
MIT

1 other variant in Myna UI Icons

The same icon in other sets

Use the atom icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M15.407 8.593c4.6 4.6 6.802 9.853 4.92 11.735c-1.88 1.881-7.135-.322-11.734-4.921S1.791 5.554 3.673 3.672c1.88-1.881 7.134.322 11.734 4.921"/><path d="M8.594 8.593c-4.6 4.6-6.803 9.853-4.921 11.735s7.135-.322 11.734-4.921s6.803-9.853 4.921-11.735s-7.135.322-11.734 4.921M11.75 12h.5"/></g></svg>

React

import type { SVGProps } from "react";

export function MynauiAtom(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M15.407 8.593c4.6 4.6 6.802 9.853 4.92 11.735c-1.88 1.881-7.135-.322-11.734-4.921S1.791 5.554 3.673 3.672c1.88-1.881 7.134.322 11.734 4.921"/><path d="M8.594 8.593c-4.6 4.6-6.803 9.853-4.921 11.735s7.135-.322 11.734-4.921s6.803-9.853 4.921-11.735s-7.135.322-11.734 4.921M11.75 12h.5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M15.407 8.593c4.6 4.6 6.802 9.853 4.92 11.735c-1.88 1.881-7.135-.322-11.734-4.921S1.791 5.554 3.673 3.672c1.88-1.881 7.134.322 11.734 4.921"/><path d="M8.594 8.593c-4.6 4.6-6.803 9.853-4.921 11.735s7.135-.322 11.734-4.921s6.803-9.853 4.921-11.735s-7.135.322-11.734 4.921M11.75 12h.5"/></g></svg>
</template>

CSS

.icon-atom {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M15.407%208.593c4.6%204.6%206.802%209.853%204.92%2011.735c-1.88%201.881-7.135-.322-11.734-4.921S1.791%205.554%203.673%203.672c1.88-1.881%207.134.322%2011.734%204.921%22%2F%3E%3Cpath%20d%3D%22M8.594%208.593c-4.6%204.6-6.803%209.853-4.921%2011.735s7.135-.322%2011.734-4.921s6.803-9.853%204.921-11.735s-7.135.322-11.734%204.921M11.75%2012h.5%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M15.407%208.593c4.6%204.6%206.802%209.853%204.92%2011.735c-1.88%201.881-7.135-.322-11.734-4.921S1.791%205.554%203.673%203.672c1.88-1.881%207.134.322%2011.734%204.921%22%2F%3E%3Cpath%20d%3D%22M8.594%208.593c-4.6%204.6-6.803%209.853-4.921%2011.735s7.135-.322%2011.734-4.921s6.803-9.853%204.921-11.735s-7.135.322-11.734%204.921M11.75%2012h.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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