metronome icon

metronome-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
metronome-thin
Set
Phosphor
Style
Thin
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="M182.63 113.85L211 82.69a4 4 0 1 0-6-5.38L179.82 105l-19.3-60.68A12 12 0 0 0 149.08 36h-42.16a12 12 0 0 0-11.44 8.36l-50.9 160A12 12 0 0 0 56 220h144a12 12 0 0 0 11.43-15.64Zm7.56 50.15H137l39.37-43.31ZM103.1 46.79a4 4 0 0 1 3.82-2.79h42.16a4 4 0 0 1 3.82 2.79l20.71 65.09L126.23 164H65.81Zm100.12 163.57A4 4 0 0 1 200 212H56a4 4 0 0 1-3.81-5.21L63.27 172h129.46l11.07 34.79a4 4 0 0 1-.58 3.57"/></svg>

React

import type { SVGProps } from "react";

export function PhMetronomeThin(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="M182.63 113.85L211 82.69a4 4 0 1 0-6-5.38L179.82 105l-19.3-60.68A12 12 0 0 0 149.08 36h-42.16a12 12 0 0 0-11.44 8.36l-50.9 160A12 12 0 0 0 56 220h144a12 12 0 0 0 11.43-15.64Zm7.56 50.15H137l39.37-43.31ZM103.1 46.79a4 4 0 0 1 3.82-2.79h42.16a4 4 0 0 1 3.82 2.79l20.71 65.09L126.23 164H65.81Zm100.12 163.57A4 4 0 0 1 200 212H56a4 4 0 0 1-3.81-5.21L63.27 172h129.46l11.07 34.79a4 4 0 0 1-.58 3.57"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M182.63 113.85L211 82.69a4 4 0 1 0-6-5.38L179.82 105l-19.3-60.68A12 12 0 0 0 149.08 36h-42.16a12 12 0 0 0-11.44 8.36l-50.9 160A12 12 0 0 0 56 220h144a12 12 0 0 0 11.43-15.64Zm7.56 50.15H137l39.37-43.31ZM103.1 46.79a4 4 0 0 1 3.82-2.79h42.16a4 4 0 0 1 3.82 2.79l20.71 65.09L126.23 164H65.81Zm100.12 163.57A4 4 0 0 1 200 212H56a4 4 0 0 1-3.81-5.21L63.27 172h129.46l11.07 34.79a4 4 0 0 1-.58 3.57"/></svg>
</template>

CSS

.icon-metronome-thin {
  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%22M182.63%20113.85L211%2082.69a4%204%200%201%200-6-5.38L179.82%20105l-19.3-60.68A12%2012%200%200%200%20149.08%2036h-42.16a12%2012%200%200%200-11.44%208.36l-50.9%20160A12%2012%200%200%200%2056%20220h144a12%2012%200%200%200%2011.43-15.64Zm7.56%2050.15H137l39.37-43.31ZM103.1%2046.79a4%204%200%200%201%203.82-2.79h42.16a4%204%200%200%201%203.82%202.79l20.71%2065.09L126.23%20164H65.81Zm100.12%20163.57A4%204%200%200%201%20200%20212H56a4%204%200%200%201-3.81-5.21L63.27%20172h129.46l11.07%2034.79a4%204%200%200%201-.58%203.57%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%22M182.63%20113.85L211%2082.69a4%204%200%201%200-6-5.38L179.82%20105l-19.3-60.68A12%2012%200%200%200%20149.08%2036h-42.16a12%2012%200%200%200-11.44%208.36l-50.9%20160A12%2012%200%200%200%2056%20220h144a12%2012%200%200%200%2011.43-15.64Zm7.56%2050.15H137l39.37-43.31ZM103.1%2046.79a4%204%200%200%201%203.82-2.79h42.16a4%204%200%200%201%203.82%202.79l20.71%2065.09L126.23%20164H65.81Zm100.12%20163.57A4%204%200%200%201%20200%20212H56a4%204%200%200%201-3.81-5.21L63.27%20172h129.46l11.07%2034.79a4%204%200%200%201-.58%203.57%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/metronome-thin.svg?color=%231a73e8&size=48