microphone icon

microphone-bold from Solar by 480 Design · Bold · Video · CC-BY-4.0 Attribution required.

Name
microphone-bold
Set
Solar
Style
Bold
Category
Video
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More video icons from Solar

Use the microphone icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 2C8.82436 2 6.25 4.57436 6.25 7.75V10.75C6.25 13.9256 8.82436 16.5 12 16.5C14.9214 16.5 17.334 14.3213 17.7015 11.5L13 11.5C12.5858 11.5 12.25 11.1642 12.25 10.75C12.25 10.3358 12.5858 10 13 10L17.75 10V8.5H13C12.5858 8.5 12.25 8.16421 12.25 7.75C12.25 7.33579 12.5858 7 13 7H17.7015C17.334 4.17873 14.9214 2 12 2Z"/><path fill-rule="evenodd" d="M4 9C4.41421 9 4.75 9.33579 4.75 9.75V10.75C4.75 14.7541 7.99594 18 12 18C16.0041 18 19.25 14.7541 19.25 10.75V9.75C19.25 9.33579 19.5858 9 20 9C20.4142 9 20.75 9.33579 20.75 9.75V10.75C20.75 15.3298 17.2314 19.0879 12.75 19.4683V21.75C12.75 22.1642 12.4142 22.5 12 22.5C11.5858 22.5 11.25 22.1642 11.25 21.75V19.4683C6.7686 19.0879 3.25 15.3298 3.25 10.75V9.75C3.25 9.33579 3.58579 9 4 9Z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarMicrophoneBold(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 2C8.82436 2 6.25 4.57436 6.25 7.75V10.75C6.25 13.9256 8.82436 16.5 12 16.5C14.9214 16.5 17.334 14.3213 17.7015 11.5L13 11.5C12.5858 11.5 12.25 11.1642 12.25 10.75C12.25 10.3358 12.5858 10 13 10L17.75 10V8.5H13C12.5858 8.5 12.25 8.16421 12.25 7.75C12.25 7.33579 12.5858 7 13 7H17.7015C17.334 4.17873 14.9214 2 12 2Z"/><path fillRule="evenodd" d="M4 9C4.41421 9 4.75 9.33579 4.75 9.75V10.75C4.75 14.7541 7.99594 18 12 18C16.0041 18 19.25 14.7541 19.25 10.75V9.75C19.25 9.33579 19.5858 9 20 9C20.4142 9 20.75 9.33579 20.75 9.75V10.75C20.75 15.3298 17.2314 19.0879 12.75 19.4683V21.75C12.75 22.1642 12.4142 22.5 12 22.5C11.5858 22.5 11.25 22.1642 11.25 21.75V19.4683C6.7686 19.0879 3.25 15.3298 3.25 10.75V9.75C3.25 9.33579 3.58579 9 4 9Z" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 2C8.82436 2 6.25 4.57436 6.25 7.75V10.75C6.25 13.9256 8.82436 16.5 12 16.5C14.9214 16.5 17.334 14.3213 17.7015 11.5L13 11.5C12.5858 11.5 12.25 11.1642 12.25 10.75C12.25 10.3358 12.5858 10 13 10L17.75 10V8.5H13C12.5858 8.5 12.25 8.16421 12.25 7.75C12.25 7.33579 12.5858 7 13 7H17.7015C17.334 4.17873 14.9214 2 12 2Z"/><path fill-rule="evenodd" d="M4 9C4.41421 9 4.75 9.33579 4.75 9.75V10.75C4.75 14.7541 7.99594 18 12 18C16.0041 18 19.25 14.7541 19.25 10.75V9.75C19.25 9.33579 19.5858 9 20 9C20.4142 9 20.75 9.33579 20.75 9.75V10.75C20.75 15.3298 17.2314 19.0879 12.75 19.4683V21.75C12.75 22.1642 12.4142 22.5 12 22.5C11.5858 22.5 11.25 22.1642 11.25 21.75V19.4683C6.7686 19.0879 3.25 15.3298 3.25 10.75V9.75C3.25 9.33579 3.58579 9 4 9Z" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-microphone-bold {
  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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M12%202C8.82436%202%206.25%204.57436%206.25%207.75V10.75C6.25%2013.9256%208.82436%2016.5%2012%2016.5C14.9214%2016.5%2017.334%2014.3213%2017.7015%2011.5L13%2011.5C12.5858%2011.5%2012.25%2011.1642%2012.25%2010.75C12.25%2010.3358%2012.5858%2010%2013%2010L17.75%2010V8.5H13C12.5858%208.5%2012.25%208.16421%2012.25%207.75C12.25%207.33579%2012.5858%207%2013%207H17.7015C17.334%204.17873%2014.9214%202%2012%202Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M4%209C4.41421%209%204.75%209.33579%204.75%209.75V10.75C4.75%2014.7541%207.99594%2018%2012%2018C16.0041%2018%2019.25%2014.7541%2019.25%2010.75V9.75C19.25%209.33579%2019.5858%209%2020%209C20.4142%209%2020.75%209.33579%2020.75%209.75V10.75C20.75%2015.3298%2017.2314%2019.0879%2012.75%2019.4683V21.75C12.75%2022.1642%2012.4142%2022.5%2012%2022.5C11.5858%2022.5%2011.25%2022.1642%2011.25%2021.75V19.4683C6.7686%2019.0879%203.25%2015.3298%203.25%2010.75V9.75C3.25%209.33579%203.58579%209%204%209Z%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M12%202C8.82436%202%206.25%204.57436%206.25%207.75V10.75C6.25%2013.9256%208.82436%2016.5%2012%2016.5C14.9214%2016.5%2017.334%2014.3213%2017.7015%2011.5L13%2011.5C12.5858%2011.5%2012.25%2011.1642%2012.25%2010.75C12.25%2010.3358%2012.5858%2010%2013%2010L17.75%2010V8.5H13C12.5858%208.5%2012.25%208.16421%2012.25%207.75C12.25%207.33579%2012.5858%207%2013%207H17.7015C17.334%204.17873%2014.9214%202%2012%202Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M4%209C4.41421%209%204.75%209.33579%204.75%209.75V10.75C4.75%2014.7541%207.99594%2018%2012%2018C16.0041%2018%2019.25%2014.7541%2019.25%2010.75V9.75C19.25%209.33579%2019.5858%209%2020%209C20.4142%209%2020.75%209.33579%2020.75%209.75V10.75C20.75%2015.3298%2017.2314%2019.0879%2012.75%2019.4683V21.75C12.75%2022.1642%2012.4142%2022.5%2012%2022.5C11.5858%2022.5%2011.25%2022.1642%2011.25%2021.75V19.4683C6.7686%2019.0879%203.25%2015.3298%203.25%2010.75V9.75C3.25%209.33579%203.58579%209%204%209Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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