mic from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.

Name
mic
Set
Codicons
Style
Regular
Viewbox
16×16
License
CC BY 4.0

The same icon in other sets

Related icons in Codicons

Use the mic icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 11c1.654 0 3-1.346 3-3V4c0-1.654-1.346-3-3-3S5 2.346 5 4v4c0 1.654 1.346 3 3 3M6 4c0-1.103.897-2 2-2s2 .897 2 2v4c0 1.103-.897 2-2 2s-2-.897-2-2zm7 3.5V8c0 2.585-1.98 4.694-4.5 4.948V14.5a.5.5 0 0 1-1 0v-1.55C4.98 12.693 3 10.584 3 7.998v-.5a.5.5 0 0 1 1 0V8c0 2.207 1.794 4 4 4s4-1.793 4-4v-.5a.5.5 0 0 1 1 0"/></svg>

React

import type { SVGProps } from "react";

export function CodiconMic(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="M8 11c1.654 0 3-1.346 3-3V4c0-1.654-1.346-3-3-3S5 2.346 5 4v4c0 1.654 1.346 3 3 3M6 4c0-1.103.897-2 2-2s2 .897 2 2v4c0 1.103-.897 2-2 2s-2-.897-2-2zm7 3.5V8c0 2.585-1.98 4.694-4.5 4.948V14.5a.5.5 0 0 1-1 0v-1.55C4.98 12.693 3 10.584 3 7.998v-.5a.5.5 0 0 1 1 0V8c0 2.207 1.794 4 4 4s4-1.793 4-4v-.5a.5.5 0 0 1 1 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 11c1.654 0 3-1.346 3-3V4c0-1.654-1.346-3-3-3S5 2.346 5 4v4c0 1.654 1.346 3 3 3M6 4c0-1.103.897-2 2-2s2 .897 2 2v4c0 1.103-.897 2-2 2s-2-.897-2-2zm7 3.5V8c0 2.585-1.98 4.694-4.5 4.948V14.5a.5.5 0 0 1-1 0v-1.55C4.98 12.693 3 10.584 3 7.998v-.5a.5.5 0 0 1 1 0V8c0 2.207 1.794 4 4 4s4-1.793 4-4v-.5a.5.5 0 0 1 1 0"/></svg>
</template>

CSS

.icon-mic {
  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%22M8%2011c1.654%200%203-1.346%203-3V4c0-1.654-1.346-3-3-3S5%202.346%205%204v4c0%201.654%201.346%203%203%203M6%204c0-1.103.897-2%202-2s2%20.897%202%202v4c0%201.103-.897%202-2%202s-2-.897-2-2zm7%203.5V8c0%202.585-1.98%204.694-4.5%204.948V14.5a.5.5%200%200%201-1%200v-1.55C4.98%2012.693%203%2010.584%203%207.998v-.5a.5.5%200%200%201%201%200V8c0%202.207%201.794%204%204%204s4-1.793%204-4v-.5a.5.5%200%200%201%201%200%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%22M8%2011c1.654%200%203-1.346%203-3V4c0-1.654-1.346-3-3-3S5%202.346%205%204v4c0%201.654%201.346%203%203%203M6%204c0-1.103.897-2%202-2s2%20.897%202%202v4c0%201.103-.897%202-2%202s-2-.897-2-2zm7%203.5V8c0%202.585-1.98%204.694-4.5%204.948V14.5a.5.5%200%200%201-1%200v-1.55C4.98%2012.693%203%2010.584%203%207.998v-.5a.5.5%200%200%201%201%200V8c0%202.207%201.794%204%204%204s4-1.793%204-4v-.5a.5.5%200%200%201%201%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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