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

Name
mic-32-light
Set
Fluent UI System Icons
Style
32 Light
Viewbox
32×32
License
MIT

12 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the mic icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 2a6 6 0 0 1 6 6v8a6 6 0 0 1-12 0V8a6 6 0 0 1 6-6m5 14V8a5 5 0 0 0-10 0v8a5 5 0 0 0 10 0M6.5 15a.5.5 0 0 1 .5.5v.5a9 9 0 1 0 18 0v-.5a.5.5 0 0 1 1 0v.5c0 5.355-4.21 9.727-9.5 9.988V29.5a.5.5 0 0 1-1 0v-3.512C10.21 25.728 6 21.355 6 16v-.5a.5.5 0 0 1 .5-.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentMic32Light(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="M16 2a6 6 0 0 1 6 6v8a6 6 0 0 1-12 0V8a6 6 0 0 1 6-6m5 14V8a5 5 0 0 0-10 0v8a5 5 0 0 0 10 0M6.5 15a.5.5 0 0 1 .5.5v.5a9 9 0 1 0 18 0v-.5a.5.5 0 0 1 1 0v.5c0 5.355-4.21 9.727-9.5 9.988V29.5a.5.5 0 0 1-1 0v-3.512C10.21 25.728 6 21.355 6 16v-.5a.5.5 0 0 1 .5-.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 2a6 6 0 0 1 6 6v8a6 6 0 0 1-12 0V8a6 6 0 0 1 6-6m5 14V8a5 5 0 0 0-10 0v8a5 5 0 0 0 10 0M6.5 15a.5.5 0 0 1 .5.5v.5a9 9 0 1 0 18 0v-.5a.5.5 0 0 1 1 0v.5c0 5.355-4.21 9.727-9.5 9.988V29.5a.5.5 0 0 1-1 0v-3.512C10.21 25.728 6 21.355 6 16v-.5a.5.5 0 0 1 .5-.5"/></svg>
</template>

CSS

.icon-mic-32-light {
  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%22M16%202a6%206%200%200%201%206%206v8a6%206%200%200%201-12%200V8a6%206%200%200%201%206-6m5%2014V8a5%205%200%200%200-10%200v8a5%205%200%200%200%2010%200M6.5%2015a.5.5%200%200%201%20.5.5v.5a9%209%200%201%200%2018%200v-.5a.5.5%200%200%201%201%200v.5c0%205.355-4.21%209.727-9.5%209.988V29.5a.5.5%200%200%201-1%200v-3.512C10.21%2025.728%206%2021.355%206%2016v-.5a.5.5%200%200%201%20.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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%202a6%206%200%200%201%206%206v8a6%206%200%200%201-12%200V8a6%206%200%200%201%206-6m5%2014V8a5%205%200%200%200-10%200v8a5%205%200%200%200%2010%200M6.5%2015a.5.5%200%200%201%20.5.5v.5a9%209%200%201%200%2018%200v-.5a.5.5%200%200%201%201%200v.5c0%205.355-4.21%209.727-9.5%209.988V29.5a.5.5%200%200%201-1%200v-3.512C10.21%2025.728%206%2021.355%206%2016v-.5a.5.5%200%200%201%20.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-32-light.svg?color=%231a73e8&size=48