mic vocal icon
mic-vocal from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- mic-vocal
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
Use the mic vocal 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="M19.784 10.536a5 5 0 1 1-7.071-7.071a5 5 0 0 1 7.07 7.07Z"/><path stroke-linecap="round" stroke-linejoin="round" d="m11.254 8l-6.419 7.389a5 5 0 0 0-.158.187a2 2 0 0 0 .09 2.562c.036.04.08.086.17.175c.09.09.136.135.176.172a2 2 0 0 0 2.562.09c.043-.033.09-.075.187-.158L15.254 12"/><path stroke-linecap="round" stroke-linejoin="round" d="m4.804 18.5l-.085.086c-1.454 1.453-2.18 2.18-1.924 2.797C3.05 22 4.078 22 6.133 22h7.171"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsMicVocal(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="M19.784 10.536a5 5 0 1 1-7.071-7.071a5 5 0 0 1 7.07 7.07Z"/><path strokeLinecap="round" strokeLinejoin="round" d="m11.254 8l-6.419 7.389a5 5 0 0 0-.158.187a2 2 0 0 0 .09 2.562c.036.04.08.086.17.175c.09.09.136.135.176.172a2 2 0 0 0 2.562.09c.043-.033.09-.075.187-.158L15.254 12"/><path strokeLinecap="round" strokeLinejoin="round" d="m4.804 18.5l-.085.086c-1.454 1.453-2.18 2.18-1.924 2.797C3.05 22 4.078 22 6.133 22h7.171"/></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="M19.784 10.536a5 5 0 1 1-7.071-7.071a5 5 0 0 1 7.07 7.07Z"/><path stroke-linecap="round" stroke-linejoin="round" d="m11.254 8l-6.419 7.389a5 5 0 0 0-.158.187a2 2 0 0 0 .09 2.562c.036.04.08.086.17.175c.09.09.136.135.176.172a2 2 0 0 0 2.562.09c.043-.033.09-.075.187-.158L15.254 12"/><path stroke-linecap="round" stroke-linejoin="round" d="m4.804 18.5l-.085.086c-1.454 1.453-2.18 2.18-1.924 2.797C3.05 22 4.078 22 6.133 22h7.171"/></g></svg> </template>
CSS
.icon-mic-vocal {
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%22M19.784%2010.536a5%205%200%201%201-7.071-7.071a5%205%200%200%201%207.07%207.07Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m11.254%208l-6.419%207.389a5%205%200%200%200-.158.187a2%202%200%200%200%20.09%202.562c.036.04.08.086.17.175c.09.09.136.135.176.172a2%202%200%200%200%202.562.09c.043-.033.09-.075.187-.158L15.254%2012%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m4.804%2018.5l-.085.086c-1.454%201.453-2.18%202.18-1.924%202.797C3.05%2022%204.078%2022%206.133%2022h7.171%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%22M19.784%2010.536a5%205%200%201%201-7.071-7.071a5%205%200%200%201%207.07%207.07Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m11.254%208l-6.419%207.389a5%205%200%200%200-.158.187a2%202%200%200%200%20.09%202.562c.036.04.08.086.17.175c.09.09.136.135.176.172a2%202%200%200%200%202.562.09c.043-.033.09-.075.187-.158L15.254%2012%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m4.804%2018.5l-.085.086c-1.454%201.453-2.18%202.18-1.924%202.797C3.05%2022%204.078%2022%206.133%2022h7.171%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/mic-vocal.svg?color=%231a73e8&size=48