immersive reader icon
immersive-reader-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- immersive-reader-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- License
- MIT
12 other variants in Fluent UI System Icons
immersive-reader-16-filledimmersive-reader-16-regularimmersive-reader-20-regularimmersive-reader-24-filledimmersive-reader-24-regularimmersive-reader-28-filledimmersive-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 20 20"><path fill="currentColor" d="M18 4.75v5.45a1.5 1.5 0 0 0-1.5 0V4.75a.25.25 0 0 0-.25-.25H12c-.69 0-1.25.56-1.25 1.25V12h-.25c-.522 0-.981.267-1.25.67V5.75c0-.69-.56-1.25-1.25-1.25H3.75a.25.25 0 0 0-.25.25v10.5c0 .138.112.25.25.25H8c.409 0 .772-.196 1-.5v.5c0 .425.176.808.46 1.08c-.423.267-.924.42-1.46.42H3.75A1.75 1.75 0 0 1 2 15.25V4.75C2 3.784 2.784 3 3.75 3H8c.788 0 1.499.331 2 .863A2.74 2.74 0 0 1 12 3h4.25c.966 0 1.75.784 1.75 1.75m.133 6.45c.121.162.285.453.443.874c.255.68.407 1.49.407 2.426s-.152 1.745-.407 2.425c-.158.422-.322.713-.443.875a.5.5 0 0 1-.848-.523l.116-.182c.066-.112.15-.286.239-.52c.213-.57.343-1.261.343-2.075s-.13-1.505-.343-2.075a3.5 3.5 0 0 0-.239-.52l-.068-.105a.5.5 0 1 1 .8-.6m-4.442-.162A.5.5 0 0 1 14 11.5v6a.5.5 0 0 1-.854.354L11.293 16H10.5a.5.5 0 0 1-.5-.5v-2a.5.5 0 0 1 .5-.5h.793l1.853-1.854a.5.5 0 0 1 .545-.108m3.016 1.929a5.5 5.5 0 0 0-.277-.69a.5.5 0 0 0-.894.447c.052.105.137.303.223.56c.14.421.224.84.224 1.216s-.084.795-.224 1.217a6 6 0 0 1-.147.39l-.076.17a.5.5 0 0 0 .894.447c.073-.145.175-.385.277-.69c.172-.516.276-1.035.276-1.534s-.104-1.018-.276-1.533"/></svg>
React
import type { SVGProps } from "react";
export function FluentImmersiveReader20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M18 4.75v5.45a1.5 1.5 0 0 0-1.5 0V4.75a.25.25 0 0 0-.25-.25H12c-.69 0-1.25.56-1.25 1.25V12h-.25c-.522 0-.981.267-1.25.67V5.75c0-.69-.56-1.25-1.25-1.25H3.75a.25.25 0 0 0-.25.25v10.5c0 .138.112.25.25.25H8c.409 0 .772-.196 1-.5v.5c0 .425.176.808.46 1.08c-.423.267-.924.42-1.46.42H3.75A1.75 1.75 0 0 1 2 15.25V4.75C2 3.784 2.784 3 3.75 3H8c.788 0 1.499.331 2 .863A2.74 2.74 0 0 1 12 3h4.25c.966 0 1.75.784 1.75 1.75m.133 6.45c.121.162.285.453.443.874c.255.68.407 1.49.407 2.426s-.152 1.745-.407 2.425c-.158.422-.322.713-.443.875a.5.5 0 0 1-.848-.523l.116-.182c.066-.112.15-.286.239-.52c.213-.57.343-1.261.343-2.075s-.13-1.505-.343-2.075a3.5 3.5 0 0 0-.239-.52l-.068-.105a.5.5 0 1 1 .8-.6m-4.442-.162A.5.5 0 0 1 14 11.5v6a.5.5 0 0 1-.854.354L11.293 16H10.5a.5.5 0 0 1-.5-.5v-2a.5.5 0 0 1 .5-.5h.793l1.853-1.854a.5.5 0 0 1 .545-.108m3.016 1.929a5.5 5.5 0 0 0-.277-.69a.5.5 0 0 0-.894.447c.052.105.137.303.223.56c.14.421.224.84.224 1.216s-.084.795-.224 1.217a6 6 0 0 1-.147.39l-.076.17a.5.5 0 0 0 .894.447c.073-.145.175-.385.277-.69c.172-.516.276-1.035.276-1.534s-.104-1.018-.276-1.533"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M18 4.75v5.45a1.5 1.5 0 0 0-1.5 0V4.75a.25.25 0 0 0-.25-.25H12c-.69 0-1.25.56-1.25 1.25V12h-.25c-.522 0-.981.267-1.25.67V5.75c0-.69-.56-1.25-1.25-1.25H3.75a.25.25 0 0 0-.25.25v10.5c0 .138.112.25.25.25H8c.409 0 .772-.196 1-.5v.5c0 .425.176.808.46 1.08c-.423.267-.924.42-1.46.42H3.75A1.75 1.75 0 0 1 2 15.25V4.75C2 3.784 2.784 3 3.75 3H8c.788 0 1.499.331 2 .863A2.74 2.74 0 0 1 12 3h4.25c.966 0 1.75.784 1.75 1.75m.133 6.45c.121.162.285.453.443.874c.255.68.407 1.49.407 2.426s-.152 1.745-.407 2.425c-.158.422-.322.713-.443.875a.5.5 0 0 1-.848-.523l.116-.182c.066-.112.15-.286.239-.52c.213-.57.343-1.261.343-2.075s-.13-1.505-.343-2.075a3.5 3.5 0 0 0-.239-.52l-.068-.105a.5.5 0 1 1 .8-.6m-4.442-.162A.5.5 0 0 1 14 11.5v6a.5.5 0 0 1-.854.354L11.293 16H10.5a.5.5 0 0 1-.5-.5v-2a.5.5 0 0 1 .5-.5h.793l1.853-1.854a.5.5 0 0 1 .545-.108m3.016 1.929a5.5 5.5 0 0 0-.277-.69a.5.5 0 0 0-.894.447c.052.105.137.303.223.56c.14.421.224.84.224 1.216s-.084.795-.224 1.217a6 6 0 0 1-.147.39l-.076.17a.5.5 0 0 0 .894.447c.073-.145.175-.385.277-.69c.172-.516.276-1.035.276-1.534s-.104-1.018-.276-1.533"/></svg> </template>
CSS
.icon-immersive-reader-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18%204.75v5.45a1.5%201.5%200%200%200-1.5%200V4.75a.25.25%200%200%200-.25-.25H12c-.69%200-1.25.56-1.25%201.25V12h-.25c-.522%200-.981.267-1.25.67V5.75c0-.69-.56-1.25-1.25-1.25H3.75a.25.25%200%200%200-.25.25v10.5c0%20.138.112.25.25.25H8c.409%200%20.772-.196%201-.5v.5c0%20.425.176.808.46%201.08c-.423.267-.924.42-1.46.42H3.75A1.75%201.75%200%200%201%202%2015.25V4.75C2%203.784%202.784%203%203.75%203H8c.788%200%201.499.331%202%20.863A2.74%202.74%200%200%201%2012%203h4.25c.966%200%201.75.784%201.75%201.75m.133%206.45c.121.162.285.453.443.874c.255.68.407%201.49.407%202.426s-.152%201.745-.407%202.425c-.158.422-.322.713-.443.875a.5.5%200%200%201-.848-.523l.116-.182c.066-.112.15-.286.239-.52c.213-.57.343-1.261.343-2.075s-.13-1.505-.343-2.075a3.5%203.5%200%200%200-.239-.52l-.068-.105a.5.5%200%201%201%20.8-.6m-4.442-.162A.5.5%200%200%201%2014%2011.5v6a.5.5%200%200%201-.854.354L11.293%2016H10.5a.5.5%200%200%201-.5-.5v-2a.5.5%200%200%201%20.5-.5h.793l1.853-1.854a.5.5%200%200%201%20.545-.108m3.016%201.929a5.5%205.5%200%200%200-.277-.69a.5.5%200%200%200-.894.447c.052.105.137.303.223.56c.14.421.224.84.224%201.216s-.084.795-.224%201.217a6%206%200%200%201-.147.39l-.076.17a.5.5%200%200%200%20.894.447c.073-.145.175-.385.277-.69c.172-.516.276-1.035.276-1.534s-.104-1.018-.276-1.533%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18%204.75v5.45a1.5%201.5%200%200%200-1.5%200V4.75a.25.25%200%200%200-.25-.25H12c-.69%200-1.25.56-1.25%201.25V12h-.25c-.522%200-.981.267-1.25.67V5.75c0-.69-.56-1.25-1.25-1.25H3.75a.25.25%200%200%200-.25.25v10.5c0%20.138.112.25.25.25H8c.409%200%20.772-.196%201-.5v.5c0%20.425.176.808.46%201.08c-.423.267-.924.42-1.46.42H3.75A1.75%201.75%200%200%201%202%2015.25V4.75C2%203.784%202.784%203%203.75%203H8c.788%200%201.499.331%202%20.863A2.74%202.74%200%200%201%2012%203h4.25c.966%200%201.75.784%201.75%201.75m.133%206.45c.121.162.285.453.443.874c.255.68.407%201.49.407%202.426s-.152%201.745-.407%202.425c-.158.422-.322.713-.443.875a.5.5%200%200%201-.848-.523l.116-.182c.066-.112.15-.286.239-.52c.213-.57.343-1.261.343-2.075s-.13-1.505-.343-2.075a3.5%203.5%200%200%200-.239-.52l-.068-.105a.5.5%200%201%201%20.8-.6m-4.442-.162A.5.5%200%200%201%2014%2011.5v6a.5.5%200%200%201-.854.354L11.293%2016H10.5a.5.5%200%200%201-.5-.5v-2a.5.5%200%200%201%20.5-.5h.793l1.853-1.854a.5.5%200%200%201%20.545-.108m3.016%201.929a5.5%205.5%200%200%200-.277-.69a.5.5%200%200%200-.894.447c.052.105.137.303.223.56c.14.421.224.84.224%201.216s-.084.795-.224%201.217a6%206%200%200%201-.147.39l-.076.17a.5.5%200%200%200%20.894.447c.073-.145.175-.385.277-.69c.172-.516.276-1.035.276-1.534s-.104-1.018-.276-1.533%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/immersive-reader-20-filled.svg?color=%231a73e8&size=48