mic compact icon

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

Name
mic-compact
Set
Codicons
Style
Regular
Viewbox
12×12
License
CC BY 4.0

Related icons in Codicons

Use the mic compact icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><g fill="currentColor"><path d="M6 8c1.1 0 2-.9 2-2V2c0-1.1-.9-2-2-2S4 .9 4 2v4c0 1.1.9 2 2 2M5 2c0-.55.45-1 1-1s1 .45 1 1v4c0 .55-.45 1-1 1s-1-.45-1-1z"/><path d="M10 6c0-.28-.22-.5-.5-.5S9 5.72 9 6c0 1.65-1.35 3-3 3S3 7.65 3 6c0-.28-.22-.5-.5-.5S2 5.72 2 6c0 2.04 1.53 3.72 3.5 3.97v1.53c0 .28.22.5.5.5s.5-.22.5-.5V9.97C8.47 9.72 10 8.04 10 6"/></g></svg>

React

import type { SVGProps } from "react";

export function CodiconMicCompact(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><g fill="currentColor"><path d="M6 8c1.1 0 2-.9 2-2V2c0-1.1-.9-2-2-2S4 .9 4 2v4c0 1.1.9 2 2 2M5 2c0-.55.45-1 1-1s1 .45 1 1v4c0 .55-.45 1-1 1s-1-.45-1-1z"/><path d="M10 6c0-.28-.22-.5-.5-.5S9 5.72 9 6c0 1.65-1.35 3-3 3S3 7.65 3 6c0-.28-.22-.5-.5-.5S2 5.72 2 6c0 2.04 1.53 3.72 3.5 3.97v1.53c0 .28.22.5.5.5s.5-.22.5-.5V9.97C8.47 9.72 10 8.04 10 6"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><g fill="currentColor"><path d="M6 8c1.1 0 2-.9 2-2V2c0-1.1-.9-2-2-2S4 .9 4 2v4c0 1.1.9 2 2 2M5 2c0-.55.45-1 1-1s1 .45 1 1v4c0 .55-.45 1-1 1s-1-.45-1-1z"/><path d="M10 6c0-.28-.22-.5-.5-.5S9 5.72 9 6c0 1.65-1.35 3-3 3S3 7.65 3 6c0-.28-.22-.5-.5-.5S2 5.72 2 6c0 2.04 1.53 3.72 3.5 3.97v1.53c0 .28.22.5.5.5s.5-.22.5-.5V9.97C8.47 9.72 10 8.04 10 6"/></g></svg>
</template>

CSS

.icon-mic-compact {
  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%2012%2012%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M6%208c1.1%200%202-.9%202-2V2c0-1.1-.9-2-2-2S4%20.9%204%202v4c0%201.1.9%202%202%202M5%202c0-.55.45-1%201-1s1%20.45%201%201v4c0%20.55-.45%201-1%201s-1-.45-1-1z%22%2F%3E%3Cpath%20d%3D%22M10%206c0-.28-.22-.5-.5-.5S9%205.72%209%206c0%201.65-1.35%203-3%203S3%207.65%203%206c0-.28-.22-.5-.5-.5S2%205.72%202%206c0%202.04%201.53%203.72%203.5%203.97v1.53c0%20.28.22.5.5.5s.5-.22.5-.5V9.97C8.47%209.72%2010%208.04%2010%206%22%2F%3E%3C%2Fg%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%2012%2012%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M6%208c1.1%200%202-.9%202-2V2c0-1.1-.9-2-2-2S4%20.9%204%202v4c0%201.1.9%202%202%202M5%202c0-.55.45-1%201-1s1%20.45%201%201v4c0%20.55-.45%201-1%201s-1-.45-1-1z%22%2F%3E%3Cpath%20d%3D%22M10%206c0-.28-.22-.5-.5-.5S9%205.72%209%206c0%201.65-1.35%203-3%203S3%207.65%203%206c0-.28-.22-.5-.5-.5S2%205.72%202%206c0%202.04%201.53%203.72%203.5%203.97v1.53c0%20.28.22.5.5.5s.5-.22.5-.5V9.97C8.47%209.72%2010%208.04%2010%206%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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