sound wave circle add icon

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

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

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the sound wave circle add icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.5 12a5.5 5.5 0 1 1 0 11a5.5 5.5 0 0 1 0-11M12 2c5.523 0 10 4.477 10 10q-.002.393-.033.78a6.5 6.5 0 0 0-1.474-1.05a8.5 8.5 0 1 0-8.764 8.764c.281.54.636 1.035 1.05 1.473q-.386.032-.779.033C6.477 22 2 17.523 2 12S6.477 2 12 2m5.5 11.999a.5.5 0 0 0-.5.5V17h-2.505a.5.5 0 0 0 0 1h2.506v2.504a.5.5 0 0 0 1 0V18h2.496a.5.5 0 0 0 0-1H18v-2.501a.5.5 0 0 0-.5-.5M10.25 8a.75.75 0 0 1 .75.75v6.5a.75.75 0 0 1-1.5 0v-6.5a.75.75 0 0 1 .75-.75m-3 2a.75.75 0 0 1 .75.75v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 .75-.75m6-.5a.75.75 0 0 1 .75.75v1.774a6.5 6.5 0 0 0-1.5 1.323V10.25a.75.75 0 0 1 .75-.75m3-1.5a.75.75 0 0 1 .75.75v2.27q-.782.061-1.5.295V8.75a.75.75 0 0 1 .75-.75"/></svg>

React

import type { SVGProps } from "react";

export function FluentSoundWaveCircleAdd24Regular(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="M17.5 12a5.5 5.5 0 1 1 0 11a5.5 5.5 0 0 1 0-11M12 2c5.523 0 10 4.477 10 10q-.002.393-.033.78a6.5 6.5 0 0 0-1.474-1.05a8.5 8.5 0 1 0-8.764 8.764c.281.54.636 1.035 1.05 1.473q-.386.032-.779.033C6.477 22 2 17.523 2 12S6.477 2 12 2m5.5 11.999a.5.5 0 0 0-.5.5V17h-2.505a.5.5 0 0 0 0 1h2.506v2.504a.5.5 0 0 0 1 0V18h2.496a.5.5 0 0 0 0-1H18v-2.501a.5.5 0 0 0-.5-.5M10.25 8a.75.75 0 0 1 .75.75v6.5a.75.75 0 0 1-1.5 0v-6.5a.75.75 0 0 1 .75-.75m-3 2a.75.75 0 0 1 .75.75v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 .75-.75m6-.5a.75.75 0 0 1 .75.75v1.774a6.5 6.5 0 0 0-1.5 1.323V10.25a.75.75 0 0 1 .75-.75m3-1.5a.75.75 0 0 1 .75.75v2.27q-.782.061-1.5.295V8.75a.75.75 0 0 1 .75-.75"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.5 12a5.5 5.5 0 1 1 0 11a5.5 5.5 0 0 1 0-11M12 2c5.523 0 10 4.477 10 10q-.002.393-.033.78a6.5 6.5 0 0 0-1.474-1.05a8.5 8.5 0 1 0-8.764 8.764c.281.54.636 1.035 1.05 1.473q-.386.032-.779.033C6.477 22 2 17.523 2 12S6.477 2 12 2m5.5 11.999a.5.5 0 0 0-.5.5V17h-2.505a.5.5 0 0 0 0 1h2.506v2.504a.5.5 0 0 0 1 0V18h2.496a.5.5 0 0 0 0-1H18v-2.501a.5.5 0 0 0-.5-.5M10.25 8a.75.75 0 0 1 .75.75v6.5a.75.75 0 0 1-1.5 0v-6.5a.75.75 0 0 1 .75-.75m-3 2a.75.75 0 0 1 .75.75v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 .75-.75m6-.5a.75.75 0 0 1 .75.75v1.774a6.5 6.5 0 0 0-1.5 1.323V10.25a.75.75 0 0 1 .75-.75m3-1.5a.75.75 0 0 1 .75.75v2.27q-.782.061-1.5.295V8.75a.75.75 0 0 1 .75-.75"/></svg>
</template>

CSS

.icon-sound-wave-circle-add-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%22M17.5%2012a5.5%205.5%200%201%201%200%2011a5.5%205.5%200%200%201%200-11M12%202c5.523%200%2010%204.477%2010%2010q-.002.393-.033.78a6.5%206.5%200%200%200-1.474-1.05a8.5%208.5%200%201%200-8.764%208.764c.281.54.636%201.035%201.05%201.473q-.386.032-.779.033C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202m5.5%2011.999a.5.5%200%200%200-.5.5V17h-2.505a.5.5%200%200%200%200%201h2.506v2.504a.5.5%200%200%200%201%200V18h2.496a.5.5%200%200%200%200-1H18v-2.501a.5.5%200%200%200-.5-.5M10.25%208a.75.75%200%200%201%20.75.75v6.5a.75.75%200%200%201-1.5%200v-6.5a.75.75%200%200%201%20.75-.75m-3%202a.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-.75m6-.5a.75.75%200%200%201%20.75.75v1.774a6.5%206.5%200%200%200-1.5%201.323V10.25a.75.75%200%200%201%20.75-.75m3-1.5a.75.75%200%200%201%20.75.75v2.27q-.782.061-1.5.295V8.75a.75.75%200%200%201%20.75-.75%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%22M17.5%2012a5.5%205.5%200%201%201%200%2011a5.5%205.5%200%200%201%200-11M12%202c5.523%200%2010%204.477%2010%2010q-.002.393-.033.78a6.5%206.5%200%200%200-1.474-1.05a8.5%208.5%200%201%200-8.764%208.764c.281.54.636%201.035%201.05%201.473q-.386.032-.779.033C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202m5.5%2011.999a.5.5%200%200%200-.5.5V17h-2.505a.5.5%200%200%200%200%201h2.506v2.504a.5.5%200%200%200%201%200V18h2.496a.5.5%200%200%200%200-1H18v-2.501a.5.5%200%200%200-.5-.5M10.25%208a.75.75%200%200%201%20.75.75v6.5a.75.75%200%200%201-1.5%200v-6.5a.75.75%200%200%201%20.75-.75m-3%202a.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-.75m6-.5a.75.75%200%200%201%20.75.75v1.774a6.5%206.5%200%200%200-1.5%201.323V10.25a.75.75%200%200%201%20.75-.75m3-1.5a.75.75%200%200%201%20.75.75v2.27q-.782.061-1.5.295V8.75a.75.75%200%200%201%20.75-.75%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-add-24-regular.svg?color=%231a73e8&size=48