mic sparkle icon
mic-sparkle-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- mic-sparkle-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
11 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the mic sparkle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.75 11a.75.75 0 0 1 .743.648l.007.102v.5a5.25 5.25 0 0 0 5.033 5.246l.217.004h.5a5.25 5.25 0 0 0 5.246-5.033l.004-.217v-.5q0-.071.014-.14q.145.107.316.17c.376.118 1.007.18 1.15.62l.015.045a6.75 6.75 0 0 1-6.244 6.536l-.001 2.269a.75.75 0 0 1-1.493.102l-.007-.102v-2.269a6.75 6.75 0 0 1-6.246-6.495L5 12.25v-.5a.75.75 0 0 1 .75-.75M12 2a4 4 0 0 1 1.738.396a1.8 1.8 0 0 1-.348.163l-1.34.44A1.565 1.565 0 0 0 11 4.469c.002.635.416 1.277 1 1.53l1.4.46c.517.175 1.014.566 1.19 1.09l.41 1.45c.161.473.54.83 1 .977V12a4 4 0 0 1-8 0V6a4 4 0 0 1 4-4m8.484 6a.3.3 0 0 1 .285.201l.25.766a1.58 1.58 0 0 0 .999.998l.765.248l.015.004a.304.304 0 0 1 .146.46a.3.3 0 0 1-.146.11l-.765.248a1.58 1.58 0 0 0-.999.998l-.249.766a.303.303 0 0 1-.57 0l-.25-.766a1.58 1.58 0 0 0-.998-1.002l-.765-.248a.304.304 0 0 1-.146-.46a.3.3 0 0 1 .146-.11l.765-.248a1.58 1.58 0 0 0 .984-.998L20.2 8.2a.3.3 0 0 1 .284-.2m-4.011-8a.545.545 0 0 1 .512.363l.449 1.376a2.84 2.84 0 0 0 1.797 1.797l1.378.447l.028.007a.55.55 0 0 1 .363.514a.54.54 0 0 1-.363.513l-1.378.447A2.84 2.84 0 0 0 17.46 7.26l-.447 1.376L17 8.67a.545.545 0 0 1-1.014-.034L15.54 7.26a2.84 2.84 0 0 0-1.798-1.804l-1.378-.447A.55.55 0 0 1 12 4.496a.54.54 0 0 1 .363-.513l1.378-.447A2.84 2.84 0 0 0 15.5 1.773l.012-.034l.447-1.376A.55.55 0 0 1 16.473 0"/></svg>
React
import type { SVGProps } from "react";
export function FluentMicSparkle24Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.75 11a.75.75 0 0 1 .743.648l.007.102v.5a5.25 5.25 0 0 0 5.033 5.246l.217.004h.5a5.25 5.25 0 0 0 5.246-5.033l.004-.217v-.5q0-.071.014-.14q.145.107.316.17c.376.118 1.007.18 1.15.62l.015.045a6.75 6.75 0 0 1-6.244 6.536l-.001 2.269a.75.75 0 0 1-1.493.102l-.007-.102v-2.269a6.75 6.75 0 0 1-6.246-6.495L5 12.25v-.5a.75.75 0 0 1 .75-.75M12 2a4 4 0 0 1 1.738.396a1.8 1.8 0 0 1-.348.163l-1.34.44A1.565 1.565 0 0 0 11 4.469c.002.635.416 1.277 1 1.53l1.4.46c.517.175 1.014.566 1.19 1.09l.41 1.45c.161.473.54.83 1 .977V12a4 4 0 0 1-8 0V6a4 4 0 0 1 4-4m8.484 6a.3.3 0 0 1 .285.201l.25.766a1.58 1.58 0 0 0 .999.998l.765.248l.015.004a.304.304 0 0 1 .146.46a.3.3 0 0 1-.146.11l-.765.248a1.58 1.58 0 0 0-.999.998l-.249.766a.303.303 0 0 1-.57 0l-.25-.766a1.58 1.58 0 0 0-.998-1.002l-.765-.248a.304.304 0 0 1-.146-.46a.3.3 0 0 1 .146-.11l.765-.248a1.58 1.58 0 0 0 .984-.998L20.2 8.2a.3.3 0 0 1 .284-.2m-4.011-8a.545.545 0 0 1 .512.363l.449 1.376a2.84 2.84 0 0 0 1.797 1.797l1.378.447l.028.007a.55.55 0 0 1 .363.514a.54.54 0 0 1-.363.513l-1.378.447A2.84 2.84 0 0 0 17.46 7.26l-.447 1.376L17 8.67a.545.545 0 0 1-1.014-.034L15.54 7.26a2.84 2.84 0 0 0-1.798-1.804l-1.378-.447A.55.55 0 0 1 12 4.496a.54.54 0 0 1 .363-.513l1.378-.447A2.84 2.84 0 0 0 15.5 1.773l.012-.034l.447-1.376A.55.55 0 0 1 16.473 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.75 11a.75.75 0 0 1 .743.648l.007.102v.5a5.25 5.25 0 0 0 5.033 5.246l.217.004h.5a5.25 5.25 0 0 0 5.246-5.033l.004-.217v-.5q0-.071.014-.14q.145.107.316.17c.376.118 1.007.18 1.15.62l.015.045a6.75 6.75 0 0 1-6.244 6.536l-.001 2.269a.75.75 0 0 1-1.493.102l-.007-.102v-2.269a6.75 6.75 0 0 1-6.246-6.495L5 12.25v-.5a.75.75 0 0 1 .75-.75M12 2a4 4 0 0 1 1.738.396a1.8 1.8 0 0 1-.348.163l-1.34.44A1.565 1.565 0 0 0 11 4.469c.002.635.416 1.277 1 1.53l1.4.46c.517.175 1.014.566 1.19 1.09l.41 1.45c.161.473.54.83 1 .977V12a4 4 0 0 1-8 0V6a4 4 0 0 1 4-4m8.484 6a.3.3 0 0 1 .285.201l.25.766a1.58 1.58 0 0 0 .999.998l.765.248l.015.004a.304.304 0 0 1 .146.46a.3.3 0 0 1-.146.11l-.765.248a1.58 1.58 0 0 0-.999.998l-.249.766a.303.303 0 0 1-.57 0l-.25-.766a1.58 1.58 0 0 0-.998-1.002l-.765-.248a.304.304 0 0 1-.146-.46a.3.3 0 0 1 .146-.11l.765-.248a1.58 1.58 0 0 0 .984-.998L20.2 8.2a.3.3 0 0 1 .284-.2m-4.011-8a.545.545 0 0 1 .512.363l.449 1.376a2.84 2.84 0 0 0 1.797 1.797l1.378.447l.028.007a.55.55 0 0 1 .363.514a.54.54 0 0 1-.363.513l-1.378.447A2.84 2.84 0 0 0 17.46 7.26l-.447 1.376L17 8.67a.545.545 0 0 1-1.014-.034L15.54 7.26a2.84 2.84 0 0 0-1.798-1.804l-1.378-.447A.55.55 0 0 1 12 4.496a.54.54 0 0 1 .363-.513l1.378-.447A2.84 2.84 0 0 0 15.5 1.773l.012-.034l.447-1.376A.55.55 0 0 1 16.473 0"/></svg> </template>
CSS
.icon-mic-sparkle-24-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.75%2011a.75.75%200%200%201%20.743.648l.007.102v.5a5.25%205.25%200%200%200%205.033%205.246l.217.004h.5a5.25%205.25%200%200%200%205.246-5.033l.004-.217v-.5q0-.071.014-.14q.145.107.316.17c.376.118%201.007.18%201.15.62l.015.045a6.75%206.75%200%200%201-6.244%206.536l-.001%202.269a.75.75%200%200%201-1.493.102l-.007-.102v-2.269a6.75%206.75%200%200%201-6.246-6.495L5%2012.25v-.5a.75.75%200%200%201%20.75-.75M12%202a4%204%200%200%201%201.738.396a1.8%201.8%200%200%201-.348.163l-1.34.44A1.565%201.565%200%200%200%2011%204.469c.002.635.416%201.277%201%201.53l1.4.46c.517.175%201.014.566%201.19%201.09l.41%201.45c.161.473.54.83%201%20.977V12a4%204%200%200%201-8%200V6a4%204%200%200%201%204-4m8.484%206a.3.3%200%200%201%20.285.201l.25.766a1.58%201.58%200%200%200%20.999.998l.765.248l.015.004a.304.304%200%200%201%20.146.46a.3.3%200%200%201-.146.11l-.765.248a1.58%201.58%200%200%200-.999.998l-.249.766a.303.303%200%200%201-.57%200l-.25-.766a1.58%201.58%200%200%200-.998-1.002l-.765-.248a.304.304%200%200%201-.146-.46a.3.3%200%200%201%20.146-.11l.765-.248a1.58%201.58%200%200%200%20.984-.998L20.2%208.2a.3.3%200%200%201%20.284-.2m-4.011-8a.545.545%200%200%201%20.512.363l.449%201.376a2.84%202.84%200%200%200%201.797%201.797l1.378.447l.028.007a.55.55%200%200%201%20.363.514a.54.54%200%200%201-.363.513l-1.378.447A2.84%202.84%200%200%200%2017.46%207.26l-.447%201.376L17%208.67a.545.545%200%200%201-1.014-.034L15.54%207.26a2.84%202.84%200%200%200-1.798-1.804l-1.378-.447A.55.55%200%200%201%2012%204.496a.54.54%200%200%201%20.363-.513l1.378-.447A2.84%202.84%200%200%200%2015.5%201.773l.012-.034l.447-1.376A.55.55%200%200%201%2016.473%200%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.75%2011a.75.75%200%200%201%20.743.648l.007.102v.5a5.25%205.25%200%200%200%205.033%205.246l.217.004h.5a5.25%205.25%200%200%200%205.246-5.033l.004-.217v-.5q0-.071.014-.14q.145.107.316.17c.376.118%201.007.18%201.15.62l.015.045a6.75%206.75%200%200%201-6.244%206.536l-.001%202.269a.75.75%200%200%201-1.493.102l-.007-.102v-2.269a6.75%206.75%200%200%201-6.246-6.495L5%2012.25v-.5a.75.75%200%200%201%20.75-.75M12%202a4%204%200%200%201%201.738.396a1.8%201.8%200%200%201-.348.163l-1.34.44A1.565%201.565%200%200%200%2011%204.469c.002.635.416%201.277%201%201.53l1.4.46c.517.175%201.014.566%201.19%201.09l.41%201.45c.161.473.54.83%201%20.977V12a4%204%200%200%201-8%200V6a4%204%200%200%201%204-4m8.484%206a.3.3%200%200%201%20.285.201l.25.766a1.58%201.58%200%200%200%20.999.998l.765.248l.015.004a.304.304%200%200%201%20.146.46a.3.3%200%200%201-.146.11l-.765.248a1.58%201.58%200%200%200-.999.998l-.249.766a.303.303%200%200%201-.57%200l-.25-.766a1.58%201.58%200%200%200-.998-1.002l-.765-.248a.304.304%200%200%201-.146-.46a.3.3%200%200%201%20.146-.11l.765-.248a1.58%201.58%200%200%200%20.984-.998L20.2%208.2a.3.3%200%200%201%20.284-.2m-4.011-8a.545.545%200%200%201%20.512.363l.449%201.376a2.84%202.84%200%200%200%201.797%201.797l1.378.447l.028.007a.55.55%200%200%201%20.363.514a.54.54%200%200%201-.363.513l-1.378.447A2.84%202.84%200%200%200%2017.46%207.26l-.447%201.376L17%208.67a.545.545%200%200%201-1.014-.034L15.54%207.26a2.84%202.84%200%200%200-1.798-1.804l-1.378-.447A.55.55%200%200%201%2012%204.496a.54.54%200%200%201%20.363-.513l1.378-.447A2.84%202.84%200%200%200%2015.5%201.773l.012-.034l.447-1.376A.55.55%200%200%201%2016.473%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/mic-sparkle-24-filled.svg?color=%231a73e8&size=48