microphone 3 icon

microphone-3-outline from Solar by 480 Design · Outline · Video · CC-BY-4.0 Attribution required.

Name
microphone-3-outline
Set
Solar
Style
Outline
Category
Video
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More video icons from Solar

Use the microphone 3 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M6.25 8C6.25 4.82436 8.82436 2.25 12 2.25C15.1756 2.25 17.75 4.82436 17.75 8V11C17.75 14.1756 15.1756 16.75 12 16.75C8.82436 16.75 6.25 14.1756 6.25 11V8ZM12 3.75C9.65279 3.75 7.75 5.65279 7.75 8V11C7.75 13.3472 9.65279 15.25 12 15.25C14.3472 15.25 16.25 13.3472 16.25 11V8C16.25 5.65279 14.3472 3.75 12 3.75ZM10.25 8C10.25 7.58579 10.5858 7.25 11 7.25H13C13.4142 7.25 13.75 7.58579 13.75 8C13.75 8.41421 13.4142 8.75 13 8.75H11C10.5858 8.75 10.25 8.41421 10.25 8ZM4 9.25C4.41421 9.25 4.75 9.58579 4.75 10V11C4.75 15.0041 7.99594 18.25 12 18.25C16.0041 18.25 19.25 15.0041 19.25 11V10C19.25 9.58579 19.5858 9.25 20 9.25C20.4142 9.25 20.75 9.58579 20.75 10V11C20.75 15.5798 17.2314 19.3379 12.75 19.7183V22C12.75 22.4142 12.4142 22.75 12 22.75C11.5858 22.75 11.25 22.4142 11.25 22V19.7183C6.7686 19.3379 3.25 15.5798 3.25 11V10C3.25 9.58579 3.58579 9.25 4 9.25ZM9.25 11C9.25 10.5858 9.58579 10.25 10 10.25H14C14.4142 10.25 14.75 10.5858 14.75 11C14.75 11.4142 14.4142 11.75 14 11.75H10C9.58579 11.75 9.25 11.4142 9.25 11Z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function SolarMicrophone3Outline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M6.25 8C6.25 4.82436 8.82436 2.25 12 2.25C15.1756 2.25 17.75 4.82436 17.75 8V11C17.75 14.1756 15.1756 16.75 12 16.75C8.82436 16.75 6.25 14.1756 6.25 11V8ZM12 3.75C9.65279 3.75 7.75 5.65279 7.75 8V11C7.75 13.3472 9.65279 15.25 12 15.25C14.3472 15.25 16.25 13.3472 16.25 11V8C16.25 5.65279 14.3472 3.75 12 3.75ZM10.25 8C10.25 7.58579 10.5858 7.25 11 7.25H13C13.4142 7.25 13.75 7.58579 13.75 8C13.75 8.41421 13.4142 8.75 13 8.75H11C10.5858 8.75 10.25 8.41421 10.25 8ZM4 9.25C4.41421 9.25 4.75 9.58579 4.75 10V11C4.75 15.0041 7.99594 18.25 12 18.25C16.0041 18.25 19.25 15.0041 19.25 11V10C19.25 9.58579 19.5858 9.25 20 9.25C20.4142 9.25 20.75 9.58579 20.75 10V11C20.75 15.5798 17.2314 19.3379 12.75 19.7183V22C12.75 22.4142 12.4142 22.75 12 22.75C11.5858 22.75 11.25 22.4142 11.25 22V19.7183C6.7686 19.3379 3.25 15.5798 3.25 11V10C3.25 9.58579 3.58579 9.25 4 9.25ZM9.25 11C9.25 10.5858 9.58579 10.25 10 10.25H14C14.4142 10.25 14.75 10.5858 14.75 11C14.75 11.4142 14.4142 11.75 14 11.75H10C9.58579 11.75 9.25 11.4142 9.25 11Z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M6.25 8C6.25 4.82436 8.82436 2.25 12 2.25C15.1756 2.25 17.75 4.82436 17.75 8V11C17.75 14.1756 15.1756 16.75 12 16.75C8.82436 16.75 6.25 14.1756 6.25 11V8ZM12 3.75C9.65279 3.75 7.75 5.65279 7.75 8V11C7.75 13.3472 9.65279 15.25 12 15.25C14.3472 15.25 16.25 13.3472 16.25 11V8C16.25 5.65279 14.3472 3.75 12 3.75ZM10.25 8C10.25 7.58579 10.5858 7.25 11 7.25H13C13.4142 7.25 13.75 7.58579 13.75 8C13.75 8.41421 13.4142 8.75 13 8.75H11C10.5858 8.75 10.25 8.41421 10.25 8ZM4 9.25C4.41421 9.25 4.75 9.58579 4.75 10V11C4.75 15.0041 7.99594 18.25 12 18.25C16.0041 18.25 19.25 15.0041 19.25 11V10C19.25 9.58579 19.5858 9.25 20 9.25C20.4142 9.25 20.75 9.58579 20.75 10V11C20.75 15.5798 17.2314 19.3379 12.75 19.7183V22C12.75 22.4142 12.4142 22.75 12 22.75C11.5858 22.75 11.25 22.4142 11.25 22V19.7183C6.7686 19.3379 3.25 15.5798 3.25 11V10C3.25 9.58579 3.58579 9.25 4 9.25ZM9.25 11C9.25 10.5858 9.58579 10.25 10 10.25H14C14.4142 10.25 14.75 10.5858 14.75 11C14.75 11.4142 14.4142 11.75 14 11.75H10C9.58579 11.75 9.25 11.4142 9.25 11Z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-microphone-3-outline {
  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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M6.25%208C6.25%204.82436%208.82436%202.25%2012%202.25C15.1756%202.25%2017.75%204.82436%2017.75%208V11C17.75%2014.1756%2015.1756%2016.75%2012%2016.75C8.82436%2016.75%206.25%2014.1756%206.25%2011V8ZM12%203.75C9.65279%203.75%207.75%205.65279%207.75%208V11C7.75%2013.3472%209.65279%2015.25%2012%2015.25C14.3472%2015.25%2016.25%2013.3472%2016.25%2011V8C16.25%205.65279%2014.3472%203.75%2012%203.75ZM10.25%208C10.25%207.58579%2010.5858%207.25%2011%207.25H13C13.4142%207.25%2013.75%207.58579%2013.75%208C13.75%208.41421%2013.4142%208.75%2013%208.75H11C10.5858%208.75%2010.25%208.41421%2010.25%208ZM4%209.25C4.41421%209.25%204.75%209.58579%204.75%2010V11C4.75%2015.0041%207.99594%2018.25%2012%2018.25C16.0041%2018.25%2019.25%2015.0041%2019.25%2011V10C19.25%209.58579%2019.5858%209.25%2020%209.25C20.4142%209.25%2020.75%209.58579%2020.75%2010V11C20.75%2015.5798%2017.2314%2019.3379%2012.75%2019.7183V22C12.75%2022.4142%2012.4142%2022.75%2012%2022.75C11.5858%2022.75%2011.25%2022.4142%2011.25%2022V19.7183C6.7686%2019.3379%203.25%2015.5798%203.25%2011V10C3.25%209.58579%203.58579%209.25%204%209.25ZM9.25%2011C9.25%2010.5858%209.58579%2010.25%2010%2010.25H14C14.4142%2010.25%2014.75%2010.5858%2014.75%2011C14.75%2011.4142%2014.4142%2011.75%2014%2011.75H10C9.58579%2011.75%209.25%2011.4142%209.25%2011Z%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M6.25%208C6.25%204.82436%208.82436%202.25%2012%202.25C15.1756%202.25%2017.75%204.82436%2017.75%208V11C17.75%2014.1756%2015.1756%2016.75%2012%2016.75C8.82436%2016.75%206.25%2014.1756%206.25%2011V8ZM12%203.75C9.65279%203.75%207.75%205.65279%207.75%208V11C7.75%2013.3472%209.65279%2015.25%2012%2015.25C14.3472%2015.25%2016.25%2013.3472%2016.25%2011V8C16.25%205.65279%2014.3472%203.75%2012%203.75ZM10.25%208C10.25%207.58579%2010.5858%207.25%2011%207.25H13C13.4142%207.25%2013.75%207.58579%2013.75%208C13.75%208.41421%2013.4142%208.75%2013%208.75H11C10.5858%208.75%2010.25%208.41421%2010.25%208ZM4%209.25C4.41421%209.25%204.75%209.58579%204.75%2010V11C4.75%2015.0041%207.99594%2018.25%2012%2018.25C16.0041%2018.25%2019.25%2015.0041%2019.25%2011V10C19.25%209.58579%2019.5858%209.25%2020%209.25C20.4142%209.25%2020.75%209.58579%2020.75%2010V11C20.75%2015.5798%2017.2314%2019.3379%2012.75%2019.7183V22C12.75%2022.4142%2012.4142%2022.75%2012%2022.75C11.5858%2022.75%2011.25%2022.4142%2011.25%2022V19.7183C6.7686%2019.3379%203.25%2015.5798%203.25%2011V10C3.25%209.58579%203.58579%209.25%204%209.25ZM9.25%2011C9.25%2010.5858%209.58579%2010.25%2010%2010.25H14C14.4142%2010.25%2014.75%2010.5858%2014.75%2011C14.75%2011.4142%2014.4142%2011.75%2014%2011.75H10C9.58579%2011.75%209.25%2011.4142%209.25%2011Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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