atom-broken from Solar by 480 Design · Broken · Astronomy · CC-BY-4.0 Attribution required.

Name
atom-broken
Set
Solar
Style
Broken
Category
Astronomy
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More astronomy icons from Solar

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-width="1.5"><path stroke-linecap="round" d="M7.52879 16.4712C2.59014 11.5325 0.588351 5.52715 3.05768 3.05782C5.04852 1.06697 9.33779 1.98237 13.5134 5M16.471 7.52894C21.4097 12.4676 23.4115 18.473 20.9421 20.9423C18.9535 22.931 14.6713 22.0198 10.5 19.01M20.9423 3.05768C23.4117 5.52701 21.4099 11.5324 16.4712 16.4711C11.5326 21.4097 5.5272 23.4115 3.05787 20.9422C1.06704 18.9513 1.98242 14.6621 5 10.4865C5.72528 9.48285 6.57199 8.4858 7.52899 7.5288C12.4676 2.59014 18.473 0.588345 20.9423 3.05768Z"/><path d="M14.5 12C14.5 13.3807 13.3807 14.5 12 14.5C10.6193 14.5 9.5 13.3807 9.5 12C9.5 10.6193 10.6193 9.5 12 9.5C13.3807 9.5 14.5 10.6193 14.5 12Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarAtomBroken(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" strokeWidth="1.5"><path strokeLinecap="round" d="M7.52879 16.4712C2.59014 11.5325 0.588351 5.52715 3.05768 3.05782C5.04852 1.06697 9.33779 1.98237 13.5134 5M16.471 7.52894C21.4097 12.4676 23.4115 18.473 20.9421 20.9423C18.9535 22.931 14.6713 22.0198 10.5 19.01M20.9423 3.05768C23.4117 5.52701 21.4099 11.5324 16.4712 16.4711C11.5326 21.4097 5.5272 23.4115 3.05787 20.9422C1.06704 18.9513 1.98242 14.6621 5 10.4865C5.72528 9.48285 6.57199 8.4858 7.52899 7.5288C12.4676 2.59014 18.473 0.588345 20.9423 3.05768Z"/><path d="M14.5 12C14.5 13.3807 13.3807 14.5 12 14.5C10.6193 14.5 9.5 13.3807 9.5 12C9.5 10.6193 10.6193 9.5 12 9.5C13.3807 9.5 14.5 10.6193 14.5 12Z"/></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-width="1.5"><path stroke-linecap="round" d="M7.52879 16.4712C2.59014 11.5325 0.588351 5.52715 3.05768 3.05782C5.04852 1.06697 9.33779 1.98237 13.5134 5M16.471 7.52894C21.4097 12.4676 23.4115 18.473 20.9421 20.9423C18.9535 22.931 14.6713 22.0198 10.5 19.01M20.9423 3.05768C23.4117 5.52701 21.4099 11.5324 16.4712 16.4711C11.5326 21.4097 5.5272 23.4115 3.05787 20.9422C1.06704 18.9513 1.98242 14.6621 5 10.4865C5.72528 9.48285 6.57199 8.4858 7.52899 7.5288C12.4676 2.59014 18.473 0.588345 20.9423 3.05768Z"/><path d="M14.5 12C14.5 13.3807 13.3807 14.5 12 14.5C10.6193 14.5 9.5 13.3807 9.5 12C9.5 10.6193 10.6193 9.5 12 9.5C13.3807 9.5 14.5 10.6193 14.5 12Z"/></g></svg>
</template>

CSS

.icon-atom-broken {
  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-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M7.52879%2016.4712C2.59014%2011.5325%200.588351%205.52715%203.05768%203.05782C5.04852%201.06697%209.33779%201.98237%2013.5134%205M16.471%207.52894C21.4097%2012.4676%2023.4115%2018.473%2020.9421%2020.9423C18.9535%2022.931%2014.6713%2022.0198%2010.5%2019.01M20.9423%203.05768C23.4117%205.52701%2021.4099%2011.5324%2016.4712%2016.4711C11.5326%2021.4097%205.5272%2023.4115%203.05787%2020.9422C1.06704%2018.9513%201.98242%2014.6621%205%2010.4865C5.72528%209.48285%206.57199%208.4858%207.52899%207.5288C12.4676%202.59014%2018.473%200.588345%2020.9423%203.05768Z%22%2F%3E%3Cpath%20d%3D%22M14.5%2012C14.5%2013.3807%2013.3807%2014.5%2012%2014.5C10.6193%2014.5%209.5%2013.3807%209.5%2012C9.5%2010.6193%2010.6193%209.5%2012%209.5C13.3807%209.5%2014.5%2010.6193%2014.5%2012Z%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-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M7.52879%2016.4712C2.59014%2011.5325%200.588351%205.52715%203.05768%203.05782C5.04852%201.06697%209.33779%201.98237%2013.5134%205M16.471%207.52894C21.4097%2012.4676%2023.4115%2018.473%2020.9421%2020.9423C18.9535%2022.931%2014.6713%2022.0198%2010.5%2019.01M20.9423%203.05768C23.4117%205.52701%2021.4099%2011.5324%2016.4712%2016.4711C11.5326%2021.4097%205.5272%2023.4115%203.05787%2020.9422C1.06704%2018.9513%201.98242%2014.6621%205%2010.4865C5.72528%209.48285%206.57199%208.4858%207.52899%207.5288C12.4676%202.59014%2018.473%200.588345%2020.9423%203.05768Z%22%2F%3E%3Cpath%20d%3D%22M14.5%2012C14.5%2013.3807%2013.3807%2014.5%2012%2014.5C10.6193%2014.5%209.5%2013.3807%209.5%2012C9.5%2010.6193%2010.6193%209.5%2012%209.5C13.3807%209.5%2014.5%2010.6193%2014.5%2012Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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