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

Name
immersive-reader-24-filled
Set
Fluent UI System Icons
Style
24 Filled
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="M4 3a2 2 0 0 0-2 2v12.5a2 2 0 0 0 2 2h7.134A1 1 0 0 1 11 19v-1.504H9.819v.004H4V5h6a1 1 0 0 1 1 1v10a1 1 0 0 1 1-1h1V6a1 1 0 0 1 1-1h6v7.168a1.75 1.75 0 0 1 1.87.238q.064.052.13.114V5a2 2 0 0 0-2-2h-6c-.768 0-1.47.289-2 .764A3 3 0 0 0 10 3zm17.23 10.174c.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 FluentImmersiveReader24Filled(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="M4 3a2 2 0 0 0-2 2v12.5a2 2 0 0 0 2 2h7.134A1 1 0 0 1 11 19v-1.504H9.819v.004H4V5h6a1 1 0 0 1 1 1v10a1 1 0 0 1 1-1h1V6a1 1 0 0 1 1-1h6v7.168a1.75 1.75 0 0 1 1.87.238q.064.052.13.114V5a2 2 0 0 0-2-2h-6c-.768 0-1.47.289-2 .764A3 3 0 0 0 10 3zm17.23 10.174c.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="M4 3a2 2 0 0 0-2 2v12.5a2 2 0 0 0 2 2h7.134A1 1 0 0 1 11 19v-1.504H9.819v.004H4V5h6a1 1 0 0 1 1 1v10a1 1 0 0 1 1-1h1V6a1 1 0 0 1 1-1h6v7.168a1.75 1.75 0 0 1 1.87.238q.064.052.13.114V5a2 2 0 0 0-2-2h-6c-.768 0-1.47.289-2 .764A3 3 0 0 0 10 3zm17.23 10.174c.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-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%203a2%202%200%200%200-2%202v12.5a2%202%200%200%200%202%202h7.134A1%201%200%200%201%2011%2019v-1.504H9.819v.004H4V5h6a1%201%200%200%201%201%201v10a1%201%200%200%201%201-1h1V6a1%201%200%200%201%201-1h6v7.168a1.75%201.75%200%200%201%201.87.238q.064.052.13.114V5a2%202%200%200%200-2-2h-6c-.768%200-1.47.289-2%20.764A3%203%200%200%200%2010%203zm17.23%2010.174c.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%22M4%203a2%202%200%200%200-2%202v12.5a2%202%200%200%200%202%202h7.134A1%201%200%200%201%2011%2019v-1.504H9.819v.004H4V5h6a1%201%200%200%201%201%201v10a1%201%200%200%201%201-1h1V6a1%201%200%200%201%201-1h6v7.168a1.75%201.75%200%200%201%201.87.238q.064.052.13.114V5a2%202%200%200%200-2-2h-6c-.768%200-1.47.289-2%20.764A3%203%200%200%200%2010%203zm17.23%2010.174c.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-filled.svg?color=%231a73e8&size=48