mic-link-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.

Name
mic-link-32-regular
Set
Fluent UI System Icons
Style
32 Regular
Viewbox
32×32
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 32 32"><path fill="currentColor" d="M15 2a6 6 0 0 0-6 6v8a6 6 0 0 0 7.785 5.73a6 6 0 0 1 2.43-1.46A5.98 5.98 0 0 0 21 16V8a6 6 0 0 0-6-6m0 22q.173 0 .344-.007A6 6 0 0 0 15 26c0 1.204.354 2.325.965 3.264A1 1 0 0 1 14 29v-3l.001-.05C8.947 25.45 5 21.187 5 16a1 1 0 1 1 2 0a8 8 0 0 0 8 8m10-8a10 10 0 0 1-.832 4H21.93A7.96 7.96 0 0 0 23 16a1 1 0 1 1 2 0m-6 0a4 4 0 0 1-8 0V8a4 4 0 0 1 8 0zm3.5 6.5a1 1 0 0 0-1-1H21a4.5 4.5 0 1 0 0 9h.5a1 1 0 1 0 0-2H21a2.5 2.5 0 0 1 0-5h.5a1 1 0 0 0 1-1m4-1a1 1 0 1 0 0 2h.5a2.5 2.5 0 0 1 0 5h-.5a1 1 0 1 0 0 2h.5a4.5 4.5 0 1 0 0-9zm-5 3.5a1 1 0 1 0 0 2h5a1 1 0 1 0 0-2z"/></svg>

React

import type { SVGProps } from "react";

export function FluentMicLink32Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15 2a6 6 0 0 0-6 6v8a6 6 0 0 0 7.785 5.73a6 6 0 0 1 2.43-1.46A5.98 5.98 0 0 0 21 16V8a6 6 0 0 0-6-6m0 22q.173 0 .344-.007A6 6 0 0 0 15 26c0 1.204.354 2.325.965 3.264A1 1 0 0 1 14 29v-3l.001-.05C8.947 25.45 5 21.187 5 16a1 1 0 1 1 2 0a8 8 0 0 0 8 8m10-8a10 10 0 0 1-.832 4H21.93A7.96 7.96 0 0 0 23 16a1 1 0 1 1 2 0m-6 0a4 4 0 0 1-8 0V8a4 4 0 0 1 8 0zm3.5 6.5a1 1 0 0 0-1-1H21a4.5 4.5 0 1 0 0 9h.5a1 1 0 1 0 0-2H21a2.5 2.5 0 0 1 0-5h.5a1 1 0 0 0 1-1m4-1a1 1 0 1 0 0 2h.5a2.5 2.5 0 0 1 0 5h-.5a1 1 0 1 0 0 2h.5a4.5 4.5 0 1 0 0-9zm-5 3.5a1 1 0 1 0 0 2h5a1 1 0 1 0 0-2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15 2a6 6 0 0 0-6 6v8a6 6 0 0 0 7.785 5.73a6 6 0 0 1 2.43-1.46A5.98 5.98 0 0 0 21 16V8a6 6 0 0 0-6-6m0 22q.173 0 .344-.007A6 6 0 0 0 15 26c0 1.204.354 2.325.965 3.264A1 1 0 0 1 14 29v-3l.001-.05C8.947 25.45 5 21.187 5 16a1 1 0 1 1 2 0a8 8 0 0 0 8 8m10-8a10 10 0 0 1-.832 4H21.93A7.96 7.96 0 0 0 23 16a1 1 0 1 1 2 0m-6 0a4 4 0 0 1-8 0V8a4 4 0 0 1 8 0zm3.5 6.5a1 1 0 0 0-1-1H21a4.5 4.5 0 1 0 0 9h.5a1 1 0 1 0 0-2H21a2.5 2.5 0 0 1 0-5h.5a1 1 0 0 0 1-1m4-1a1 1 0 1 0 0 2h.5a2.5 2.5 0 0 1 0 5h-.5a1 1 0 1 0 0 2h.5a4.5 4.5 0 1 0 0-9zm-5 3.5a1 1 0 1 0 0 2h5a1 1 0 1 0 0-2z"/></svg>
</template>

CSS

.icon-mic-link-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%202a6%206%200%200%200-6%206v8a6%206%200%200%200%207.785%205.73a6%206%200%200%201%202.43-1.46A5.98%205.98%200%200%200%2021%2016V8a6%206%200%200%200-6-6m0%2022q.173%200%20.344-.007A6%206%200%200%200%2015%2026c0%201.204.354%202.325.965%203.264A1%201%200%200%201%2014%2029v-3l.001-.05C8.947%2025.45%205%2021.187%205%2016a1%201%200%201%201%202%200a8%208%200%200%200%208%208m10-8a10%2010%200%200%201-.832%204H21.93A7.96%207.96%200%200%200%2023%2016a1%201%200%201%201%202%200m-6%200a4%204%200%200%201-8%200V8a4%204%200%200%201%208%200zm3.5%206.5a1%201%200%200%200-1-1H21a4.5%204.5%200%201%200%200%209h.5a1%201%200%201%200%200-2H21a2.5%202.5%200%200%201%200-5h.5a1%201%200%200%200%201-1m4-1a1%201%200%201%200%200%202h.5a2.5%202.5%200%200%201%200%205h-.5a1%201%200%201%200%200%202h.5a4.5%204.5%200%201%200%200-9zm-5%203.5a1%201%200%201%200%200%202h5a1%201%200%201%200%200-2z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%202a6%206%200%200%200-6%206v8a6%206%200%200%200%207.785%205.73a6%206%200%200%201%202.43-1.46A5.98%205.98%200%200%200%2021%2016V8a6%206%200%200%200-6-6m0%2022q.173%200%20.344-.007A6%206%200%200%200%2015%2026c0%201.204.354%202.325.965%203.264A1%201%200%200%201%2014%2029v-3l.001-.05C8.947%2025.45%205%2021.187%205%2016a1%201%200%201%201%202%200a8%208%200%200%200%208%208m10-8a10%2010%200%200%201-.832%204H21.93A7.96%207.96%200%200%200%2023%2016a1%201%200%201%201%202%200m-6%200a4%204%200%200%201-8%200V8a4%204%200%200%201%208%200zm3.5%206.5a1%201%200%200%200-1-1H21a4.5%204.5%200%201%200%200%209h.5a1%201%200%201%200%200-2H21a2.5%202.5%200%200%201%200-5h.5a1%201%200%200%200%201-1m4-1a1%201%200%201%200%200%202h.5a2.5%202.5%200%200%201%200%205h-.5a1%201%200%201%200%200%202h.5a4.5%204.5%200%201%200%200-9zm-5%203.5a1%201%200%201%200%200%202h5a1%201%200%201%200%200-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/mic-link-32-regular.svg?color=%231a73e8&size=48