mic off icon
mic-off-outline from Material Symbols by Google · Outline · Audio & Video · Apache-2.0 Free for personal and commercial use.
- Name
- mic-off-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Audio & Video
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- mic-off-outline-sharp
3 other variants in Material Symbols
The same icon in other sets
More audio & video icons from Material Symbols
Use the 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="M17.75 14.95L16.3 13.5q.35-.575.525-1.2T17 11h2q0 1.1-.325 2.088t-.925 1.862m-2.95-3l-1.8-1.8V5q0-.425-.288-.712T12 4t-.712.288T11 5v3.15l-2-2V5q0-1.25.875-2.125T12 2t2.125.875T15 5v6q0 .275-.062.5t-.138.45M11 21v-3.075q-2.6-.35-4.3-2.325T5 11h2q0 2.075 1.438 3.538T12 16q.85 0 1.613-.262T15 15l1.425 1.425q-.725.575-1.588.975T13 17.925V21zm8.8 1.6L1.4 4.2l1.4-1.4l18.4 18.4z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsMicOffOutline(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="M17.75 14.95L16.3 13.5q.35-.575.525-1.2T17 11h2q0 1.1-.325 2.088t-.925 1.862m-2.95-3l-1.8-1.8V5q0-.425-.288-.712T12 4t-.712.288T11 5v3.15l-2-2V5q0-1.25.875-2.125T12 2t2.125.875T15 5v6q0 .275-.062.5t-.138.45M11 21v-3.075q-2.6-.35-4.3-2.325T5 11h2q0 2.075 1.438 3.538T12 16q.85 0 1.613-.262T15 15l1.425 1.425q-.725.575-1.588.975T13 17.925V21zm8.8 1.6L1.4 4.2l1.4-1.4l18.4 18.4z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.75 14.95L16.3 13.5q.35-.575.525-1.2T17 11h2q0 1.1-.325 2.088t-.925 1.862m-2.95-3l-1.8-1.8V5q0-.425-.288-.712T12 4t-.712.288T11 5v3.15l-2-2V5q0-1.25.875-2.125T12 2t2.125.875T15 5v6q0 .275-.062.5t-.138.45M11 21v-3.075q-2.6-.35-4.3-2.325T5 11h2q0 2.075 1.438 3.538T12 16q.85 0 1.613-.262T15 15l1.425 1.425q-.725.575-1.588.975T13 17.925V21zm8.8 1.6L1.4 4.2l1.4-1.4l18.4 18.4z"/></svg> </template>
CSS
.icon-mic-off-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%20d%3D%22M17.75%2014.95L16.3%2013.5q.35-.575.525-1.2T17%2011h2q0%201.1-.325%202.088t-.925%201.862m-2.95-3l-1.8-1.8V5q0-.425-.288-.712T12%204t-.712.288T11%205v3.15l-2-2V5q0-1.25.875-2.125T12%202t2.125.875T15%205v6q0%20.275-.062.5t-.138.45M11%2021v-3.075q-2.6-.35-4.3-2.325T5%2011h2q0%202.075%201.438%203.538T12%2016q.85%200%201.613-.262T15%2015l1.425%201.425q-.725.575-1.588.975T13%2017.925V21zm8.8%201.6L1.4%204.2l1.4-1.4l18.4%2018.4z%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%22M17.75%2014.95L16.3%2013.5q.35-.575.525-1.2T17%2011h2q0%201.1-.325%202.088t-.925%201.862m-2.95-3l-1.8-1.8V5q0-.425-.288-.712T12%204t-.712.288T11%205v3.15l-2-2V5q0-1.25.875-2.125T12%202t2.125.875T15%205v6q0%20.275-.062.5t-.138.45M11%2021v-3.075q-2.6-.35-4.3-2.325T5%2011h2q0%202.075%201.438%203.538T12%2016q.85%200%201.613-.262T15%2015l1.425%201.425q-.725.575-1.588.975T13%2017.925V21zm8.8%201.6L1.4%204.2l1.4-1.4l18.4%2018.4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/mic-off-outline.svg?color=%231a73e8&size=48