braille from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
braille
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0
Aliases
hand-reading, touch-reading

The same icon in other sets

Use the braille icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 8a1 1 0 0 1 1-1a1 1 0 0 1 1 1v4.47l1.21.13l4.94 2.19c.52.24.85.77.85 1.35v4.36c-.03.82-.68 1.47-1.5 1.5H8c-.38 0-.74-.15-1-.43l-4.9-4.2l.74-.77c.19-.21.46-.32.74-.32h.22L7 18zm12.5-6A1.5 1.5 0 0 0 18 3.5A1.5 1.5 0 0 0 19.5 5A1.5 1.5 0 0 0 21 3.5A1.5 1.5 0 0 0 19.5 2m0 5A1.5 1.5 0 0 0 18 8.5a1.5 1.5 0 0 0 1.5 1.5A1.5 1.5 0 0 0 21 8.5A1.5 1.5 0 0 0 19.5 7m-5 0A1.5 1.5 0 0 0 13 8.5a1.5 1.5 0 0 0 1.5 1.5A1.5 1.5 0 0 0 16 8.5A1.5 1.5 0 0 0 14.5 7m5 5a1.5 1.5 0 0 0-1.5 1.5a1.5 1.5 0 0 0 1.5 1.5a1.5 1.5 0 0 0 1.5-1.5a1.5 1.5 0 0 0-1.5-1.5"/></svg>

React

import type { SVGProps } from "react";

export function MdiBraille(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="M7 8a1 1 0 0 1 1-1a1 1 0 0 1 1 1v4.47l1.21.13l4.94 2.19c.52.24.85.77.85 1.35v4.36c-.03.82-.68 1.47-1.5 1.5H8c-.38 0-.74-.15-1-.43l-4.9-4.2l.74-.77c.19-.21.46-.32.74-.32h.22L7 18zm12.5-6A1.5 1.5 0 0 0 18 3.5A1.5 1.5 0 0 0 19.5 5A1.5 1.5 0 0 0 21 3.5A1.5 1.5 0 0 0 19.5 2m0 5A1.5 1.5 0 0 0 18 8.5a1.5 1.5 0 0 0 1.5 1.5A1.5 1.5 0 0 0 21 8.5A1.5 1.5 0 0 0 19.5 7m-5 0A1.5 1.5 0 0 0 13 8.5a1.5 1.5 0 0 0 1.5 1.5A1.5 1.5 0 0 0 16 8.5A1.5 1.5 0 0 0 14.5 7m5 5a1.5 1.5 0 0 0-1.5 1.5a1.5 1.5 0 0 0 1.5 1.5a1.5 1.5 0 0 0 1.5-1.5a1.5 1.5 0 0 0-1.5-1.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 8a1 1 0 0 1 1-1a1 1 0 0 1 1 1v4.47l1.21.13l4.94 2.19c.52.24.85.77.85 1.35v4.36c-.03.82-.68 1.47-1.5 1.5H8c-.38 0-.74-.15-1-.43l-4.9-4.2l.74-.77c.19-.21.46-.32.74-.32h.22L7 18zm12.5-6A1.5 1.5 0 0 0 18 3.5A1.5 1.5 0 0 0 19.5 5A1.5 1.5 0 0 0 21 3.5A1.5 1.5 0 0 0 19.5 2m0 5A1.5 1.5 0 0 0 18 8.5a1.5 1.5 0 0 0 1.5 1.5A1.5 1.5 0 0 0 21 8.5A1.5 1.5 0 0 0 19.5 7m-5 0A1.5 1.5 0 0 0 13 8.5a1.5 1.5 0 0 0 1.5 1.5A1.5 1.5 0 0 0 16 8.5A1.5 1.5 0 0 0 14.5 7m5 5a1.5 1.5 0 0 0-1.5 1.5a1.5 1.5 0 0 0 1.5 1.5a1.5 1.5 0 0 0 1.5-1.5a1.5 1.5 0 0 0-1.5-1.5"/></svg>
</template>

CSS

.icon-braille {
  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%22M7%208a1%201%200%200%201%201-1a1%201%200%200%201%201%201v4.47l1.21.13l4.94%202.19c.52.24.85.77.85%201.35v4.36c-.03.82-.68%201.47-1.5%201.5H8c-.38%200-.74-.15-1-.43l-4.9-4.2l.74-.77c.19-.21.46-.32.74-.32h.22L7%2018zm12.5-6A1.5%201.5%200%200%200%2018%203.5A1.5%201.5%200%200%200%2019.5%205A1.5%201.5%200%200%200%2021%203.5A1.5%201.5%200%200%200%2019.5%202m0%205A1.5%201.5%200%200%200%2018%208.5a1.5%201.5%200%200%200%201.5%201.5A1.5%201.5%200%200%200%2021%208.5A1.5%201.5%200%200%200%2019.5%207m-5%200A1.5%201.5%200%200%200%2013%208.5a1.5%201.5%200%200%200%201.5%201.5A1.5%201.5%200%200%200%2016%208.5A1.5%201.5%200%200%200%2014.5%207m5%205a1.5%201.5%200%200%200-1.5%201.5a1.5%201.5%200%200%200%201.5%201.5a1.5%201.5%200%200%200%201.5-1.5a1.5%201.5%200%200%200-1.5-1.5%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%22M7%208a1%201%200%200%201%201-1a1%201%200%200%201%201%201v4.47l1.21.13l4.94%202.19c.52.24.85.77.85%201.35v4.36c-.03.82-.68%201.47-1.5%201.5H8c-.38%200-.74-.15-1-.43l-4.9-4.2l.74-.77c.19-.21.46-.32.74-.32h.22L7%2018zm12.5-6A1.5%201.5%200%200%200%2018%203.5A1.5%201.5%200%200%200%2019.5%205A1.5%201.5%200%200%200%2021%203.5A1.5%201.5%200%200%200%2019.5%202m0%205A1.5%201.5%200%200%200%2018%208.5a1.5%201.5%200%200%200%201.5%201.5A1.5%201.5%200%200%200%2021%208.5A1.5%201.5%200%200%200%2019.5%207m-5%200A1.5%201.5%200%200%200%2013%208.5a1.5%201.5%200%200%200%201.5%201.5A1.5%201.5%200%200%200%2016%208.5A1.5%201.5%200%200%200%2014.5%207m5%205a1.5%201.5%200%200%200-1.5%201.5a1.5%201.5%200%200%200%201.5%201.5a1.5%201.5%200%200%200%201.5-1.5a1.5%201.5%200%200%200-1.5-1.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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