Ally Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ally 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/321635.svg" alt="Ally icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321635.svg" alt="Ally icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321635.svg" alt="Ally icon" :width="24" :height="24" />
CSS background
.icon-ally {
background-image: url('https://proicons.com/icon/321635.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M22.1443,42.83A18.7641,18.7641,0,0,1,5.5324,22.9405,18.656,18.656,0,0,1,24.3129,5.1732,18.6873,18.6873,0,0,1,42.4924,23.58"/><path class="a" d="M23.8564,32.37a7.6779,7.6779,0,0,1-6.9712-8.0743,7.6112,7.6112,0,0,1,7.3335-7.6942,7.6112,7.6112,0,0,1,7.3339,7.6937"/><path class="a" d="M42.5,23.6888V42.4453H31.5374V24.0261"/><path class="a" d="M22.2382,42.7851l8.3089-10.416H23.8476"/></svg>
Copied!