Autism Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Autism 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/304945.svg" alt="Autism icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304945.svg" alt="Autism icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304945.svg" alt="Autism icon" :width="24" :height="24" />
CSS background
.icon-autism {
background-image: url('https://proicons.com/icon/304945.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="M748 319c-2-49-10-95-52-132-27-24-60-37-90-56-92-57-239-38-318 11-63 40-111 98-135 170-15 47-36 92-22 146 8 33 35 63 35 86 1 64 48 87 83 116 54 45 112 21 130-45 1-6 3-15 6-15 64-11 23-45 15-75 59 11 115 17 173 3 40-9 63-29 64-69 1-27 10-39 37-47 49-14 76-48 74-93zm218 248c-17-27-38-51-56-77-24-32-38-67-24-109 7-20 4-42-3-63C828 141 662-23 388 3 234 17 125 93 65 233 3 376 11 518 105 645c74 100 120 202 89 328-2 9-9 23 7 24 10 1 15-8 18-23 18-120-5-230-86-323-59-68-79-149-83-235C38 188 205 21 439 22c232-6 377 146 424 302 5 16 10 31 5 46-19 56-1 102 34 144 13 17 26 34 39 52 19 24 15 41-16 50-19 5-44 11-40 37 9 57-1 113 1 170 4 67 2 68-66 76-16 2-32 3-48 6-39 8-64 30-73 70-2 9-7 22 8 25 12 2 12-11 13-18 9-44 39-57 79-59 21-1 43-4 64-8s40-18 42-39c5-62 14-125 7-186-5-38 1-50 34-61 31-11 37-35 20-62z"/></svg>
Copied!