Aria Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Aria 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/322034.svg" alt="Aria icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322034.svg" alt="Aria icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322034.svg" alt="Aria icon" :width="24" :height="24" />
CSS background
.icon-aria {
background-image: url('https://proicons.com/icon/322034.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="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M16.4959,40.1643s-4.3233,2.4165-7.1378,1.5637c-.8102-3.3689-2.8145-7.42-2.9424-14.1151s.7249-12.4946,3.2409-15.2238c-.8955-2.6439.597-7.8891.597-7.8891,1.5778,1.322,4.8187,1.8763,5.5437,2.3454"/><path class="cls-1" d="M15.3282,7.7409c1.5352-1.5352,11.0021-5.8848,18.7206-.8955"/><path class="cls-1" d="M34.0487,12.3464c.7676-2.3454,4.2217-7.8293,4.2217-7.8293,3.3689,5.4839,3.3262,20.1534,3.3262,20.1534-1.6631,6.6524-5.1599,14.0298-9.0831,18.8059,0,0-1.6205.1421-3.6674-.2701,2.2175-6.425,4.7761-20.2415,4.7761-20.2415,0,0,.3838-4.1364-1.0661-6.4392-1.2793.6397-2.9424,1.8763-3.4541,5.501-2.2601-.3411-6.098-.5117-6.098-.5117-.9382-3.8806-2.4733-5.6716-2.4733-5.6716-4.0085,1.8337-3.7953,6.5671-3.7953,6.5671-.4691-2.4307-2.8571-6.226-2.8571-6.226-1.4925,2.388-2.0895,5.1172-2.2175,6.098s-.8955,8.8699-1.4072,10.533c1.1087,4.4349,7.0991,9.9283,14.0724,9.2963,4.359-.395,5.0767-.6425,5.0767-.6425"/><polyline class="cls-1" points="12.8975 24.5425 17.3324 25.3528 12.8975 27.1011"/><polyline class="cls-1" points="31.5754 24.0086 27.4816 25.3101 30.8931 27.1011"/><path class="cls-1" d="M18.5172,41.2585c-1.2793-1.5778-2.1656-8.1872-1.1848-9.168s9.8933-.0853,10.7888.3411,1.9175,5.5469,1.8329,7.1018"/></svg>
Copied!