metronome icon
metronome from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- metronome
- Set
- Phosphor
- Style
- Regular
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Use the metronome icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m187.14 114.84l26.78-29.46a8 8 0 0 0-11.84-10.76l-20.55 22.6l-17.2-54.07A15.94 15.94 0 0 0 149.08 32h-42.17a15.94 15.94 0 0 0-15.25 11.15l-50.91 160A16 16 0 0 0 56 224h144a16 16 0 0 0 15.25-20.85ZM184.72 160h-38.64l28.62-31.48ZM106.91 48h42.17l20 62.9l-44.62 49.1H71.27ZM56 208l10.18-32h123.63L200 208Z"/></svg>
React
import type { SVGProps } from "react";
export function PhMetronome(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m187.14 114.84l26.78-29.46a8 8 0 0 0-11.84-10.76l-20.55 22.6l-17.2-54.07A15.94 15.94 0 0 0 149.08 32h-42.17a15.94 15.94 0 0 0-15.25 11.15l-50.91 160A16 16 0 0 0 56 224h144a16 16 0 0 0 15.25-20.85ZM184.72 160h-38.64l28.62-31.48ZM106.91 48h42.17l20 62.9l-44.62 49.1H71.27ZM56 208l10.18-32h123.63L200 208Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m187.14 114.84l26.78-29.46a8 8 0 0 0-11.84-10.76l-20.55 22.6l-17.2-54.07A15.94 15.94 0 0 0 149.08 32h-42.17a15.94 15.94 0 0 0-15.25 11.15l-50.91 160A16 16 0 0 0 56 224h144a16 16 0 0 0 15.25-20.85ZM184.72 160h-38.64l28.62-31.48ZM106.91 48h42.17l20 62.9l-44.62 49.1H71.27ZM56 208l10.18-32h123.63L200 208Z"/></svg> </template>
CSS
.icon-metronome {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m187.14%20114.84l26.78-29.46a8%208%200%200%200-11.84-10.76l-20.55%2022.6l-17.2-54.07A15.94%2015.94%200%200%200%20149.08%2032h-42.17a15.94%2015.94%200%200%200-15.25%2011.15l-50.91%20160A16%2016%200%200%200%2056%20224h144a16%2016%200%200%200%2015.25-20.85ZM184.72%20160h-38.64l28.62-31.48ZM106.91%2048h42.17l20%2062.9l-44.62%2049.1H71.27ZM56%20208l10.18-32h123.63L200%20208Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m187.14%20114.84l26.78-29.46a8%208%200%200%200-11.84-10.76l-20.55%2022.6l-17.2-54.07A15.94%2015.94%200%200%200%20149.08%2032h-42.17a15.94%2015.94%200%200%200-15.25%2011.15l-50.91%20160A16%2016%200%200%200%2056%20224h144a16%2016%200%200%200%2015.25-20.85ZM184.72%20160h-38.64l28.62-31.48ZM106.91%2048h42.17l20%2062.9l-44.62%2049.1H71.27ZM56%20208l10.18-32h123.63L200%20208Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/metronome.svg?color=%231a73e8&size=48