music play icon

music-play-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
music-play-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the music play icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M13.18 11.86c-.4 0-.76-.22-.93-.58L10.8 8.39l-.42.78c-.23.43-.69.7-1.18.7h-.73c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h.64l.79-1.46c.19-.34.57-.57.93-.55c.39 0 .74.23.92.57l1.43 2.86l.34-.69c.23-.46.68-.74 1.2-.74h.81c.41 0 .75.34.75.75s-.34.75-.75.75h-.71l-.71 1.41c-.18.37-.53.59-.93.59"/><path d="M2.75 18.65c-.41 0-.75-.34-.75-.75v-5.7c-.05-2.71.96-5.27 2.84-7.19c1.88-1.91 4.4-2.96 7.11-2.96C17.49 2.05 22 6.56 22 12.1v5.7c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-5.7c0-4.71-3.83-8.55-8.55-8.55c-2.31 0-4.45.89-6.04 2.51c-1.6 1.63-2.45 3.8-2.41 6.12v5.71c0 .42-.33.76-.75.76"/><path d="M5.94 12.45h-.13c-2.1 0-3.81 1.71-3.81 3.81v1.88c0 2.1 1.71 3.81 3.81 3.81h.13c2.1 0 3.81-1.71 3.81-3.81v-1.88c0-2.1-1.71-3.81-3.81-3.81m12.25 0h-.13c-2.1 0-3.81 1.71-3.81 3.81v1.88c0 2.1 1.71 3.81 3.81 3.81h.13c2.1 0 3.81-1.71 3.81-3.81v-1.88c0-2.1-1.71-3.81-3.81-3.81"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconMusicPlayFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M13.18 11.86c-.4 0-.76-.22-.93-.58L10.8 8.39l-.42.78c-.23.43-.69.7-1.18.7h-.73c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h.64l.79-1.46c.19-.34.57-.57.93-.55c.39 0 .74.23.92.57l1.43 2.86l.34-.69c.23-.46.68-.74 1.2-.74h.81c.41 0 .75.34.75.75s-.34.75-.75.75h-.71l-.71 1.41c-.18.37-.53.59-.93.59"/><path d="M2.75 18.65c-.41 0-.75-.34-.75-.75v-5.7c-.05-2.71.96-5.27 2.84-7.19c1.88-1.91 4.4-2.96 7.11-2.96C17.49 2.05 22 6.56 22 12.1v5.7c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-5.7c0-4.71-3.83-8.55-8.55-8.55c-2.31 0-4.45.89-6.04 2.51c-1.6 1.63-2.45 3.8-2.41 6.12v5.71c0 .42-.33.76-.75.76"/><path d="M5.94 12.45h-.13c-2.1 0-3.81 1.71-3.81 3.81v1.88c0 2.1 1.71 3.81 3.81 3.81h.13c2.1 0 3.81-1.71 3.81-3.81v-1.88c0-2.1-1.71-3.81-3.81-3.81m12.25 0h-.13c-2.1 0-3.81 1.71-3.81 3.81v1.88c0 2.1 1.71 3.81 3.81 3.81h.13c2.1 0 3.81-1.71 3.81-3.81v-1.88c0-2.1-1.71-3.81-3.81-3.81"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M13.18 11.86c-.4 0-.76-.22-.93-.58L10.8 8.39l-.42.78c-.23.43-.69.7-1.18.7h-.73c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h.64l.79-1.46c.19-.34.57-.57.93-.55c.39 0 .74.23.92.57l1.43 2.86l.34-.69c.23-.46.68-.74 1.2-.74h.81c.41 0 .75.34.75.75s-.34.75-.75.75h-.71l-.71 1.41c-.18.37-.53.59-.93.59"/><path d="M2.75 18.65c-.41 0-.75-.34-.75-.75v-5.7c-.05-2.71.96-5.27 2.84-7.19c1.88-1.91 4.4-2.96 7.11-2.96C17.49 2.05 22 6.56 22 12.1v5.7c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-5.7c0-4.71-3.83-8.55-8.55-8.55c-2.31 0-4.45.89-6.04 2.51c-1.6 1.63-2.45 3.8-2.41 6.12v5.71c0 .42-.33.76-.75.76"/><path d="M5.94 12.45h-.13c-2.1 0-3.81 1.71-3.81 3.81v1.88c0 2.1 1.71 3.81 3.81 3.81h.13c2.1 0 3.81-1.71 3.81-3.81v-1.88c0-2.1-1.71-3.81-3.81-3.81m12.25 0h-.13c-2.1 0-3.81 1.71-3.81 3.81v1.88c0 2.1 1.71 3.81 3.81 3.81h.13c2.1 0 3.81-1.71 3.81-3.81v-1.88c0-2.1-1.71-3.81-3.81-3.81"/></g></svg>
</template>

