microphone stage icon
microphone-stage from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- microphone-stage
- Set
- Phosphor
- Style
- Regular
- 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 16a72.07 72.07 0 0 0-72 72a73 73 0 0 0 .63 9.42l-69.51 94.8A15.93 15.93 0 0 0 28.71 213L43 227.29a15.93 15.93 0 0 0 20.78 1.59l94.81-69.53a73 73 0 0 0 9.41.65a72 72 0 1 0 0-144m56 72a55.72 55.72 0 0 1-11.16 33.52l-78.35-78.36A56 56 0 0 1 224 88M54.32 216L40 201.68L102.14 117A72.37 72.37 0 0 0 139 153.86ZM112 88a55.67 55.67 0 0 1 11.16-33.51l78.34 78.34A56 56 0 0 1 112 88m-2.35 58.34a8 8 0 0 1 0 11.31l-8 8a8 8 0 1 1-11.31-11.31l8-8a8 8 0 0 1 11.33-.01Z"/></svg>
React
import type { SVGProps } from "react";
export function PhMicrophoneStage(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 16a72.07 72.07 0 0 0-72 72a73 73 0 0 0 .63 9.42l-69.51 94.8A15.93 15.93 0 0 0 28.71 213L43 227.29a15.93 15.93 0 0 0 20.78 1.59l94.81-69.53a73 73 0 0 0 9.41.65a72 72 0 1 0 0-144m56 72a55.72 55.72 0 0 1-11.16 33.52l-78.35-78.36A56 56 0 0 1 224 88M54.32 216L40 201.68L102.14 117A72.37 72.37 0 0 0 139 153.86ZM112 88a55.67 55.67 0 0 1 11.16-33.51l78.34 78.34A56 56 0 0 1 112 88m-2.35 58.34a8 8 0 0 1 0 11.31l-8 8a8 8 0 1 1-11.31-11.31l8-8a8 8 0 0 1 11.33-.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 16a72.07 72.07 0 0 0-72 72a73 73 0 0 0 .63 9.42l-69.51 94.8A15.93 15.93 0 0 0 28.71 213L43 227.29a15.93 15.93 0 0 0 20.78 1.59l94.81-69.53a73 73 0 0 0 9.41.65a72 72 0 1 0 0-144m56 72a55.72 55.72 0 0 1-11.16 33.52l-78.35-78.36A56 56 0 0 1 224 88M54.32 216L40 201.68L102.14 117A72.37 72.37 0 0 0 139 153.86ZM112 88a55.67 55.67 0 0 1 11.16-33.51l78.34 78.34A56 56 0 0 1 112 88m-2.35 58.34a8 8 0 0 1 0 11.31l-8 8a8 8 0 1 1-11.31-11.31l8-8a8 8 0 0 1 11.33-.01Z"/></svg> </template>
CSS
.icon-microphone-stage {
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%2016a72.07%2072.07%200%200%200-72%2072a73%2073%200%200%200%20.63%209.42l-69.51%2094.8A15.93%2015.93%200%200%200%2028.71%20213L43%20227.29a15.93%2015.93%200%200%200%2020.78%201.59l94.81-69.53a73%2073%200%200%200%209.41.65a72%2072%200%201%200%200-144m56%2072a55.72%2055.72%200%200%201-11.16%2033.52l-78.35-78.36A56%2056%200%200%201%20224%2088M54.32%20216L40%20201.68L102.14%20117A72.37%2072.37%200%200%200%20139%20153.86ZM112%2088a55.67%2055.67%200%200%201%2011.16-33.51l78.34%2078.34A56%2056%200%200%201%20112%2088m-2.35%2058.34a8%208%200%200%201%200%2011.31l-8%208a8%208%200%201%201-11.31-11.31l8-8a8%208%200%200%201%2011.33-.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%2016a72.07%2072.07%200%200%200-72%2072a73%2073%200%200%200%20.63%209.42l-69.51%2094.8A15.93%2015.93%200%200%200%2028.71%20213L43%20227.29a15.93%2015.93%200%200%200%2020.78%201.59l94.81-69.53a73%2073%200%200%200%209.41.65a72%2072%200%201%200%200-144m56%2072a55.72%2055.72%200%200%201-11.16%2033.52l-78.35-78.36A56%2056%200%200%201%20224%2088M54.32%20216L40%20201.68L102.14%20117A72.37%2072.37%200%200%200%20139%20153.86ZM112%2088a55.67%2055.67%200%200%201%2011.16-33.51l78.34%2078.34A56%2056%200%200%201%20112%2088m-2.35%2058.34a8%208%200%200%201%200%2011.31l-8%208a8%208%200%201%201-11.31-11.31l8-8a8%208%200%200%201%2011.33-.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.svg?color=%231a73e8&size=48