mic off icon
mic-off-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- mic-off-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
13 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
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="M3.28 2.22a.75.75 0 1 0-1.06 1.06L8 9.06V12a4 4 0 0 0 6.248 3.309l1.146 1.146A5.23 5.23 0 0 1 12.25 17.5h-.5l-.216-.004A5.25 5.25 0 0 1 6.5 12.25v-.5l-.007-.102A.75.75 0 0 0 5 11.75v.5l.004.236a6.75 6.75 0 0 0 6.246 6.496v2.268l.007.102a.75.75 0 0 0 1.493-.102l.001-2.268a6.7 6.7 0 0 0 3.712-1.458l4.256 4.256a.75.75 0 0 0 1.061-1.06zm9.876 11.997A2.5 2.5 0 0 1 9.5 12v-1.44zM14.5 6v5.318l1.43 1.43Q16 12.384 16 12V6a4 4 0 0 0-7.862-1.044L9.5 6.318V6a2.5 2.5 0 0 1 5 0m2.696 8.014l1.146 1.146A6.7 6.7 0 0 0 19 12.25v-.5l-.007-.102a.75.75 0 0 0-1.493.102v.5l-.004.216a5.2 5.2 0 0 1-.3 1.548"/></svg>
React
import type { SVGProps } from "react";
export function FluentMicOff24Regular(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="M3.28 2.22a.75.75 0 1 0-1.06 1.06L8 9.06V12a4 4 0 0 0 6.248 3.309l1.146 1.146A5.23 5.23 0 0 1 12.25 17.5h-.5l-.216-.004A5.25 5.25 0 0 1 6.5 12.25v-.5l-.007-.102A.75.75 0 0 0 5 11.75v.5l.004.236a6.75 6.75 0 0 0 6.246 6.496v2.268l.007.102a.75.75 0 0 0 1.493-.102l.001-2.268a6.7 6.7 0 0 0 3.712-1.458l4.256 4.256a.75.75 0 0 0 1.061-1.06zm9.876 11.997A2.5 2.5 0 0 1 9.5 12v-1.44zM14.5 6v5.318l1.43 1.43Q16 12.384 16 12V6a4 4 0 0 0-7.862-1.044L9.5 6.318V6a2.5 2.5 0 0 1 5 0m2.696 8.014l1.146 1.146A6.7 6.7 0 0 0 19 12.25v-.5l-.007-.102a.75.75 0 0 0-1.493.102v.5l-.004.216a5.2 5.2 0 0 1-.3 1.548"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.28 2.22a.75.75 0 1 0-1.06 1.06L8 9.06V12a4 4 0 0 0 6.248 3.309l1.146 1.146A5.23 5.23 0 0 1 12.25 17.5h-.5l-.216-.004A5.25 5.25 0 0 1 6.5 12.25v-.5l-.007-.102A.75.75 0 0 0 5 11.75v.5l.004.236a6.75 6.75 0 0 0 6.246 6.496v2.268l.007.102a.75.75 0 0 0 1.493-.102l.001-2.268a6.7 6.7 0 0 0 3.712-1.458l4.256 4.256a.75.75 0 0 0 1.061-1.06zm9.876 11.997A2.5 2.5 0 0 1 9.5 12v-1.44zM14.5 6v5.318l1.43 1.43Q16 12.384 16 12V6a4 4 0 0 0-7.862-1.044L9.5 6.318V6a2.5 2.5 0 0 1 5 0m2.696 8.014l1.146 1.146A6.7 6.7 0 0 0 19 12.25v-.5l-.007-.102a.75.75 0 0 0-1.493.102v.5l-.004.216a5.2 5.2 0 0 1-.3 1.548"/></svg> </template>
CSS
.icon-mic-off-24-regular {
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%22M3.28%202.22a.75.75%200%201%200-1.06%201.06L8%209.06V12a4%204%200%200%200%206.248%203.309l1.146%201.146A5.23%205.23%200%200%201%2012.25%2017.5h-.5l-.216-.004A5.25%205.25%200%200%201%206.5%2012.25v-.5l-.007-.102A.75.75%200%200%200%205%2011.75v.5l.004.236a6.75%206.75%200%200%200%206.246%206.496v2.268l.007.102a.75.75%200%200%200%201.493-.102l.001-2.268a6.7%206.7%200%200%200%203.712-1.458l4.256%204.256a.75.75%200%200%200%201.061-1.06zm9.876%2011.997A2.5%202.5%200%200%201%209.5%2012v-1.44zM14.5%206v5.318l1.43%201.43Q16%2012.384%2016%2012V6a4%204%200%200%200-7.862-1.044L9.5%206.318V6a2.5%202.5%200%200%201%205%200m2.696%208.014l1.146%201.146A6.7%206.7%200%200%200%2019%2012.25v-.5l-.007-.102a.75.75%200%200%200-1.493.102v.5l-.004.216a5.2%205.2%200%200%201-.3%201.548%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%22M3.28%202.22a.75.75%200%201%200-1.06%201.06L8%209.06V12a4%204%200%200%200%206.248%203.309l1.146%201.146A5.23%205.23%200%200%201%2012.25%2017.5h-.5l-.216-.004A5.25%205.25%200%200%201%206.5%2012.25v-.5l-.007-.102A.75.75%200%200%200%205%2011.75v.5l.004.236a6.75%206.75%200%200%200%206.246%206.496v2.268l.007.102a.75.75%200%200%200%201.493-.102l.001-2.268a6.7%206.7%200%200%200%203.712-1.458l4.256%204.256a.75.75%200%200%200%201.061-1.06zm9.876%2011.997A2.5%202.5%200%200%201%209.5%2012v-1.44zM14.5%206v5.318l1.43%201.43Q16%2012.384%2016%2012V6a4%204%200%200%200-7.862-1.044L9.5%206.318V6a2.5%202.5%200%200%201%205%200m2.696%208.014l1.146%201.146A6.7%206.7%200%200%200%2019%2012.25v-.5l-.007-.102a.75.75%200%200%200-1.493.102v.5l-.004.216a5.2%205.2%200%200%201-.3%201.548%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/mic-off-24-regular.svg?color=%231a73e8&size=48