read icon
read-16 from Octicons by GitHub · 16 · MIT Free for personal and commercial use.
- Name
- read-16
- Set
- Octicons
- Style
- 16
- Viewbox
- 16×16
- 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 16 16"><path fill="currentColor" d="M7.115.65a1.75 1.75 0 0 1 1.77 0l6.25 3.663c.536.314.865.889.865 1.51v6.427A1.75 1.75 0 0 1 14.25 14H1.75A1.75 1.75 0 0 1 0 12.25V5.823c0-.621.33-1.196.865-1.51Zm1.011 1.293a.25.25 0 0 0-.252 0l-5.72 3.353L6.468 7.76a2.75 2.75 0 0 1 3.066 0l4.312-2.464zM13.15 12.5L8.772 9.06a1.25 1.25 0 0 0-1.544 0L2.85 12.5Zm1.35-5.85l-3.687 2.106l3.687 2.897ZM5.187 8.756L1.5 6.65v5.003Z"/></svg>
React
import type { SVGProps } from "react";
export function OcticonRead16(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7.115.65a1.75 1.75 0 0 1 1.77 0l6.25 3.663c.536.314.865.889.865 1.51v6.427A1.75 1.75 0 0 1 14.25 14H1.75A1.75 1.75 0 0 1 0 12.25V5.823c0-.621.33-1.196.865-1.51Zm1.011 1.293a.25.25 0 0 0-.252 0l-5.72 3.353L6.468 7.76a2.75 2.75 0 0 1 3.066 0l4.312-2.464zM13.15 12.5L8.772 9.06a1.25 1.25 0 0 0-1.544 0L2.85 12.5Zm1.35-5.85l-3.687 2.106l3.687 2.897ZM5.187 8.756L1.5 6.65v5.003Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7.115.65a1.75 1.75 0 0 1 1.77 0l6.25 3.663c.536.314.865.889.865 1.51v6.427A1.75 1.75 0 0 1 14.25 14H1.75A1.75 1.75 0 0 1 0 12.25V5.823c0-.621.33-1.196.865-1.51Zm1.011 1.293a.25.25 0 0 0-.252 0l-5.72 3.353L6.468 7.76a2.75 2.75 0 0 1 3.066 0l4.312-2.464zM13.15 12.5L8.772 9.06a1.25 1.25 0 0 0-1.544 0L2.85 12.5Zm1.35-5.85l-3.687 2.106l3.687 2.897ZM5.187 8.756L1.5 6.65v5.003Z"/></svg> </template>
CSS
.icon-read-16 {
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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.115.65a1.75%201.75%200%200%201%201.77%200l6.25%203.663c.536.314.865.889.865%201.51v6.427A1.75%201.75%200%200%201%2014.25%2014H1.75A1.75%201.75%200%200%201%200%2012.25V5.823c0-.621.33-1.196.865-1.51Zm1.011%201.293a.25.25%200%200%200-.252%200l-5.72%203.353L6.468%207.76a2.75%202.75%200%200%201%203.066%200l4.312-2.464zM13.15%2012.5L8.772%209.06a1.25%201.25%200%200%200-1.544%200L2.85%2012.5Zm1.35-5.85l-3.687%202.106l3.687%202.897ZM5.187%208.756L1.5%206.65v5.003Z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.115.65a1.75%201.75%200%200%201%201.77%200l6.25%203.663c.536.314.865.889.865%201.51v6.427A1.75%201.75%200%200%201%2014.25%2014H1.75A1.75%201.75%200%200%201%200%2012.25V5.823c0-.621.33-1.196.865-1.51Zm1.011%201.293a.25.25%200%200%200-.252%200l-5.72%203.353L6.468%207.76a2.75%202.75%200%200%201%203.066%200l4.312-2.464zM13.15%2012.5L8.772%209.06a1.25%201.25%200%200%200-1.544%200L2.85%2012.5Zm1.35-5.85l-3.687%202.106l3.687%202.897ZM5.187%208.756L1.5%206.65v5.003Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/octicon/read-16.svg?color=%231a73e8&size=48