Harmonoid Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Harmonoid 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/326912.svg" alt="Harmonoid icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326912.svg" alt="Harmonoid icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326912.svg" alt="Harmonoid icon" :width="24" :height="24" />
CSS background
.icon-harmonoid {
background-image: url('https://proicons.com/icon/326912.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="M34.0805,30.3328c0,5.5149-4.4879,9.9855-10.0241,9.9855h0c-5.5362,0-10.0241-4.4707-10.0241-9.9855s4.4879-9.9855,10.0241-9.9855,10.0241,4.4707,10.0241,9.9855h0"/><path class="b" d="M27.0452,14.2186c0,3.6102-2.9383,6.5369-6.5629,6.5369h0c-3.6246,0-6.5629-2.9267-6.5629-6.5369h0c0-3.6102,2.9383-6.5369,6.5629-6.5369h.0009c3.6242.0005,6.562,2.927,6.562,6.5369"/><rect class="b" x="11" y="4.5" width="26" height="39"/></svg>
Copied!