blind from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.

Name
blind
Set
Material Symbols
Style
Regular
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
blind-outline, blind-outline-sharp, blind-sharp

1 other variant in Material Symbols

The same icon in other sets

More social icons from Material Symbols

Use the blind icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m6 22.5l-1.6-1.2L7 17.825V12.5q0-.775.138-1.713T7.5 9.1L6 9.95v3.55H4V8.8l5.4-3.075q.2-.125.425-.175t.475-.05q.6 0 1.1.3t.75.825l.775 1.675q.5 1.1 1.525 1.65t2.55.55v2h-.975l5.475 9.55l-.875.5L14.7 12.225q-1-.325-1.812-.937T11.5 9.8q-.25.725-.387 1.663t-.088 1.737L13 16v6.5h-2v-5l-1.775-2.55L9 18.5zm4.088-18.088Q9.5 3.825 9.5 3t.588-1.412T11.5 1t1.413.588T13.5 3t-.587 1.413T11.5 5t-1.412-.587"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsBlind(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="m6 22.5l-1.6-1.2L7 17.825V12.5q0-.775.138-1.713T7.5 9.1L6 9.95v3.55H4V8.8l5.4-3.075q.2-.125.425-.175t.475-.05q.6 0 1.1.3t.75.825l.775 1.675q.5 1.1 1.525 1.65t2.55.55v2h-.975l5.475 9.55l-.875.5L14.7 12.225q-1-.325-1.812-.937T11.5 9.8q-.25.725-.387 1.663t-.088 1.737L13 16v6.5h-2v-5l-1.775-2.55L9 18.5zm4.088-18.088Q9.5 3.825 9.5 3t.588-1.412T11.5 1t1.413.588T13.5 3t-.587 1.413T11.5 5t-1.412-.587"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m6 22.5l-1.6-1.2L7 17.825V12.5q0-.775.138-1.713T7.5 9.1L6 9.95v3.55H4V8.8l5.4-3.075q.2-.125.425-.175t.475-.05q.6 0 1.1.3t.75.825l.775 1.675q.5 1.1 1.525 1.65t2.55.55v2h-.975l5.475 9.55l-.875.5L14.7 12.225q-1-.325-1.812-.937T11.5 9.8q-.25.725-.387 1.663t-.088 1.737L13 16v6.5h-2v-5l-1.775-2.55L9 18.5zm4.088-18.088Q9.5 3.825 9.5 3t.588-1.412T11.5 1t1.413.588T13.5 3t-.587 1.413T11.5 5t-1.412-.587"/></svg>
</template>

CSS

.icon-blind {
  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%22m6%2022.5l-1.6-1.2L7%2017.825V12.5q0-.775.138-1.713T7.5%209.1L6%209.95v3.55H4V8.8l5.4-3.075q.2-.125.425-.175t.475-.05q.6%200%201.1.3t.75.825l.775%201.675q.5%201.1%201.525%201.65t2.55.55v2h-.975l5.475%209.55l-.875.5L14.7%2012.225q-1-.325-1.812-.937T11.5%209.8q-.25.725-.387%201.663t-.088%201.737L13%2016v6.5h-2v-5l-1.775-2.55L9%2018.5zm4.088-18.088Q9.5%203.825%209.5%203t.588-1.412T11.5%201t1.413.588T13.5%203t-.587%201.413T11.5%205t-1.412-.587%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%22m6%2022.5l-1.6-1.2L7%2017.825V12.5q0-.775.138-1.713T7.5%209.1L6%209.95v3.55H4V8.8l5.4-3.075q.2-.125.425-.175t.475-.05q.6%200%201.1.3t.75.825l.775%201.675q.5%201.1%201.525%201.65t2.55.55v2h-.975l5.475%209.55l-.875.5L14.7%2012.225q-1-.325-1.812-.937T11.5%209.8q-.25.725-.387%201.663t-.088%201.737L13%2016v6.5h-2v-5l-1.775-2.55L9%2018.5zm4.088-18.088Q9.5%203.825%209.5%203t.588-1.412T11.5%201t1.413.588T13.5%203t-.587%201.413T11.5%205t-1.412-.587%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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