Atom Meditation Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Atom Meditation 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/336692.svg" alt="Atom Meditation icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336692.svg" alt="Atom Meditation icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336692.svg" alt="Atom Meditation icon" :width="24" :height="24" />
CSS background
.icon-atom-meditation {
background-image: url('https://proicons.com/icon/336692.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m13.4731,39.2237c9.7279,8.6876,26.693-21.0875,24.5577-25.0915-2.1355-4.004-29.3624,18.9522-27.4938,21.6214,1.8685,2.6694,26.693-21.6214,24.691-24.1571-2.0019-2.5359-28.8082,16.7486-26.8285,19.092,1.9796,2.3436,27.9413-9.031,26.8285-12.5523-1.1128-3.5212-29.1234,9.8764-29.2568,10.6772-.3125,1.8751,4.9403,1.1656,6.3604,3.45.5933.9545.319,3.9275,1.1416,5.2252.8227,1.2977,29.0955-8.9422,28.5616-11.6114-.5338-2.6694-25.6198,6.5736-24.8246,8.5418.7952,1.9681,23.8904-9.6096,23.2231-11.3446-.6674-1.735-24.1573,13.6134-23.2231,15.3484.9344,1.7351,20.4001-4.8284,19.6195-6.6732-.7808-1.8448-25.6254-17.6174-27.0934-14.6811-1.4682,2.9361,2.8982,17.3505,6.1393,17.3505,21.7373-15.6643,6.5819-52.5251-1.3354-6.8069.3212,1.9225,6.674,11.8786,8.5426,13.6136,1.8685,1.7351,11.2001,2.1003,11.4138-1.494.2138-3.5941-22.8751-2.1616-21.0234-.5079Z"/></svg>
Copied!