book open microphone icon
book-open-microphone-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.
- Name
- book-open-microphone-32-filled
- Set
- Fluent UI System Icons
- Style
- 32 Filled
- Viewbox
- 32×32
- License
- MIT
9 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
book-add-20-filledbook-arrow-clockwise-20-filledbook-clock-20-filledbook-coins-20-filledbook-compass-20-filledbook-contacts-16-filledbook-database-16-filledbook-default-20-filledbook-dismiss-16-filledbook-exclamation-mark-20-filledbook-globe-20-filledbook-information-20-filledbook-letter-20-filledbook-number-16-filledbook-open-16-filledbook-open-globe-20-filledbook-open-lightbulb-16-filledbook-pulse-20-filledbook-question-mark-20-filledbook-question-mark-rtl-20-filledbook-search-20-filledbook-star-20-filledbook-template-20-filledbook-theta-20-filled
Use the book open microphone icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M29.5 21a1 1 0 0 1 1 1a6.5 6.5 0 0 1-5.5 6.423V29.5a1 1 0 1 1-2 0v-1.077A6.5 6.5 0 0 1 17.5 22a1 1 0 1 1 2 0a4.5 4.5 0 1 0 9 0a1 1 0 0 1 1-1M12.25 4c1.524 0 2.88.718 3.75 1.834A4.74 4.74 0 0 1 19.75 4h8A2.25 2.25 0 0 1 30 6.25v13.3a2.5 2.5 0 0 0-1.5.159V18.5a4.48 4.48 0 0 0-1-2.828V6.5h-7.75a2.25 2.25 0 0 0-2.25 2.25v10.959A2.5 2.5 0 0 0 16 22c0 2.306.977 4.383 2.538 5.842A4.75 4.75 0 0 1 16 26.166A4.74 4.74 0 0 1 12.25 28h-8A2.25 2.25 0 0 1 2 25.75V6.25A2.25 2.25 0 0 1 4.25 4zM4.5 25.5h7.75a2.25 2.25 0 0 0 2.25-2.25V8.75a2.25 2.25 0 0 0-2.25-2.25H4.5zm19.5-10a3 3 0 0 1 3 3V22a3 3 0 1 1-6 0v-3.5a3 3 0 0 1 3-3"/></svg>
React
import type { SVGProps } from "react";
export function FluentBookOpenMicrophone32Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M29.5 21a1 1 0 0 1 1 1a6.5 6.5 0 0 1-5.5 6.423V29.5a1 1 0 1 1-2 0v-1.077A6.5 6.5 0 0 1 17.5 22a1 1 0 1 1 2 0a4.5 4.5 0 1 0 9 0a1 1 0 0 1 1-1M12.25 4c1.524 0 2.88.718 3.75 1.834A4.74 4.74 0 0 1 19.75 4h8A2.25 2.25 0 0 1 30 6.25v13.3a2.5 2.5 0 0 0-1.5.159V18.5a4.48 4.48 0 0 0-1-2.828V6.5h-7.75a2.25 2.25 0 0 0-2.25 2.25v10.959A2.5 2.5 0 0 0 16 22c0 2.306.977 4.383 2.538 5.842A4.75 4.75 0 0 1 16 26.166A4.74 4.74 0 0 1 12.25 28h-8A2.25 2.25 0 0 1 2 25.75V6.25A2.25 2.25 0 0 1 4.25 4zM4.5 25.5h7.75a2.25 2.25 0 0 0 2.25-2.25V8.75a2.25 2.25 0 0 0-2.25-2.25H4.5zm19.5-10a3 3 0 0 1 3 3V22a3 3 0 1 1-6 0v-3.5a3 3 0 0 1 3-3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M29.5 21a1 1 0 0 1 1 1a6.5 6.5 0 0 1-5.5 6.423V29.5a1 1 0 1 1-2 0v-1.077A6.5 6.5 0 0 1 17.5 22a1 1 0 1 1 2 0a4.5 4.5 0 1 0 9 0a1 1 0 0 1 1-1M12.25 4c1.524 0 2.88.718 3.75 1.834A4.74 4.74 0 0 1 19.75 4h8A2.25 2.25 0 0 1 30 6.25v13.3a2.5 2.5 0 0 0-1.5.159V18.5a4.48 4.48 0 0 0-1-2.828V6.5h-7.75a2.25 2.25 0 0 0-2.25 2.25v10.959A2.5 2.5 0 0 0 16 22c0 2.306.977 4.383 2.538 5.842A4.75 4.75 0 0 1 16 26.166A4.74 4.74 0 0 1 12.25 28h-8A2.25 2.25 0 0 1 2 25.75V6.25A2.25 2.25 0 0 1 4.25 4zM4.5 25.5h7.75a2.25 2.25 0 0 0 2.25-2.25V8.75a2.25 2.25 0 0 0-2.25-2.25H4.5zm19.5-10a3 3 0 0 1 3 3V22a3 3 0 1 1-6 0v-3.5a3 3 0 0 1 3-3"/></svg> </template>
CSS
.icon-book-open-microphone-32-filled {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M29.5%2021a1%201%200%200%201%201%201a6.5%206.5%200%200%201-5.5%206.423V29.5a1%201%200%201%201-2%200v-1.077A6.5%206.5%200%200%201%2017.5%2022a1%201%200%201%201%202%200a4.5%204.5%200%201%200%209%200a1%201%200%200%201%201-1M12.25%204c1.524%200%202.88.718%203.75%201.834A4.74%204.74%200%200%201%2019.75%204h8A2.25%202.25%200%200%201%2030%206.25v13.3a2.5%202.5%200%200%200-1.5.159V18.5a4.48%204.48%200%200%200-1-2.828V6.5h-7.75a2.25%202.25%200%200%200-2.25%202.25v10.959A2.5%202.5%200%200%200%2016%2022c0%202.306.977%204.383%202.538%205.842A4.75%204.75%200%200%201%2016%2026.166A4.74%204.74%200%200%201%2012.25%2028h-8A2.25%202.25%200%200%201%202%2025.75V6.25A2.25%202.25%200%200%201%204.25%204zM4.5%2025.5h7.75a2.25%202.25%200%200%200%202.25-2.25V8.75a2.25%202.25%200%200%200-2.25-2.25H4.5zm19.5-10a3%203%200%200%201%203%203V22a3%203%200%201%201-6%200v-3.5a3%203%200%200%201%203-3%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M29.5%2021a1%201%200%200%201%201%201a6.5%206.5%200%200%201-5.5%206.423V29.5a1%201%200%201%201-2%200v-1.077A6.5%206.5%200%200%201%2017.5%2022a1%201%200%201%201%202%200a4.5%204.5%200%201%200%209%200a1%201%200%200%201%201-1M12.25%204c1.524%200%202.88.718%203.75%201.834A4.74%204.74%200%200%201%2019.75%204h8A2.25%202.25%200%200%201%2030%206.25v13.3a2.5%202.5%200%200%200-1.5.159V18.5a4.48%204.48%200%200%200-1-2.828V6.5h-7.75a2.25%202.25%200%200%200-2.25%202.25v10.959A2.5%202.5%200%200%200%2016%2022c0%202.306.977%204.383%202.538%205.842A4.75%204.75%200%200%201%2016%2026.166A4.74%204.74%200%200%201%2012.25%2028h-8A2.25%202.25%200%200%201%202%2025.75V6.25A2.25%202.25%200%200%201%204.25%204zM4.5%2025.5h7.75a2.25%202.25%200%200%200%202.25-2.25V8.75a2.25%202.25%200%200%200-2.25-2.25H4.5zm19.5-10a3%203%200%200%201%203%203V22a3%203%200%201%201-6%200v-3.5a3%203%200%200%201%203-3%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-32-filled.svg?color=%231a73e8&size=48