Om Mantra Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Om Mantra 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/330585.svg" alt="Om Mantra icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330585.svg" alt="Om Mantra icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330585.svg" alt="Om Mantra icon" :width="24" :height="24" />
CSS background
.icon-om-mantra {
background-image: url('https://proicons.com/icon/330585.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M5.5,29.78972507c.76517524,5.54470341,3.27136445,12.99717027,11.6993629,12.99717027,4.0919648,0,7.82918053-2.38422866,7.82918053-6.73129825s-2.62819126-7.04179629-12.06546466-7.04179629c0,0,11.08919127,1.17545466,11.08919127-5.8995557,0-7.07511764-10.39083736-5.85519942-14.42762144-2.1956593"/><path class="b" d="M22.93762082,31.19470908c1.59174997-.19631526,3.3995534.30579625,5.49663104-.84954983s2.99811436-6.39501427,6.90713251-6.39501427c4.42506298,0,7.13666388,3.7184349,7.15852324,7.49003257.02929964,5.05263911-6.91583578,11.56141314-12.684124,4.94354877"/><path class="b" d="M22.14705077,9.6912282c.31834918,5.30583324,2.56802337,7.20532049,6.7171848,7.20532049s6.36700191-3.4381797,6.82329984-7.1947106"/><circle class="b" cx="28.91729512" cy="8.13131294" r="2.91820828"/></svg>
Copied!