options speaker icon
options-speaker-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- options-speaker-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- License
- MIT
7 other variants in Fluent UI System Icons
Use the options speaker icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M12.146 10.148a.5.5 0 0 1 .853.353v6.001a.5.5 0 0 1-.854.354L10.292 15H8.5a.5.5 0 0 1-.5-.5V14H2.5a.5.5 0 0 1 0-1H8v-.5a.5.5 0 0 1 .5-.5h1.794zm3.69-.067a.5.5 0 0 1 .692.146c.614.941.971 2.066.971 3.273a6 6 0 0 1-.97 3.273a.5.5 0 0 1-.839-.546c.511-.784.809-1.72.809-2.727a4.97 4.97 0 0 0-.809-2.727a.5.5 0 0 1 .146-.692m-1.594 1.187a.5.5 0 0 1 .687.17c.363.603.571 1.309.571 2.062s-.208 1.46-.571 2.062a.5.5 0 0 1-.858-.516c.272-.451.429-.98.429-1.546s-.157-1.095-.429-1.546a.5.5 0 0 1 .171-.686M7.5 3a2.5 2.5 0 0 1 2.45 2h7.55a.5.5 0 0 1 0 1H9.95a2.501 2.501 0 0 1-4.9 0H2.5a.5.5 0 0 1 0-1h2.55A2.5 2.5 0 0 1 7.5 3m0 1a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3"/></svg>
React
import type { SVGProps } from "react";
export function FluentOptionsSpeaker20Regular(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="M12.146 10.148a.5.5 0 0 1 .853.353v6.001a.5.5 0 0 1-.854.354L10.292 15H8.5a.5.5 0 0 1-.5-.5V14H2.5a.5.5 0 0 1 0-1H8v-.5a.5.5 0 0 1 .5-.5h1.794zm3.69-.067a.5.5 0 0 1 .692.146c.614.941.971 2.066.971 3.273a6 6 0 0 1-.97 3.273a.5.5 0 0 1-.839-.546c.511-.784.809-1.72.809-2.727a4.97 4.97 0 0 0-.809-2.727a.5.5 0 0 1 .146-.692m-1.594 1.187a.5.5 0 0 1 .687.17c.363.603.571 1.309.571 2.062s-.208 1.46-.571 2.062a.5.5 0 0 1-.858-.516c.272-.451.429-.98.429-1.546s-.157-1.095-.429-1.546a.5.5 0 0 1 .171-.686M7.5 3a2.5 2.5 0 0 1 2.45 2h7.55a.5.5 0 0 1 0 1H9.95a2.501 2.501 0 0 1-4.9 0H2.5a.5.5 0 0 1 0-1h2.55A2.5 2.5 0 0 1 7.5 3m0 1a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M12.146 10.148a.5.5 0 0 1 .853.353v6.001a.5.5 0 0 1-.854.354L10.292 15H8.5a.5.5 0 0 1-.5-.5V14H2.5a.5.5 0 0 1 0-1H8v-.5a.5.5 0 0 1 .5-.5h1.794zm3.69-.067a.5.5 0 0 1 .692.146c.614.941.971 2.066.971 3.273a6 6 0 0 1-.97 3.273a.5.5 0 0 1-.839-.546c.511-.784.809-1.72.809-2.727a4.97 4.97 0 0 0-.809-2.727a.5.5 0 0 1 .146-.692m-1.594 1.187a.5.5 0 0 1 .687.17c.363.603.571 1.309.571 2.062s-.208 1.46-.571 2.062a.5.5 0 0 1-.858-.516c.272-.451.429-.98.429-1.546s-.157-1.095-.429-1.546a.5.5 0 0 1 .171-.686M7.5 3a2.5 2.5 0 0 1 2.45 2h7.55a.5.5 0 0 1 0 1H9.95a2.501 2.501 0 0 1-4.9 0H2.5a.5.5 0 0 1 0-1h2.55A2.5 2.5 0 0 1 7.5 3m0 1a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3"/></svg> </template>
CSS
.icon-options-speaker-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%22M12.146%2010.148a.5.5%200%200%201%20.853.353v6.001a.5.5%200%200%201-.854.354L10.292%2015H8.5a.5.5%200%200%201-.5-.5V14H2.5a.5.5%200%200%201%200-1H8v-.5a.5.5%200%200%201%20.5-.5h1.794zm3.69-.067a.5.5%200%200%201%20.692.146c.614.941.971%202.066.971%203.273a6%206%200%200%201-.97%203.273a.5.5%200%200%201-.839-.546c.511-.784.809-1.72.809-2.727a4.97%204.97%200%200%200-.809-2.727a.5.5%200%200%201%20.146-.692m-1.594%201.187a.5.5%200%200%201%20.687.17c.363.603.571%201.309.571%202.062s-.208%201.46-.571%202.062a.5.5%200%200%201-.858-.516c.272-.451.429-.98.429-1.546s-.157-1.095-.429-1.546a.5.5%200%200%201%20.171-.686M7.5%203a2.5%202.5%200%200%201%202.45%202h7.55a.5.5%200%200%201%200%201H9.95a2.501%202.501%200%200%201-4.9%200H2.5a.5.5%200%200%201%200-1h2.55A2.5%202.5%200%200%201%207.5%203m0%201a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3%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%22M12.146%2010.148a.5.5%200%200%201%20.853.353v6.001a.5.5%200%200%201-.854.354L10.292%2015H8.5a.5.5%200%200%201-.5-.5V14H2.5a.5.5%200%200%201%200-1H8v-.5a.5.5%200%200%201%20.5-.5h1.794zm3.69-.067a.5.5%200%200%201%20.692.146c.614.941.971%202.066.971%203.273a6%206%200%200%201-.97%203.273a.5.5%200%200%201-.839-.546c.511-.784.809-1.72.809-2.727a4.97%204.97%200%200%200-.809-2.727a.5.5%200%200%201%20.146-.692m-1.594%201.187a.5.5%200%200%201%20.687.17c.363.603.571%201.309.571%202.062s-.208%201.46-.571%202.062a.5.5%200%200%201-.858-.516c.272-.451.429-.98.429-1.546s-.157-1.095-.429-1.546a.5.5%200%200%201%20.171-.686M7.5%203a2.5%202.5%200%200%201%202.45%202h7.55a.5.5%200%200%201%200%201H9.95a2.501%202.501%200%200%201-4.9%200H2.5a.5.5%200%200%201%200-1h2.55A2.5%202.5%200%200%201%207.5%203m0%201a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/options-speaker-20-regular.svg?color=%231a73e8&size=48