Atomas Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Atomas 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/322135.svg" alt="Atomas icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322135.svg" alt="Atomas icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322135.svg" alt="Atomas icon" :width="24" :height="24" />
CSS background
.icon-atomas {
background-image: url('https://proicons.com/icon/322135.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="c" x1="20.169" y1="29.8214" x2="24.0847" y2="18.1025"/><line class="c" x1="27.831" y1="29.8497" x2="24.0847" y2="18.1025"/><line class="c" x1="26.5791" y1="25.9245" x2="21.468" y2="25.9245"/><path class="c" d="m17.0251,23.9667c-4.5464-8.8481-6.1466-16.6607-3.5204-18.1762,2.9274-1.6943,10.0058,5.0829,15.8041,15.1264,5.7983,10.0435,8.1233,19.5598,5.1959,21.2447-2.6732,1.5437-8.801-3.9628-14.2604-12.5755"/><path class="c" d="m28.8382,7.899c-3.1251,2.6356-6.8431,7.2949-10.1376,13.0085-5.7983,10.0435-8.1233,19.5598-5.1959,21.2447,2.6732,1.5437,8.801-3.9628,14.251-12.5661"/><path class="c" d="m30.9749,23.9667c4.5464-8.8481,6.1466-16.6607,3.5204-18.1762"/><path class="c" d="m8.1488,27.9953c3.8498,1.2896,9.5258,2.1085,15.8512,2.1085,11.5966,0,21-2.7391,21-6.1277,0-3.0403-7.5773-5.5536-17.5173-6.043"/><path class="c" d="m20.5173,17.933c-9.9399.4895-17.5173,3.0121-17.5173,6.043"/><circle class="c" cx="5.1649" cy="26.414" r="1.4119"/><circle class="c" cx="31.6714" cy="6.1764" r="1.4119"/></svg>
Copied!