perm camera mic icon
perm-camera-mic-outline from Material Symbols by Google · Outline · Images · Apache-2.0 Free for personal and commercial use.
- Name
- perm-camera-mic-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More images icons from Material Symbols
Use the perm camera mic icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 21H4q-.825 0-1.412-.587T2 19V7q0-.825.588-1.412T4 5h3.15L9 3h6l1.85 2H20q.825 0 1.413.588T22 7v12q0 .825-.587 1.413T20 21h-5v-2h5V7h-4.05l-1.825-2h-4.25L8.05 7H4v12h5zm2 0h2v-3.1q2.15-.35 3.575-2.012T18 12h-2q0 1.65-1.175 2.825T12 16t-2.825-1.175T8 12H6q0 2.225 1.425 3.888T11 17.9zm2.413-7.587Q14 12.825 14 12V8q0-.825-.587-1.412T12 6t-1.412.588T10 8v4q0 .825.588 1.413T12 14t1.413-.587M4 19h16z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsPermCameraMicOutline(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="M9 21H4q-.825 0-1.412-.587T2 19V7q0-.825.588-1.412T4 5h3.15L9 3h6l1.85 2H20q.825 0 1.413.588T22 7v12q0 .825-.587 1.413T20 21h-5v-2h5V7h-4.05l-1.825-2h-4.25L8.05 7H4v12h5zm2 0h2v-3.1q2.15-.35 3.575-2.012T18 12h-2q0 1.65-1.175 2.825T12 16t-2.825-1.175T8 12H6q0 2.225 1.425 3.888T11 17.9zm2.413-7.587Q14 12.825 14 12V8q0-.825-.587-1.412T12 6t-1.412.588T10 8v4q0 .825.588 1.413T12 14t1.413-.587M4 19h16z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 21H4q-.825 0-1.412-.587T2 19V7q0-.825.588-1.412T4 5h3.15L9 3h6l1.85 2H20q.825 0 1.413.588T22 7v12q0 .825-.587 1.413T20 21h-5v-2h5V7h-4.05l-1.825-2h-4.25L8.05 7H4v12h5zm2 0h2v-3.1q2.15-.35 3.575-2.012T18 12h-2q0 1.65-1.175 2.825T12 16t-2.825-1.175T8 12H6q0 2.225 1.425 3.888T11 17.9zm2.413-7.587Q14 12.825 14 12V8q0-.825-.587-1.412T12 6t-1.412.588T10 8v4q0 .825.588 1.413T12 14t1.413-.587M4 19h16z"/></svg> </template>
CSS
.icon-perm-camera-mic-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%22M9%2021H4q-.825%200-1.412-.587T2%2019V7q0-.825.588-1.412T4%205h3.15L9%203h6l1.85%202H20q.825%200%201.413.588T22%207v12q0%20.825-.587%201.413T20%2021h-5v-2h5V7h-4.05l-1.825-2h-4.25L8.05%207H4v12h5zm2%200h2v-3.1q2.15-.35%203.575-2.012T18%2012h-2q0%201.65-1.175%202.825T12%2016t-2.825-1.175T8%2012H6q0%202.225%201.425%203.888T11%2017.9zm2.413-7.587Q14%2012.825%2014%2012V8q0-.825-.587-1.412T12%206t-1.412.588T10%208v4q0%20.825.588%201.413T12%2014t1.413-.587M4%2019h16z%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%22M9%2021H4q-.825%200-1.412-.587T2%2019V7q0-.825.588-1.412T4%205h3.15L9%203h6l1.85%202H20q.825%200%201.413.588T22%207v12q0%20.825-.587%201.413T20%2021h-5v-2h5V7h-4.05l-1.825-2h-4.25L8.05%207H4v12h5zm2%200h2v-3.1q2.15-.35%203.575-2.012T18%2012h-2q0%201.65-1.175%202.825T12%2016t-2.825-1.175T8%2012H6q0%202.225%201.425%203.888T11%2017.9zm2.413-7.587Q14%2012.825%2014%2012V8q0-.825-.587-1.412T12%206t-1.412.588T10%208v4q0%20.825.588%201.413T12%2014t1.413-.587M4%2019h16z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/perm-camera-mic-outline.svg?color=%231a73e8&size=48