book question mark rtl icon
book-question-mark-rtl-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- book-question-mark-rtl-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
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-open-microphone-20-filledbook-pulse-20-filledbook-question-mark-20-filledbook-search-20-filledbook-star-20-filledbook-template-20-filledbook-theta-20-filled
Use the book question mark rtl icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.5 8.75a.75.75 0 0 1-.75-.733v-.005a.7.7 0 0 0-.134-.33c-.109-.147-.418-.449-1.353-.432c-.55.01-.957.236-1.179.511a.92.92 0 0 0-.138.96c.117.292.375.44.917.68l.038.016c.221.098.536.236.786.436c.311.25.563.624.563 1.147v.75a.75.75 0 1 1-1.5-.001v-.724l-.001-.001c-.08-.064-.214-.128-.492-.251l-.051-.023c-.47-.207-1.29-.566-1.652-1.472a2.42 2.42 0 0 1 .362-2.458c.528-.655 1.371-1.054 2.321-1.07c1.315-.023 2.13.426 2.585 1.039a2.2 2.2 0 0 1 .42 1.067a2 2 0 0 1 .008.134v.008s0 .752-.75.752m-3 5.75a1 1 0 1 0 2 0a1 1 0 0 0-2 0M6.5 2A2.5 2.5 0 0 0 4 4.5v15A2.5 2.5 0 0 0 6.5 22h13.25a.75.75 0 0 0 0-1.5H6.5a1 1 0 0 1-1-1h14.25a.75.75 0 0 0 .75-.75V4.5A2.5 2.5 0 0 0 18 2zm-1 16V4.5a1 1 0 0 1 1-1H18a1 1 0 0 1 1 1V18z"/></svg>
React
import type { SVGProps } from "react";
export function FluentBookQuestionMarkRtl24Regular(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="M14.5 8.75a.75.75 0 0 1-.75-.733v-.005a.7.7 0 0 0-.134-.33c-.109-.147-.418-.449-1.353-.432c-.55.01-.957.236-1.179.511a.92.92 0 0 0-.138.96c.117.292.375.44.917.68l.038.016c.221.098.536.236.786.436c.311.25.563.624.563 1.147v.75a.75.75 0 1 1-1.5-.001v-.724l-.001-.001c-.08-.064-.214-.128-.492-.251l-.051-.023c-.47-.207-1.29-.566-1.652-1.472a2.42 2.42 0 0 1 .362-2.458c.528-.655 1.371-1.054 2.321-1.07c1.315-.023 2.13.426 2.585 1.039a2.2 2.2 0 0 1 .42 1.067a2 2 0 0 1 .008.134v.008s0 .752-.75.752m-3 5.75a1 1 0 1 0 2 0a1 1 0 0 0-2 0M6.5 2A2.5 2.5 0 0 0 4 4.5v15A2.5 2.5 0 0 0 6.5 22h13.25a.75.75 0 0 0 0-1.5H6.5a1 1 0 0 1-1-1h14.25a.75.75 0 0 0 .75-.75V4.5A2.5 2.5 0 0 0 18 2zm-1 16V4.5a1 1 0 0 1 1-1H18a1 1 0 0 1 1 1V18z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.5 8.75a.75.75 0 0 1-.75-.733v-.005a.7.7 0 0 0-.134-.33c-.109-.147-.418-.449-1.353-.432c-.55.01-.957.236-1.179.511a.92.92 0 0 0-.138.96c.117.292.375.44.917.68l.038.016c.221.098.536.236.786.436c.311.25.563.624.563 1.147v.75a.75.75 0 1 1-1.5-.001v-.724l-.001-.001c-.08-.064-.214-.128-.492-.251l-.051-.023c-.47-.207-1.29-.566-1.652-1.472a2.42 2.42 0 0 1 .362-2.458c.528-.655 1.371-1.054 2.321-1.07c1.315-.023 2.13.426 2.585 1.039a2.2 2.2 0 0 1 .42 1.067a2 2 0 0 1 .008.134v.008s0 .752-.75.752m-3 5.75a1 1 0 1 0 2 0a1 1 0 0 0-2 0M6.5 2A2.5 2.5 0 0 0 4 4.5v15A2.5 2.5 0 0 0 6.5 22h13.25a.75.75 0 0 0 0-1.5H6.5a1 1 0 0 1-1-1h14.25a.75.75 0 0 0 .75-.75V4.5A2.5 2.5 0 0 0 18 2zm-1 16V4.5a1 1 0 0 1 1-1H18a1 1 0 0 1 1 1V18z"/></svg> </template>
CSS
.icon-book-question-mark-rtl-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%22M14.5%208.75a.75.75%200%200%201-.75-.733v-.005a.7.7%200%200%200-.134-.33c-.109-.147-.418-.449-1.353-.432c-.55.01-.957.236-1.179.511a.92.92%200%200%200-.138.96c.117.292.375.44.917.68l.038.016c.221.098.536.236.786.436c.311.25.563.624.563%201.147v.75a.75.75%200%201%201-1.5-.001v-.724l-.001-.001c-.08-.064-.214-.128-.492-.251l-.051-.023c-.47-.207-1.29-.566-1.652-1.472a2.42%202.42%200%200%201%20.362-2.458c.528-.655%201.371-1.054%202.321-1.07c1.315-.023%202.13.426%202.585%201.039a2.2%202.2%200%200%201%20.42%201.067a2%202%200%200%201%20.008.134v.008s0%20.752-.75.752m-3%205.75a1%201%200%201%200%202%200a1%201%200%200%200-2%200M6.5%202A2.5%202.5%200%200%200%204%204.5v15A2.5%202.5%200%200%200%206.5%2022h13.25a.75.75%200%200%200%200-1.5H6.5a1%201%200%200%201-1-1h14.25a.75.75%200%200%200%20.75-.75V4.5A2.5%202.5%200%200%200%2018%202zm-1%2016V4.5a1%201%200%200%201%201-1H18a1%201%200%200%201%201%201V18z%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%22M14.5%208.75a.75.75%200%200%201-.75-.733v-.005a.7.7%200%200%200-.134-.33c-.109-.147-.418-.449-1.353-.432c-.55.01-.957.236-1.179.511a.92.92%200%200%200-.138.96c.117.292.375.44.917.68l.038.016c.221.098.536.236.786.436c.311.25.563.624.563%201.147v.75a.75.75%200%201%201-1.5-.001v-.724l-.001-.001c-.08-.064-.214-.128-.492-.251l-.051-.023c-.47-.207-1.29-.566-1.652-1.472a2.42%202.42%200%200%201%20.362-2.458c.528-.655%201.371-1.054%202.321-1.07c1.315-.023%202.13.426%202.585%201.039a2.2%202.2%200%200%201%20.42%201.067a2%202%200%200%201%20.008.134v.008s0%20.752-.75.752m-3%205.75a1%201%200%201%200%202%200a1%201%200%200%200-2%200M6.5%202A2.5%202.5%200%200%200%204%204.5v15A2.5%202.5%200%200%200%206.5%2022h13.25a.75.75%200%200%200%200-1.5H6.5a1%201%200%200%201-1-1h14.25a.75.75%200%200%200%20.75-.75V4.5A2.5%202.5%200%200%200%2018%202zm-1%2016V4.5a1%201%200%200%201%201-1H18a1%201%200%200%201%201%201V18z%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-rtl-24-regular.svg?color=%231a73e8&size=48