Blind Icon
Free SVG icon from the Arcticons 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/337280.svg" alt="Blind icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337280.svg" alt="Blind icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337280.svg" alt="Blind icon" :width="24" :height="24" />
CSS background
.icon-blind {
background-image: url('https://proicons.com/icon/337280.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:#fff;}.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="d" x="10.4" y="4.5" width="12" height="39"/><line class="d" x1="14.1" y1="43.5" x2="14.1" y2="4.5"/><line class="d" x1="18.7" y1="4.5" x2="18.7" y2="43.5"/><path class="d" d="m22.4,4.7c.7-.1,1.5-.2,2.3-.2,7.1,0,12.9,5.8,12.9,12.9s-5.8,12.9-12.9,12.9c-.8,0-1.5-.1-2.3-.2"/><path class="d" d="m22.4,8.6c.7-.2,1.5-.3,2.3-.3,5,0,9,4.1,9,9s-4.1,9-9,9c-.8,0-1.5-.1-2.3-.3"/><path class="d" d="m22.4,13.4c.7-.4,1.4-.6,2.3-.6,2.5,0,4.6,2.1,4.6,4.6s-2.1,4.6-4.6,4.6c-.8,0-1.6-.2-2.3-.6"/><circle class="c" cx="24.7" cy="17.4" r=".75"/><path class="d" d="m35.8,24c1.1,1.9,1.8,4.2,1.8,6.6,0,7.1-5.8,12.9-12.9,12.9-.8,0-1.5-.1-2.3-.2"/><path class="d" d="m33.1,27.2c.4,1,.7,2.2.7,3.4,0,5-4.1,9-9,9-.8,0-1.5-.1-2.3-.3"/><path class="d" d="m29.2,29.5c.1.3.1.7.1,1.1,0,2.5-2.1,4.6-4.6,4.6-.8,0-1.6-.2-2.3-.6"/><path class="c" d="m25.3,30.1c.15.15.15.3.15.45,0,.45-.3.75-.75.75s-.75-.3-.75-.75c0-.15,0-.3.15-.45"/></svg>
Copied!