microphone stage icon
microphone-stage-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- microphone-stage-thin
- Set
- Phosphor
- Style
- Thin
- 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 20a68.08 68.08 0 0 0-68 68a67 67 0 0 0 .82 10.49l-70.48 96.1a11.94 11.94 0 0 0 1.2 15.58l14.29 14.3a11.95 11.95 0 0 0 15.58 1.19l96.11-70.48A68 68 0 1 0 168 20m60 68a59.7 59.7 0 0 1-14.87 39.47l-84.59-84.6A59.94 59.94 0 0 1 228 88M56.68 219.21a4 4 0 0 1-5.2-.4l-14.29-14.29a4 4 0 0 1-.4-5.2l66.46-90.62a68.31 68.31 0 0 0 44.05 44.05ZM108 88a59.77 59.77 0 0 1 14.87-39.47l84.6 84.6A60 60 0 0 1 108 88m-1.17 61.17a4 4 0 0 1 0 5.65l-8 8a4 4 0 1 1-5.65-5.65l8-8a4 4 0 0 1 5.66-.01Z"/></svg>
React
import type { SVGProps } from "react";
export function PhMicrophoneStageThin(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 20a68.08 68.08 0 0 0-68 68a67 67 0 0 0 .82 10.49l-70.48 96.1a11.94 11.94 0 0 0 1.2 15.58l14.29 14.3a11.95 11.95 0 0 0 15.58 1.19l96.11-70.48A68 68 0 1 0 168 20m60 68a59.7 59.7 0 0 1-14.87 39.47l-84.59-84.6A59.94 59.94 0 0 1 228 88M56.68 219.21a4 4 0 0 1-5.2-.4l-14.29-14.29a4 4 0 0 1-.4-5.2l66.46-90.62a68.31 68.31 0 0 0 44.05 44.05ZM108 88a59.77 59.77 0 0 1 14.87-39.47l84.6 84.6A60 60 0 0 1 108 88m-1.17 61.17a4 4 0 0 1 0 5.65l-8 8a4 4 0 1 1-5.65-5.65l8-8a4 4 0 0 1 5.66-.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 20a68.08 68.08 0 0 0-68 68a67 67 0 0 0 .82 10.49l-70.48 96.1a11.94 11.94 0 0 0 1.2 15.58l14.29 14.3a11.95 11.95 0 0 0 15.58 1.19l96.11-70.48A68 68 0 1 0 168 20m60 68a59.7 59.7 0 0 1-14.87 39.47l-84.59-84.6A59.94 59.94 0 0 1 228 88M56.68 219.21a4 4 0 0 1-5.2-.4l-14.29-14.29a4 4 0 0 1-.4-5.2l66.46-90.62a68.31 68.31 0 0 0 44.05 44.05ZM108 88a59.77 59.77 0 0 1 14.87-39.47l84.6 84.6A60 60 0 0 1 108 88m-1.17 61.17a4 4 0 0 1 0 5.65l-8 8a4 4 0 1 1-5.65-5.65l8-8a4 4 0 0 1 5.66-.01Z"/></svg> </template>
CSS
.icon-microphone-stage-thin {
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%2020a68.08%2068.08%200%200%200-68%2068a67%2067%200%200%200%20.82%2010.49l-70.48%2096.1a11.94%2011.94%200%200%200%201.2%2015.58l14.29%2014.3a11.95%2011.95%200%200%200%2015.58%201.19l96.11-70.48A68%2068%200%201%200%20168%2020m60%2068a59.7%2059.7%200%200%201-14.87%2039.47l-84.59-84.6A59.94%2059.94%200%200%201%20228%2088M56.68%20219.21a4%204%200%200%201-5.2-.4l-14.29-14.29a4%204%200%200%201-.4-5.2l66.46-90.62a68.31%2068.31%200%200%200%2044.05%2044.05ZM108%2088a59.77%2059.77%200%200%201%2014.87-39.47l84.6%2084.6A60%2060%200%200%201%20108%2088m-1.17%2061.17a4%204%200%200%201%200%205.65l-8%208a4%204%200%201%201-5.65-5.65l8-8a4%204%200%200%201%205.66-.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%2020a68.08%2068.08%200%200%200-68%2068a67%2067%200%200%200%20.82%2010.49l-70.48%2096.1a11.94%2011.94%200%200%200%201.2%2015.58l14.29%2014.3a11.95%2011.95%200%200%200%2015.58%201.19l96.11-70.48A68%2068%200%201%200%20168%2020m60%2068a59.7%2059.7%200%200%201-14.87%2039.47l-84.59-84.6A59.94%2059.94%200%200%201%20228%2088M56.68%20219.21a4%204%200%200%201-5.2-.4l-14.29-14.29a4%204%200%200%201-.4-5.2l66.46-90.62a68.31%2068.31%200%200%200%2044.05%2044.05ZM108%2088a59.77%2059.77%200%200%201%2014.87-39.47l84.6%2084.6A60%2060%200%200%201%20108%2088m-1.17%2061.17a4%204%200%200%201%200%205.65l-8%208a4%204%200%201%201-5.65-5.65l8-8a4%204%200%200%201%205.66-.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-thin.svg?color=%231a73e8&size=48