read me icon

read-me from Carbon by IBM · Outline · Actions · Apache-2.0 Free for personal and commercial use.

Name
read-me
Set
Carbon
Style
Outline
Category
Actions
Viewbox
32×32
License
Apache 2.0

More actions icons from Carbon

Use the read me icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20 7H5V5h15zm0 3H5v2h15zm-8 5H5v2h7zm-2 5H5v2h5zm10 0c-1.1 0-2 .9-2 2s.9 2 2 2s2-.9 2-2s-.9-2-2-2m8 2l-.22.52C26.36 25.85 23.3 28 20 28s-6.35-2.15-7.78-5.48L12 22l.22-.52C13.64 18.15 16.7 16 20 16s6.35 2.15 7.78 5.48zm-4 0c0-2.21-1.79-4-4-4s-4 1.79-4 4s1.79 4 4 4s4-1.79 4-4"/></svg>

React

import type { SVGProps } from "react";

export function CarbonReadMe(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20 7H5V5h15zm0 3H5v2h15zm-8 5H5v2h7zm-2 5H5v2h5zm10 0c-1.1 0-2 .9-2 2s.9 2 2 2s2-.9 2-2s-.9-2-2-2m8 2l-.22.52C26.36 25.85 23.3 28 20 28s-6.35-2.15-7.78-5.48L12 22l.22-.52C13.64 18.15 16.7 16 20 16s6.35 2.15 7.78 5.48zm-4 0c0-2.21-1.79-4-4-4s-4 1.79-4 4s1.79 4 4 4s4-1.79 4-4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20 7H5V5h15zm0 3H5v2h15zm-8 5H5v2h7zm-2 5H5v2h5zm10 0c-1.1 0-2 .9-2 2s.9 2 2 2s2-.9 2-2s-.9-2-2-2m8 2l-.22.52C26.36 25.85 23.3 28 20 28s-6.35-2.15-7.78-5.48L12 22l.22-.52C13.64 18.15 16.7 16 20 16s6.35 2.15 7.78 5.48zm-4 0c0-2.21-1.79-4-4-4s-4 1.79-4 4s1.79 4 4 4s4-1.79 4-4"/></svg>
</template>

CSS

.icon-read-me {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%207H5V5h15zm0%203H5v2h15zm-8%205H5v2h7zm-2%205H5v2h5zm10%200c-1.1%200-2%20.9-2%202s.9%202%202%202s2-.9%202-2s-.9-2-2-2m8%202l-.22.52C26.36%2025.85%2023.3%2028%2020%2028s-6.35-2.15-7.78-5.48L12%2022l.22-.52C13.64%2018.15%2016.7%2016%2020%2016s6.35%202.15%207.78%205.48zm-4%200c0-2.21-1.79-4-4-4s-4%201.79-4%204s1.79%204%204%204s4-1.79%204-4%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%207H5V5h15zm0%203H5v2h15zm-8%205H5v2h7zm-2%205H5v2h5zm10%200c-1.1%200-2%20.9-2%202s.9%202%202%202s2-.9%202-2s-.9-2-2-2m8%202l-.22.52C26.36%2025.85%2023.3%2028%2020%2028s-6.35-2.15-7.78-5.48L12%2022l.22-.52C13.64%2018.15%2016.7%2016%2020%2016s6.35%202.15%207.78%205.48zm-4%200c0-2.21-1.79-4-4-4s-4%201.79-4%204s1.79%204%204%204s4-1.79%204-4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/read-me.svg?color=%231a73e8&size=48