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

Name
immersive-reader-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M11.134 19.5H3.75A1.75 1.75 0 0 1 2 17.75v-13C2 3.784 2.784 3 3.75 3h6c.788 0 1.499.331 2 .863a2.74 2.74 0 0 1 2-.863h6c.966 0 1.75.784 1.75 1.75v7.418a1.76 1.76 0 0 0-1.5 0V4.75a.25.25 0 0 0-.25-.25h-6c-.69 0-1.25.56-1.25 1.25V15H12a1 1 0 0 0-1 1V5.75c0-.69-.56-1.25-1.25-1.25h-6a.25.25 0 0 0-.25.25v13c0 .138.112.25.25.25h6l.069-.002V18H11v1c0 .182.049.353.134.5m10.096-6.326c.248.207.585.58.913 1.128c.536.893.857 1.962.857 3.198s-.32 2.305-.857 3.198c-.328.547-.665.921-.913 1.128a.75.75 0 1 1-.96-1.152c.127-.106.353-.357.587-.747c.401-.67.643-1.475.643-2.427s-.242-1.758-.643-2.427c-.234-.39-.46-.641-.587-.747a.75.75 0 1 1 .96-1.152M19.2 14.65c.189.141.435.388.674.746c.391.587.626 1.292.626 2.104s-.235 1.517-.626 2.104a3 3 0 0 1-.674.746a.75.75 0 0 1-.984-1.127l.084-.073a1.7 1.7 0 0 0 .326-.378C18.86 18.42 19 18 19 17.5s-.14-.92-.374-1.271a1.7 1.7 0 0 0-.326-.379a.75.75 0 0 1 .9-1.2m-2.686-.602a.75.75 0 0 1 .486.702v5.5a.75.75 0 0 1-1.314.494L14.16 19h-1.41a.75.75 0 0 1-.75-.75v-1.5a.75.75 0 0 1 .75-.75h1.41l1.526-1.744a.75.75 0 0 1 .828-.208"/></svg>

React

import type { SVGProps } from "react";

