Concordia Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Concordia 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/323967.svg" alt="Concordia icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323967.svg" alt="Concordia icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323967.svg" alt="Concordia icon" :width="24" :height="24" />
CSS background
.icon-concordia {
background-image: url('https://proicons.com/icon/323967.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="M37.5078,8.9468v-2.4438c-4.0062,0-15.2735-2.0031-15.2735-2.0031,0,0-11.2773,2.0031-15.2735,2.0031v20.0308c0,9.1841,13.5809,16.9661,15.2735,16.9661,1.0116,0,6.2747-2.7823,10.3429-6.9827"/><path class="d" d="M33.4285,15.4749l-4.1894,4.0352c-1.1267-.665,1.1067-3.4994.0381-4.53-1.8428,1.4903-2.6921,3.0447-1.5153,5.9101l-12.5773,12.1968-3.9541-4.1063,13.63-13.1663c4.1724-4.0312,6.0443-2.3917,8.5682-.3395ZM28.6271,32.8937l-6.5601-6.48M18.0208,22.4176l-1.5524-1.5324c1.1718-2.8644.3305-4.4168-1.5123-5.9091-1.0716,1.0316,1.1618,3.8659.03,4.537l-4.1864-4.0362c2.5239-2.0532,4.6471-3.9361,8.5732.3405l2.7342,2.6541M32.7435,28.7874l-6.5601-6.3698"/><path class="d" d="M37.4337,12.0576v27.0416"/><path class="d" d="M28.6261,32.8977l4.1193-3.9961"/><path class="d" d="M41.0392,18.3673c-.7972-.9715-1.9009-2.1804-3.6055-2.2334-1.5163-.0471-3.6055.637-3.6055,3.1348,0,3.1488,5.7338,3.6736,5.7338,7.0328.0551,3.7838-4.8324,4.6852-4.8324,7.3894,0,4.0203,4.9468,1.8012,4.9476,1.8008"/></svg>
Copied!