book open microphone icon

book-open-microphone-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.

Name
book-open-microphone-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
License
MIT

9 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the book open microphone icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M25.75 19.25a.75.75 0 0 1 .75.75a5 5 0 0 1-4.25 4.943v1.307a.75.75 0 0 1-1.5 0v-1.307A5 5 0 0 1 16.5 20a.75.75 0 0 1 1.5 0a3.5 3.5 0 1 0 7 0a.75.75 0 0 1 .75-.75M11.5 4c1.005 0 1.904.456 2.5 1.173A3.24 3.24 0 0 1 16.5 4h7.75c.966 0 1.75.784 1.75 1.75v12.52a1.74 1.74 0 0 0-1 .15V16.5c0-.66-.183-1.276-.5-1.803V5.75a.25.25 0 0 0-.25-.25H16.5a1.75 1.75 0 0 0-1.75 1.75v13.5a1.75 1.75 0 0 0 1.263 1.68c.256.577.6 1.106 1.016 1.57H16.5a3.24 3.24 0 0 1-2.5-1.173A3.24 3.24 0 0 1 11.5 24H3.75A1.75 1.75 0 0 1 2 22.25V5.75C2 4.784 2.784 4 3.75 4zM3.75 5.5a.25.25 0 0 0-.25.25v16.5c0 .138.112.25.25.25h7.75a1.75 1.75 0 0 0 1.75-1.75V7.25A1.75 1.75 0 0 0 11.5 5.5zM21.5 14a2.5 2.5 0 0 1 2.5 2.5V20a2.5 2.5 0 0 1-5 0v-3.5a2.5 2.5 0 0 1 2.5-2.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentBookOpenMicrophone28Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M25.75 19.25a.75.75 0 0 1 .75.75a5 5 0 0 1-4.25 4.943v1.307a.75.75 0 0 1-1.5 0v-1.307A5 5 0 0 1 16.5 20a.75.75 0 0 1 1.5 0a3.5 3.5 0 1 0 7 0a.75.75 0 0 1 .75-.75M11.5 4c1.005 0 1.904.456 2.5 1.173A3.24 3.24 0 0 1 16.5 4h7.75c.966 0 1.75.784 1.75 1.75v12.52a1.74 1.74 0 0 0-1 .15V16.5c0-.66-.183-1.276-.5-1.803V5.75a.25.25 0 0 0-.25-.25H16.5a1.75 1.75 0 0 0-1.75 1.75v13.5a1.75 1.75 0 0 0 1.263 1.68c.256.577.6 1.106 1.016 1.57H16.5a3.24 3.24 0 0 1-2.5-1.173A3.24 3.24 0 0 1 11.5 24H3.75A1.75 1.75 0 0 1 2 22.25V5.75C2 4.784 2.784 4 3.75 4zM3.75 5.5a.25.25 0 0 0-.25.25v16.5c0 .138.112.25.25.25h7.75a1.75 1.75 0 0 0 1.75-1.75V7.25A1.75 1.75 0 0 0 11.5 5.5zM21.5 14a2.5 2.5 0 0 1 2.5 2.5V20a2.5 2.5 0 0 1-5 0v-3.5a2.5 2.5 0 0 1 2.5-2.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M25.75 19.25a.75.75 0 0 1 .75.75a5 5 0 0 1-4.25 4.943v1.307a.75.75 0 0 1-1.5 0v-1.307A5 5 0 0 1 16.5 20a.75.75 0 0 1 1.5 0a3.5 3.5 0 1 0 7 0a.75.75 0 0 1 .75-.75M11.5 4c1.005 0 1.904.456 2.5 1.173A3.24 3.24 0 0 1 16.5 4h7.75c.966 0 1.75.784 1.75 1.75v12.52a1.74 1.74 0 0 0-1 .15V16.5c0-.66-.183-1.276-.5-1.803V5.75a.25.25 0 0 0-.25-.25H16.5a1.75 1.75 0 0 0-1.75 1.75v13.5a1.75 1.75 0 0 0 1.263 1.68c.256.577.6 1.106 1.016 1.57H16.5a3.24 3.24 0 0 1-2.5-1.173A3.24 3.24 0 0 1 11.5 24H3.75A1.75 1.75 0 0 1 2 22.25V5.75C2 4.784 2.784 4 3.75 4zM3.75 5.5a.25.25 0 0 0-.25.25v16.5c0 .138.112.25.25.25h7.75a1.75 1.75 0 0 0 1.75-1.75V7.25A1.75 1.75 0 0 0 11.5 5.5zM21.5 14a2.5 2.5 0 0 1 2.5 2.5V20a2.5 2.5 0 0 1-5 0v-3.5a2.5 2.5 0 0 1 2.5-2.5"/></svg>
</template>