export function FluentImmersiveReader24Regular(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.134 19.5H3.75A1.75 1.75 0 0 1 2 17.75v-13C2 3.784 2.784 3 3.75 3h6c.788 0 1.499.331 2 .863a2.74 2.74 0 0 1 2-.863h6c.966 0 1.75.784 1.75 1.75v7.418a1.76 1.76 0 0 0-1.5 0V4.75a.25.25 0 0 0-.25-.25h-6c-.69 0-1.25.56-1.25 1.25V15H12a1 1 0 0 0-1 1V5.75c0-.69-.56-1.25-1.25-1.25h-6a.25.25 0 0 0-.25.25v13c0 .138.112.25.25.25h6l.069-.002V18H11v1c0 .182.049.353.134.5m10.096-6.326c.248.207.585.58.913 1.128c.536.893.857 1.962.857 3.198s-.32 2.305-.857 3.198c-.328.547-.665.921-.913 1.128a.75.75 0 1 1-.96-1.152c.127-.106.353-.357.587-.747c.401-.67.643-1.475.643-2.427s-.242-1.758-.643-2.427c-.234-.39-.46-.641-.587-.747a.75.75 0 1 1 .96-1.152M19.2 14.65c.189.141.435.388.674.746c.391.587.626 1.292.626 2.104s-.235 1.517-.626 2.104a3 3 0 0 1-.674.746a.75.75 0 0 1-.984-1.127l.084-.073a1.7 1.7 0 0 0 .326-.378C18.86 18.42 19 18 19 17.5s-.14-.92-.374-1.271a1.7 1.7 0 0 0-.326-.379a.75.75 0 0 1 .9-1.2m-2.686-.602a.75.75 0 0 1 .486.702v5.5a.75.75 0 0 1-1.314.494L14.16 19h-1.41a.75.75 0 0 1-.75-.75v-1.5a.75.75 0 0 1 .75-.75h1.41l1.526-1.744a.75.75 0 0 1 .828-.208"/></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.134 19.5H3.75A1.75 1.75 0 0 1 2 17.75v-13C2 3.784 2.784 3 3.75 3h6c.788 0 1.499.331 2 .863a2.74 2.74 0 0 1 2-.863h6c.966 0 1.75.784 1.75 1.75v7.418a1.76 1.76 0 0 0-1.5 0V4.75a.25.25 0 0 0-.25-.25h-6c-.69 0-1.25.56-1.25 1.25V15H12a1 1 0 0 0-1 1V5.75c0-.69-.56-1.25-1.25-1.25h-6a.25.25 0 0 0-.25.25v13c0 .138.112.25.25.25h6l.069-.002V18H11v1c0 .182.049.353.134.5m10.096-6.326c.248.207.585.58.913 1.128c.536.893.857 1.962.857 3.198s-.32 2.305-.857 3.198c-.328.547-.665.921-.913 1.128a.75.75 0 1 1-.96-1.152c.127-.106.353-.357.587-.747c.401-.67.643-1.475.643-2.427s-.242-1.758-.643-2.427c-.234-.39-.46-.641-.587-.747a.75.75 0 1 1 .96-1.152M19.2 14.65c.189.141.435.388.674.746c.391.587.626 1.292.626 2.104s-.235 1.517-.626 2.104a3 3 0 0 1-.674.746a.75.75 0 0 1-.984-1.127l.084-.073a1.7 1.7 0 0 0 .326-.378C18.86 18.42 19 18 19 17.5s-.14-.92-.374-1.271a1.7 1.7 0 0 0-.326-.379a.75.75 0 0 1 .9-1.2m-2.686-.602a.75.75 0 0 1 .486.702v5.5a.75.75 0 0 1-1.314.494L14.16 19h-1.41a.75.75 0 0 1-.75-.75v-1.5a.75.75 0 0 1 .75-.75h1.41l1.526-1.744a.75.75 0 0 1 .828-.208"/></svg>
</template>

CSS

.icon-immersive-reader-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.134%2019.5H3.75A1.75%201.75%200%200%201%202%2017.75v-13C2%203.784%202.784%203%203.75%203h6c.788%200%201.499.331%202%20.863a2.74%202.74%200%200%201%202-.863h6c.966%200%201.75.784%201.75%201.75v7.418a1.76%201.76%200%200%200-1.5%200V4.75a.25.25%200%200%200-.25-.25h-6c-.69%200-1.25.56-1.25%201.25V15H12a1%201%200%200%200-1%201V5.75c0-.69-.56-1.25-1.25-1.25h-6a.25.25%200%200%200-.25.25v13c0%20.138.112.25.25.25h6l.069-.002V18H11v1c0%20.182.049.353.134.5m10.096-6.326c.248.207.585.58.913%201.128c.536.893.857%201.962.857%203.198s-.32%202.305-.857%203.198c-.328.547-.665.921-.913%201.128a.75.75%200%201%201-.96-1.152c.127-.106.353-.357.587-.747c.401-.67.643-1.475.643-2.427s-.242-1.758-.643-2.427c-.234-.39-.46-.641-.587-.747a.75.75%200%201%201%20.96-1.152M19.2%2014.65c.189.141.435.388.674.746c.391.587.626%201.292.626%202.104s-.235%201.517-.626%202.104a3%203%200%200%201-.674.746a.75.75%200%200%201-.984-1.127l.084-.073a1.7%201.7%200%200%200%20.326-.378C18.86%2018.42%2019%2018%2019%2017.5s-.14-.92-.374-1.271a1.7%201.7%200%200%200-.326-.379a.75.75%200%200%201%20.9-1.2m-2.686-.602a.75.75%200%200%201%20.486.702v5.5a.75.75%200%200%201-1.314.494L14.16%2019h-1.41a.75.75%200%200%201-.75-.75v-1.5a.75.75%200%200%201%20.75-.75h1.41l1.526-1.744a.75.75%200%200%201%20.828-.208%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.134%2019.5H3.75A1.75%201.75%200%200%201%202%2017.75v-13C2%203.784%202.784%203%203.75%203h6c.788%200%201.499.331%202%20.863a2.74%202.74%200%200%201%202-.863h6c.966%200%201.75.784%201.75%201.75v7.418a1.76%201.76%200%200%200-1.5%200V4.75a.25.25%200%200%200-.25-.25h-6c-.69%200-1.25.56-1.25%201.25V15H12a1%201%200%200%200-1%201V5.75c0-.69-.56-1.25-1.25-1.25h-6a.25.25%200%200%200-.25.25v13c0%20.138.112.25.25.25h6l.069-.002V18H11v1c0%20.182.049.353.134.5m10.096-6.326c.248.207.585.58.913%201.128c.536.893.857%201.962.857%203.198s-.32%202.305-.857%203.198c-.328.547-.665.921-.913%201.128a.75.75%200%201%201-.96-1.152c.127-.106.353-.357.587-.747c.401-.67.643-1.475.643-2.427s-.242-1.758-.643-2.427c-.234-.39-.46-.641-.587-.747a.75.75%200%201%201%20.96-1.152M19.2%2014.65c.189.141.435.388.674.746c.391.587.626%201.292.626%202.104s-.235%201.517-.626%202.104a3%203%200%200%201-.674.746a.75.75%200%200%201-.984-1.127l.084-.073a1.7%201.7%200%200%200%20.326-.378C18.86%2018.42%2019%2018%2019%2017.5s-.14-.92-.374-1.271a1.7%201.7%200%200%200-.326-.379a.75.75%200%200%201%20.9-1.2m-2.686-.602a.75.75%200%200%201%20.486.702v5.5a.75.75%200%200%201-1.314.494L14.16%2019h-1.41a.75.75%200%200%201-.75-.75v-1.5a.75.75%200%200%201%20.75-.75h1.41l1.526-1.744a.75.75%200%200%201%20.828-.208%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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