CSS

.icon-music-play-filled {
  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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M13.18%2011.86c-.4%200-.76-.22-.93-.58L10.8%208.39l-.42.78c-.23.43-.69.7-1.18.7h-.73c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h.64l.79-1.46c.19-.34.57-.57.93-.55c.39%200%20.74.23.92.57l1.43%202.86l.34-.69c.23-.46.68-.74%201.2-.74h.81c.41%200%20.75.34.75.75s-.34.75-.75.75h-.71l-.71%201.41c-.18.37-.53.59-.93.59%22%2F%3E%3Cpath%20d%3D%22M2.75%2018.65c-.41%200-.75-.34-.75-.75v-5.7c-.05-2.71.96-5.27%202.84-7.19c1.88-1.91%204.4-2.96%207.11-2.96C17.49%202.05%2022%206.56%2022%2012.1v5.7c0%20.41-.34.75-.75.75s-.75-.34-.75-.75v-5.7c0-4.71-3.83-8.55-8.55-8.55c-2.31%200-4.45.89-6.04%202.51c-1.6%201.63-2.45%203.8-2.41%206.12v5.71c0%20.42-.33.76-.75.76%22%2F%3E%3Cpath%20d%3D%22M5.94%2012.45h-.13c-2.1%200-3.81%201.71-3.81%203.81v1.88c0%202.1%201.71%203.81%203.81%203.81h.13c2.1%200%203.81-1.71%203.81-3.81v-1.88c0-2.1-1.71-3.81-3.81-3.81m12.25%200h-.13c-2.1%200-3.81%201.71-3.81%203.81v1.88c0%202.1%201.71%203.81%203.81%203.81h.13c2.1%200%203.81-1.71%203.81-3.81v-1.88c0-2.1-1.71-3.81-3.81-3.81%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M13.18%2011.86c-.4%200-.76-.22-.93-.58L10.8%208.39l-.42.78c-.23.43-.69.7-1.18.7h-.73c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h.64l.79-1.46c.19-.34.57-.57.93-.55c.39%200%20.74.23.92.57l1.43%202.86l.34-.69c.23-.46.68-.74%201.2-.74h.81c.41%200%20.75.34.75.75s-.34.75-.75.75h-.71l-.71%201.41c-.18.37-.53.59-.93.59%22%2F%3E%3Cpath%20d%3D%22M2.75%2018.65c-.41%200-.75-.34-.75-.75v-5.7c-.05-2.71.96-5.27%202.84-7.19c1.88-1.91%204.4-2.96%207.11-2.96C17.49%202.05%2022%206.56%2022%2012.1v5.7c0%20.41-.34.75-.75.75s-.75-.34-.75-.75v-5.7c0-4.71-3.83-8.55-8.55-8.55c-2.31%200-4.45.89-6.04%202.51c-1.6%201.63-2.45%203.8-2.41%206.12v5.71c0%20.42-.33.76-.75.76%22%2F%3E%3Cpath%20d%3D%22M5.94%2012.45h-.13c-2.1%200-3.81%201.71-3.81%203.81v1.88c0%202.1%201.71%203.81%203.81%203.81h.13c2.1%200%203.81-1.71%203.81-3.81v-1.88c0-2.1-1.71-3.81-3.81-3.81m12.25%200h-.13c-2.1%200-3.81%201.71-3.81%203.81v1.88c0%202.1%201.71%203.81%203.81%203.81h.13c2.1%200%203.81-1.71%203.81-3.81v-1.88c0-2.1-1.71-3.81-3.81-3.81%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/music-play-filled.svg?color=%231a73e8&size=48