CSS

.icon-book-open-microphone-28-regular {
  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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25.75%2019.25a.75.75%200%200%201%20.75.75a5%205%200%200%201-4.25%204.943v1.307a.75.75%200%200%201-1.5%200v-1.307A5%205%200%200%201%2016.5%2020a.75.75%200%200%201%201.5%200a3.5%203.5%200%201%200%207%200a.75.75%200%200%201%20.75-.75M11.5%204c1.005%200%201.904.456%202.5%201.173A3.24%203.24%200%200%201%2016.5%204h7.75c.966%200%201.75.784%201.75%201.75v12.52a1.74%201.74%200%200%200-1%20.15V16.5c0-.66-.183-1.276-.5-1.803V5.75a.25.25%200%200%200-.25-.25H16.5a1.75%201.75%200%200%200-1.75%201.75v13.5a1.75%201.75%200%200%200%201.263%201.68c.256.577.6%201.106%201.016%201.57H16.5a3.24%203.24%200%200%201-2.5-1.173A3.24%203.24%200%200%201%2011.5%2024H3.75A1.75%201.75%200%200%201%202%2022.25V5.75C2%204.784%202.784%204%203.75%204zM3.75%205.5a.25.25%200%200%200-.25.25v16.5c0%20.138.112.25.25.25h7.75a1.75%201.75%200%200%200%201.75-1.75V7.25A1.75%201.75%200%200%200%2011.5%205.5zM21.5%2014a2.5%202.5%200%200%201%202.5%202.5V20a2.5%202.5%200%200%201-5%200v-3.5a2.5%202.5%200%200%201%202.5-2.5%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25.75%2019.25a.75.75%200%200%201%20.75.75a5%205%200%200%201-4.25%204.943v1.307a.75.75%200%200%201-1.5%200v-1.307A5%205%200%200%201%2016.5%2020a.75.75%200%200%201%201.5%200a3.5%203.5%200%201%200%207%200a.75.75%200%200%201%20.75-.75M11.5%204c1.005%200%201.904.456%202.5%201.173A3.24%203.24%200%200%201%2016.5%204h7.75c.966%200%201.75.784%201.75%201.75v12.52a1.74%201.74%200%200%200-1%20.15V16.5c0-.66-.183-1.276-.5-1.803V5.75a.25.25%200%200%200-.25-.25H16.5a1.75%201.75%200%200%200-1.75%201.75v13.5a1.75%201.75%200%200%200%201.263%201.68c.256.577.6%201.106%201.016%201.57H16.5a3.24%203.24%200%200%201-2.5-1.173A3.24%203.24%200%200%201%2011.5%2024H3.75A1.75%201.75%200%200%201%202%2022.25V5.75C2%204.784%202.784%204%203.75%204zM3.75%205.5a.25.25%200%200%200-.25.25v16.5c0%20.138.112.25.25.25h7.75a1.75%201.75%200%200%200%201.75-1.75V7.25A1.75%201.75%200%200%200%2011.5%205.5zM21.5%2014a2.5%202.5%200%200%201%202.5%202.5V20a2.5%202.5%200%200%201-5%200v-3.5a2.5%202.5%200%200%201%202.5-2.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/book-open-microphone-28-regular.svg?color=%231a73e8&size=48