book question mark icon

book-question-mark-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
book-question-mark-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the book question mark icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 8.018a.75.75 0 0 1-.75.732c-.75 0-.75-.751-.75-.751V7.99a1 1 0 0 1 .008-.134a2.2 2.2 0 0 1 .42-1.067c.454-.613 1.27-1.062 2.585-1.039c.95.017 1.793.415 2.321 1.07c.537.667.718 1.57.362 2.459c-.362.905-1.181 1.265-1.652 1.471l-.05.023c-.28.123-.413.187-.493.251l-.001.001v.724a.75.75 0 0 1-1.5.001V11c0-.523.252-.897.563-1.147c.25-.2.565-.338.786-.436l.038-.017c.542-.239.8-.387.917-.679a.92.92 0 0 0-.138-.96c-.222-.275-.629-.502-1.179-.511c-.935-.016-1.245.285-1.353.432a.7.7 0 0 0-.134.33zm1.25 7.482a1 1 0 1 0 0-2a1 1 0 0 0 0 2M4 4.5A2.5 2.5 0 0 1 6.5 2H18a2.5 2.5 0 0 1 2.5 2.5v14.25a.75.75 0 0 1-.75.75H5.5a1 1 0 0 0 1 1h13.25a.75.75 0 0 1 0 1.5H6.5A2.5 2.5 0 0 1 4 19.5zm1.5 0V18H19V4.5a1 1 0 0 0-1-1H6.5a1 1 0 0 0-1 1"/></svg>

React

import type { SVGProps } from "react";

export function FluentBookQuestionMark24Regular(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="M11 8.018a.75.75 0 0 1-.75.732c-.75 0-.75-.751-.75-.751V7.99a1 1 0 0 1 .008-.134a2.2 2.2 0 0 1 .42-1.067c.454-.613 1.27-1.062 2.585-1.039c.95.017 1.793.415 2.321 1.07c.537.667.718 1.57.362 2.459c-.362.905-1.181 1.265-1.652 1.471l-.05.023c-.28.123-.413.187-.493.251l-.001.001v.724a.75.75 0 0 1-1.5.001V11c0-.523.252-.897.563-1.147c.25-.2.565-.338.786-.436l.038-.017c.542-.239.8-.387.917-.679a.92.92 0 0 0-.138-.96c-.222-.275-.629-.502-1.179-.511c-.935-.016-1.245.285-1.353.432a.7.7 0 0 0-.134.33zm1.25 7.482a1 1 0 1 0 0-2a1 1 0 0 0 0 2M4 4.5A2.5 2.5 0 0 1 6.5 2H18a2.5 2.5 0 0 1 2.5 2.5v14.25a.75.75 0 0 1-.75.75H5.5a1 1 0 0 0 1 1h13.25a.75.75 0 0 1 0 1.5H6.5A2.5 2.5 0 0 1 4 19.5zm1.5 0V18H19V4.5a1 1 0 0 0-1-1H6.5a1 1 0 0 0-1 1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 8.018a.75.75 0 0 1-.75.732c-.75 0-.75-.751-.75-.751V7.99a1 1 0 0 1 .008-.134a2.2 2.2 0 0 1 .42-1.067c.454-.613 1.27-1.062 2.585-1.039c.95.017 1.793.415 2.321 1.07c.537.667.718 1.57.362 2.459c-.362.905-1.181 1.265-1.652 1.471l-.05.023c-.28.123-.413.187-.493.251l-.001.001v.724a.75.75 0 0 1-1.5.001V11c0-.523.252-.897.563-1.147c.25-.2.565-.338.786-.436l.038-.017c.542-.239.8-.387.917-.679a.92.92 0 0 0-.138-.96c-.222-.275-.629-.502-1.179-.511c-.935-.016-1.245.285-1.353.432a.7.7 0 0 0-.134.33zm1.25 7.482a1 1 0 1 0 0-2a1 1 0 0 0 0 2M4 4.5A2.5 2.5 0 0 1 6.5 2H18a2.5 2.5 0 0 1 2.5 2.5v14.25a.75.75 0 0 1-.75.75H5.5a1 1 0 0 0 1 1h13.25a.75.75 0 0 1 0 1.5H6.5A2.5 2.5 0 0 1 4 19.5zm1.5 0V18H19V4.5a1 1 0 0 0-1-1H6.5a1 1 0 0 0-1 1"/></svg>
</template>

CSS

.icon-book-question-mark-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%208.018a.75.75%200%200%201-.75.732c-.75%200-.75-.751-.75-.751V7.99a1%201%200%200%201%20.008-.134a2.2%202.2%200%200%201%20.42-1.067c.454-.613%201.27-1.062%202.585-1.039c.95.017%201.793.415%202.321%201.07c.537.667.718%201.57.362%202.459c-.362.905-1.181%201.265-1.652%201.471l-.05.023c-.28.123-.413.187-.493.251l-.001.001v.724a.75.75%200%200%201-1.5.001V11c0-.523.252-.897.563-1.147c.25-.2.565-.338.786-.436l.038-.017c.542-.239.8-.387.917-.679a.92.92%200%200%200-.138-.96c-.222-.275-.629-.502-1.179-.511c-.935-.016-1.245.285-1.353.432a.7.7%200%200%200-.134.33zm1.25%207.482a1%201%200%201%200%200-2a1%201%200%200%200%200%202M4%204.5A2.5%202.5%200%200%201%206.5%202H18a2.5%202.5%200%200%201%202.5%202.5v14.25a.75.75%200%200%201-.75.75H5.5a1%201%200%200%200%201%201h13.25a.75.75%200%200%201%200%201.5H6.5A2.5%202.5%200%200%201%204%2019.5zm1.5%200V18H19V4.5a1%201%200%200%200-1-1H6.5a1%201%200%200%200-1%201%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%22M11%208.018a.75.75%200%200%201-.75.732c-.75%200-.75-.751-.75-.751V7.99a1%201%200%200%201%20.008-.134a2.2%202.2%200%200%201%20.42-1.067c.454-.613%201.27-1.062%202.585-1.039c.95.017%201.793.415%202.321%201.07c.537.667.718%201.57.362%202.459c-.362.905-1.181%201.265-1.652%201.471l-.05.023c-.28.123-.413.187-.493.251l-.001.001v.724a.75.75%200%200%201-1.5.001V11c0-.523.252-.897.563-1.147c.25-.2.565-.338.786-.436l.038-.017c.542-.239.8-.387.917-.679a.92.92%200%200%200-.138-.96c-.222-.275-.629-.502-1.179-.511c-.935-.016-1.245.285-1.353.432a.7.7%200%200%200-.134.33zm1.25%207.482a1%201%200%201%200%200-2a1%201%200%200%200%200%202M4%204.5A2.5%202.5%200%200%201%206.5%202H18a2.5%202.5%200%200%201%202.5%202.5v14.25a.75.75%200%200%201-.75.75H5.5a1%201%200%200%200%201%201h13.25a.75.75%200%200%201%200%201.5H6.5A2.5%202.5%200%200%201%204%2019.5zm1.5%200V18H19V4.5a1%201%200%200%200-1-1H6.5a1%201%200%200%200-1%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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