mic sync icon
mic-sync-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- mic-sync-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- Viewbox
- 16×16
- License
- MIT
11 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the mic sync icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M10.5 6a4.5 4.5 0 1 1 0 9a4.5 4.5 0 0 1 0-9m-2 5a.5.5 0 0 0-.5.5V13a.5.5 0 0 0 1 0v-.152a3 3 0 0 0 1.447.402a3 3 0 0 0 2.174-.879a.5.5 0 1 0-.707-.707A2 2 0 0 1 9.532 12H10a.5.5 0 0 0 0-1zm-6-3.5A.5.5 0 0 1 3 8a3.5 3.5 0 0 0 2.043 3.182q.076.604.274 1.16A4.5 4.5 0 0 1 2 8a.5.5 0 0 1 .5-.5m4-5.5A2.5 2.5 0 0 1 9 4.5v.708a5.5 5.5 0 0 0-3.978 4.805A2.5 2.5 0 0 1 4 8V4.5A2.5 2.5 0 0 1 6.5 2m6 5.5a.5.5 0 0 0-.5.5v.152a3 3 0 0 0-1.447-.402a3 3 0 0 0-2.174.879a.5.5 0 1 0 .707.707A2 2 0 0 1 11.468 9H11a.5.5 0 0 0 0 1h1.5a.5.5 0 0 0 .5-.5V8a.5.5 0 0 0-.5-.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentMicSync16Filled(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="M10.5 6a4.5 4.5 0 1 1 0 9a4.5 4.5 0 0 1 0-9m-2 5a.5.5 0 0 0-.5.5V13a.5.5 0 0 0 1 0v-.152a3 3 0 0 0 1.447.402a3 3 0 0 0 2.174-.879a.5.5 0 1 0-.707-.707A2 2 0 0 1 9.532 12H10a.5.5 0 0 0 0-1zm-6-3.5A.5.5 0 0 1 3 8a3.5 3.5 0 0 0 2.043 3.182q.076.604.274 1.16A4.5 4.5 0 0 1 2 8a.5.5 0 0 1 .5-.5m4-5.5A2.5 2.5 0 0 1 9 4.5v.708a5.5 5.5 0 0 0-3.978 4.805A2.5 2.5 0 0 1 4 8V4.5A2.5 2.5 0 0 1 6.5 2m6 5.5a.5.5 0 0 0-.5.5v.152a3 3 0 0 0-1.447-.402a3 3 0 0 0-2.174.879a.5.5 0 1 0 .707.707A2 2 0 0 1 11.468 9H11a.5.5 0 0 0 0 1h1.5a.5.5 0 0 0 .5-.5V8a.5.5 0 0 0-.5-.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="M10.5 6a4.5 4.5 0 1 1 0 9a4.5 4.5 0 0 1 0-9m-2 5a.5.5 0 0 0-.5.5V13a.5.5 0 0 0 1 0v-.152a3 3 0 0 0 1.447.402a3 3 0 0 0 2.174-.879a.5.5 0 1 0-.707-.707A2 2 0 0 1 9.532 12H10a.5.5 0 0 0 0-1zm-6-3.5A.5.5 0 0 1 3 8a3.5 3.5 0 0 0 2.043 3.182q.076.604.274 1.16A4.5 4.5 0 0 1 2 8a.5.5 0 0 1 .5-.5m4-5.5A2.5 2.5 0 0 1 9 4.5v.708a5.5 5.5 0 0 0-3.978 4.805A2.5 2.5 0 0 1 4 8V4.5A2.5 2.5 0 0 1 6.5 2m6 5.5a.5.5 0 0 0-.5.5v.152a3 3 0 0 0-1.447-.402a3 3 0 0 0-2.174.879a.5.5 0 1 0 .707.707A2 2 0 0 1 11.468 9H11a.5.5 0 0 0 0 1h1.5a.5.5 0 0 0 .5-.5V8a.5.5 0 0 0-.5-.5"/></svg> </template>
CSS
.icon-mic-sync-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%22M10.5%206a4.5%204.5%200%201%201%200%209a4.5%204.5%200%200%201%200-9m-2%205a.5.5%200%200%200-.5.5V13a.5.5%200%200%200%201%200v-.152a3%203%200%200%200%201.447.402a3%203%200%200%200%202.174-.879a.5.5%200%201%200-.707-.707A2%202%200%200%201%209.532%2012H10a.5.5%200%200%200%200-1zm-6-3.5A.5.5%200%200%201%203%208a3.5%203.5%200%200%200%202.043%203.182q.076.604.274%201.16A4.5%204.5%200%200%201%202%208a.5.5%200%200%201%20.5-.5m4-5.5A2.5%202.5%200%200%201%209%204.5v.708a5.5%205.5%200%200%200-3.978%204.805A2.5%202.5%200%200%201%204%208V4.5A2.5%202.5%200%200%201%206.5%202m6%205.5a.5.5%200%200%200-.5.5v.152a3%203%200%200%200-1.447-.402a3%203%200%200%200-2.174.879a.5.5%200%201%200%20.707.707A2%202%200%200%201%2011.468%209H11a.5.5%200%200%200%200%201h1.5a.5.5%200%200%200%20.5-.5V8a.5.5%200%200%200-.5-.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%22M10.5%206a4.5%204.5%200%201%201%200%209a4.5%204.5%200%200%201%200-9m-2%205a.5.5%200%200%200-.5.5V13a.5.5%200%200%200%201%200v-.152a3%203%200%200%200%201.447.402a3%203%200%200%200%202.174-.879a.5.5%200%201%200-.707-.707A2%202%200%200%201%209.532%2012H10a.5.5%200%200%200%200-1zm-6-3.5A.5.5%200%200%201%203%208a3.5%203.5%200%200%200%202.043%203.182q.076.604.274%201.16A4.5%204.5%200%200%201%202%208a.5.5%200%200%201%20.5-.5m4-5.5A2.5%202.5%200%200%201%209%204.5v.708a5.5%205.5%200%200%200-3.978%204.805A2.5%202.5%200%200%201%204%208V4.5A2.5%202.5%200%200%201%206.5%202m6%205.5a.5.5%200%200%200-.5.5v.152a3%203%200%200%200-1.447-.402a3%203%200%200%200-2.174.879a.5.5%200%201%200%20.707.707A2%202%200%200%201%2011.468%209H11a.5.5%200%200%200%200%201h1.5a.5.5%200%200%200%20.5-.5V8a.5.5%200%200%200-.5-.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/mic-sync-16-filled.svg?color=%231a73e8&size=48