speaker settings icon
speaker-settings-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- speaker-settings-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- Viewbox
- 28×28
- License
- MIT
5 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the speaker settings icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M14.395 3.838c.798-.743 2.105-.181 2.105.906v9.403a7.49 7.49 0 0 0-3.5 6.34c0 .882.152 1.728.432 2.513l-3.974-3.698a1.76 1.76 0 0 0-1.196-.47H5.25c-1.795 0-3.25-1.445-3.25-3.228v-3.469c0-1.783 1.455-3.228 3.25-3.228h3.011c.445 0 .873-.168 1.197-.47zm2.401 12.86a2 2 0 0 1-1.441 2.496l-1.024.254a6.8 6.8 0 0 0 .008 2.152l.976.235a2 2 0 0 1 1.45 2.51l-.324 1.098a6.2 6.2 0 0 0 1.753 1.1l.843-.886a2 2 0 0 1 2.899 0l.85.895a6.2 6.2 0 0 0 1.751-1.09l-.335-1.16a2 2 0 0 1 1.441-2.496l1.026-.253a6.8 6.8 0 0 0-.008-2.152l-.977-.235a2 2 0 0 1-1.45-2.51l.324-1.1a6.2 6.2 0 0 0-1.753-1.1l-.843.888a2 2 0 0 1-2.9 0l-.849-.895a6.2 6.2 0 0 0-1.751 1.09zM20.5 22a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3"/></svg>
React
import type { SVGProps } from "react";
export function FluentSpeakerSettings28Filled(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="M14.395 3.838c.798-.743 2.105-.181 2.105.906v9.403a7.49 7.49 0 0 0-3.5 6.34c0 .882.152 1.728.432 2.513l-3.974-3.698a1.76 1.76 0 0 0-1.196-.47H5.25c-1.795 0-3.25-1.445-3.25-3.228v-3.469c0-1.783 1.455-3.228 3.25-3.228h3.011c.445 0 .873-.168 1.197-.47zm2.401 12.86a2 2 0 0 1-1.441 2.496l-1.024.254a6.8 6.8 0 0 0 .008 2.152l.976.235a2 2 0 0 1 1.45 2.51l-.324 1.098a6.2 6.2 0 0 0 1.753 1.1l.843-.886a2 2 0 0 1 2.899 0l.85.895a6.2 6.2 0 0 0 1.751-1.09l-.335-1.16a2 2 0 0 1 1.441-2.496l1.026-.253a6.8 6.8 0 0 0-.008-2.152l-.977-.235a2 2 0 0 1-1.45-2.51l.324-1.1a6.2 6.2 0 0 0-1.753-1.1l-.843.888a2 2 0 0 1-2.9 0l-.849-.895a6.2 6.2 0 0 0-1.751 1.09zM20.5 22a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M14.395 3.838c.798-.743 2.105-.181 2.105.906v9.403a7.49 7.49 0 0 0-3.5 6.34c0 .882.152 1.728.432 2.513l-3.974-3.698a1.76 1.76 0 0 0-1.196-.47H5.25c-1.795 0-3.25-1.445-3.25-3.228v-3.469c0-1.783 1.455-3.228 3.25-3.228h3.011c.445 0 .873-.168 1.197-.47zm2.401 12.86a2 2 0 0 1-1.441 2.496l-1.024.254a6.8 6.8 0 0 0 .008 2.152l.976.235a2 2 0 0 1 1.45 2.51l-.324 1.098a6.2 6.2 0 0 0 1.753 1.1l.843-.886a2 2 0 0 1 2.899 0l.85.895a6.2 6.2 0 0 0 1.751-1.09l-.335-1.16a2 2 0 0 1 1.441-2.496l1.026-.253a6.8 6.8 0 0 0-.008-2.152l-.977-.235a2 2 0 0 1-1.45-2.51l.324-1.1a6.2 6.2 0 0 0-1.753-1.1l-.843.888a2 2 0 0 1-2.9 0l-.849-.895a6.2 6.2 0 0 0-1.751 1.09zM20.5 22a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3"/></svg> </template>
CSS
.icon-speaker-settings-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.395%203.838c.798-.743%202.105-.181%202.105.906v9.403a7.49%207.49%200%200%200-3.5%206.34c0%20.882.152%201.728.432%202.513l-3.974-3.698a1.76%201.76%200%200%200-1.196-.47H5.25c-1.795%200-3.25-1.445-3.25-3.228v-3.469c0-1.783%201.455-3.228%203.25-3.228h3.011c.445%200%20.873-.168%201.197-.47zm2.401%2012.86a2%202%200%200%201-1.441%202.496l-1.024.254a6.8%206.8%200%200%200%20.008%202.152l.976.235a2%202%200%200%201%201.45%202.51l-.324%201.098a6.2%206.2%200%200%200%201.753%201.1l.843-.886a2%202%200%200%201%202.899%200l.85.895a6.2%206.2%200%200%200%201.751-1.09l-.335-1.16a2%202%200%200%201%201.441-2.496l1.026-.253a6.8%206.8%200%200%200-.008-2.152l-.977-.235a2%202%200%200%201-1.45-2.51l.324-1.1a6.2%206.2%200%200%200-1.753-1.1l-.843.888a2%202%200%200%201-2.9%200l-.849-.895a6.2%206.2%200%200%200-1.751%201.09zM20.5%2022a1.5%201.5%200%201%201%200-3a1.5%201.5%200%200%201%200%203%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%22M14.395%203.838c.798-.743%202.105-.181%202.105.906v9.403a7.49%207.49%200%200%200-3.5%206.34c0%20.882.152%201.728.432%202.513l-3.974-3.698a1.76%201.76%200%200%200-1.196-.47H5.25c-1.795%200-3.25-1.445-3.25-3.228v-3.469c0-1.783%201.455-3.228%203.25-3.228h3.011c.445%200%20.873-.168%201.197-.47zm2.401%2012.86a2%202%200%200%201-1.441%202.496l-1.024.254a6.8%206.8%200%200%200%20.008%202.152l.976.235a2%202%200%200%201%201.45%202.51l-.324%201.098a6.2%206.2%200%200%200%201.753%201.1l.843-.886a2%202%200%200%201%202.899%200l.85.895a6.2%206.2%200%200%200%201.751-1.09l-.335-1.16a2%202%200%200%201%201.441-2.496l1.026-.253a6.8%206.8%200%200%200-.008-2.152l-.977-.235a2%202%200%200%201-1.45-2.51l.324-1.1a6.2%206.2%200%200%200-1.753-1.1l-.843.888a2%202%200%200%201-2.9%200l-.849-.895a6.2%206.2%200%200%200-1.751%201.09zM20.5%2022a1.5%201.5%200%201%201%200-3a1.5%201.5%200%200%201%200%203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/speaker-settings-28-filled.svg?color=%231a73e8&size=48