Blind Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Blind icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/305030.svg" alt="Blind icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305030.svg" alt="Blind icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305030.svg" alt="Blind icon" :width="24" :height="24" />
CSS background
.icon-blind {
background-image: url('https://proicons.com/icon/305030.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M608 496c-80-96-159-194-239-290-32-38-107-29-130 13-33 58-65 117-97 175-6 12-13 23-11 38 8 54 16 108 26 161 4 21 19 32 41 28 22-3 33-16 31-38-1-11-1-22-4-32-20-71-17-139 35-198 0 50-2 101 1 151 2 60-9 116-28 172-28 83-54 167-80 251-14 47 18 81 64 71 26-6 34-28 42-49 33-91 63-184 99-274 24-62 32-124 33-190 1-61-5-114-54-154-3-3-6-6-8-9-4-6-6-13 0-18 7-6 12 0 17 5l24 27c58 69 117 138 175 208 18 22 39 32 62 15 25-18 19-41 1-63zM403 636l-11 2c-14 41-45 85-38 122 14 75 41 149 76 218 13 26 41 26 67 14 25-13 33-34 23-60-39-99-78-197-117-296zm-89-488c44 0 76-32 75-75 0-44-32-73-77-73-44 0-77 33-76 75s34 73 78 73zm540 808L659 617c-6-10-12-21-19-31-4-6-9-15-18-8-7 5-3 12-1 18s6 12 9 18c69 118 137 237 206 356 4 8 9 16 15 23 3 5 9 6 14 2 2-3 3-7 5-10-6-10-11-20-16-29z"/></svg>
Copied!