perm camera mic icon
perm-camera-mic-outline-sharp from Material Symbols Light by Google · Outline Sharp · Images · Apache-2.0 Free for personal and commercial use.
- Name
- perm-camera-mic-outline-sharp
- Set
- Material Symbols Light
- Style
- Outline Sharp
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More images icons from Material Symbols Light
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.5 20H3V6h4.573l1.85-2h5.154l1.85 2H21v14h-6.5v-1H20V7h-4.011l-1.845-2H9.856L8.012 7H4v12h5.5zm2 0h1v-3.408q1.939-.234 3.22-1.637Q17 13.552 17 11.615h-1q0 1.593-1.156 2.797Q13.69 15.615 12 15.615t-2.844-1.203Q8 13.208 8 11.616H7q0 1.936 1.28 3.339q1.282 1.403 3.22 1.637zm1.374-7.51q.357-.357.357-.875v-4q0-.517-.357-.874T12 6.385t-.874.356t-.357.875v4q0 .517.357.874t.874.356t.874-.356M4 19h16z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightPermCameraMicOutlineSharp(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.5 20H3V6h4.573l1.85-2h5.154l1.85 2H21v14h-6.5v-1H20V7h-4.011l-1.845-2H9.856L8.012 7H4v12h5.5zm2 0h1v-3.408q1.939-.234 3.22-1.637Q17 13.552 17 11.615h-1q0 1.593-1.156 2.797Q13.69 15.615 12 15.615t-2.844-1.203Q8 13.208 8 11.616H7q0 1.936 1.28 3.339q1.282 1.403 3.22 1.637zm1.374-7.51q.357-.357.357-.875v-4q0-.517-.357-.874T12 6.385t-.874.356t-.357.875v4q0 .517.357.874t.874.356t.874-.356M4 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.5 20H3V6h4.573l1.85-2h5.154l1.85 2H21v14h-6.5v-1H20V7h-4.011l-1.845-2H9.856L8.012 7H4v12h5.5zm2 0h1v-3.408q1.939-.234 3.22-1.637Q17 13.552 17 11.615h-1q0 1.593-1.156 2.797Q13.69 15.615 12 15.615t-2.844-1.203Q8 13.208 8 11.616H7q0 1.936 1.28 3.339q1.282 1.403 3.22 1.637zm1.374-7.51q.357-.357.357-.875v-4q0-.517-.357-.874T12 6.385t-.874.356t-.357.875v4q0 .517.357.874t.874.356t.874-.356M4 19h16z"/></svg> </template>
CSS
.icon-perm-camera-mic-outline-sharp {
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.5%2020H3V6h4.573l1.85-2h5.154l1.85%202H21v14h-6.5v-1H20V7h-4.011l-1.845-2H9.856L8.012%207H4v12h5.5zm2%200h1v-3.408q1.939-.234%203.22-1.637Q17%2013.552%2017%2011.615h-1q0%201.593-1.156%202.797Q13.69%2015.615%2012%2015.615t-2.844-1.203Q8%2013.208%208%2011.616H7q0%201.936%201.28%203.339q1.282%201.403%203.22%201.637zm1.374-7.51q.357-.357.357-.875v-4q0-.517-.357-.874T12%206.385t-.874.356t-.357.875v4q0%20.517.357.874t.874.356t.874-.356M4%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.5%2020H3V6h4.573l1.85-2h5.154l1.85%202H21v14h-6.5v-1H20V7h-4.011l-1.845-2H9.856L8.012%207H4v12h5.5zm2%200h1v-3.408q1.939-.234%203.22-1.637Q17%2013.552%2017%2011.615h-1q0%201.593-1.156%202.797Q13.69%2015.615%2012%2015.615t-2.844-1.203Q8%2013.208%208%2011.616H7q0%201.936%201.28%203.339q1.282%201.403%203.22%201.637zm1.374-7.51q.357-.357.357-.875v-4q0-.517-.357-.874T12%206.385t-.874.356t-.357.875v4q0%20.517.357.874t.874.356t.874-.356M4%2019h16z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/perm-camera-mic-outline-sharp.svg?color=%231a73e8&size=48