Harmonic Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Harmonic 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/341469.svg" alt="Harmonic icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341469.svg" alt="Harmonic icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341469.svg" alt="Harmonic icon" :width="24" :height="24" />
CSS background
.icon-harmonic {
background-image: url('https://proicons.com/icon/341469.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><path class="a" d="M4.5,24.4516s18.03-28.3092,39-.4319"/><path class="a" d="M43.5,24.02c-18.2922,43.0749-20.713-43.0106-39,.4319C15.25-10.38,17.1445,36.5921,23.6978,36.6353,31.8565,36.6891,33.0475-10.558,43.5,24.02Z"/></svg>
Copied!