mic icon
mic from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- mic
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
1 other variant in Framework7 Icons
The same icon in other sets
Related icons in Framework7 Icons
Use the mic icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M36.543 26.852V12.109c0-5.414-3.492-9.187-8.531-9.187s-8.532 3.773-8.532 9.187v14.743c0 5.39 3.493 9.187 8.532 9.187s8.53-3.797 8.53-9.187m-3.54 0c0 3.468-1.991 5.695-4.991 5.695s-4.992-2.227-4.992-5.695V12.109c0-3.468 1.992-5.695 4.992-5.695s4.992 2.227 4.992 5.695ZM17.536 49.539a1.76 1.76 0 0 0-1.758 1.781a1.74 1.74 0 0 0 1.758 1.758h20.953a1.74 1.74 0 0 0 1.758-1.758a1.76 1.76 0 0 0-1.758-1.78H29.77v-5.462c8.953-.75 15-7.172 15-16.383v-4.757a1.74 1.74 0 0 0-1.758-1.758a1.76 1.76 0 0 0-1.782 1.758v4.617c0 7.992-5.203 13.289-13.218 13.289S14.77 35.547 14.77 27.554v-4.616a1.74 1.74 0 0 0-1.758-1.758a1.76 1.76 0 0 0-1.782 1.758v4.757c0 9.211 6.07 15.633 15 16.383v5.461Z"/></svg>
React
import type { SVGProps } from "react";
export function F7Mic(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M36.543 26.852V12.109c0-5.414-3.492-9.187-8.531-9.187s-8.532 3.773-8.532 9.187v14.743c0 5.39 3.493 9.187 8.532 9.187s8.53-3.797 8.53-9.187m-3.54 0c0 3.468-1.991 5.695-4.991 5.695s-4.992-2.227-4.992-5.695V12.109c0-3.468 1.992-5.695 4.992-5.695s4.992 2.227 4.992 5.695ZM17.536 49.539a1.76 1.76 0 0 0-1.758 1.781a1.74 1.74 0 0 0 1.758 1.758h20.953a1.74 1.74 0 0 0 1.758-1.758a1.76 1.76 0 0 0-1.758-1.78H29.77v-5.462c8.953-.75 15-7.172 15-16.383v-4.757a1.74 1.74 0 0 0-1.758-1.758a1.76 1.76 0 0 0-1.782 1.758v4.617c0 7.992-5.203 13.289-13.218 13.289S14.77 35.547 14.77 27.554v-4.616a1.74 1.74 0 0 0-1.758-1.758a1.76 1.76 0 0 0-1.782 1.758v4.757c0 9.211 6.07 15.633 15 16.383v5.461Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M36.543 26.852V12.109c0-5.414-3.492-9.187-8.531-9.187s-8.532 3.773-8.532 9.187v14.743c0 5.39 3.493 9.187 8.532 9.187s8.53-3.797 8.53-9.187m-3.54 0c0 3.468-1.991 5.695-4.991 5.695s-4.992-2.227-4.992-5.695V12.109c0-3.468 1.992-5.695 4.992-5.695s4.992 2.227 4.992 5.695ZM17.536 49.539a1.76 1.76 0 0 0-1.758 1.781a1.74 1.74 0 0 0 1.758 1.758h20.953a1.74 1.74 0 0 0 1.758-1.758a1.76 1.76 0 0 0-1.758-1.78H29.77v-5.462c8.953-.75 15-7.172 15-16.383v-4.757a1.74 1.74 0 0 0-1.758-1.758a1.76 1.76 0 0 0-1.782 1.758v4.617c0 7.992-5.203 13.289-13.218 13.289S14.77 35.547 14.77 27.554v-4.616a1.74 1.74 0 0 0-1.758-1.758a1.76 1.76 0 0 0-1.782 1.758v4.757c0 9.211 6.07 15.633 15 16.383v5.461Z"/></svg> </template>
CSS
.icon-mic {
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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M36.543%2026.852V12.109c0-5.414-3.492-9.187-8.531-9.187s-8.532%203.773-8.532%209.187v14.743c0%205.39%203.493%209.187%208.532%209.187s8.53-3.797%208.53-9.187m-3.54%200c0%203.468-1.991%205.695-4.991%205.695s-4.992-2.227-4.992-5.695V12.109c0-3.468%201.992-5.695%204.992-5.695s4.992%202.227%204.992%205.695ZM17.536%2049.539a1.76%201.76%200%200%200-1.758%201.781a1.74%201.74%200%200%200%201.758%201.758h20.953a1.74%201.74%200%200%200%201.758-1.758a1.76%201.76%200%200%200-1.758-1.78H29.77v-5.462c8.953-.75%2015-7.172%2015-16.383v-4.757a1.74%201.74%200%200%200-1.758-1.758a1.76%201.76%200%200%200-1.782%201.758v4.617c0%207.992-5.203%2013.289-13.218%2013.289S14.77%2035.547%2014.77%2027.554v-4.616a1.74%201.74%200%200%200-1.758-1.758a1.76%201.76%200%200%200-1.782%201.758v4.757c0%209.211%206.07%2015.633%2015%2016.383v5.461Z%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M36.543%2026.852V12.109c0-5.414-3.492-9.187-8.531-9.187s-8.532%203.773-8.532%209.187v14.743c0%205.39%203.493%209.187%208.532%209.187s8.53-3.797%208.53-9.187m-3.54%200c0%203.468-1.991%205.695-4.991%205.695s-4.992-2.227-4.992-5.695V12.109c0-3.468%201.992-5.695%204.992-5.695s4.992%202.227%204.992%205.695ZM17.536%2049.539a1.76%201.76%200%200%200-1.758%201.781a1.74%201.74%200%200%200%201.758%201.758h20.953a1.74%201.74%200%200%200%201.758-1.758a1.76%201.76%200%200%200-1.758-1.78H29.77v-5.462c8.953-.75%2015-7.172%2015-16.383v-4.757a1.74%201.74%200%200%200-1.758-1.758a1.76%201.76%200%200%200-1.782%201.758v4.617c0%207.992-5.203%2013.289-13.218%2013.289S14.77%2035.547%2014.77%2027.554v-4.616a1.74%201.74%200%200%200-1.758-1.758a1.76%201.76%200%200%200-1.782%201.758v4.757c0%209.211%206.07%2015.633%2015%2016.383v5.461Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/mic.svg?color=%231a73e8&size=48