microphone stage icon

microphone-stage-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
microphone-stage-light
Set
Phosphor
Style
Light
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Related icons in Phosphor

Use the microphone stage icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M168 18a69.94 69.94 0 0 0-69.26 80l-70 95.46a13.92 13.92 0 0 0 1.39 18.17l14.3 14.3a13.93 13.93 0 0 0 18.17 1.39l95.46-70A70 70 0 1 0 168 18m58 70a57.65 57.65 0 0 1-13 36.52L131.49 43A57.95 57.95 0 0 1 226 88M55.5 217.59a2 2 0 0 1-2.6-.2L38.61 203.1a2 2 0 0 1-.2-2.6l64.22-87.56a70.32 70.32 0 0 0 40.44 40.43ZM110 88a57.73 57.73 0 0 1 13-36.52L204.53 133A58 58 0 0 1 110 88m-1.75 59.75a6 6 0 0 1 0 8.49l-8 8a6 6 0 1 1-8.49-8.49l8-8a6 6 0 0 1 8.5-.01Z"/></svg>

React

import type { SVGProps } from "react";

export function PhMicrophoneStageLight(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M168 18a69.94 69.94 0 0 0-69.26 80l-70 95.46a13.92 13.92 0 0 0 1.39 18.17l14.3 14.3a13.93 13.93 0 0 0 18.17 1.39l95.46-70A70 70 0 1 0 168 18m58 70a57.65 57.65 0 0 1-13 36.52L131.49 43A57.95 57.95 0 0 1 226 88M55.5 217.59a2 2 0 0 1-2.6-.2L38.61 203.1a2 2 0 0 1-.2-2.6l64.22-87.56a70.32 70.32 0 0 0 40.44 40.43ZM110 88a57.73 57.73 0 0 1 13-36.52L204.53 133A58 58 0 0 1 110 88m-1.75 59.75a6 6 0 0 1 0 8.49l-8 8a6 6 0 1 1-8.49-8.49l8-8a6 6 0 0 1 8.5-.01Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M168 18a69.94 69.94 0 0 0-69.26 80l-70 95.46a13.92 13.92 0 0 0 1.39 18.17l14.3 14.3a13.93 13.93 0 0 0 18.17 1.39l95.46-70A70 70 0 1 0 168 18m58 70a57.65 57.65 0 0 1-13 36.52L131.49 43A57.95 57.95 0 0 1 226 88M55.5 217.59a2 2 0 0 1-2.6-.2L38.61 203.1a2 2 0 0 1-.2-2.6l64.22-87.56a70.32 70.32 0 0 0 40.44 40.43ZM110 88a57.73 57.73 0 0 1 13-36.52L204.53 133A58 58 0 0 1 110 88m-1.75 59.75a6 6 0 0 1 0 8.49l-8 8a6 6 0 1 1-8.49-8.49l8-8a6 6 0 0 1 8.5-.01Z"/></svg>
</template>

CSS

.icon-microphone-stage-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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M168%2018a69.94%2069.94%200%200%200-69.26%2080l-70%2095.46a13.92%2013.92%200%200%200%201.39%2018.17l14.3%2014.3a13.93%2013.93%200%200%200%2018.17%201.39l95.46-70A70%2070%200%201%200%20168%2018m58%2070a57.65%2057.65%200%200%201-13%2036.52L131.49%2043A57.95%2057.95%200%200%201%20226%2088M55.5%20217.59a2%202%200%200%201-2.6-.2L38.61%20203.1a2%202%200%200%201-.2-2.6l64.22-87.56a70.32%2070.32%200%200%200%2040.44%2040.43ZM110%2088a57.73%2057.73%200%200%201%2013-36.52L204.53%20133A58%2058%200%200%201%20110%2088m-1.75%2059.75a6%206%200%200%201%200%208.49l-8%208a6%206%200%201%201-8.49-8.49l8-8a6%206%200%200%201%208.5-.01Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M168%2018a69.94%2069.94%200%200%200-69.26%2080l-70%2095.46a13.92%2013.92%200%200%200%201.39%2018.17l14.3%2014.3a13.93%2013.93%200%200%200%2018.17%201.39l95.46-70A70%2070%200%201%200%20168%2018m58%2070a57.65%2057.65%200%200%201-13%2036.52L131.49%2043A57.95%2057.95%200%200%201%20226%2088M55.5%20217.59a2%202%200%200%201-2.6-.2L38.61%20203.1a2%202%200%200%201-.2-2.6l64.22-87.56a70.32%2070.32%200%200%200%2040.44%2040.43ZM110%2088a57.73%2057.73%200%200%201%2013-36.52L204.53%20133A58%2058%200%200%201%20110%2088m-1.75%2059.75a6%206%200%200%201%200%208.49l-8%208a6%206%200%201%201-8.49-8.49l8-8a6%206%200%200%201%208.5-.01Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/microphone-stage-light.svg?color=%231a73e8&size=48