sound wave circle sparkle off icon

sound-wave-circle-sparkle-off-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
sound-wave-circle-sparkle-off-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

7 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the sound wave circle sparkle off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.22 2.22a.75.75 0 0 1 1.06 0l18.5 18.5a.75.75 0 0 1-1.06 1.06l-2.202-2.202A9.95 9.95 0 0 1 12 22C6.477 22 2 17.523 2 12a9.96 9.96 0 0 1 2.419-6.52l-2.2-2.2a.75.75 0 0 1 0-1.06m3.262 4.323A8.5 8.5 0 0 0 12 20.5a8.46 8.46 0 0 0 5.454-1.985L11 12.06v3.19a.75.75 0 0 1-1.5 0v-4.69zm14.9 6.872c.22.367.542.635 1.078.635q.185-.001.338-.041a9.9 9.9 0 0 1-1.318 3.289l-1.092-1.092c.484-.85.827-1.79.995-2.791M7.25 10a.75.75 0 0 1 .75.75v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 .75-.75M16 8.999c.162.473.54.831 1 .978v3.841l-1.5-1.5V8.75c0-.23.104-.437.268-.574zM21.484 8a.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-.998L21.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 18.46 7.26l-.447 1.376L18 8.67a.545.545 0 0 1-1.014-.034L16.54 7.26a2.84 2.84 0 0 0-1.798-1.804l-1.378-.447A.55.55 0 0 1 13 4.496a.54.54 0 0 1 .363-.513l1.378-.447A2.84 2.84 0 0 0 16.5 1.773l.012-.034l.447-1.376A.55.55 0 0 1 17.473 0M12 2c.957 0 1.883.135 2.76.386q-.175.107-.37.173l-1.34.44c-.287.103-.532.28-.712.508a8.46 8.46 0 0 0-4.543 1.106L6.7 3.52A9.95 9.95 0 0 1 12 2"/></svg>

React

import type { SVGProps } from "react";

