Atom Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Atom icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/336690.svg" alt="Atom icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336690.svg" alt="Atom icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336690.svg" alt="Atom icon" :width="24" :height="24" />
CSS background
.icon-atom {
background-image: url('https://proicons.com/icon/336690.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="a" cx="24" cy="24" r="16.3375"/><ellipse class="a" cx="24" cy="24" rx="6.85" ry="16.3375"/><ellipse class="a" cx="24" cy="24" rx="16.3375" ry="6.85" transform="translate(-8.7846 15.2154) rotate(-30)"/><ellipse class="a" cx="24" cy="24" rx="6.85" ry="16.3375" transform="translate(-8.7846 32.7846) rotate(-60)"/><path class="a" d="M40.3375,24V44.1394"/><circle class="a" cx="24" cy="24" r="2.8677"/><path class="a" d="M37.1834,40.985A21.5008,21.5008,0,1,1,45.5,24V42.44"/></svg>
Atom in other icon packs
Copied!