Centrelink Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Centrelink 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/323558.svg" alt="Centrelink icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323558.svg" alt="Centrelink icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323558.svg" alt="Centrelink icon" :width="24" :height="24" />
CSS background
.icon-centrelink {
background-image: url('https://proicons.com/icon/323558.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M19.3988,42.2322c-1.0067,1.0995-1.1912,1.0194-3.8941-.2815s-2.8811-1.3947-2.6502-2.8674l1.0394-6.6592-6.7225-.4586c-1.4864-.0991-1.5391-.2941-2.2117-3.2173-.6726-2.9232-.7095-3.1204.5851-3.8604l5.8423-3.3491-3.8425-5.545c-.8497-1.2228-.7305-1.3862,1.1353-3.735s1.9966-2.5016,3.3818-1.9502l6.3261,2.5089,2.0061-6.4242c.4301-1.4263.6315-1.4337,3.6306-1.4337s3.2015.0074,3.6316,1.4337l1.9502,6.4516,6.2565-2.5016c1.3831-.5545,1.5149-.4027,3.3881,1.9407s1.9924,2.5058,1.1459,3.7318l-3.8119,5.5524,5.8665,3.3301c1.2966.7348,1.2597.9329.5967,3.8583s-.7158,3.1204-2.2032,3.2237l-6.7214.4765,1.0563,6.655c.2351,1.4716.058,1.5665-2.6418,2.8747s-2.8832,1.3894-3.8931.2931l-4.6299-4.9831-4.6162,4.9357ZM33.8052,18.897c-2.0346,2.7493-2.0957,4.417-.3036,5.3774l7.706,4.1366-6.5517.1265c-3.4187.0675-4.7638,1.0963-4.4065,3.0972l1.5317,8.8762-4.4665-5.1992c-2.1663-2.646-3.7666-3.1151-5.1381-1.615l-5.9023,6.4558,1.4864-6.383c.7738-3.3312.1075-4.8872-1.9207-5.0316l-8.8572-.5819,5.7158-2.9348c3.0466-1.5539,3.8056-3.0677,2.6101-4.7122l-5.2667-7.2,6.3778,2.6207c3.1499,1.3293,4.7849.9973,5.2972-.9709l2.2053-8.465,1.8743,6.8026c.9119,3.2954,2.1864,4.3717,4.048,3.5526l8.0834-3.5694-4.1229,5.6177Z"/></svg>
Copied!