Skyrim Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Skyrim 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/332869.svg" alt="Skyrim icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332869.svg" alt="Skyrim icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332869.svg" alt="Skyrim icon" :width="24" :height="24" />
CSS background
.icon-skyrim {
background-image: url('https://proicons.com/icon/332869.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.8102,25.074c1.125.0999,1.3373,1.3923,1.2635,2.6478"/><path class="b" d="m20.5474,19.1596c.8228.148,1.4678.8654,1.7309,2.0494"/><path class="b" d="m18.3872,15.4792c.6925-.2245,1.3917.1563,1.6856.9669"/><path class="b" d="m20.631,5.0465c.3872-.1356.8719.0306,1.218.806"/><path class="b" d="m24.6833,31.5514c0-5.025.2121-6.3821,4.0986-6.5067-.5816,1.6755.4431,4.0988.4431,4.0988-.5954,1.9525-2.174,2.1325-2.174,2.1325l-.0363,7.0318,7.9707-17.6942L26.9264,3s3.2264,14.8996,3.5864,16.7689c.36,1.8694-1.6944,1.5586-2.1048,1.4817-.4024-.0754-1.0554-1.1457.3185-1.9801"/><path class="b" d="m28.1898,25.074c-1.125.0999-1.3373,1.3923-1.2635,2.6478"/><path class="b" d="m25.7217,21.209c0-2.1094-2.4786-2.2986-2.4786-3.7803,0-2.3263,2.8087-1.4216,2.8087-4.0018"/><path class="b" d="m27.4526,19.1596c-.8228.148-1.4678.8654-1.7309,2.0494"/><path class="b" d="m29.6128,15.4792c-.6925-.2245-1.3917.1563-1.6856.9669"/><path class="b" d="m27.369,5.0465c-.3872-.1356-.8719.0306-1.218.806"/><path class="b" d="m21.8128,40.1447s.7009,1.2396,2.1872,1.2396c1.4863,0,2.1872-1.2396,2.1872-1.2396,0,0-2.1872,4.8553-2.1872,4.8553l-2.1872-4.8553,1.7533-2.8314-.9139-2.2986,2.0311-3.4633c-.2033-4.5681-1.3387-6.3959-5.4652-6.5067.5816,1.6755-.4431,4.0988-.4431,4.0988.5954,1.9525,2.174,2.1325,2.174,2.1325l.0363,7.0318-7.9707-17.6942L21.0736,3s-3.2264,14.8996-3.5864,16.7689,1.6944,1.5586,2.1048,1.4817c.4024-.0754,1.0554-1.1457-.3185-1.9801"/><path class="b" d="m22.6061,7.5326c-.3877,1.1262.2123,2.1602.6924,2.5571s1.8001.1939,2.5848-.8216"/><path class="b" d="m22.6451,9.1339c.0071.9928-.7961.762-.8976,2.0082-.0797.9781-.7708,1.4724.0531,2.6102.7616-3.5587,4.2511-1.7447,4.2511-.3254,0,2.2225-4.4449,1.4955-4.4449,4.4588,0,1.4816.6093,2.0494.6716,3.3233"/><path class="b" d="m24.4606,10.2126c-.5136.1126-.7233,1.2528-.0392,1.5607"/></svg>
Copied!