immersive reader icon
immersive-reader-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- immersive-reader-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- Viewbox
- 28×28
- License
- MIT
12 other variants in Fluent UI System Icons
immersive-reader-16-filledimmersive-reader-16-regularimmersive-reader-20-filledimmersive-reader-20-regularimmersive-reader-24-filledimmersive-reader-24-regularimmersive-reader-28-regularimmersive-reader-32-filledimmersive-reader-32-lightimmersive-reader-32-regularimmersive-reader-48-filledimmersive-reader-48-regular
Use the immersive reader icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M11.5 4c.98 0 1.865.402 2.5 1.05A3.5 3.5 0 0 1 16.5 4H24a2 2 0 0 1 2 2v9.52a3 3 0 0 0-.13-.114a1.75 1.75 0 0 0-1.87-.238V6h-7.5A1.5 1.5 0 0 0 15 7.5V17h-.25A1.75 1.75 0 0 0 13 18.75V7.5A1.5 1.5 0 0 0 11.5 6H4v16h7.5a1.5 1.5 0 0 0 1.5-1.5v1.75c0 .446.167.853.442 1.162A3.5 3.5 0 0 1 11.5 24H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2zM21 23.975l.025.025H21zm-1.486-7.927a.75.75 0 0 1 .486.702v7.5a.75.75 0 0 1-1.314.494L17.16 23h-2.41a.75.75 0 0 1-.75-.75v-3.5a.75.75 0 0 1 .75-.75h2.41l1.526-1.744a.75.75 0 0 1 .828-.208m6.63 1.254c-.329-.547-.666-.921-.914-1.128a.75.75 0 1 0-.96 1.152c.127.106.352.357.587.747c.401.67.643 1.475.643 2.427s-.242 1.758-.643 2.427c-.235.39-.46.641-.587.747a.75.75 0 1 0 .96 1.152c.248-.207.585-.58.913-1.128c.536-.893.857-1.962.857-3.198s-.32-2.305-.857-3.198m-2.77 1.095a3.1 3.1 0 0 0-.674-.747a.75.75 0 0 0-.9 1.2c.062.046.19.175.326.379c.234.35.374.77.374 1.271s-.14.92-.374 1.271a1.7 1.7 0 0 1-.326.379l-.084.073a.75.75 0 0 0 .984 1.127c.189-.141.435-.388.674-.746A3.73 3.73 0 0 0 24 20.5c0-.812-.235-1.517-.626-2.104"/></svg>
React
import type { SVGProps } from "react";
export function FluentImmersiveReader28Filled(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="M11.5 4c.98 0 1.865.402 2.5 1.05A3.5 3.5 0 0 1 16.5 4H24a2 2 0 0 1 2 2v9.52a3 3 0 0 0-.13-.114a1.75 1.75 0 0 0-1.87-.238V6h-7.5A1.5 1.5 0 0 0 15 7.5V17h-.25A1.75 1.75 0 0 0 13 18.75V7.5A1.5 1.5 0 0 0 11.5 6H4v16h7.5a1.5 1.5 0 0 0 1.5-1.5v1.75c0 .446.167.853.442 1.162A3.5 3.5 0 0 1 11.5 24H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2zM21 23.975l.025.025H21zm-1.486-7.927a.75.75 0 0 1 .486.702v7.5a.75.75 0 0 1-1.314.494L17.16 23h-2.41a.75.75 0 0 1-.75-.75v-3.5a.75.75 0 0 1 .75-.75h2.41l1.526-1.744a.75.75 0 0 1 .828-.208m6.63 1.254c-.329-.547-.666-.921-.914-1.128a.75.75 0 1 0-.96 1.152c.127.106.352.357.587.747c.401.67.643 1.475.643 2.427s-.242 1.758-.643 2.427c-.235.39-.46.641-.587.747a.75.75 0 1 0 .96 1.152c.248-.207.585-.58.913-1.128c.536-.893.857-1.962.857-3.198s-.32-2.305-.857-3.198m-2.77 1.095a3.1 3.1 0 0 0-.674-.747a.75.75 0 0 0-.9 1.2c.062.046.19.175.326.379c.234.35.374.77.374 1.271s-.14.92-.374 1.271a1.7 1.7 0 0 1-.326.379l-.084.073a.75.75 0 0 0 .984 1.127c.189-.141.435-.388.674-.746A3.73 3.73 0 0 0 24 20.5c0-.812-.235-1.517-.626-2.104"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M11.5 4c.98 0 1.865.402 2.5 1.05A3.5 3.5 0 0 1 16.5 4H24a2 2 0 0 1 2 2v9.52a3 3 0 0 0-.13-.114a1.75 1.75 0 0 0-1.87-.238V6h-7.5A1.5 1.5 0 0 0 15 7.5V17h-.25A1.75 1.75 0 0 0 13 18.75V7.5A1.5 1.5 0 0 0 11.5 6H4v16h7.5a1.5 1.5 0 0 0 1.5-1.5v1.75c0 .446.167.853.442 1.162A3.5 3.5 0 0 1 11.5 24H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2zM21 23.975l.025.025H21zm-1.486-7.927a.75.75 0 0 1 .486.702v7.5a.75.75 0 0 1-1.314.494L17.16 23h-2.41a.75.75 0 0 1-.75-.75v-3.5a.75.75 0 0 1 .75-.75h2.41l1.526-1.744a.75.75 0 0 1 .828-.208m6.63 1.254c-.329-.547-.666-.921-.914-1.128a.75.75 0 1 0-.96 1.152c.127.106.352.357.587.747c.401.67.643 1.475.643 2.427s-.242 1.758-.643 2.427c-.235.39-.46.641-.587.747a.75.75 0 1 0 .96 1.152c.248-.207.585-.58.913-1.128c.536-.893.857-1.962.857-3.198s-.32-2.305-.857-3.198m-2.77 1.095a3.1 3.1 0 0 0-.674-.747a.75.75 0 0 0-.9 1.2c.062.046.19.175.326.379c.234.35.374.77.374 1.271s-.14.92-.374 1.271a1.7 1.7 0 0 1-.326.379l-.084.073a.75.75 0 0 0 .984 1.127c.189-.141.435-.388.674-.746A3.73 3.73 0 0 0 24 20.5c0-.812-.235-1.517-.626-2.104"/></svg> </template>
CSS
.icon-immersive-reader-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.5%204c.98%200%201.865.402%202.5%201.05A3.5%203.5%200%200%201%2016.5%204H24a2%202%200%200%201%202%202v9.52a3%203%200%200%200-.13-.114a1.75%201.75%200%200%200-1.87-.238V6h-7.5A1.5%201.5%200%200%200%2015%207.5V17h-.25A1.75%201.75%200%200%200%2013%2018.75V7.5A1.5%201.5%200%200%200%2011.5%206H4v16h7.5a1.5%201.5%200%200%200%201.5-1.5v1.75c0%20.446.167.853.442%201.162A3.5%203.5%200%200%201%2011.5%2024H4a2%202%200%200%201-2-2V6a2%202%200%200%201%202-2zM21%2023.975l.025.025H21zm-1.486-7.927a.75.75%200%200%201%20.486.702v7.5a.75.75%200%200%201-1.314.494L17.16%2023h-2.41a.75.75%200%200%201-.75-.75v-3.5a.75.75%200%200%201%20.75-.75h2.41l1.526-1.744a.75.75%200%200%201%20.828-.208m6.63%201.254c-.329-.547-.666-.921-.914-1.128a.75.75%200%201%200-.96%201.152c.127.106.352.357.587.747c.401.67.643%201.475.643%202.427s-.242%201.758-.643%202.427c-.235.39-.46.641-.587.747a.75.75%200%201%200%20.96%201.152c.248-.207.585-.58.913-1.128c.536-.893.857-1.962.857-3.198s-.32-2.305-.857-3.198m-2.77%201.095a3.1%203.1%200%200%200-.674-.747a.75.75%200%200%200-.9%201.2c.062.046.19.175.326.379c.234.35.374.77.374%201.271s-.14.92-.374%201.271a1.7%201.7%200%200%201-.326.379l-.084.073a.75.75%200%200%200%20.984%201.127c.189-.141.435-.388.674-.746A3.73%203.73%200%200%200%2024%2020.5c0-.812-.235-1.517-.626-2.104%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%22M11.5%204c.98%200%201.865.402%202.5%201.05A3.5%203.5%200%200%201%2016.5%204H24a2%202%200%200%201%202%202v9.52a3%203%200%200%200-.13-.114a1.75%201.75%200%200%200-1.87-.238V6h-7.5A1.5%201.5%200%200%200%2015%207.5V17h-.25A1.75%201.75%200%200%200%2013%2018.75V7.5A1.5%201.5%200%200%200%2011.5%206H4v16h7.5a1.5%201.5%200%200%200%201.5-1.5v1.75c0%20.446.167.853.442%201.162A3.5%203.5%200%200%201%2011.5%2024H4a2%202%200%200%201-2-2V6a2%202%200%200%201%202-2zM21%2023.975l.025.025H21zm-1.486-7.927a.75.75%200%200%201%20.486.702v7.5a.75.75%200%200%201-1.314.494L17.16%2023h-2.41a.75.75%200%200%201-.75-.75v-3.5a.75.75%200%200%201%20.75-.75h2.41l1.526-1.744a.75.75%200%200%201%20.828-.208m6.63%201.254c-.329-.547-.666-.921-.914-1.128a.75.75%200%201%200-.96%201.152c.127.106.352.357.587.747c.401.67.643%201.475.643%202.427s-.242%201.758-.643%202.427c-.235.39-.46.641-.587.747a.75.75%200%201%200%20.96%201.152c.248-.207.585-.58.913-1.128c.536-.893.857-1.962.857-3.198s-.32-2.305-.857-3.198m-2.77%201.095a3.1%203.1%200%200%200-.674-.747a.75.75%200%200%200-.9%201.2c.062.046.19.175.326.379c.234.35.374.77.374%201.271s-.14.92-.374%201.271a1.7%201.7%200%200%201-.326.379l-.084.073a.75.75%200%200%200%20.984%201.127c.189-.141.435-.388.674-.746A3.73%203.73%200%200%200%2024%2020.5c0-.812-.235-1.517-.626-2.104%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/immersive-reader-28-filled.svg?color=%231a73e8&size=48