sound wave circle sparkle off icon
sound-wave-circle-sparkle-off-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- sound-wave-circle-sparkle-off-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M2.146 2.146a.5.5 0 0 1 .708 0l15 15a.5.5 0 0 1-.707.707l-1.86-1.859A7.96 7.96 0 0 1 9.997 18a8 8 0 0 1-6-13.295L2.146 2.854a.5.5 0 0 1 0-.708m2.561 3.268A7 7 0 0 0 9.997 17a6.97 6.97 0 0 0 4.582-1.713L9 9.707V12.5a.5.5 0 0 1-1 0V8.707zm12.062 6.363c.216.144.47.222.733.223q.125 0 .246-.017a8 8 0 0 1-1.135 2.51l-.721-.723a7 7 0 0 0 .877-1.993m-3.591-4.66c.093.225.25.434.496.626q.155.111.326.173v3.963l-1-1V7.5a.5.5 0 0 1 .178-.383M6 8.5a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0V9a.5.5 0 0 1 .5-.5M17.484 6a.3.3 0 0 1 .285.201l.25.766a1.58 1.58 0 0 0 .999.998l.765.248l.015.004a.303.303 0 0 1 .146.46a.3.3 0 0 1-.146.11l-.765.248a1.58 1.58 0 0 0-.999.998l-.249.766a.302.302 0 0 1-.57 0l-.25-.766a1.58 1.58 0 0 0-.998-1.002l-.765-.248a.303.303 0 0 1-.146-.46a.3.3 0 0 1 .146-.11l.765-.248a1.58 1.58 0 0 0 .984-.998L17.2 6.2a.3.3 0 0 1 .284-.2m-3.006-6a.42.42 0 0 1 .4.282l.348 1.072a2.2 2.2 0 0 0 1.398 1.396l1.072.349l.022.005a.424.424 0 0 1 0 .797l-1.073.349a2.21 2.21 0 0 0-1.398 1.396L14.9 6.718a.423.423 0 0 1-.643.204l-.02-.015a.43.43 0 0 1-.135-.19l-.348-1.07a2.22 2.22 0 0 0-1.399-1.403l-1.072-.348a.424.424 0 0 1 0-.797l1.072-.349a2.21 2.21 0 0 0 1.377-1.396L14.08.282a.42.42 0 0 1 .4-.282M9.997 1.999q.598 0 1.172.085l-.217.07a1.43 1.43 0 0 0-.863.846l-.092-.001c-1.39 0-2.684.406-3.772 1.104L5.5 3.38a7.96 7.96 0 0 1 4.495-1.381"/></svg>
React
import type { SVGProps } from "react";
export function FluentSoundWaveCircleSparkleOff20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2.146 2.146a.5.5 0 0 1 .708 0l15 15a.5.5 0 0 1-.707.707l-1.86-1.859A7.96 7.96 0 0 1 9.997 18a8 8 0 0 1-6-13.295L2.146 2.854a.5.5 0 0 1 0-.708m2.561 3.268A7 7 0 0 0 9.997 17a6.97 6.97 0 0 0 4.582-1.713L9 9.707V12.5a.5.5 0 0 1-1 0V8.707zm12.062 6.363c.216.144.47.222.733.223q.125 0 .246-.017a8 8 0 0 1-1.135 2.51l-.721-.723a7 7 0 0 0 .877-1.993m-3.591-4.66c.093.225.25.434.496.626q.155.111.326.173v3.963l-1-1V7.5a.5.5 0 0 1 .178-.383M6 8.5a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0V9a.5.5 0 0 1 .5-.5M17.484 6a.3.3 0 0 1 .285.201l.25.766a1.58 1.58 0 0 0 .999.998l.765.248l.015.004a.303.303 0 0 1 .146.46a.3.3 0 0 1-.146.11l-.765.248a1.58 1.58 0 0 0-.999.998l-.249.766a.302.302 0 0 1-.57 0l-.25-.766a1.58 1.58 0 0 0-.998-1.002l-.765-.248a.303.303 0 0 1-.146-.46a.3.3 0 0 1 .146-.11l.765-.248a1.58 1.58 0 0 0 .984-.998L17.2 6.2a.3.3 0 0 1 .284-.2m-3.006-6a.42.42 0 0 1 .4.282l.348 1.072a2.2 2.2 0 0 0 1.398 1.396l1.072.349l.022.005a.424.424 0 0 1 0 .797l-1.073.349a2.21 2.21 0 0 0-1.398 1.396L14.9 6.718a.423.423 0 0 1-.643.204l-.02-.015a.43.43 0 0 1-.135-.19l-.348-1.07a2.22 2.22 0 0 0-1.399-1.403l-1.072-.348a.424.424 0 0 1 0-.797l1.072-.349a2.21 2.21 0 0 0 1.377-1.396L14.08.282a.42.42 0 0 1 .4-.282M9.997 1.999q.598 0 1.172.085l-.217.07a1.43 1.43 0 0 0-.863.846l-.092-.001c-1.39 0-2.684.406-3.772 1.104L5.5 3.38a7.96 7.96 0 0 1 4.495-1.381"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2.146 2.146a.5.5 0 0 1 .708 0l15 15a.5.5 0 0 1-.707.707l-1.86-1.859A7.96 7.96 0 0 1 9.997 18a8 8 0 0 1-6-13.295L2.146 2.854a.5.5 0 0 1 0-.708m2.561 3.268A7 7 0 0 0 9.997 17a6.97 6.97 0 0 0 4.582-1.713L9 9.707V12.5a.5.5 0 0 1-1 0V8.707zm12.062 6.363c.216.144.47.222.733.223q.125 0 .246-.017a8 8 0 0 1-1.135 2.51l-.721-.723a7 7 0 0 0 .877-1.993m-3.591-4.66c.093.225.25.434.496.626q.155.111.326.173v3.963l-1-1V7.5a.5.5 0 0 1 .178-.383M6 8.5a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0V9a.5.5 0 0 1 .5-.5M17.484 6a.3.3 0 0 1 .285.201l.25.766a1.58 1.58 0 0 0 .999.998l.765.248l.015.004a.303.303 0 0 1 .146.46a.3.3 0 0 1-.146.11l-.765.248a1.58 1.58 0 0 0-.999.998l-.249.766a.302.302 0 0 1-.57 0l-.25-.766a1.58 1.58 0 0 0-.998-1.002l-.765-.248a.303.303 0 0 1-.146-.46a.3.3 0 0 1 .146-.11l.765-.248a1.58 1.58 0 0 0 .984-.998L17.2 6.2a.3.3 0 0 1 .284-.2m-3.006-6a.42.42 0 0 1 .4.282l.348 1.072a2.2 2.2 0 0 0 1.398 1.396l1.072.349l.022.005a.424.424 0 0 1 0 .797l-1.073.349a2.21 2.21 0 0 0-1.398 1.396L14.9 6.718a.423.423 0 0 1-.643.204l-.02-.015a.43.43 0 0 1-.135-.19l-.348-1.07a2.22 2.22 0 0 0-1.399-1.403l-1.072-.348a.424.424 0 0 1 0-.797l1.072-.349a2.21 2.21 0 0 0 1.377-1.396L14.08.282a.42.42 0 0 1 .4-.282M9.997 1.999q.598 0 1.172.085l-.217.07a1.43 1.43 0 0 0-.863.846l-.092-.001c-1.39 0-2.684.406-3.772 1.104L5.5 3.38a7.96 7.96 0 0 1 4.495-1.381"/></svg> </template>
CSS
.icon-sound-wave-circle-sparkle-off-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.146%202.146a.5.5%200%200%201%20.708%200l15%2015a.5.5%200%200%201-.707.707l-1.86-1.859A7.96%207.96%200%200%201%209.997%2018a8%208%200%200%201-6-13.295L2.146%202.854a.5.5%200%200%201%200-.708m2.561%203.268A7%207%200%200%200%209.997%2017a6.97%206.97%200%200%200%204.582-1.713L9%209.707V12.5a.5.5%200%200%201-1%200V8.707zm12.062%206.363c.216.144.47.222.733.223q.125%200%20.246-.017a8%208%200%200%201-1.135%202.51l-.721-.723a7%207%200%200%200%20.877-1.993m-3.591-4.66c.093.225.25.434.496.626q.155.111.326.173v3.963l-1-1V7.5a.5.5%200%200%201%20.178-.383M6%208.5a.5.5%200%200%201%20.5.5v2a.5.5%200%200%201-1%200V9a.5.5%200%200%201%20.5-.5M17.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.303.303%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.302.302%200%200%201-.57%200l-.25-.766a1.58%201.58%200%200%200-.998-1.002l-.765-.248a.303.303%200%200%201-.146-.46a.3.3%200%200%201%20.146-.11l.765-.248a1.58%201.58%200%200%200%20.984-.998L17.2%206.2a.3.3%200%200%201%20.284-.2m-3.006-6a.42.42%200%200%201%20.4.282l.348%201.072a2.2%202.2%200%200%200%201.398%201.396l1.072.349l.022.005a.424.424%200%200%201%200%20.797l-1.073.349a2.21%202.21%200%200%200-1.398%201.396L14.9%206.718a.423.423%200%200%201-.643.204l-.02-.015a.43.43%200%200%201-.135-.19l-.348-1.07a2.22%202.22%200%200%200-1.399-1.403l-1.072-.348a.424.424%200%200%201%200-.797l1.072-.349a2.21%202.21%200%200%200%201.377-1.396L14.08.282a.42.42%200%200%201%20.4-.282M9.997%201.999q.598%200%201.172.085l-.217.07a1.43%201.43%200%200%200-.863.846l-.092-.001c-1.39%200-2.684.406-3.772%201.104L5.5%203.38a7.96%207.96%200%200%201%204.495-1.381%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.146%202.146a.5.5%200%200%201%20.708%200l15%2015a.5.5%200%200%201-.707.707l-1.86-1.859A7.96%207.96%200%200%201%209.997%2018a8%208%200%200%201-6-13.295L2.146%202.854a.5.5%200%200%201%200-.708m2.561%203.268A7%207%200%200%200%209.997%2017a6.97%206.97%200%200%200%204.582-1.713L9%209.707V12.5a.5.5%200%200%201-1%200V8.707zm12.062%206.363c.216.144.47.222.733.223q.125%200%20.246-.017a8%208%200%200%201-1.135%202.51l-.721-.723a7%207%200%200%200%20.877-1.993m-3.591-4.66c.093.225.25.434.496.626q.155.111.326.173v3.963l-1-1V7.5a.5.5%200%200%201%20.178-.383M6%208.5a.5.5%200%200%201%20.5.5v2a.5.5%200%200%201-1%200V9a.5.5%200%200%201%20.5-.5M17.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.303.303%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.302.302%200%200%201-.57%200l-.25-.766a1.58%201.58%200%200%200-.998-1.002l-.765-.248a.303.303%200%200%201-.146-.46a.3.3%200%200%201%20.146-.11l.765-.248a1.58%201.58%200%200%200%20.984-.998L17.2%206.2a.3.3%200%200%201%20.284-.2m-3.006-6a.42.42%200%200%201%20.4.282l.348%201.072a2.2%202.2%200%200%200%201.398%201.396l1.072.349l.022.005a.424.424%200%200%201%200%20.797l-1.073.349a2.21%202.21%200%200%200-1.398%201.396L14.9%206.718a.423.423%200%200%201-.643.204l-.02-.015a.43.43%200%200%201-.135-.19l-.348-1.07a2.22%202.22%200%200%200-1.399-1.403l-1.072-.348a.424.424%200%200%201%200-.797l1.072-.349a2.21%202.21%200%200%200%201.377-1.396L14.08.282a.42.42%200%200%201%20.4-.282M9.997%201.999q.598%200%201.172.085l-.217.07a1.43%201.43%200%200%200-.863.846l-.092-.001c-1.39%200-2.684.406-3.772%201.104L5.5%203.38a7.96%207.96%200%200%201%204.495-1.381%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-20-regular.svg?color=%231a73e8&size=48