music circle icon
music-circle-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- music-circle-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All music circle icons →More newicons icons from Reicon
Use the music circle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M2.582 9.42c-.08 0-.17-.01-.25-.04a.763.763 0 0 1-.46-.96c.67-1.88 1.83-3.53 3.38-4.78c.32-.26.79-.21 1.05.11s.21.79-.11 1.06a9.24 9.24 0 0 0-2.9 4.11c-.11.31-.4.5-.71.5m-.002 6.66a.75.75 0 0 1-.71-.5c-.41-1.16-.62-2.37-.62-3.58c0-.41.34-.75.75-.75s.75.34.75.75c0 1.04.18 2.08.54 3.08c.14.39-.07.82-.46.96c-.08.03-.17.04-.25.04m9.419 6.672c-1.06 0-2.11-.16-3.13-.47a.75.75 0 0 1-.5-.94c.12-.4.54-.62.94-.5c.87.27 1.78.4 2.69.4c5.1 0 9.25-4.15 9.25-9.25c0-.52-.05-1.06-.15-1.63c-.07-.41.2-.8.61-.87c.4-.07.8.2.87.61c.12.66.18 1.28.18 1.9c-.01 5.93-4.83 10.75-10.76 10.75m-6.281-2.254a.7.7 0 0 1-.47-.17c-.57-.46-1.03-.9-1.42-1.35a.757.757 0 0 1 .08-1.06c.32-.27.79-.23 1.06.08c.33.38.73.76 1.22 1.16c.32.26.37.73.11 1.05a.72.72 0 0 1-.58.29M20.238 7.09a.74.74 0 0 1-.62-.33a9.25 9.25 0 0 0-10.31-3.61a.76.76 0 0 1-.94-.5c-.13-.4.1-.82.5-.94c1.02-.3 2.07-.46 3.13-.46c3.54 0 6.85 1.75 8.86 4.67c.23.34.15.81-.19 1.04c-.13.09-.28.13-.43.13"/><path d="M16.03 6.499c-.33-.25-.93-.5-1.89-.24l-3.19.86c-.92.26-1.52 1.04-1.52 2v4.22c-.26-.1-.54-.16-.84-.16c-1.29 0-2.34 1.05-2.34 2.34s1.05 2.34 2.34 2.34c1.28 0 2.31-1.03 2.33-2.3c0-.01.01-.02.01-.04v-4.19l4.32-1.18v2.13c-.26-.1-.54-.16-.84-.16c-1.29 0-2.34 1.05-2.34 2.34s1.05 2.34 2.34 2.34s2.34-1.05 2.34-2.34v-6.21c0-.8-.24-1.39-.72-1.75m-7.44 9.86c-.46 0-.84-.38-.84-.84s.38-.84.84-.84s.84.38.84.84s-.38.84-.84.84m5.82-1.06c-.46 0-.84-.38-.84-.84s.38-.84.84-.84s.84.38.84.84s-.38.84-.84.84"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconMusicCircleFilled(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="M2.582 9.42c-.08 0-.17-.01-.25-.04a.763.763 0 0 1-.46-.96c.67-1.88 1.83-3.53 3.38-4.78c.32-.26.79-.21 1.05.11s.21.79-.11 1.06a9.24 9.24 0 0 0-2.9 4.11c-.11.31-.4.5-.71.5m-.002 6.66a.75.75 0 0 1-.71-.5c-.41-1.16-.62-2.37-.62-3.58c0-.41.34-.75.75-.75s.75.34.75.75c0 1.04.18 2.08.54 3.08c.14.39-.07.82-.46.96c-.08.03-.17.04-.25.04m9.419 6.672c-1.06 0-2.11-.16-3.13-.47a.75.75 0 0 1-.5-.94c.12-.4.54-.62.94-.5c.87.27 1.78.4 2.69.4c5.1 0 9.25-4.15 9.25-9.25c0-.52-.05-1.06-.15-1.63c-.07-.41.2-.8.61-.87c.4-.07.8.2.87.61c.12.66.18 1.28.18 1.9c-.01 5.93-4.83 10.75-10.76 10.75m-6.281-2.254a.7.7 0 0 1-.47-.17c-.57-.46-1.03-.9-1.42-1.35a.757.757 0 0 1 .08-1.06c.32-.27.79-.23 1.06.08c.33.38.73.76 1.22 1.16c.32.26.37.73.11 1.05a.72.72 0 0 1-.58.29M20.238 7.09a.74.74 0 0 1-.62-.33a9.25 9.25 0 0 0-10.31-3.61a.76.76 0 0 1-.94-.5c-.13-.4.1-.82.5-.94c1.02-.3 2.07-.46 3.13-.46c3.54 0 6.85 1.75 8.86 4.67c.23.34.15.81-.19 1.04c-.13.09-.28.13-.43.13"/><path d="M16.03 6.499c-.33-.25-.93-.5-1.89-.24l-3.19.86c-.92.26-1.52 1.04-1.52 2v4.22c-.26-.1-.54-.16-.84-.16c-1.29 0-2.34 1.05-2.34 2.34s1.05 2.34 2.34 2.34c1.28 0 2.31-1.03 2.33-2.3c0-.01.01-.02.01-.04v-4.19l4.32-1.18v2.13c-.26-.1-.54-.16-.84-.16c-1.29 0-2.34 1.05-2.34 2.34s1.05 2.34 2.34 2.34s2.34-1.05 2.34-2.34v-6.21c0-.8-.24-1.39-.72-1.75m-7.44 9.86c-.46 0-.84-.38-.84-.84s.38-.84.84-.84s.84.38.84.84s-.38.84-.84.84m5.82-1.06c-.46 0-.84-.38-.84-.84s.38-.84.84-.84s.84.38.84.84s-.38.84-.84.84"/></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="M2.582 9.42c-.08 0-.17-.01-.25-.04a.763.763 0 0 1-.46-.96c.67-1.88 1.83-3.53 3.38-4.78c.32-.26.79-.21 1.05.11s.21.79-.11 1.06a9.24 9.24 0 0 0-2.9 4.11c-.11.31-.4.5-.71.5m-.002 6.66a.75.75 0 0 1-.71-.5c-.41-1.16-.62-2.37-.62-3.58c0-.41.34-.75.75-.75s.75.34.75.75c0 1.04.18 2.08.54 3.08c.14.39-.07.82-.46.96c-.08.03-.17.04-.25.04m9.419 6.672c-1.06 0-2.11-.16-3.13-.47a.75.75 0 0 1-.5-.94c.12-.4.54-.62.94-.5c.87.27 1.78.4 2.69.4c5.1 0 9.25-4.15 9.25-9.25c0-.52-.05-1.06-.15-1.63c-.07-.41.2-.8.61-.87c.4-.07.8.2.87.61c.12.66.18 1.28.18 1.9c-.01 5.93-4.83 10.75-10.76 10.75m-6.281-2.254a.7.7 0 0 1-.47-.17c-.57-.46-1.03-.9-1.42-1.35a.757.757 0 0 1 .08-1.06c.32-.27.79-.23 1.06.08c.33.38.73.76 1.22 1.16c.32.26.37.73.11 1.05a.72.72 0 0 1-.58.29M20.238 7.09a.74.74 0 0 1-.62-.33a9.25 9.25 0 0 0-10.31-3.61a.76.76 0 0 1-.94-.5c-.13-.4.1-.82.5-.94c1.02-.3 2.07-.46 3.13-.46c3.54 0 6.85 1.75 8.86 4.67c.23.34.15.81-.19 1.04c-.13.09-.28.13-.43.13"/><path d="M16.03 6.499c-.33-.25-.93-.5-1.89-.24l-3.19.86c-.92.26-1.52 1.04-1.52 2v4.22c-.26-.1-.54-.16-.84-.16c-1.29 0-2.34 1.05-2.34 2.34s1.05 2.34 2.34 2.34c1.28 0 2.31-1.03 2.33-2.3c0-.01.01-.02.01-.04v-4.19l4.32-1.18v2.13c-.26-.1-.54-.16-.84-.16c-1.29 0-2.34 1.05-2.34 2.34s1.05 2.34 2.34 2.34s2.34-1.05 2.34-2.34v-6.21c0-.8-.24-1.39-.72-1.75m-7.44 9.86c-.46 0-.84-.38-.84-.84s.38-.84.84-.84s.84.38.84.84s-.38.84-.84.84m5.82-1.06c-.46 0-.84-.38-.84-.84s.38-.84.84-.84s.84.38.84.84s-.38.84-.84.84"/></g></svg> </template>
CSS
.icon-music-circle-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%22M2.582%209.42c-.08%200-.17-.01-.25-.04a.763.763%200%200%201-.46-.96c.67-1.88%201.83-3.53%203.38-4.78c.32-.26.79-.21%201.05.11s.21.79-.11%201.06a9.24%209.24%200%200%200-2.9%204.11c-.11.31-.4.5-.71.5m-.002%206.66a.75.75%200%200%201-.71-.5c-.41-1.16-.62-2.37-.62-3.58c0-.41.34-.75.75-.75s.75.34.75.75c0%201.04.18%202.08.54%203.08c.14.39-.07.82-.46.96c-.08.03-.17.04-.25.04m9.419%206.672c-1.06%200-2.11-.16-3.13-.47a.75.75%200%200%201-.5-.94c.12-.4.54-.62.94-.5c.87.27%201.78.4%202.69.4c5.1%200%209.25-4.15%209.25-9.25c0-.52-.05-1.06-.15-1.63c-.07-.41.2-.8.61-.87c.4-.07.8.2.87.61c.12.66.18%201.28.18%201.9c-.01%205.93-4.83%2010.75-10.76%2010.75m-6.281-2.254a.7.7%200%200%201-.47-.17c-.57-.46-1.03-.9-1.42-1.35a.757.757%200%200%201%20.08-1.06c.32-.27.79-.23%201.06.08c.33.38.73.76%201.22%201.16c.32.26.37.73.11%201.05a.72.72%200%200%201-.58.29M20.238%207.09a.74.74%200%200%201-.62-.33a9.25%209.25%200%200%200-10.31-3.61a.76.76%200%200%201-.94-.5c-.13-.4.1-.82.5-.94c1.02-.3%202.07-.46%203.13-.46c3.54%200%206.85%201.75%208.86%204.67c.23.34.15.81-.19%201.04c-.13.09-.28.13-.43.13%22%2F%3E%3Cpath%20d%3D%22M16.03%206.499c-.33-.25-.93-.5-1.89-.24l-3.19.86c-.92.26-1.52%201.04-1.52%202v4.22c-.26-.1-.54-.16-.84-.16c-1.29%200-2.34%201.05-2.34%202.34s1.05%202.34%202.34%202.34c1.28%200%202.31-1.03%202.33-2.3c0-.01.01-.02.01-.04v-4.19l4.32-1.18v2.13c-.26-.1-.54-.16-.84-.16c-1.29%200-2.34%201.05-2.34%202.34s1.05%202.34%202.34%202.34s2.34-1.05%202.34-2.34v-6.21c0-.8-.24-1.39-.72-1.75m-7.44%209.86c-.46%200-.84-.38-.84-.84s.38-.84.84-.84s.84.38.84.84s-.38.84-.84.84m5.82-1.06c-.46%200-.84-.38-.84-.84s.38-.84.84-.84s.84.38.84.84s-.38.84-.84.84%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%22M2.582%209.42c-.08%200-.17-.01-.25-.04a.763.763%200%200%201-.46-.96c.67-1.88%201.83-3.53%203.38-4.78c.32-.26.79-.21%201.05.11s.21.79-.11%201.06a9.24%209.24%200%200%200-2.9%204.11c-.11.31-.4.5-.71.5m-.002%206.66a.75.75%200%200%201-.71-.5c-.41-1.16-.62-2.37-.62-3.58c0-.41.34-.75.75-.75s.75.34.75.75c0%201.04.18%202.08.54%203.08c.14.39-.07.82-.46.96c-.08.03-.17.04-.25.04m9.419%206.672c-1.06%200-2.11-.16-3.13-.47a.75.75%200%200%201-.5-.94c.12-.4.54-.62.94-.5c.87.27%201.78.4%202.69.4c5.1%200%209.25-4.15%209.25-9.25c0-.52-.05-1.06-.15-1.63c-.07-.41.2-.8.61-.87c.4-.07.8.2.87.61c.12.66.18%201.28.18%201.9c-.01%205.93-4.83%2010.75-10.76%2010.75m-6.281-2.254a.7.7%200%200%201-.47-.17c-.57-.46-1.03-.9-1.42-1.35a.757.757%200%200%201%20.08-1.06c.32-.27.79-.23%201.06.08c.33.38.73.76%201.22%201.16c.32.26.37.73.11%201.05a.72.72%200%200%201-.58.29M20.238%207.09a.74.74%200%200%201-.62-.33a9.25%209.25%200%200%200-10.31-3.61a.76.76%200%200%201-.94-.5c-.13-.4.1-.82.5-.94c1.02-.3%202.07-.46%203.13-.46c3.54%200%206.85%201.75%208.86%204.67c.23.34.15.81-.19%201.04c-.13.09-.28.13-.43.13%22%2F%3E%3Cpath%20d%3D%22M16.03%206.499c-.33-.25-.93-.5-1.89-.24l-3.19.86c-.92.26-1.52%201.04-1.52%202v4.22c-.26-.1-.54-.16-.84-.16c-1.29%200-2.34%201.05-2.34%202.34s1.05%202.34%202.34%202.34c1.28%200%202.31-1.03%202.33-2.3c0-.01.01-.02.01-.04v-4.19l4.32-1.18v2.13c-.26-.1-.54-.16-.84-.16c-1.29%200-2.34%201.05-2.34%202.34s1.05%202.34%202.34%202.34s2.34-1.05%202.34-2.34v-6.21c0-.8-.24-1.39-.72-1.75m-7.44%209.86c-.46%200-.84-.38-.84-.84s.38-.84.84-.84s.84.38.84.84s-.38.84-.84.84m5.82-1.06c-.46%200-.84-.38-.84-.84s.38-.84.84-.84s.84.38.84.84s-.38.84-.84.84%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-circle-filled.svg?color=%231a73e8&size=48