Paralysis Disability Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Paralysis Disability 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/306186.svg" alt="Paralysis Disability icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306186.svg" alt="Paralysis Disability icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306186.svg" alt="Paralysis Disability icon" :width="24" :height="24" />
CSS background
.icon-paralysis-disability {
background-image: url('https://proicons.com/icon/306186.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="M458 83c0 46-37 84-83 84s-84-38-84-84 38-83 84-83 83 37 83 83zm254 683c-16-8-35-1-43 15-45 94-141 154-244 154-150 0-271-121-271-271 0-84 38-163 106-215 14-11 16-31 6-45-11-14-32-17-46-6-83 64-131 161-131 266 0 185 151 336 336 336 128 0 247-75 302-191 8-16 1-35-15-43zm194 25L733 512c-9-13-25-16-43-16H472c-9 0-17-1-17-2l1-2v-35c0-9 1-16 3-16h194c22 0 39-17 39-39 0-21-17-39-39-39H459c-2 1-3-6-3-15v-91c0-35-29-63-63-63h-18c-34 0-62 28-62 63v315c0 35 28 63 62 63h301c9 0 20 6 25 13 30 46 127 192 127 192 11 19 39 23 60 9 22-13 30-39 18-58z"/></svg>
Copied!