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

Name
immersive-reader-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
License
MIT

12 other variants in Fluent UI System Icons

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 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.75v9.77a3 3 0 0 0-.13-.114a1.75 1.75 0 0 0-1.37-.388V5.75a.25.25 0 0 0-.25-.25H16.5a1.75 1.75 0 0 0-1.75 1.75V17c-.637 0-1.194.34-1.5.848V7.25A1.75 1.75 0 0 0 11.5 5.5H3.75a.25.25 0 0 0-.25.25v16.5c0 .138.112.25.25.25h7.75c.637 0 1.194-.34 1.5-.848v.598c0 .43.155.824.412 1.128A3.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 4zM21 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 FluentImmersiveReader28Regular(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 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.75v9.77a3 3 0 0 0-.13-.114a1.75 1.75 0 0 0-1.37-.388V5.75a.25.25 0 0 0-.25-.25H16.5a1.75 1.75 0 0 0-1.75 1.75V17c-.637 0-1.194.34-1.5.848V7.25A1.75 1.75 0 0 0 11.5 5.5H3.75a.25.25 0 0 0-.25.25v16.5c0 .138.112.25.25.25h7.75c.637 0 1.194-.34 1.5-.848v.598c0 .43.155.824.412 1.128A3.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 4zM21 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 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.75v9.77a3 3 0 0 0-.13-.114a1.75 1.75 0 0 0-1.37-.388V5.75a.25.25 0 0 0-.25-.25H16.5a1.75 1.75 0 0 0-1.75 1.75V17c-.637 0-1.194.34-1.5.848V7.25A1.75 1.75 0 0 0 11.5 5.5H3.75a.25.25 0 0 0-.25.25v16.5c0 .138.112.25.25.25h7.75c.637 0 1.194-.34 1.5-.848v.598c0 .43.155.824.412 1.128A3.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 4zM21 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-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%22M11.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.75v9.77a3%203%200%200%200-.13-.114a1.75%201.75%200%200%200-1.37-.388V5.75a.25.25%200%200%200-.25-.25H16.5a1.75%201.75%200%200%200-1.75%201.75V17c-.637%200-1.194.34-1.5.848V7.25A1.75%201.75%200%200%200%2011.5%205.5H3.75a.25.25%200%200%200-.25.25v16.5c0%20.138.112.25.25.25h7.75c.637%200%201.194-.34%201.5-.848v.598c0%20.43.155.824.412%201.128A3.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%204zM21%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%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.75v9.77a3%203%200%200%200-.13-.114a1.75%201.75%200%200%200-1.37-.388V5.75a.25.25%200%200%200-.25-.25H16.5a1.75%201.75%200%200%200-1.75%201.75V17c-.637%200-1.194.34-1.5.848V7.25A1.75%201.75%200%200%200%2011.5%205.5H3.75a.25.25%200%200%200-.25.25v16.5c0%20.138.112.25.25.25h7.75c.637%200%201.194-.34%201.5-.848v.598c0%20.43.155.824.412%201.128A3.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%204zM21%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-regular.svg?color=%231a73e8&size=48