Ui Handicapped Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Ui Handicapped 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/306763.svg" alt="Ui Handicapped icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306763.svg" alt="Ui Handicapped icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306763.svg" alt="Ui Handicapped icon" :width="24" :height="24" />
CSS background
.icon-ui-handicapped {
background-image: url('https://proicons.com/icon/306763.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="M583 742c-33 80-112 137-204 137-122 0-220-99-220-220 0-86 49-160 122-196V333C140 375 38 505 38 659c0 188 153 341 341 341 134 0 251-79 306-192l-36-67-66 1zm349 107h-64L746 620c-5-8-13-13-22-15-5-6-13-11-23-11H453V466h215c16 0 30-14 30-31v-29c0-17-14-30-30-30H453V229c53-11 92-57 92-113C545 52 494 0 430 0S314 52 314 116c0 35 16 66 40 87 0 2-1 4-1 5v445c0 16 14 30 31 30h294l122 227c4 7 10 12 17 14 6 8 15 13 25 13h90c16 0 30-13 30-30v-28c0-17-14-30-30-30z"/></svg>
Copied!