perm camera mic icon

perm-camera-mic-outline-rounded from Material Symbols by Google · Outline Rounded · Images · Apache-2.0 Free for personal and commercial use.

Name
perm-camera-mic-outline-rounded
Set
Material Symbols
Style
Outline 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-4q-.425 0-.712-.288T15 20t.288-.712T16 19h4V7h-4.05l-1.825-2h-4.25L8.05 7H4v12h4q.425 0 .713.288T9 20t-.288.713T8 21zm9.413-7.587Q14 12.825 14 12V8q0-.825-.587-1.412T12 6t-1.412.588T10 8v4q0 .825.588 1.413T12 14t1.413-.587M4 19h16zm5.563-3.825q-1.063-.825-1.413-2.1q-.125-.425-.425-.75T7 12t-.7.35t-.2.775q.35 1.85 1.688 3.163T11 17.9V20q0 .425.288.713T12 21t.713-.288T13 20v-2.1q1.875-.3 3.213-1.612t1.687-3.163q.075-.425-.2-.775T17 12t-.725.325t-.425.75q-.35 1.275-1.412 2.1T12 16t-2.437-.825"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsPermCameraMicOutlineRounded(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-4q-.425 0-.712-.288T15 20t.288-.712T16 19h4V7h-4.05l-1.825-2h-4.25L8.05 7H4v12h4q.425 0 .713.288T9 20t-.288.713T8 21zm9.413-7.587Q14 12.825 14 12V8q0-.825-.587-1.412T12 6t-1.412.588T10 8v4q0 .825.588 1.413T12 14t1.413-.587M4 19h16zm5.563-3.825q-1.063-.825-1.413-2.1q-.125-.425-.425-.75T7 12t-.7.35t-.2.775q.35 1.85 1.688 3.163T11 17.9V20q0 .425.288.713T12 21t.713-.288T13 20v-2.1q1.875-.3 3.213-1.612t1.687-3.163q.075-.425-.2-.775T17 12t-.725.325t-.425.75q-.35 1.275-1.412 2.1T12 16t-2.437-.825"/></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-4q-.425 0-.712-.288T15 20t.288-.712T16 19h4V7h-4.05l-1.825-2h-4.25L8.05 7H4v12h4q.425 0 .713.288T9 20t-.288.713T8 21zm9.413-7.587Q14 12.825 14 12V8q0-.825-.587-1.412T12 6t-1.412.588T10 8v4q0 .825.588 1.413T12 14t1.413-.587M4 19h16zm5.563-3.825q-1.063-.825-1.413-2.1q-.125-.425-.425-.75T7 12t-.7.35t-.2.775q.35 1.85 1.688 3.163T11 17.9V20q0 .425.288.713T12 21t.713-.288T13 20v-2.1q1.875-.3 3.213-1.612t1.687-3.163q.075-.425-.2-.775T17 12t-.725.325t-.425.75q-.35 1.275-1.412 2.1T12 16t-2.437-.825"/></svg>
</template>

CSS

.icon-perm-camera-mic-outline-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-4q-.425%200-.712-.288T15%2020t.288-.712T16%2019h4V7h-4.05l-1.825-2h-4.25L8.05%207H4v12h4q.425%200%20.713.288T9%2020t-.288.713T8%2021zm9.413-7.587Q14%2012.825%2014%2012V8q0-.825-.587-1.412T12%206t-1.412.588T10%208v4q0%20.825.588%201.413T12%2014t1.413-.587M4%2019h16zm5.563-3.825q-1.063-.825-1.413-2.1q-.125-.425-.425-.75T7%2012t-.7.35t-.2.775q.35%201.85%201.688%203.163T11%2017.9V20q0%20.425.288.713T12%2021t.713-.288T13%2020v-2.1q1.875-.3%203.213-1.612t1.687-3.163q.075-.425-.2-.775T17%2012t-.725.325t-.425.75q-.35%201.275-1.412%202.1T12%2016t-2.437-.825%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-4q-.425%200-.712-.288T15%2020t.288-.712T16%2019h4V7h-4.05l-1.825-2h-4.25L8.05%207H4v12h4q.425%200%20.713.288T9%2020t-.288.713T8%2021zm9.413-7.587Q14%2012.825%2014%2012V8q0-.825-.587-1.412T12%206t-1.412.588T10%208v4q0%20.825.588%201.413T12%2014t1.413-.587M4%2019h16zm5.563-3.825q-1.063-.825-1.413-2.1q-.125-.425-.425-.75T7%2012t-.7.35t-.2.775q.35%201.85%201.688%203.163T11%2017.9V20q0%20.425.288.713T12%2021t.713-.288T13%2020v-2.1q1.875-.3%203.213-1.612t1.687-3.163q.075-.425-.2-.775T17%2012t-.725.325t-.425.75q-.35%201.275-1.412%202.1T12%2016t-2.437-.825%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-rounded.svg?color=%231a73e8&size=48