Music Play icon in outline, twotone, bold and bulk. Free in all four styles, for player, gallery, camera, music, volume. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconMusicPlay } from "@devigner-ui/icons";
<IconMusicPlay className="size-6" />
<script setup>
import { IconMusicPlay } from "@devigner-ui/icons-vue";
</script>
<template>
<IconMusicPlay class="size-6" />
</template>
<script>
import { IconMusicPlay } from "@devigner-ui/icons-svelte";
</script>
<IconMusicPlay class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.15 18.49v-2.92c0-.97.76-1.84 1.84-1.84.97 0 1.84.76 1.84 1.84v2.81a3.6 3.6 0 0 1-3.57 3.57 3.6 3.6 0 0 1-3.57-3.57v-6.16a9.9 9.9 0 0 1 9.95-10.17c5.62 0 10.05 4.55 10.05 10.06v6.16a3.6 3.6 0 0 1-3.57 3.57 3.6 3.6 0 0 1-3.57-3.57v-2.81c0-.97.76-1.84 1.84-1.84.97 0 1.84.76 1.84 1.84v3.03" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M16.2 9.12h-.81a.6.6 0 0 0-.53.32l-.75 1.5a.3.3 0 0 1-.53 0l-1.84-3.67c-.11-.21-.41-.22-.52-.01l-.84 1.55q-.17.3-.52.31h-.73" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>