microphone alt slash icon
microphone-alt-slash from Line Awesome by Icons8 · Line · Status · Apache-2.0 Free for personal and commercial use.
- Name
- microphone-alt-slash
- Set
- Line Awesome
- Style
- Line
- Category
- Status
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- microphone-alt-slash-solid
The same icon in other sets
More status icons from Line Awesome
banbattery-emptybattery-fullbattery-halfbattery-quarterbattery-three-quartersbellbell-slashbell-slash-solidbell-solidcalendarcalendar-altcalendar-alt-solidcalendar-checkcalendar-check-solidcalendar-daycalendar-minuscalendar-minus-solidcalendar-pluscalendar-plus-solidcalendar-solidcalendar-timescalendar-times-solidcalendar-week
Use the microphone alt slash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M3.72 2.28L2.28 3.72l9.581 9.583l1.428 1.426l3.973 3.972l1.441 1.444l9.576 9.576l1.442-1.442l-9.325-9.324l1.448-1.017C25.306 17.52 28 14.57 28 11c0-3.855-3.145-7-7-7c-3.578 0-6.53 2.715-6.938 6.188l-1.007 1.425zM21 6c2.773 0 5 2.227 5 5a5 5 0 0 1-.813 2.75L18.25 6.812A5 5 0 0 1 21 6m-4.188 2.25l6.938 6.938A5 5 0 0 1 21 16c-2.773 0-5-2.227-5-5c0-1.016.297-1.965.813-2.75zm-6.09 6.662L6 21.594l-.469.687l.563.594l.812.813l-2.625 2.593L5.72 27.72l2.562-2.594L9.656 26.5l.719-.5l6.715-4.72l-1.44-1.438l-5.744 4.064l-1.781-1.843l4.027-5.72l-1.43-1.43z"/></svg>
React
import type { SVGProps } from "react";
export function LaMicrophoneAltSlash(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M3.72 2.28L2.28 3.72l9.581 9.583l1.428 1.426l3.973 3.972l1.441 1.444l9.576 9.576l1.442-1.442l-9.325-9.324l1.448-1.017C25.306 17.52 28 14.57 28 11c0-3.855-3.145-7-7-7c-3.578 0-6.53 2.715-6.938 6.188l-1.007 1.425zM21 6c2.773 0 5 2.227 5 5a5 5 0 0 1-.813 2.75L18.25 6.812A5 5 0 0 1 21 6m-4.188 2.25l6.938 6.938A5 5 0 0 1 21 16c-2.773 0-5-2.227-5-5c0-1.016.297-1.965.813-2.75zm-6.09 6.662L6 21.594l-.469.687l.563.594l.812.813l-2.625 2.593L5.72 27.72l2.562-2.594L9.656 26.5l.719-.5l6.715-4.72l-1.44-1.438l-5.744 4.064l-1.781-1.843l4.027-5.72l-1.43-1.43z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M3.72 2.28L2.28 3.72l9.581 9.583l1.428 1.426l3.973 3.972l1.441 1.444l9.576 9.576l1.442-1.442l-9.325-9.324l1.448-1.017C25.306 17.52 28 14.57 28 11c0-3.855-3.145-7-7-7c-3.578 0-6.53 2.715-6.938 6.188l-1.007 1.425zM21 6c2.773 0 5 2.227 5 5a5 5 0 0 1-.813 2.75L18.25 6.812A5 5 0 0 1 21 6m-4.188 2.25l6.938 6.938A5 5 0 0 1 21 16c-2.773 0-5-2.227-5-5c0-1.016.297-1.965.813-2.75zm-6.09 6.662L6 21.594l-.469.687l.563.594l.812.813l-2.625 2.593L5.72 27.72l2.562-2.594L9.656 26.5l.719-.5l6.715-4.72l-1.44-1.438l-5.744 4.064l-1.781-1.843l4.027-5.72l-1.43-1.43z"/></svg> </template>
CSS
.icon-microphone-alt-slash {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.72%202.28L2.28%203.72l9.581%209.583l1.428%201.426l3.973%203.972l1.441%201.444l9.576%209.576l1.442-1.442l-9.325-9.324l1.448-1.017C25.306%2017.52%2028%2014.57%2028%2011c0-3.855-3.145-7-7-7c-3.578%200-6.53%202.715-6.938%206.188l-1.007%201.425zM21%206c2.773%200%205%202.227%205%205a5%205%200%200%201-.813%202.75L18.25%206.812A5%205%200%200%201%2021%206m-4.188%202.25l6.938%206.938A5%205%200%200%201%2021%2016c-2.773%200-5-2.227-5-5c0-1.016.297-1.965.813-2.75zm-6.09%206.662L6%2021.594l-.469.687l.563.594l.812.813l-2.625%202.593L5.72%2027.72l2.562-2.594L9.656%2026.5l.719-.5l6.715-4.72l-1.44-1.438l-5.744%204.064l-1.781-1.843l4.027-5.72l-1.43-1.43z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.72%202.28L2.28%203.72l9.581%209.583l1.428%201.426l3.973%203.972l1.441%201.444l9.576%209.576l1.442-1.442l-9.325-9.324l1.448-1.017C25.306%2017.52%2028%2014.57%2028%2011c0-3.855-3.145-7-7-7c-3.578%200-6.53%202.715-6.938%206.188l-1.007%201.425zM21%206c2.773%200%205%202.227%205%205a5%205%200%200%201-.813%202.75L18.25%206.812A5%205%200%200%201%2021%206m-4.188%202.25l6.938%206.938A5%205%200%200%201%2021%2016c-2.773%200-5-2.227-5-5c0-1.016.297-1.965.813-2.75zm-6.09%206.662L6%2021.594l-.469.687l.563.594l.812.813l-2.625%202.593L5.72%2027.72l2.562-2.594L9.656%2026.5l.719-.5l6.715-4.72l-1.44-1.438l-5.744%204.064l-1.781-1.843l4.027-5.72l-1.43-1.43z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/microphone-alt-slash.svg?color=%231a73e8&size=48