mic link icon
mic-link-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- mic-link-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- Viewbox
- 48×48
- License
- MIT
11 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the mic link icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M14 12a8 8 0 1 1 16 0v12a8 8 0 1 1-16 0zm8-5.5a5.5 5.5 0 0 0-5.5 5.5v12a5.5 5.5 0 1 0 11 0V12A5.5 5.5 0 0 0 22 6.5m0 32.75c0 1.404.34 2.726.94 3.884a1.25 1.25 0 0 1-2.44-.384v-5.08C13.473 36.923 8 30.976 8 23.75a1.25 1.25 0 1 1 2.5 0c0 6.351 5.149 11.5 11.5 11.5q.519 0 1.026-.045A8.4 8.4 0 0 0 22 39.25M33.979 31A13.93 13.93 0 0 0 36 23.75a1.25 1.25 0 1 0-2.5 0c0 2.749-.964 5.272-2.573 7.25zM24 39.25A6.25 6.25 0 0 1 30.25 33h1.5a1.25 1.25 0 1 1 0 2.5h-1.5a3.75 3.75 0 1 0 0 7.5h1.5a1.25 1.25 0 1 1 0 2.5h-1.5A6.25 6.25 0 0 1 24 39.25m22 0A6.25 6.25 0 0 0 39.75 33h-1.5a1.25 1.25 0 1 0 0 2.5h1.5a3.75 3.75 0 1 1 0 7.5h-1.5a1.25 1.25 0 1 0 0 2.5h1.5A6.25 6.25 0 0 0 46 39.25m-17 0c0-.69.56-1.25 1.25-1.25h9.5a1.25 1.25 0 1 1 0 2.5h-9.5c-.69 0-1.25-.56-1.25-1.25"/></svg>
React
import type { SVGProps } from "react";
export function FluentMicLink48Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M14 12a8 8 0 1 1 16 0v12a8 8 0 1 1-16 0zm8-5.5a5.5 5.5 0 0 0-5.5 5.5v12a5.5 5.5 0 1 0 11 0V12A5.5 5.5 0 0 0 22 6.5m0 32.75c0 1.404.34 2.726.94 3.884a1.25 1.25 0 0 1-2.44-.384v-5.08C13.473 36.923 8 30.976 8 23.75a1.25 1.25 0 1 1 2.5 0c0 6.351 5.149 11.5 11.5 11.5q.519 0 1.026-.045A8.4 8.4 0 0 0 22 39.25M33.979 31A13.93 13.93 0 0 0 36 23.75a1.25 1.25 0 1 0-2.5 0c0 2.749-.964 5.272-2.573 7.25zM24 39.25A6.25 6.25 0 0 1 30.25 33h1.5a1.25 1.25 0 1 1 0 2.5h-1.5a3.75 3.75 0 1 0 0 7.5h1.5a1.25 1.25 0 1 1 0 2.5h-1.5A6.25 6.25 0 0 1 24 39.25m22 0A6.25 6.25 0 0 0 39.75 33h-1.5a1.25 1.25 0 1 0 0 2.5h1.5a3.75 3.75 0 1 1 0 7.5h-1.5a1.25 1.25 0 1 0 0 2.5h1.5A6.25 6.25 0 0 0 46 39.25m-17 0c0-.69.56-1.25 1.25-1.25h9.5a1.25 1.25 0 1 1 0 2.5h-9.5c-.69 0-1.25-.56-1.25-1.25"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M14 12a8 8 0 1 1 16 0v12a8 8 0 1 1-16 0zm8-5.5a5.5 5.5 0 0 0-5.5 5.5v12a5.5 5.5 0 1 0 11 0V12A5.5 5.5 0 0 0 22 6.5m0 32.75c0 1.404.34 2.726.94 3.884a1.25 1.25 0 0 1-2.44-.384v-5.08C13.473 36.923 8 30.976 8 23.75a1.25 1.25 0 1 1 2.5 0c0 6.351 5.149 11.5 11.5 11.5q.519 0 1.026-.045A8.4 8.4 0 0 0 22 39.25M33.979 31A13.93 13.93 0 0 0 36 23.75a1.25 1.25 0 1 0-2.5 0c0 2.749-.964 5.272-2.573 7.25zM24 39.25A6.25 6.25 0 0 1 30.25 33h1.5a1.25 1.25 0 1 1 0 2.5h-1.5a3.75 3.75 0 1 0 0 7.5h1.5a1.25 1.25 0 1 1 0 2.5h-1.5A6.25 6.25 0 0 1 24 39.25m22 0A6.25 6.25 0 0 0 39.75 33h-1.5a1.25 1.25 0 1 0 0 2.5h1.5a3.75 3.75 0 1 1 0 7.5h-1.5a1.25 1.25 0 1 0 0 2.5h1.5A6.25 6.25 0 0 0 46 39.25m-17 0c0-.69.56-1.25 1.25-1.25h9.5a1.25 1.25 0 1 1 0 2.5h-9.5c-.69 0-1.25-.56-1.25-1.25"/></svg> </template>
CSS
.icon-mic-link-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%2012a8%208%200%201%201%2016%200v12a8%208%200%201%201-16%200zm8-5.5a5.5%205.5%200%200%200-5.5%205.5v12a5.5%205.5%200%201%200%2011%200V12A5.5%205.5%200%200%200%2022%206.5m0%2032.75c0%201.404.34%202.726.94%203.884a1.25%201.25%200%200%201-2.44-.384v-5.08C13.473%2036.923%208%2030.976%208%2023.75a1.25%201.25%200%201%201%202.5%200c0%206.351%205.149%2011.5%2011.5%2011.5q.519%200%201.026-.045A8.4%208.4%200%200%200%2022%2039.25M33.979%2031A13.93%2013.93%200%200%200%2036%2023.75a1.25%201.25%200%201%200-2.5%200c0%202.749-.964%205.272-2.573%207.25zM24%2039.25A6.25%206.25%200%200%201%2030.25%2033h1.5a1.25%201.25%200%201%201%200%202.5h-1.5a3.75%203.75%200%201%200%200%207.5h1.5a1.25%201.25%200%201%201%200%202.5h-1.5A6.25%206.25%200%200%201%2024%2039.25m22%200A6.25%206.25%200%200%200%2039.75%2033h-1.5a1.25%201.25%200%201%200%200%202.5h1.5a3.75%203.75%200%201%201%200%207.5h-1.5a1.25%201.25%200%201%200%200%202.5h1.5A6.25%206.25%200%200%200%2046%2039.25m-17%200c0-.69.56-1.25%201.25-1.25h9.5a1.25%201.25%200%201%201%200%202.5h-9.5c-.69%200-1.25-.56-1.25-1.25%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%2012a8%208%200%201%201%2016%200v12a8%208%200%201%201-16%200zm8-5.5a5.5%205.5%200%200%200-5.5%205.5v12a5.5%205.5%200%201%200%2011%200V12A5.5%205.5%200%200%200%2022%206.5m0%2032.75c0%201.404.34%202.726.94%203.884a1.25%201.25%200%200%201-2.44-.384v-5.08C13.473%2036.923%208%2030.976%208%2023.75a1.25%201.25%200%201%201%202.5%200c0%206.351%205.149%2011.5%2011.5%2011.5q.519%200%201.026-.045A8.4%208.4%200%200%200%2022%2039.25M33.979%2031A13.93%2013.93%200%200%200%2036%2023.75a1.25%201.25%200%201%200-2.5%200c0%202.749-.964%205.272-2.573%207.25zM24%2039.25A6.25%206.25%200%200%201%2030.25%2033h1.5a1.25%201.25%200%201%201%200%202.5h-1.5a3.75%203.75%200%201%200%200%207.5h1.5a1.25%201.25%200%201%201%200%202.5h-1.5A6.25%206.25%200%200%201%2024%2039.25m22%200A6.25%206.25%200%200%200%2039.75%2033h-1.5a1.25%201.25%200%201%200%200%202.5h1.5a3.75%203.75%200%201%201%200%207.5h-1.5a1.25%201.25%200%201%200%200%202.5h1.5A6.25%206.25%200%200%200%2046%2039.25m-17%200c0-.69.56-1.25%201.25-1.25h9.5a1.25%201.25%200%201%201%200%202.5h-9.5c-.69%200-1.25-.56-1.25-1.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/mic-link-48-regular.svg?color=%231a73e8&size=48