Handicapped Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The 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/310746.svg" alt="Handicapped icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310746.svg" alt="Handicapped icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310746.svg" alt="Handicapped icon" :width="24" :height="24" />
CSS background
.icon-handicapped {
background-image: url('https://proicons.com/icon/310746.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M14.5715 12.5097H16.6971C17.2486 12.4928 17.7887 12.6697 18.2239 13.0097C18.6558 13.3547 18.9554 13.8387 19.0721 14.3797L19.9702 19.2697C20.0099 19.4442 20.0099 19.6253 19.9702 19.7997C19.9292 19.9734 19.8471 20.1347 19.7307 20.2697C19.619 20.4089 19.4751 20.5188 19.3116 20.5897C19.1494 20.6662 18.9718 20.7038 18.7927 20.6997C18.5185 20.7075 18.2503 20.619 18.0343 20.4497C17.8142 20.2866 17.6615 20.0482 17.6052 19.7797L16.9066 15.6997H15.1304" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M8.13511 10.4998C2.00799 12.0498 2.86619 21.3798 9.54215 21.4998C14.1624 21.5598 16.5275 16.0898 14.1425 12.6898" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M14.3321 8.70974V12.9997C13.6215 11.7978 12.4848 10.9087 11.1488 10.5097V15.0697C11.1497 15.2275 11.1193 15.384 11.0594 15.5299C10.9994 15.6758 10.9111 15.8083 10.7995 15.9197C10.5762 16.1413 10.2755 16.2668 9.96128 16.2697C9.64369 16.2697 9.33911 16.1433 9.11454 15.9183C8.88996 15.6932 8.7638 15.388 8.7638 15.0697L8.16506 10.6897C8.12046 10.3306 8.17394 9.96606 8.3198 9.63498C8.46566 9.3039 8.69844 9.01869 8.99332 8.80974L10.59 7.67974C11.8373 6.71974 14.3321 6.85974 14.3321 8.70974Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M13.1945 7.05976C13.6445 7.05976 14.0844 6.92604 14.4586 6.67551C14.8327 6.42498 15.1244 6.06889 15.2966 5.65228C15.4688 5.23566 15.5138 4.77723 15.426 4.33495C15.3382 3.89267 15.1215 3.48642 14.8034 3.16755C14.4852 2.84869 14.0798 2.63154 13.6384 2.54357C13.1971 2.45559 12.7396 2.50074 12.3238 2.67331C11.9081 2.84588 11.5528 3.13811 11.3028 3.51306C11.0528 3.888 10.9193 4.32882 10.9193 4.77976C10.9193 5.38445 11.159 5.96438 11.5857 6.39196C12.0124 6.81954 12.5911 7.05976 13.1945 7.05976Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!