microphone icon
microphone-linear from Solar by 480 Design · Linear · Video · CC-BY-4.0 Attribution required.
- Name
- microphone-linear
- Set
- Solar
- Style
- Linear
- Category
- Video
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
The same icon in other sets
microphoneAkar IconsmicrophoneBoxIcons v2microphoneBoxIcons v2 SolidmicrophoneCarbonmicrophoneEmoji One (Colored)microphoneElement PlusmicrophoneFont Awesome 6 SolidmicrophoneFont Awesome Solidmicrophone-outlineFlowbite IconsmicrophoneFluent EmojimicrophoneFluent Emoji FlatmicrophoneFluent Emoji High ContrastmicrophoneFirefox OS EmojimicrophoneHeroIconsmicrophoneHumbleiconsmicrophoneIconParkmicrophoneIconPark OutlinemicrophoneIconoirmicrophoneLine AwesomemicrophoneMage IconsmicrophoneMajesticonsmicrophoneMaterial Design Iconsmicrophone-fillMingCute IconmicrophoneMyna UI Icons
More video icons from Solar
album-boldcamera-add-boldcamera-boldcamera-minimalistic-boldcamera-off-boldcamera-rotate-boldcamera-square-boldclapperboard-boldclapperboard-edit-boldclapperboard-open-boldclapperboard-open-play-boldclapperboard-play-boldclapperboard-text-boldfull-screen-boldfull-screen-circle-boldfull-screen-square-boldgallery-add-boldgallery-boldgallery-check-boldgallery-circle-boldgallery-download-boldgallery-edit-boldgallery-favorite-boldgallery-minimalistic-bold
Use the microphone icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M7 8C7 5.23858 9.23858 3 12 3C14.7614 3 17 5.23858 17 8V11C17 13.7614 14.7614 16 12 16C9.23858 16 7 13.7614 7 11V8Z"/><path stroke-linecap="round" d="M13 8L17 8"/><path stroke-linecap="round" d="M13 11L17 11"/><path stroke-linecap="round" d="M20 10V11C20 15.4183 16.4183 19 12 19C7.58172 19 4 15.4183 4 11V10"/><path stroke-linecap="round" d="M12 19V22"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarMicrophoneLinear(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M7 8C7 5.23858 9.23858 3 12 3C14.7614 3 17 5.23858 17 8V11C17 13.7614 14.7614 16 12 16C9.23858 16 7 13.7614 7 11V8Z"/><path strokeLinecap="round" d="M13 8L17 8"/><path strokeLinecap="round" d="M13 11L17 11"/><path strokeLinecap="round" d="M20 10V11C20 15.4183 16.4183 19 12 19C7.58172 19 4 15.4183 4 11V10"/><path strokeLinecap="round" d="M12 19V22"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M7 8C7 5.23858 9.23858 3 12 3C14.7614 3 17 5.23858 17 8V11C17 13.7614 14.7614 16 12 16C9.23858 16 7 13.7614 7 11V8Z"/><path stroke-linecap="round" d="M13 8L17 8"/><path stroke-linecap="round" d="M13 11L17 11"/><path stroke-linecap="round" d="M20 10V11C20 15.4183 16.4183 19 12 19C7.58172 19 4 15.4183 4 11V10"/><path stroke-linecap="round" d="M12 19V22"/></g></svg> </template>
CSS
.icon-microphone-linear {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M7%208C7%205.23858%209.23858%203%2012%203C14.7614%203%2017%205.23858%2017%208V11C17%2013.7614%2014.7614%2016%2012%2016C9.23858%2016%207%2013.7614%207%2011V8Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M13%208L17%208%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M13%2011L17%2011%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M20%2010V11C20%2015.4183%2016.4183%2019%2012%2019C7.58172%2019%204%2015.4183%204%2011V10%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2019V22%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M7%208C7%205.23858%209.23858%203%2012%203C14.7614%203%2017%205.23858%2017%208V11C17%2013.7614%2014.7614%2016%2012%2016C9.23858%2016%207%2013.7614%207%2011V8Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M13%208L17%208%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M13%2011L17%2011%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M20%2010V11C20%2015.4183%2016.4183%2019%2012%2019C7.58172%2019%204%2015.4183%204%2011V10%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2019V22%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-linear.svg?color=%231a73e8&size=48