Metronome Alt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Metronome Alt 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/329142.svg" alt="Metronome Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329142.svg" alt="Metronome Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329142.svg" alt="Metronome Alt icon" :width="24" :height="24" />
CSS background
.icon-metronome-alt {
background-image: url('https://proicons.com/icon/329142.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="m40.838,17.3518c-.9869,1.3513-2.8824,1.6467-4.2336.6598-1.3513-.9869-1.6467-2.8824-.6598-4.2336.9869-1.3513,2.8824-1.6467,4.2336-.6598,1.3513.9869,1.6467,2.8824.6598,4.2336Zm-17.1163,18.2995l12.8834-17.641m3.5737-4.8934l1.6989-2.3263m-20.6064,12.7128h4.8476m-3.6357-2.8278h2.4238m-3.6357,8.4834h4.8476m-3.6357-2.8278h2.4238m-3.6357-8.4834h4.8476m-3.6357-2.8278h2.4238m8.5844,2.3673l-1.9189-5.397c-1.9842-4.5676-3.6901-7.4902-7.8253-7.4902s-6.6871,2.8535-7.9295,7.4902l-9.6953,27.2679v4.2417h35.1453v-4.2417l-5.4568-15.3474m-2.8178,3.853l2.821,7.8586H11.5759l8.4834-23.6322h7.2715l3.3275,9.2694"/></svg>
Copied!