metronome icon
metronome-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- metronome-light
- Set
- Phosphor
- Style
- Light
- 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="m213.33 203.75l-28.45-89.41L212.43 84a6 6 0 0 0-8.88-8l-22.87 25.17l-18.26-57.42A13.94 13.94 0 0 0 149.08 34h-42.16a13.94 13.94 0 0 0-13.34 9.75l-50.91 160A14 14 0 0 0 56 222h144a14 14 0 0 0 13.34-18.25ZM187.45 162h-45.89l34-37.39ZM105 47.39a2 2 0 0 1 1.92-1.39h42.16a2 2 0 0 1 1.92 1.39l20.36 64l-46 50.61H68.55Zm96.6 161.79a1.94 1.94 0 0 1-1.6.82H56a2 2 0 0 1-1.9-2.61L64.73 174h126.54l10.62 33.39a1.94 1.94 0 0 1-.29 1.79"/></svg>
React
import type { SVGProps } from "react";
export function PhMetronomeLight(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="m213.33 203.75l-28.45-89.41L212.43 84a6 6 0 0 0-8.88-8l-22.87 25.17l-18.26-57.42A13.94 13.94 0 0 0 149.08 34h-42.16a13.94 13.94 0 0 0-13.34 9.75l-50.91 160A14 14 0 0 0 56 222h144a14 14 0 0 0 13.34-18.25ZM187.45 162h-45.89l34-37.39ZM105 47.39a2 2 0 0 1 1.92-1.39h42.16a2 2 0 0 1 1.92 1.39l20.36 64l-46 50.61H68.55Zm96.6 161.79a1.94 1.94 0 0 1-1.6.82H56a2 2 0 0 1-1.9-2.61L64.73 174h126.54l10.62 33.39a1.94 1.94 0 0 1-.29 1.79"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m213.33 203.75l-28.45-89.41L212.43 84a6 6 0 0 0-8.88-8l-22.87 25.17l-18.26-57.42A13.94 13.94 0 0 0 149.08 34h-42.16a13.94 13.94 0 0 0-13.34 9.75l-50.91 160A14 14 0 0 0 56 222h144a14 14 0 0 0 13.34-18.25ZM187.45 162h-45.89l34-37.39ZM105 47.39a2 2 0 0 1 1.92-1.39h42.16a2 2 0 0 1 1.92 1.39l20.36 64l-46 50.61H68.55Zm96.6 161.79a1.94 1.94 0 0 1-1.6.82H56a2 2 0 0 1-1.9-2.61L64.73 174h126.54l10.62 33.39a1.94 1.94 0 0 1-.29 1.79"/></svg> </template>
CSS
.icon-metronome-light {
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%22m213.33%20203.75l-28.45-89.41L212.43%2084a6%206%200%200%200-8.88-8l-22.87%2025.17l-18.26-57.42A13.94%2013.94%200%200%200%20149.08%2034h-42.16a13.94%2013.94%200%200%200-13.34%209.75l-50.91%20160A14%2014%200%200%200%2056%20222h144a14%2014%200%200%200%2013.34-18.25ZM187.45%20162h-45.89l34-37.39ZM105%2047.39a2%202%200%200%201%201.92-1.39h42.16a2%202%200%200%201%201.92%201.39l20.36%2064l-46%2050.61H68.55Zm96.6%20161.79a1.94%201.94%200%200%201-1.6.82H56a2%202%200%200%201-1.9-2.61L64.73%20174h126.54l10.62%2033.39a1.94%201.94%200%200%201-.29%201.79%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%22m213.33%20203.75l-28.45-89.41L212.43%2084a6%206%200%200%200-8.88-8l-22.87%2025.17l-18.26-57.42A13.94%2013.94%200%200%200%20149.08%2034h-42.16a13.94%2013.94%200%200%200-13.34%209.75l-50.91%20160A14%2014%200%200%200%2056%20222h144a14%2014%200%200%200%2013.34-18.25ZM187.45%20162h-45.89l34-37.39ZM105%2047.39a2%202%200%200%201%201.92-1.39h42.16a2%202%200%200%201%201.92%201.39l20.36%2064l-46%2050.61H68.55Zm96.6%20161.79a1.94%201.94%200%200%201-1.6.82H56a2%202%200%200%201-1.9-2.61L64.73%20174h126.54l10.62%2033.39a1.94%201.94%200%200%201-.29%201.79%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/metronome-light.svg?color=%231a73e8&size=48