Albion Online Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Albion Online 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/336125.svg" alt="Albion Online icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336125.svg" alt="Albion Online icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336125.svg" alt="Albion Online icon" :width="24" :height="24" />
CSS background
.icon-albion-online {
background-image: url('https://proicons.com/icon/336125.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="e" d="m23.6306,4.5865c3.5255,1.1162,8.8003,4.2714,11.2812,6.1675.3923.2999.5578.9434.2833,1.352-.3419.5088-.8111,1.0516-1.1893,1.5146-.3118.3816-.5272,1.1165-.5215,1.6102l.1429,12.2779c.0056.4937.2884,1.1821.6404,1.5286.2737.2693.5449.5222.8077.7296.3894.3074.574.8149.3319,1.2502l-2.4736,4.446c-.24.4315-.7151.4954-1.0544.1367-.976-1.0316-1.9279-2.0992-2.9529-3.0572-.3591-.3357-.6476-.9936-.6282-1.487l.2632-6.6557c.0093-.2334-.0773-.4605-.2395-.6286-.1623-.1682-.3862-.263-.62-.2624l-3.7074.009c-.4942.0012-.9102.4023-.9463.8947-.157,2.1403-.543,3.9653-1.1981,6.2154-.138.4741-.4013,1.2297-.5984,1.6825-1.5441,3.5476-4.1601,7.5021-6.6236,10.8348-.2935.3971-.851.4714-1.2415.1688l-.5671-.4395c-.3904-.3026-.44-.8474-.1474-1.2451,2.1242-2.8865,3.528-7.6397,4.2738-12.6802.4471-3.0216.6771-8.0373-.146-10.9658-.0872-.3099-.179-.613-.2733-.9077-.1504-.4702.0491-1.0685.4591-1.344,1.9648-1.3209,3.9328-2.716,5.6755-4.1267.3838-.3106.2945-.6385-.1968-.6911-3.7706-.4033-6.292.8649-8.5086,3.1-.3478.3507-.6788.2557-.7494-.2329-.0784-.5417-.1454-1.0724-.1982-1.5809-.051-.491.2102-1.1675.5715-1.5044,3.0778-2.8699,5.7633-4.8534,8.3622-6.008.4514-.2006,1.2181-.2504,1.689-.1013Z"/><path id="d" class="e" d="m25.1509,12.5287c-1.0764,1.2672-1.6832,3.0101-1.8,4.8384-.0241.3772.2859.6824.6643.6804l3.8657-.0204c.3789-.002.6852-.3095.6852-.6882l.0002-2.3919c0-.3781-.2271-.8907-.519-1.1312-.614-.5057-1.2688-.9734-1.9401-1.4318-.2664-.182-.5165-.3072-.5569-.282l-.3993.4268Z"/></svg>
Copied!