music circle icon
music-circle from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.
- Name
- music-circle
- Set
- Reicon
- Style
- Outline
- 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="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M2.58 8.67a10 10 0 0 1 3.14-4.44M2 12c0 1.17.21 2.29.58 3.33m6.51 6.24c.92.28 1.9.43 2.91.43c5.52 0 10-4.48 10-10c0-.6-.06-1.19-.16-1.76M5.72 19.75c-.47-.38-.92-.8-1.32-1.26M20.24 6.34A9.98 9.98 0 0 0 12 2c-1.01 0-1.99.15-2.91.43m-.5 14.68a1.59 1.59 0 1 0 0-3.18a1.59 1.59 0 0 0 0 3.18"/><path d="M16 14.46V8.25c0-1.32-.83-1.51-1.67-1.28l-3.18.87c-.58.16-.98.61-.98 1.28v6.4"/><path d="M14.41 16.05a1.59 1.59 0 1 0 0-3.18a1.59 1.59 0 0 0 0 3.18m-4.23-5.29L16 9.17"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconMusicCircle(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M2.58 8.67a10 10 0 0 1 3.14-4.44M2 12c0 1.17.21 2.29.58 3.33m6.51 6.24c.92.28 1.9.43 2.91.43c5.52 0 10-4.48 10-10c0-.6-.06-1.19-.16-1.76M5.72 19.75c-.47-.38-.92-.8-1.32-1.26M20.24 6.34A9.98 9.98 0 0 0 12 2c-1.01 0-1.99.15-2.91.43m-.5 14.68a1.59 1.59 0 1 0 0-3.18a1.59 1.59 0 0 0 0 3.18"/><path d="M16 14.46V8.25c0-1.32-.83-1.51-1.67-1.28l-3.18.87c-.58.16-.98.61-.98 1.28v6.4"/><path d="M14.41 16.05a1.59 1.59 0 1 0 0-3.18a1.59 1.59 0 0 0 0 3.18m-4.23-5.29L16 9.17"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M2.58 8.67a10 10 0 0 1 3.14-4.44M2 12c0 1.17.21 2.29.58 3.33m6.51 6.24c.92.28 1.9.43 2.91.43c5.52 0 10-4.48 10-10c0-.6-.06-1.19-.16-1.76M5.72 19.75c-.47-.38-.92-.8-1.32-1.26M20.24 6.34A9.98 9.98 0 0 0 12 2c-1.01 0-1.99.15-2.91.43m-.5 14.68a1.59 1.59 0 1 0 0-3.18a1.59 1.59 0 0 0 0 3.18"/><path d="M16 14.46V8.25c0-1.32-.83-1.51-1.67-1.28l-3.18.87c-.58.16-.98.61-.98 1.28v6.4"/><path d="M14.41 16.05a1.59 1.59 0 1 0 0-3.18a1.59 1.59 0 0 0 0 3.18m-4.23-5.29L16 9.17"/></g></svg> </template>
CSS
.icon-music-circle {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M2.58%208.67a10%2010%200%200%201%203.14-4.44M2%2012c0%201.17.21%202.29.58%203.33m6.51%206.24c.92.28%201.9.43%202.91.43c5.52%200%2010-4.48%2010-10c0-.6-.06-1.19-.16-1.76M5.72%2019.75c-.47-.38-.92-.8-1.32-1.26M20.24%206.34A9.98%209.98%200%200%200%2012%202c-1.01%200-1.99.15-2.91.43m-.5%2014.68a1.59%201.59%200%201%200%200-3.18a1.59%201.59%200%200%200%200%203.18%22%2F%3E%3Cpath%20d%3D%22M16%2014.46V8.25c0-1.32-.83-1.51-1.67-1.28l-3.18.87c-.58.16-.98.61-.98%201.28v6.4%22%2F%3E%3Cpath%20d%3D%22M14.41%2016.05a1.59%201.59%200%201%200%200-3.18a1.59%201.59%200%200%200%200%203.18m-4.23-5.29L16%209.17%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M2.58%208.67a10%2010%200%200%201%203.14-4.44M2%2012c0%201.17.21%202.29.58%203.33m6.51%206.24c.92.28%201.9.43%202.91.43c5.52%200%2010-4.48%2010-10c0-.6-.06-1.19-.16-1.76M5.72%2019.75c-.47-.38-.92-.8-1.32-1.26M20.24%206.34A9.98%209.98%200%200%200%2012%202c-1.01%200-1.99.15-2.91.43m-.5%2014.68a1.59%201.59%200%201%200%200-3.18a1.59%201.59%200%200%200%200%203.18%22%2F%3E%3Cpath%20d%3D%22M16%2014.46V8.25c0-1.32-.83-1.51-1.67-1.28l-3.18.87c-.58.16-.98.61-.98%201.28v6.4%22%2F%3E%3Cpath%20d%3D%22M14.41%2016.05a1.59%201.59%200%201%200%200-3.18a1.59%201.59%200%200%200%200%203.18m-4.23-5.29L16%209.17%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.svg?color=%231a73e8&size=48