options speaker icon
options-speaker-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- options-speaker-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- Viewbox
- 16×16
- 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 16 16"><path fill="currentColor" d="M12.7 7.1a.5.5 0 0 1 .7.1c.69.92 1.1 2.062 1.1 3.3s-.41 2.38-1.1 3.3a.5.5 0 1 1-.8-.6a4.48 4.48 0 0 0 .9-2.7a4.48 4.48 0 0 0-.9-2.7a.5.5 0 0 1 .1-.7m-3.553.547a.5.5 0 0 1 .854.354v5.002a.5.5 0 0 1-.854.353L7.791 12H6.5a.5.5 0 0 1-.5-.5V11H2.5a.5.5 0 0 1 0-1H6v-.5a.5.5 0 0 1 .5-.5h1.295zm2.077.778a.5.5 0 0 1 .692.14c.369.554.584 1.22.584 1.935s-.215 1.381-.584 1.935a.5.5 0 1 1-.832-.553c.263-.396.416-.87.416-1.382s-.153-.987-.416-1.383a.5.5 0 0 1 .14-.692M6 2.5A2 2 0 0 1 7.935 4H13.5a.5.5 0 0 1 0 1H7.935a1.999 1.999 0 0 1-3.87 0H2.5a.5.5 0 0 1 0-1h1.565A2 2 0 0 1 6 2.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentOptionsSpeaker16Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M12.7 7.1a.5.5 0 0 1 .7.1c.69.92 1.1 2.062 1.1 3.3s-.41 2.38-1.1 3.3a.5.5 0 1 1-.8-.6a4.48 4.48 0 0 0 .9-2.7a4.48 4.48 0 0 0-.9-2.7a.5.5 0 0 1 .1-.7m-3.553.547a.5.5 0 0 1 .854.354v5.002a.5.5 0 0 1-.854.353L7.791 12H6.5a.5.5 0 0 1-.5-.5V11H2.5a.5.5 0 0 1 0-1H6v-.5a.5.5 0 0 1 .5-.5h1.295zm2.077.778a.5.5 0 0 1 .692.14c.369.554.584 1.22.584 1.935s-.215 1.381-.584 1.935a.5.5 0 1 1-.832-.553c.263-.396.416-.87.416-1.382s-.153-.987-.416-1.383a.5.5 0 0 1 .14-.692M6 2.5A2 2 0 0 1 7.935 4H13.5a.5.5 0 0 1 0 1H7.935a1.999 1.999 0 0 1-3.87 0H2.5a.5.5 0 0 1 0-1h1.565A2 2 0 0 1 6 2.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M12.7 7.1a.5.5 0 0 1 .7.1c.69.92 1.1 2.062 1.1 3.3s-.41 2.38-1.1 3.3a.5.5 0 1 1-.8-.6a4.48 4.48 0 0 0 .9-2.7a4.48 4.48 0 0 0-.9-2.7a.5.5 0 0 1 .1-.7m-3.553.547a.5.5 0 0 1 .854.354v5.002a.5.5 0 0 1-.854.353L7.791 12H6.5a.5.5 0 0 1-.5-.5V11H2.5a.5.5 0 0 1 0-1H6v-.5a.5.5 0 0 1 .5-.5h1.295zm2.077.778a.5.5 0 0 1 .692.14c.369.554.584 1.22.584 1.935s-.215 1.381-.584 1.935a.5.5 0 1 1-.832-.553c.263-.396.416-.87.416-1.382s-.153-.987-.416-1.383a.5.5 0 0 1 .14-.692M6 2.5A2 2 0 0 1 7.935 4H13.5a.5.5 0 0 1 0 1H7.935a1.999 1.999 0 0 1-3.87 0H2.5a.5.5 0 0 1 0-1h1.565A2 2 0 0 1 6 2.5"/></svg> </template>
CSS
.icon-options-speaker-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.7%207.1a.5.5%200%200%201%20.7.1c.69.92%201.1%202.062%201.1%203.3s-.41%202.38-1.1%203.3a.5.5%200%201%201-.8-.6a4.48%204.48%200%200%200%20.9-2.7a4.48%204.48%200%200%200-.9-2.7a.5.5%200%200%201%20.1-.7m-3.553.547a.5.5%200%200%201%20.854.354v5.002a.5.5%200%200%201-.854.353L7.791%2012H6.5a.5.5%200%200%201-.5-.5V11H2.5a.5.5%200%200%201%200-1H6v-.5a.5.5%200%200%201%20.5-.5h1.295zm2.077.778a.5.5%200%200%201%20.692.14c.369.554.584%201.22.584%201.935s-.215%201.381-.584%201.935a.5.5%200%201%201-.832-.553c.263-.396.416-.87.416-1.382s-.153-.987-.416-1.383a.5.5%200%200%201%20.14-.692M6%202.5A2%202%200%200%201%207.935%204H13.5a.5.5%200%200%201%200%201H7.935a1.999%201.999%200%200%201-3.87%200H2.5a.5.5%200%200%201%200-1h1.565A2%202%200%200%201%206%202.5%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.7%207.1a.5.5%200%200%201%20.7.1c.69.92%201.1%202.062%201.1%203.3s-.41%202.38-1.1%203.3a.5.5%200%201%201-.8-.6a4.48%204.48%200%200%200%20.9-2.7a4.48%204.48%200%200%200-.9-2.7a.5.5%200%200%201%20.1-.7m-3.553.547a.5.5%200%200%201%20.854.354v5.002a.5.5%200%200%201-.854.353L7.791%2012H6.5a.5.5%200%200%201-.5-.5V11H2.5a.5.5%200%200%201%200-1H6v-.5a.5.5%200%200%201%20.5-.5h1.295zm2.077.778a.5.5%200%200%201%20.692.14c.369.554.584%201.22.584%201.935s-.215%201.381-.584%201.935a.5.5%200%201%201-.832-.553c.263-.396.416-.87.416-1.382s-.153-.987-.416-1.383a.5.5%200%200%201%20.14-.692M6%202.5A2%202%200%200%201%207.935%204H13.5a.5.5%200%200%201%200%201H7.935a1.999%201.999%200%200%201-3.87%200H2.5a.5.5%200%200%201%200-1h1.565A2%202%200%200%201%206%202.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/options-speaker-16-filled.svg?color=%231a73e8&size=48