microphone one icon
microphone-one from IconPark by ByteDance · Color · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- microphone-one
- Set
- IconPark
- Style
- Color
- Category
- Hardware
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More hardware icons from IconPark
Use the microphone one icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-width="4"><path fill="#2F88FF" d="M15 26.3137C15 26.3137 19.5962 25.9602 22.7782 22.7782C25.9601 19.5962 26.3137 15 26.3137 15L34.0657 27.1817C35.3205 29.1535 35.0374 31.7322 33.3848 33.3848C31.7322 35.0374 29.1535 35.3205 27.1817 34.0657L15 26.3137Z"/><circle cx="15" cy="15" r="11"/><path stroke-linecap="round" stroke-linejoin="round" d="M5.65674 25.4561L25.4557 5.65707"/><path stroke-linecap="round" stroke-linejoin="round" d="M34 33L42 41L33 41"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkMicrophoneOne(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeWidth="4"><path fill="#2F88FF" d="M15 26.3137C15 26.3137 19.5962 25.9602 22.7782 22.7782C25.9601 19.5962 26.3137 15 26.3137 15L34.0657 27.1817C35.3205 29.1535 35.0374 31.7322 33.3848 33.3848C31.7322 35.0374 29.1535 35.3205 27.1817 34.0657L15 26.3137Z"/><circle cx="15" cy="15" r="11"/><path strokeLinecap="round" strokeLinejoin="round" d="M5.65674 25.4561L25.4557 5.65707"/><path strokeLinecap="round" strokeLinejoin="round" d="M34 33L42 41L33 41"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-width="4"><path fill="#2F88FF" d="M15 26.3137C15 26.3137 19.5962 25.9602 22.7782 22.7782C25.9601 19.5962 26.3137 15 26.3137 15L34.0657 27.1817C35.3205 29.1535 35.0374 31.7322 33.3848 33.3848C31.7322 35.0374 29.1535 35.3205 27.1817 34.0657L15 26.3137Z"/><circle cx="15" cy="15" r="11"/><path stroke-linecap="round" stroke-linejoin="round" d="M5.65674 25.4561L25.4557 5.65707"/><path stroke-linecap="round" stroke-linejoin="round" d="M34 33L42 41L33 41"/></g></svg> </template>
CSS
.icon-microphone-one {
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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M15%2026.3137C15%2026.3137%2019.5962%2025.9602%2022.7782%2022.7782C25.9601%2019.5962%2026.3137%2015%2026.3137%2015L34.0657%2027.1817C35.3205%2029.1535%2035.0374%2031.7322%2033.3848%2033.3848C31.7322%2035.0374%2029.1535%2035.3205%2027.1817%2034.0657L15%2026.3137Z%22%2F%3E%3Ccircle%20cx%3D%2215%22%20cy%3D%2215%22%20r%3D%2211%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M5.65674%2025.4561L25.4557%205.65707%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M34%2033L42%2041L33%2041%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M15%2026.3137C15%2026.3137%2019.5962%2025.9602%2022.7782%2022.7782C25.9601%2019.5962%2026.3137%2015%2026.3137%2015L34.0657%2027.1817C35.3205%2029.1535%2035.0374%2031.7322%2033.3848%2033.3848C31.7322%2035.0374%2029.1535%2035.3205%2027.1817%2034.0657L15%2026.3137Z%22%2F%3E%3Ccircle%20cx%3D%2215%22%20cy%3D%2215%22%20r%3D%2211%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M5.65674%2025.4561L25.4557%205.65707%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M34%2033L42%2041L33%2041%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/microphone-one.svg?color=%231a73e8&size=48