sound wave circle add icon
sound-wave-circle-add-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- sound-wave-circle-add-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- 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 28 28"><path fill="currentColor" d="M20.5 14a6.5 6.5 0 1 1 0 13a6.5 6.5 0 0 1 0-13M14 2c6.627 0 12 5.373 12 12q0 .672-.073 1.325a7.5 7.5 0 0 0-1.432-1.17c0-.052.005-.103.005-.155c0-5.799-4.701-10.5-10.5-10.5S3.5 8.201 3.5 14S8.201 24.5 14 24.5l.154-.005a7.5 7.5 0 0 0 1.171 1.432q-.653.072-1.325.073C7.373 26 2 20.627 2 14S7.373 2 14 2m6.5 14a.5.5 0 0 0-.5.5V20h-3.5a.5.5 0 0 0 0 1H20v3.5a.5.5 0 0 0 1 0V21h3.5a.5.5 0 0 0 0-1H21v-3.5a.5.5 0 0 0-.5-.5m-8.25-7a.75.75 0 0 1 .75.75v8.5a.75.75 0 0 1-1.5 0v-8.5a.75.75 0 0 1 .75-.75m-3.5 2.5a.75.75 0 0 1 .75.75v3.5a.75.75 0 0 1-1.5 0v-3.5a.75.75 0 0 1 .75-.75m7-.5a.75.75 0 0 1 .75.75v2.407a7.5 7.5 0 0 0-1.5 1.245V11.75a.75.75 0 0 1 .75-.75m3.5-2a.75.75 0 0 1 .75.75v3.269a7.5 7.5 0 0 0-1.5.252V9.75a.75.75 0 0 1 .75-.75"/></svg>
React
import type { SVGProps } from "react";
export function FluentSoundWaveCircleAdd28Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M20.5 14a6.5 6.5 0 1 1 0 13a6.5 6.5 0 0 1 0-13M14 2c6.627 0 12 5.373 12 12q0 .672-.073 1.325a7.5 7.5 0 0 0-1.432-1.17c0-.052.005-.103.005-.155c0-5.799-4.701-10.5-10.5-10.5S3.5 8.201 3.5 14S8.201 24.5 14 24.5l.154-.005a7.5 7.5 0 0 0 1.171 1.432q-.653.072-1.325.073C7.373 26 2 20.627 2 14S7.373 2 14 2m6.5 14a.5.5 0 0 0-.5.5V20h-3.5a.5.5 0 0 0 0 1H20v3.5a.5.5 0 0 0 1 0V21h3.5a.5.5 0 0 0 0-1H21v-3.5a.5.5 0 0 0-.5-.5m-8.25-7a.75.75 0 0 1 .75.75v8.5a.75.75 0 0 1-1.5 0v-8.5a.75.75 0 0 1 .75-.75m-3.5 2.5a.75.75 0 0 1 .75.75v3.5a.75.75 0 0 1-1.5 0v-3.5a.75.75 0 0 1 .75-.75m7-.5a.75.75 0 0 1 .75.75v2.407a7.5 7.5 0 0 0-1.5 1.245V11.75a.75.75 0 0 1 .75-.75m3.5-2a.75.75 0 0 1 .75.75v3.269a7.5 7.5 0 0 0-1.5.252V9.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 28 28"><path fill="currentColor" d="M20.5 14a6.5 6.5 0 1 1 0 13a6.5 6.5 0 0 1 0-13M14 2c6.627 0 12 5.373 12 12q0 .672-.073 1.325a7.5 7.5 0 0 0-1.432-1.17c0-.052.005-.103.005-.155c0-5.799-4.701-10.5-10.5-10.5S3.5 8.201 3.5 14S8.201 24.5 14 24.5l.154-.005a7.5 7.5 0 0 0 1.171 1.432q-.653.072-1.325.073C7.373 26 2 20.627 2 14S7.373 2 14 2m6.5 14a.5.5 0 0 0-.5.5V20h-3.5a.5.5 0 0 0 0 1H20v3.5a.5.5 0 0 0 1 0V21h3.5a.5.5 0 0 0 0-1H21v-3.5a.5.5 0 0 0-.5-.5m-8.25-7a.75.75 0 0 1 .75.75v8.5a.75.75 0 0 1-1.5 0v-8.5a.75.75 0 0 1 .75-.75m-3.5 2.5a.75.75 0 0 1 .75.75v3.5a.75.75 0 0 1-1.5 0v-3.5a.75.75 0 0 1 .75-.75m7-.5a.75.75 0 0 1 .75.75v2.407a7.5 7.5 0 0 0-1.5 1.245V11.75a.75.75 0 0 1 .75-.75m3.5-2a.75.75 0 0 1 .75.75v3.269a7.5 7.5 0 0 0-1.5.252V9.75a.75.75 0 0 1 .75-.75"/></svg> </template>
CSS
.icon-sound-wave-circle-add-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.5%2014a6.5%206.5%200%201%201%200%2013a6.5%206.5%200%200%201%200-13M14%202c6.627%200%2012%205.373%2012%2012q0%20.672-.073%201.325a7.5%207.5%200%200%200-1.432-1.17c0-.052.005-.103.005-.155c0-5.799-4.701-10.5-10.5-10.5S3.5%208.201%203.5%2014S8.201%2024.5%2014%2024.5l.154-.005a7.5%207.5%200%200%200%201.171%201.432q-.653.072-1.325.073C7.373%2026%202%2020.627%202%2014S7.373%202%2014%202m6.5%2014a.5.5%200%200%200-.5.5V20h-3.5a.5.5%200%200%200%200%201H20v3.5a.5.5%200%200%200%201%200V21h3.5a.5.5%200%200%200%200-1H21v-3.5a.5.5%200%200%200-.5-.5m-8.25-7a.75.75%200%200%201%20.75.75v8.5a.75.75%200%200%201-1.5%200v-8.5a.75.75%200%200%201%20.75-.75m-3.5%202.5a.75.75%200%200%201%20.75.75v3.5a.75.75%200%200%201-1.5%200v-3.5a.75.75%200%200%201%20.75-.75m7-.5a.75.75%200%200%201%20.75.75v2.407a7.5%207.5%200%200%200-1.5%201.245V11.75a.75.75%200%200%201%20.75-.75m3.5-2a.75.75%200%200%201%20.75.75v3.269a7.5%207.5%200%200%200-1.5.252V9.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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.5%2014a6.5%206.5%200%201%201%200%2013a6.5%206.5%200%200%201%200-13M14%202c6.627%200%2012%205.373%2012%2012q0%20.672-.073%201.325a7.5%207.5%200%200%200-1.432-1.17c0-.052.005-.103.005-.155c0-5.799-4.701-10.5-10.5-10.5S3.5%208.201%203.5%2014S8.201%2024.5%2014%2024.5l.154-.005a7.5%207.5%200%200%200%201.171%201.432q-.653.072-1.325.073C7.373%2026%202%2020.627%202%2014S7.373%202%2014%202m6.5%2014a.5.5%200%200%200-.5.5V20h-3.5a.5.5%200%200%200%200%201H20v3.5a.5.5%200%200%200%201%200V21h3.5a.5.5%200%200%200%200-1H21v-3.5a.5.5%200%200%200-.5-.5m-8.25-7a.75.75%200%200%201%20.75.75v8.5a.75.75%200%200%201-1.5%200v-8.5a.75.75%200%200%201%20.75-.75m-3.5%202.5a.75.75%200%200%201%20.75.75v3.5a.75.75%200%200%201-1.5%200v-3.5a.75.75%200%200%201%20.75-.75m7-.5a.75.75%200%200%201%20.75.75v2.407a7.5%207.5%200%200%200-1.5%201.245V11.75a.75.75%200%200%201%20.75-.75m3.5-2a.75.75%200%200%201%20.75.75v3.269a7.5%207.5%200%200%200-1.5.252V9.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-28-regular.svg?color=%231a73e8&size=48