perm camera mic icon
perm-camera-mic-rounded from Material Symbols by Google · Rounded · Images · Apache-2.0 Free for personal and commercial use.
- Name
- perm-camera-mic-rounded
- Set
- Material Symbols
- Style
- Rounded
- 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="M4 21q-.825 0-1.412-.587T2 19V7q0-.825.588-1.412T4 5h3.15L8.4 3.65q.275-.3.663-.475T9.875 3h4.25q.425 0 .813.175t.662.475L16.85 5H20q.825 0 1.413.588T22 7v12q0 .825-.587 1.413T20 21h-7v-3.1q1.95-.3 3.313-1.7t1.637-3.325q.05-.35-.238-.612T17 12q-.375 0-.687.213t-.388.562q-.275 1.375-1.375 2.3T12 16t-2.537-.913T8.1 12.826q-.075-.375-.387-.6T7 12q-.425 0-.713.263t-.237.612Q6.325 14.8 7.688 16.2T11 17.9V21zm8-7q.825 0 1.413-.587T14 12V8q0-.825-.587-1.412T12 6t-1.412.588T10 8v4q0 .825.588 1.413T12 14"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsPermCameraMicRounded(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="M4 21q-.825 0-1.412-.587T2 19V7q0-.825.588-1.412T4 5h3.15L8.4 3.65q.275-.3.663-.475T9.875 3h4.25q.425 0 .813.175t.662.475L16.85 5H20q.825 0 1.413.588T22 7v12q0 .825-.587 1.413T20 21h-7v-3.1q1.95-.3 3.313-1.7t1.637-3.325q.05-.35-.238-.612T17 12q-.375 0-.687.213t-.388.562q-.275 1.375-1.375 2.3T12 16t-2.537-.913T8.1 12.826q-.075-.375-.387-.6T7 12q-.425 0-.713.263t-.237.612Q6.325 14.8 7.688 16.2T11 17.9V21zm8-7q.825 0 1.413-.587T14 12V8q0-.825-.587-1.412T12 6t-1.412.588T10 8v4q0 .825.588 1.413T12 14"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 21q-.825 0-1.412-.587T2 19V7q0-.825.588-1.412T4 5h3.15L8.4 3.65q.275-.3.663-.475T9.875 3h4.25q.425 0 .813.175t.662.475L16.85 5H20q.825 0 1.413.588T22 7v12q0 .825-.587 1.413T20 21h-7v-3.1q1.95-.3 3.313-1.7t1.637-3.325q.05-.35-.238-.612T17 12q-.375 0-.687.213t-.388.562q-.275 1.375-1.375 2.3T12 16t-2.537-.913T8.1 12.826q-.075-.375-.387-.6T7 12q-.425 0-.713.263t-.237.612Q6.325 14.8 7.688 16.2T11 17.9V21zm8-7q.825 0 1.413-.587T14 12V8q0-.825-.587-1.412T12 6t-1.412.588T10 8v4q0 .825.588 1.413T12 14"/></svg> </template>
CSS
.icon-perm-camera-mic-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%22M4%2021q-.825%200-1.412-.587T2%2019V7q0-.825.588-1.412T4%205h3.15L8.4%203.65q.275-.3.663-.475T9.875%203h4.25q.425%200%20.813.175t.662.475L16.85%205H20q.825%200%201.413.588T22%207v12q0%20.825-.587%201.413T20%2021h-7v-3.1q1.95-.3%203.313-1.7t1.637-3.325q.05-.35-.238-.612T17%2012q-.375%200-.687.213t-.388.562q-.275%201.375-1.375%202.3T12%2016t-2.537-.913T8.1%2012.826q-.075-.375-.387-.6T7%2012q-.425%200-.713.263t-.237.612Q6.325%2014.8%207.688%2016.2T11%2017.9V21zm8-7q.825%200%201.413-.587T14%2012V8q0-.825-.587-1.412T12%206t-1.412.588T10%208v4q0%20.825.588%201.413T12%2014%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%22M4%2021q-.825%200-1.412-.587T2%2019V7q0-.825.588-1.412T4%205h3.15L8.4%203.65q.275-.3.663-.475T9.875%203h4.25q.425%200%20.813.175t.662.475L16.85%205H20q.825%200%201.413.588T22%207v12q0%20.825-.587%201.413T20%2021h-7v-3.1q1.95-.3%203.313-1.7t1.637-3.325q.05-.35-.238-.612T17%2012q-.375%200-.687.213t-.388.562q-.275%201.375-1.375%202.3T12%2016t-2.537-.913T8.1%2012.826q-.075-.375-.387-.6T7%2012q-.425%200-.713.263t-.237.612Q6.325%2014.8%207.688%2016.2T11%2017.9V21zm8-7q.825%200%201.413-.587T14%2012V8q0-.825-.587-1.412T12%206t-1.412.588T10%208v4q0%20.825.588%201.413T12%2014%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-rounded.svg?color=%231a73e8&size=48