mic alert icon
mic-alert-rounded from Material Symbols Light by Google · Rounded · Audio & Video · Apache-2.0 Free for personal and commercial use.
- Name
- mic-alert-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 mic alert icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.577 12.423Q8 11.846 8 11V5q0-.846.577-1.423T10 3t1.423.577T12 5v6q0 .846-.577 1.423T10 13t-1.423-.577m7.654 7.154q.2 0 .33-.13t.131-.331t-.13-.331t-.331-.131t-.331.13q-.13.132-.13.332t.13.33t.33.131m.274-2.035q.111-.111.111-.273v-2.461q0-.162-.111-.274q-.112-.111-.273-.111t-.273.111t-.112.274v2.461q0 .162.112.273t.273.112t.273-.112m-3.109 2.293Q12.231 18.672 12.231 17t1.164-2.835T16.231 13t2.835 1.165T20.231 17t-1.165 2.836T16.231 21t-2.836-1.164M9.5 20v-3.017q-2.165-.19-3.716-1.72q-1.551-1.529-1.748-3.738q-.03-.214.11-.37Q4.286 11 4.5 11t.357.153t.185.366q.202 1.875 1.592 3.156q1.389 1.28 3.283 1.28q.248 0 .416.191q.167.19.167.413V20q0 .214-.143.357T10 20.5t-.357-.143T9.5 20"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightMicAlertRounded(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="M8.577 12.423Q8 11.846 8 11V5q0-.846.577-1.423T10 3t1.423.577T12 5v6q0 .846-.577 1.423T10 13t-1.423-.577m7.654 7.154q.2 0 .33-.13t.131-.331t-.13-.331t-.331-.131t-.331.13q-.13.132-.13.332t.13.33t.33.131m.274-2.035q.111-.111.111-.273v-2.461q0-.162-.111-.274q-.112-.111-.273-.111t-.273.111t-.112.274v2.461q0 .162.112.273t.273.112t.273-.112m-3.109 2.293Q12.231 18.672 12.231 17t1.164-2.835T16.231 13t2.835 1.165T20.231 17t-1.165 2.836T16.231 21t-2.836-1.164M9.5 20v-3.017q-2.165-.19-3.716-1.72q-1.551-1.529-1.748-3.738q-.03-.214.11-.37Q4.286 11 4.5 11t.357.153t.185.366q.202 1.875 1.592 3.156q1.389 1.28 3.283 1.28q.248 0 .416.191q.167.19.167.413V20q0 .214-.143.357T10 20.5t-.357-.143T9.5 20"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.577 12.423Q8 11.846 8 11V5q0-.846.577-1.423T10 3t1.423.577T12 5v6q0 .846-.577 1.423T10 13t-1.423-.577m7.654 7.154q.2 0 .33-.13t.131-.331t-.13-.331t-.331-.131t-.331.13q-.13.132-.13.332t.13.33t.33.131m.274-2.035q.111-.111.111-.273v-2.461q0-.162-.111-.274q-.112-.111-.273-.111t-.273.111t-.112.274v2.461q0 .162.112.273t.273.112t.273-.112m-3.109 2.293Q12.231 18.672 12.231 17t1.164-2.835T16.231 13t2.835 1.165T20.231 17t-1.165 2.836T16.231 21t-2.836-1.164M9.5 20v-3.017q-2.165-.19-3.716-1.72q-1.551-1.529-1.748-3.738q-.03-.214.11-.37Q4.286 11 4.5 11t.357.153t.185.366q.202 1.875 1.592 3.156q1.389 1.28 3.283 1.28q.248 0 .416.191q.167.19.167.413V20q0 .214-.143.357T10 20.5t-.357-.143T9.5 20"/></svg> </template>
CSS
.icon-mic-alert-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%22M8.577%2012.423Q8%2011.846%208%2011V5q0-.846.577-1.423T10%203t1.423.577T12%205v6q0%20.846-.577%201.423T10%2013t-1.423-.577m7.654%207.154q.2%200%20.33-.13t.131-.331t-.13-.331t-.331-.131t-.331.13q-.13.132-.13.332t.13.33t.33.131m.274-2.035q.111-.111.111-.273v-2.461q0-.162-.111-.274q-.112-.111-.273-.111t-.273.111t-.112.274v2.461q0%20.162.112.273t.273.112t.273-.112m-3.109%202.293Q12.231%2018.672%2012.231%2017t1.164-2.835T16.231%2013t2.835%201.165T20.231%2017t-1.165%202.836T16.231%2021t-2.836-1.164M9.5%2020v-3.017q-2.165-.19-3.716-1.72q-1.551-1.529-1.748-3.738q-.03-.214.11-.37Q4.286%2011%204.5%2011t.357.153t.185.366q.202%201.875%201.592%203.156q1.389%201.28%203.283%201.28q.248%200%20.416.191q.167.19.167.413V20q0%20.214-.143.357T10%2020.5t-.357-.143T9.5%2020%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%22M8.577%2012.423Q8%2011.846%208%2011V5q0-.846.577-1.423T10%203t1.423.577T12%205v6q0%20.846-.577%201.423T10%2013t-1.423-.577m7.654%207.154q.2%200%20.33-.13t.131-.331t-.13-.331t-.331-.131t-.331.13q-.13.132-.13.332t.13.33t.33.131m.274-2.035q.111-.111.111-.273v-2.461q0-.162-.111-.274q-.112-.111-.273-.111t-.273.111t-.112.274v2.461q0%20.162.112.273t.273.112t.273-.112m-3.109%202.293Q12.231%2018.672%2012.231%2017t1.164-2.835T16.231%2013t2.835%201.165T20.231%2017t-1.165%202.836T16.231%2021t-2.836-1.164M9.5%2020v-3.017q-2.165-.19-3.716-1.72q-1.551-1.529-1.748-3.738q-.03-.214.11-.37Q4.286%2011%204.5%2011t.357.153t.185.366q.202%201.875%201.592%203.156q1.389%201.28%203.283%201.28q.248%200%20.416.191q.167.19.167.413V20q0%20.214-.143.357T10%2020.5t-.357-.143T9.5%2020%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/mic-alert-rounded.svg?color=%231a73e8&size=48