read icon
read-24 from Octicons by GitHub · 24 · MIT Free for personal and commercial use.
- Name
- read-24
- Set
- Octicons
- Style
- 24
- Viewbox
- 24×24
- License
- MIT
1 other variant in Octicons
The same icon in other sets
Use the read icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.89 1.767a2.25 2.25 0 0 1 2.22 0l9.75 5.525A2.25 2.25 0 0 1 24 9.249v9.501A2.25 2.25 0 0 1 21.75 21H2.25A2.25 2.25 0 0 1 0 18.75v-9.5c0-.81.435-1.558 1.14-1.958Zm1.48 1.305a.75.75 0 0 0-.74 0l-9.316 5.28l7.41 4.233a3.75 3.75 0 0 1 4.553 0l7.41-4.234zM20.65 19.5l-7.26-5.704a2.25 2.25 0 0 0-2.78 0L3.35 19.5Zm1.85-9.886l-6.95 3.971l6.663 5.236q.135.107.21.26a.75.75 0 0 0 .077-.331ZM8.45 13.585L1.5 9.614v9.136q.002.18.076.33a.74.74 0 0 1 .21-.259Z"/></svg>
React
import type { SVGProps } from "react";
export function OcticonRead24(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="M10.89 1.767a2.25 2.25 0 0 1 2.22 0l9.75 5.525A2.25 2.25 0 0 1 24 9.249v9.501A2.25 2.25 0 0 1 21.75 21H2.25A2.25 2.25 0 0 1 0 18.75v-9.5c0-.81.435-1.558 1.14-1.958Zm1.48 1.305a.75.75 0 0 0-.74 0l-9.316 5.28l7.41 4.233a3.75 3.75 0 0 1 4.553 0l7.41-4.234zM20.65 19.5l-7.26-5.704a2.25 2.25 0 0 0-2.78 0L3.35 19.5Zm1.85-9.886l-6.95 3.971l6.663 5.236q.135.107.21.26a.75.75 0 0 0 .077-.331ZM8.45 13.585L1.5 9.614v9.136q.002.18.076.33a.74.74 0 0 1 .21-.259Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.89 1.767a2.25 2.25 0 0 1 2.22 0l9.75 5.525A2.25 2.25 0 0 1 24 9.249v9.501A2.25 2.25 0 0 1 21.75 21H2.25A2.25 2.25 0 0 1 0 18.75v-9.5c0-.81.435-1.558 1.14-1.958Zm1.48 1.305a.75.75 0 0 0-.74 0l-9.316 5.28l7.41 4.233a3.75 3.75 0 0 1 4.553 0l7.41-4.234zM20.65 19.5l-7.26-5.704a2.25 2.25 0 0 0-2.78 0L3.35 19.5Zm1.85-9.886l-6.95 3.971l6.663 5.236q.135.107.21.26a.75.75 0 0 0 .077-.331ZM8.45 13.585L1.5 9.614v9.136q.002.18.076.33a.74.74 0 0 1 .21-.259Z"/></svg> </template>
CSS
.icon-read-24 {
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%22M10.89%201.767a2.25%202.25%200%200%201%202.22%200l9.75%205.525A2.25%202.25%200%200%201%2024%209.249v9.501A2.25%202.25%200%200%201%2021.75%2021H2.25A2.25%202.25%200%200%201%200%2018.75v-9.5c0-.81.435-1.558%201.14-1.958Zm1.48%201.305a.75.75%200%200%200-.74%200l-9.316%205.28l7.41%204.233a3.75%203.75%200%200%201%204.553%200l7.41-4.234zM20.65%2019.5l-7.26-5.704a2.25%202.25%200%200%200-2.78%200L3.35%2019.5Zm1.85-9.886l-6.95%203.971l6.663%205.236q.135.107.21.26a.75.75%200%200%200%20.077-.331ZM8.45%2013.585L1.5%209.614v9.136q.002.18.076.33a.74.74%200%200%201%20.21-.259Z%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%22M10.89%201.767a2.25%202.25%200%200%201%202.22%200l9.75%205.525A2.25%202.25%200%200%201%2024%209.249v9.501A2.25%202.25%200%200%201%2021.75%2021H2.25A2.25%202.25%200%200%201%200%2018.75v-9.5c0-.81.435-1.558%201.14-1.958Zm1.48%201.305a.75.75%200%200%200-.74%200l-9.316%205.28l7.41%204.233a3.75%203.75%200%200%201%204.553%200l7.41-4.234zM20.65%2019.5l-7.26-5.704a2.25%202.25%200%200%200-2.78%200L3.35%2019.5Zm1.85-9.886l-6.95%203.971l6.663%205.236q.135.107.21.26a.75.75%200%200%200%20.077-.331ZM8.45%2013.585L1.5%209.614v9.136q.002.18.076.33a.74.74%200%200%201%20.21-.259Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/octicon/read-24.svg?color=%231a73e8&size=48