export function FluentSoundWaveCircleSparkleOff24Regular(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="M2.22 2.22a.75.75 0 0 1 1.06 0l18.5 18.5a.75.75 0 0 1-1.06 1.06l-2.202-2.202A9.95 9.95 0 0 1 12 22C6.477 22 2 17.523 2 12a9.96 9.96 0 0 1 2.419-6.52l-2.2-2.2a.75.75 0 0 1 0-1.06m3.262 4.323A8.5 8.5 0 0 0 12 20.5a8.46 8.46 0 0 0 5.454-1.985L11 12.06v3.19a.75.75 0 0 1-1.5 0v-4.69zm14.9 6.872c.22.367.542.635 1.078.635q.185-.001.338-.041a9.9 9.9 0 0 1-1.318 3.289l-1.092-1.092c.484-.85.827-1.79.995-2.791M7.25 10a.75.75 0 0 1 .75.75v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 .75-.75M16 8.999c.162.473.54.831 1 .978v3.841l-1.5-1.5V8.75c0-.23.104-.437.268-.574zM21.484 8a.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-.998L21.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 18.46 7.26l-.447 1.376L18 8.67a.545.545 0 0 1-1.014-.034L16.54 7.26a2.84 2.84 0 0 0-1.798-1.804l-1.378-.447A.55.55 0 0 1 13 4.496a.54.54 0 0 1 .363-.513l1.378-.447A2.84 2.84 0 0 0 16.5 1.773l.012-.034l.447-1.376A.55.55 0 0 1 17.473 0M12 2c.957 0 1.883.135 2.76.386q-.175.107-.37.173l-1.34.44c-.287.103-.532.28-.712.508a8.46 8.46 0 0 0-4.543 1.106L6.7 3.52A9.95 9.95 0 0 1 12 2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.22 2.22a.75.75 0 0 1 1.06 0l18.5 18.5a.75.75 0 0 1-1.06 1.06l-2.202-2.202A9.95 9.95 0 0 1 12 22C6.477 22 2 17.523 2 12a9.96 9.96 0 0 1 2.419-6.52l-2.2-2.2a.75.75 0 0 1 0-1.06m3.262 4.323A8.5 8.5 0 0 0 12 20.5a8.46 8.46 0 0 0 5.454-1.985L11 12.06v3.19a.75.75 0 0 1-1.5 0v-4.69zm14.9 6.872c.22.367.542.635 1.078.635q.185-.001.338-.041a9.9 9.9 0 0 1-1.318 3.289l-1.092-1.092c.484-.85.827-1.79.995-2.791M7.25 10a.75.75 0 0 1 .75.75v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 .75-.75M16 8.999c.162.473.54.831 1 .978v3.841l-1.5-1.5V8.75c0-.23.104-.437.268-.574zM21.484 8a.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-.998L21.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 18.46 7.26l-.447 1.376L18 8.67a.545.545 0 0 1-1.014-.034L16.54 7.26a2.84 2.84 0 0 0-1.798-1.804l-1.378-.447A.55.55 0 0 1 13 4.496a.54.54 0 0 1 .363-.513l1.378-.447A2.84 2.84 0 0 0 16.5 1.773l.012-.034l.447-1.376A.55.55 0 0 1 17.473 0M12 2c.957 0 1.883.135 2.76.386q-.175.107-.37.173l-1.34.44c-.287.103-.532.28-.712.508a8.46 8.46 0 0 0-4.543 1.106L6.7 3.52A9.95 9.95 0 0 1 12 2"/></svg>
</template>

CSS

.icon-sound-wave-circle-sparkle-off-24-regular {
  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%22M2.22%202.22a.75.75%200%200%201%201.06%200l18.5%2018.5a.75.75%200%200%201-1.06%201.06l-2.202-2.202A9.95%209.95%200%200%201%2012%2022C6.477%2022%202%2017.523%202%2012a9.96%209.96%200%200%201%202.419-6.52l-2.2-2.2a.75.75%200%200%201%200-1.06m3.262%204.323A8.5%208.5%200%200%200%2012%2020.5a8.46%208.46%200%200%200%205.454-1.985L11%2012.06v3.19a.75.75%200%200%201-1.5%200v-4.69zm14.9%206.872c.22.367.542.635%201.078.635q.185-.001.338-.041a9.9%209.9%200%200%201-1.318%203.289l-1.092-1.092c.484-.85.827-1.79.995-2.791M7.25%2010a.75.75%200%200%201%20.75.75v2.5a.75.75%200%200%201-1.5%200v-2.5a.75.75%200%200%201%20.75-.75M16%208.999c.162.473.54.831%201%20.978v3.841l-1.5-1.5V8.75c0-.23.104-.437.268-.574zM21.484%208a.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-.998L21.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%2018.46%207.26l-.447%201.376L18%208.67a.545.545%200%200%201-1.014-.034L16.54%207.26a2.84%202.84%200%200%200-1.798-1.804l-1.378-.447A.55.55%200%200%201%2013%204.496a.54.54%200%200%201%20.363-.513l1.378-.447A2.84%202.84%200%200%200%2016.5%201.773l.012-.034l.447-1.376A.55.55%200%200%201%2017.473%200M12%202c.957%200%201.883.135%202.76.386q-.175.107-.37.173l-1.34.44c-.287.103-.532.28-.712.508a8.46%208.46%200%200%200-4.543%201.106L6.7%203.52A9.95%209.95%200%200%201%2012%202%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%22M2.22%202.22a.75.75%200%200%201%201.06%200l18.5%2018.5a.75.75%200%200%201-1.06%201.06l-2.202-2.202A9.95%209.95%200%200%201%2012%2022C6.477%2022%202%2017.523%202%2012a9.96%209.96%200%200%201%202.419-6.52l-2.2-2.2a.75.75%200%200%201%200-1.06m3.262%204.323A8.5%208.5%200%200%200%2012%2020.5a8.46%208.46%200%200%200%205.454-1.985L11%2012.06v3.19a.75.75%200%200%201-1.5%200v-4.69zm14.9%206.872c.22.367.542.635%201.078.635q.185-.001.338-.041a9.9%209.9%200%200%201-1.318%203.289l-1.092-1.092c.484-.85.827-1.79.995-2.791M7.25%2010a.75.75%200%200%201%20.75.75v2.5a.75.75%200%200%201-1.5%200v-2.5a.75.75%200%200%201%20.75-.75M16%208.999c.162.473.54.831%201%20.978v3.841l-1.5-1.5V8.75c0-.23.104-.437.268-.574zM21.484%208a.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-.998L21.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%2018.46%207.26l-.447%201.376L18%208.67a.545.545%200%200%201-1.014-.034L16.54%207.26a2.84%202.84%200%200%200-1.798-1.804l-1.378-.447A.55.55%200%200%201%2013%204.496a.54.54%200%200%201%20.363-.513l1.378-.447A2.84%202.84%200%200%200%2016.5%201.773l.012-.034l.447-1.376A.55.55%200%200%201%2017.473%200M12%202c.957%200%201.883.135%202.76.386q-.175.107-.37.173l-1.34.44c-.287.103-.532.28-.712.508a8.46%208.46%200%200%200-4.543%201.106L6.7%203.52A9.95%209.95%200%200%201%2012%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/sound-wave-circle-sparkle-off-24-regular.svg?color=%231a73e8&size=48