reader icon
reader from Radix Icons by WorkOS · Outline · MIT Free for personal and commercial use.
- Name
- reader
- Set
- Radix Icons
- Style
- Outline
- Viewbox
- 15×15
- License
- MIT
The same icon in other sets
Use the reader icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M10.8 1c.317 0 .591 0 .814.02c.23.022.458.07.67.2l.145.102a1.5 1.5 0 0 1 .35.394l.083.162c.07.164.101.335.117.508c.022.223.021.497.021.814v8.6c0 .317 0 .591-.02.814a1.7 1.7 0 0 1-.118.508l-.083.162a1.5 1.5 0 0 1-.35.394l-.145.101c-.212.13-.44.179-.67.2c-.223.022-.497.021-.814.021H4.2c-.317 0-.591 0-.814-.02a1.7 1.7 0 0 1-.508-.118l-.162-.083a1.5 1.5 0 0 1-.394-.35l-.101-.145a1.5 1.5 0 0 1-.2-.67C1.999 12.391 2 12.117 2 11.8V3.2c0-.317 0-.591.02-.814c.022-.23.07-.458.2-.67l.102-.145a1.5 1.5 0 0 1 .394-.35l.162-.083a1.7 1.7 0 0 1 .508-.117C3.609.999 3.883 1 4.2 1zM4.2 2a9 9 0 0 0-.72.017a1 1 0 0 0-.168.027l-.074.03a.5.5 0 0 0-.092.072l-.073.092c-.017.029-.041.086-.056.242A9 9 0 0 0 3 3.2v8.6c0 .337.001.555.017.72c.015.156.039.213.056.242l.073.091a.5.5 0 0 0 .092.074l.074.03c.037.01.09.019.168.026c.165.016.383.017.72.017h6.6c.337 0 .555-.001.72-.017c.156-.014.213-.039.242-.056l.091-.073a.5.5 0 0 0 .074-.092l.03-.074c.01-.037.019-.09.026-.168A8 8 0 0 0 12 11.8V3.2a8 8 0 0 0-.017-.72a1 1 0 0 0-.027-.168l-.03-.074a.5.5 0 0 0-.072-.092l-.092-.073c-.029-.017-.086-.041-.242-.056A9 9 0 0 0 10.8 2zM8 10a.5.5 0 0 1 0 1H5a.5.5 0 0 1 0-1zm2-3a.5.5 0 0 1 0 1H5a.5.5 0 0 1 0-1zm.1-2.99a.5.5 0 0 1 0 .98L10 5H5a.5.5 0 0 1 0-1h5z"/></svg>
React
import type { SVGProps } from "react";
export function RadixIconsReader(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M10.8 1c.317 0 .591 0 .814.02c.23.022.458.07.67.2l.145.102a1.5 1.5 0 0 1 .35.394l.083.162c.07.164.101.335.117.508c.022.223.021.497.021.814v8.6c0 .317 0 .591-.02.814a1.7 1.7 0 0 1-.118.508l-.083.162a1.5 1.5 0 0 1-.35.394l-.145.101c-.212.13-.44.179-.67.2c-.223.022-.497.021-.814.021H4.2c-.317 0-.591 0-.814-.02a1.7 1.7 0 0 1-.508-.118l-.162-.083a1.5 1.5 0 0 1-.394-.35l-.101-.145a1.5 1.5 0 0 1-.2-.67C1.999 12.391 2 12.117 2 11.8V3.2c0-.317 0-.591.02-.814c.022-.23.07-.458.2-.67l.102-.145a1.5 1.5 0 0 1 .394-.35l.162-.083a1.7 1.7 0 0 1 .508-.117C3.609.999 3.883 1 4.2 1zM4.2 2a9 9 0 0 0-.72.017a1 1 0 0 0-.168.027l-.074.03a.5.5 0 0 0-.092.072l-.073.092c-.017.029-.041.086-.056.242A9 9 0 0 0 3 3.2v8.6c0 .337.001.555.017.72c.015.156.039.213.056.242l.073.091a.5.5 0 0 0 .092.074l.074.03c.037.01.09.019.168.026c.165.016.383.017.72.017h6.6c.337 0 .555-.001.72-.017c.156-.014.213-.039.242-.056l.091-.073a.5.5 0 0 0 .074-.092l.03-.074c.01-.037.019-.09.026-.168A8 8 0 0 0 12 11.8V3.2a8 8 0 0 0-.017-.72a1 1 0 0 0-.027-.168l-.03-.074a.5.5 0 0 0-.072-.092l-.092-.073c-.029-.017-.086-.041-.242-.056A9 9 0 0 0 10.8 2zM8 10a.5.5 0 0 1 0 1H5a.5.5 0 0 1 0-1zm2-3a.5.5 0 0 1 0 1H5a.5.5 0 0 1 0-1zm.1-2.99a.5.5 0 0 1 0 .98L10 5H5a.5.5 0 0 1 0-1h5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M10.8 1c.317 0 .591 0 .814.02c.23.022.458.07.67.2l.145.102a1.5 1.5 0 0 1 .35.394l.083.162c.07.164.101.335.117.508c.022.223.021.497.021.814v8.6c0 .317 0 .591-.02.814a1.7 1.7 0 0 1-.118.508l-.083.162a1.5 1.5 0 0 1-.35.394l-.145.101c-.212.13-.44.179-.67.2c-.223.022-.497.021-.814.021H4.2c-.317 0-.591 0-.814-.02a1.7 1.7 0 0 1-.508-.118l-.162-.083a1.5 1.5 0 0 1-.394-.35l-.101-.145a1.5 1.5 0 0 1-.2-.67C1.999 12.391 2 12.117 2 11.8V3.2c0-.317 0-.591.02-.814c.022-.23.07-.458.2-.67l.102-.145a1.5 1.5 0 0 1 .394-.35l.162-.083a1.7 1.7 0 0 1 .508-.117C3.609.999 3.883 1 4.2 1zM4.2 2a9 9 0 0 0-.72.017a1 1 0 0 0-.168.027l-.074.03a.5.5 0 0 0-.092.072l-.073.092c-.017.029-.041.086-.056.242A9 9 0 0 0 3 3.2v8.6c0 .337.001.555.017.72c.015.156.039.213.056.242l.073.091a.5.5 0 0 0 .092.074l.074.03c.037.01.09.019.168.026c.165.016.383.017.72.017h6.6c.337 0 .555-.001.72-.017c.156-.014.213-.039.242-.056l.091-.073a.5.5 0 0 0 .074-.092l.03-.074c.01-.037.019-.09.026-.168A8 8 0 0 0 12 11.8V3.2a8 8 0 0 0-.017-.72a1 1 0 0 0-.027-.168l-.03-.074a.5.5 0 0 0-.072-.092l-.092-.073c-.029-.017-.086-.041-.242-.056A9 9 0 0 0 10.8 2zM8 10a.5.5 0 0 1 0 1H5a.5.5 0 0 1 0-1zm2-3a.5.5 0 0 1 0 1H5a.5.5 0 0 1 0-1zm.1-2.99a.5.5 0 0 1 0 .98L10 5H5a.5.5 0 0 1 0-1h5z"/></svg> </template>
CSS
.icon-reader {
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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.8%201c.317%200%20.591%200%20.814.02c.23.022.458.07.67.2l.145.102a1.5%201.5%200%200%201%20.35.394l.083.162c.07.164.101.335.117.508c.022.223.021.497.021.814v8.6c0%20.317%200%20.591-.02.814a1.7%201.7%200%200%201-.118.508l-.083.162a1.5%201.5%200%200%201-.35.394l-.145.101c-.212.13-.44.179-.67.2c-.223.022-.497.021-.814.021H4.2c-.317%200-.591%200-.814-.02a1.7%201.7%200%200%201-.508-.118l-.162-.083a1.5%201.5%200%200%201-.394-.35l-.101-.145a1.5%201.5%200%200%201-.2-.67C1.999%2012.391%202%2012.117%202%2011.8V3.2c0-.317%200-.591.02-.814c.022-.23.07-.458.2-.67l.102-.145a1.5%201.5%200%200%201%20.394-.35l.162-.083a1.7%201.7%200%200%201%20.508-.117C3.609.999%203.883%201%204.2%201zM4.2%202a9%209%200%200%200-.72.017a1%201%200%200%200-.168.027l-.074.03a.5.5%200%200%200-.092.072l-.073.092c-.017.029-.041.086-.056.242A9%209%200%200%200%203%203.2v8.6c0%20.337.001.555.017.72c.015.156.039.213.056.242l.073.091a.5.5%200%200%200%20.092.074l.074.03c.037.01.09.019.168.026c.165.016.383.017.72.017h6.6c.337%200%20.555-.001.72-.017c.156-.014.213-.039.242-.056l.091-.073a.5.5%200%200%200%20.074-.092l.03-.074c.01-.037.019-.09.026-.168A8%208%200%200%200%2012%2011.8V3.2a8%208%200%200%200-.017-.72a1%201%200%200%200-.027-.168l-.03-.074a.5.5%200%200%200-.072-.092l-.092-.073c-.029-.017-.086-.041-.242-.056A9%209%200%200%200%2010.8%202zM8%2010a.5.5%200%200%201%200%201H5a.5.5%200%200%201%200-1zm2-3a.5.5%200%200%201%200%201H5a.5.5%200%200%201%200-1zm.1-2.99a.5.5%200%200%201%200%20.98L10%205H5a.5.5%200%200%201%200-1h5z%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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.8%201c.317%200%20.591%200%20.814.02c.23.022.458.07.67.2l.145.102a1.5%201.5%200%200%201%20.35.394l.083.162c.07.164.101.335.117.508c.022.223.021.497.021.814v8.6c0%20.317%200%20.591-.02.814a1.7%201.7%200%200%201-.118.508l-.083.162a1.5%201.5%200%200%201-.35.394l-.145.101c-.212.13-.44.179-.67.2c-.223.022-.497.021-.814.021H4.2c-.317%200-.591%200-.814-.02a1.7%201.7%200%200%201-.508-.118l-.162-.083a1.5%201.5%200%200%201-.394-.35l-.101-.145a1.5%201.5%200%200%201-.2-.67C1.999%2012.391%202%2012.117%202%2011.8V3.2c0-.317%200-.591.02-.814c.022-.23.07-.458.2-.67l.102-.145a1.5%201.5%200%200%201%20.394-.35l.162-.083a1.7%201.7%200%200%201%20.508-.117C3.609.999%203.883%201%204.2%201zM4.2%202a9%209%200%200%200-.72.017a1%201%200%200%200-.168.027l-.074.03a.5.5%200%200%200-.092.072l-.073.092c-.017.029-.041.086-.056.242A9%209%200%200%200%203%203.2v8.6c0%20.337.001.555.017.72c.015.156.039.213.056.242l.073.091a.5.5%200%200%200%20.092.074l.074.03c.037.01.09.019.168.026c.165.016.383.017.72.017h6.6c.337%200%20.555-.001.72-.017c.156-.014.213-.039.242-.056l.091-.073a.5.5%200%200%200%20.074-.092l.03-.074c.01-.037.019-.09.026-.168A8%208%200%200%200%2012%2011.8V3.2a8%208%200%200%200-.017-.72a1%201%200%200%200-.027-.168l-.03-.074a.5.5%200%200%200-.072-.092l-.092-.073c-.029-.017-.086-.041-.242-.056A9%209%200%200%200%2010.8%202zM8%2010a.5.5%200%200%201%200%201H5a.5.5%200%200%201%200-1zm2-3a.5.5%200%200%201%200%201H5a.5.5%200%200%201%200-1zm.1-2.99a.5.5%200%200%201%200%20.98L10%205H5a.5.5%200%200%201%200-1h5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/radix-icons/reader.svg?color=%231a73e8&size=48