adaptive audio mic off icon
adaptive-audio-mic-off-rounded from Material Symbols Light by Google · Rounded · Audio & Video · Apache-2.0 Free for personal and commercial use.
- Name
- adaptive-audio-mic-off-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Audio & Video
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
More audio & video icons from Material Symbols Light
Use the adaptive audio mic off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.594 22.016L2.408 3.829q-.14-.14-.15-.342q-.01-.2.15-.366q.165-.165.357-.165q.19 0 .356.165l18.181 18.187q.14.14.153.341t-.153.367q-.16.159-.354.159t-.354-.16M16.75 7.846q-1 0-1.702-.702t-.702-1.721t.702-1.721T16.75 3t1.702.702t.702 1.721t-.702 1.721t-1.702.702M8.894 3.644q.367.368.564.819t.196.96q0 .116-.006.235t-.042.228q-.062.243-.307.302q-.245.06-.437-.132L6.31 3.485q-.148-.148-.137-.336t.171-.312q.129-.095.239-.158t.244-.102q.664.154 1.182.427t.885.64M12 16.173q-.613 0-1.028-.424q-.414-.424-.414-1.038v-2.884q0-.271.083-.506q.082-.235.242-.433l2.56 2.56v1.263q0 .614-.415 1.038q-.414.424-1.028.424m-.316 4.701q-.126-.126-.126-.316v-1.512q-1.53-.154-2.595-1.246t-1.215-2.617q-.03-.196.098-.334q.129-.137.325-.137q.179 0 .293.114t.144.293q.16 1.32 1.11 2.197q.95.876 2.282.876q1.267 0 2.197-.807q.93-.808 1.163-2.025l.724.73q-.398 1.218-1.38 2.016q-.983.798-2.262.94v1.512q0 .19-.126.316T12 21t-.316-.126M2.75 12.923q-.31 0-.53-.22t-.22-.53v-.132q0-.76.295-1.275q.296-.514.926-.845q.904-.467 1.92-.704q1.015-.236 2.109-.236q.477 0 .92.044t.874.133q.206.05.224.243t-.162.299q-.817.483-1.448 1.234q-.631.752-.964 1.643q-.05.142-.186.244q-.137.102-.298.102zm15.04 0q-.161 0-.298-.102t-.186-.244q-.333-.89-.96-1.642q-.629-.752-1.446-1.235q-.18-.106-.153-.299q.028-.193.209-.243q.433-.089.875-.133t.919-.044q1.094 0 2.11.236q1.015.237 1.919.704q.63.331.926.845q.295.515.295 1.275v.132q0 .31-.22.53t-.53.22z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightAdaptiveAudioMicOffRounded(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" d="M20.594 22.016L2.408 3.829q-.14-.14-.15-.342q-.01-.2.15-.366q.165-.165.357-.165q.19 0 .356.165l18.181 18.187q.14.14.153.341t-.153.367q-.16.159-.354.159t-.354-.16M16.75 7.846q-1 0-1.702-.702t-.702-1.721t.702-1.721T16.75 3t1.702.702t.702 1.721t-.702 1.721t-1.702.702M8.894 3.644q.367.368.564.819t.196.96q0 .116-.006.235t-.042.228q-.062.243-.307.302q-.245.06-.437-.132L6.31 3.485q-.148-.148-.137-.336t.171-.312q.129-.095.239-.158t.244-.102q.664.154 1.182.427t.885.64M12 16.173q-.613 0-1.028-.424q-.414-.424-.414-1.038v-2.884q0-.271.083-.506q.082-.235.242-.433l2.56 2.56v1.263q0 .614-.415 1.038q-.414.424-1.028.424m-.316 4.701q-.126-.126-.126-.316v-1.512q-1.53-.154-2.595-1.246t-1.215-2.617q-.03-.196.098-.334q.129-.137.325-.137q.179 0 .293.114t.144.293q.16 1.32 1.11 2.197q.95.876 2.282.876q1.267 0 2.197-.807q.93-.808 1.163-2.025l.724.73q-.398 1.218-1.38 2.016q-.983.798-2.262.94v1.512q0 .19-.126.316T12 21t-.316-.126M2.75 12.923q-.31 0-.53-.22t-.22-.53v-.132q0-.76.295-1.275q.296-.514.926-.845q.904-.467 1.92-.704q1.015-.236 2.109-.236q.477 0 .92.044t.874.133q.206.05.224.243t-.162.299q-.817.483-1.448 1.234q-.631.752-.964 1.643q-.05.142-.186.244q-.137.102-.298.102zm15.04 0q-.161 0-.298-.102t-.186-.244q-.333-.89-.96-1.642q-.629-.752-1.446-1.235q-.18-.106-.153-.299q.028-.193.209-.243q.433-.089.875-.133t.919-.044q1.094 0 2.11.236q1.015.237 1.919.704q.63.331.926.845q.295.515.295 1.275v.132q0 .31-.22.53t-.53.22z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.594 22.016L2.408 3.829q-.14-.14-.15-.342q-.01-.2.15-.366q.165-.165.357-.165q.19 0 .356.165l18.181 18.187q.14.14.153.341t-.153.367q-.16.159-.354.159t-.354-.16M16.75 7.846q-1 0-1.702-.702t-.702-1.721t.702-1.721T16.75 3t1.702.702t.702 1.721t-.702 1.721t-1.702.702M8.894 3.644q.367.368.564.819t.196.96q0 .116-.006.235t-.042.228q-.062.243-.307.302q-.245.06-.437-.132L6.31 3.485q-.148-.148-.137-.336t.171-.312q.129-.095.239-.158t.244-.102q.664.154 1.182.427t.885.64M12 16.173q-.613 0-1.028-.424q-.414-.424-.414-1.038v-2.884q0-.271.083-.506q.082-.235.242-.433l2.56 2.56v1.263q0 .614-.415 1.038q-.414.424-1.028.424m-.316 4.701q-.126-.126-.126-.316v-1.512q-1.53-.154-2.595-1.246t-1.215-2.617q-.03-.196.098-.334q.129-.137.325-.137q.179 0 .293.114t.144.293q.16 1.32 1.11 2.197q.95.876 2.282.876q1.267 0 2.197-.807q.93-.808 1.163-2.025l.724.73q-.398 1.218-1.38 2.016q-.983.798-2.262.94v1.512q0 .19-.126.316T12 21t-.316-.126M2.75 12.923q-.31 0-.53-.22t-.22-.53v-.132q0-.76.295-1.275q.296-.514.926-.845q.904-.467 1.92-.704q1.015-.236 2.109-.236q.477 0 .92.044t.874.133q.206.05.224.243t-.162.299q-.817.483-1.448 1.234q-.631.752-.964 1.643q-.05.142-.186.244q-.137.102-.298.102zm15.04 0q-.161 0-.298-.102t-.186-.244q-.333-.89-.96-1.642q-.629-.752-1.446-1.235q-.18-.106-.153-.299q.028-.193.209-.243q.433-.089.875-.133t.919-.044q1.094 0 2.11.236q1.015.237 1.919.704q.63.331.926.845q.295.515.295 1.275v.132q0 .31-.22.53t-.53.22z"/></svg> </template>
CSS
.icon-adaptive-audio-mic-off-rounded {
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%20d%3D%22M20.594%2022.016L2.408%203.829q-.14-.14-.15-.342q-.01-.2.15-.366q.165-.165.357-.165q.19%200%20.356.165l18.181%2018.187q.14.14.153.341t-.153.367q-.16.159-.354.159t-.354-.16M16.75%207.846q-1%200-1.702-.702t-.702-1.721t.702-1.721T16.75%203t1.702.702t.702%201.721t-.702%201.721t-1.702.702M8.894%203.644q.367.368.564.819t.196.96q0%20.116-.006.235t-.042.228q-.062.243-.307.302q-.245.06-.437-.132L6.31%203.485q-.148-.148-.137-.336t.171-.312q.129-.095.239-.158t.244-.102q.664.154%201.182.427t.885.64M12%2016.173q-.613%200-1.028-.424q-.414-.424-.414-1.038v-2.884q0-.271.083-.506q.082-.235.242-.433l2.56%202.56v1.263q0%20.614-.415%201.038q-.414.424-1.028.424m-.316%204.701q-.126-.126-.126-.316v-1.512q-1.53-.154-2.595-1.246t-1.215-2.617q-.03-.196.098-.334q.129-.137.325-.137q.179%200%20.293.114t.144.293q.16%201.32%201.11%202.197q.95.876%202.282.876q1.267%200%202.197-.807q.93-.808%201.163-2.025l.724.73q-.398%201.218-1.38%202.016q-.983.798-2.262.94v1.512q0%20.19-.126.316T12%2021t-.316-.126M2.75%2012.923q-.31%200-.53-.22t-.22-.53v-.132q0-.76.295-1.275q.296-.514.926-.845q.904-.467%201.92-.704q1.015-.236%202.109-.236q.477%200%20.92.044t.874.133q.206.05.224.243t-.162.299q-.817.483-1.448%201.234q-.631.752-.964%201.643q-.05.142-.186.244q-.137.102-.298.102zm15.04%200q-.161%200-.298-.102t-.186-.244q-.333-.89-.96-1.642q-.629-.752-1.446-1.235q-.18-.106-.153-.299q.028-.193.209-.243q.433-.089.875-.133t.919-.044q1.094%200%202.11.236q1.015.237%201.919.704q.63.331.926.845q.295.515.295%201.275v.132q0%20.31-.22.53t-.53.22z%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%20d%3D%22M20.594%2022.016L2.408%203.829q-.14-.14-.15-.342q-.01-.2.15-.366q.165-.165.357-.165q.19%200%20.356.165l18.181%2018.187q.14.14.153.341t-.153.367q-.16.159-.354.159t-.354-.16M16.75%207.846q-1%200-1.702-.702t-.702-1.721t.702-1.721T16.75%203t1.702.702t.702%201.721t-.702%201.721t-1.702.702M8.894%203.644q.367.368.564.819t.196.96q0%20.116-.006.235t-.042.228q-.062.243-.307.302q-.245.06-.437-.132L6.31%203.485q-.148-.148-.137-.336t.171-.312q.129-.095.239-.158t.244-.102q.664.154%201.182.427t.885.64M12%2016.173q-.613%200-1.028-.424q-.414-.424-.414-1.038v-2.884q0-.271.083-.506q.082-.235.242-.433l2.56%202.56v1.263q0%20.614-.415%201.038q-.414.424-1.028.424m-.316%204.701q-.126-.126-.126-.316v-1.512q-1.53-.154-2.595-1.246t-1.215-2.617q-.03-.196.098-.334q.129-.137.325-.137q.179%200%20.293.114t.144.293q.16%201.32%201.11%202.197q.95.876%202.282.876q1.267%200%202.197-.807q.93-.808%201.163-2.025l.724.73q-.398%201.218-1.38%202.016q-.983.798-2.262.94v1.512q0%20.19-.126.316T12%2021t-.316-.126M2.75%2012.923q-.31%200-.53-.22t-.22-.53v-.132q0-.76.295-1.275q.296-.514.926-.845q.904-.467%201.92-.704q1.015-.236%202.109-.236q.477%200%20.92.044t.874.133q.206.05.224.243t-.162.299q-.817.483-1.448%201.234q-.631.752-.964%201.643q-.05.142-.186.244q-.137.102-.298.102zm15.04%200q-.161%200-.298-.102t-.186-.244q-.333-.89-.96-1.642q-.629-.752-1.446-1.235q-.18-.106-.153-.299q.028-.193.209-.243q.433-.089.875-.133t.919-.044q1.094%200%202.11.236q1.015.237%201.919.704q.63.331.926.845q.295.515.295%201.275v.132q0%20.31-.22.53t-.53.22z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/adaptive-audio-mic-off-rounded.svg?color=%231a73e8&size=48