Valkyrie Connect Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Valkyrie Connect 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/349196.svg" alt="Valkyrie Connect icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349196.svg" alt="Valkyrie Connect icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349196.svg" alt="Valkyrie Connect icon" :width="24" :height="24" />
CSS background
.icon-valkyrie-connect {
background-image: url('https://proicons.com/icon/349196.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="m16.2642,31.9961c-1.0757,1.0937-.5677,2.2232,1.1454,2.6714m-3.4523-3.3527c-.1673,1.4632-.0797,2.9264-1.1713,4.3896m-1.1594-6.4135c3.8069,4.6366,10.0401,2.257,11.4465.4014m-.0896-.1653c0,1.5837-.01,4.3965-4.8677,5.0469-10.3698,1.3915-8.6685,5.2312-8.4185,6.6237,2.266-3.275,4.8706-3.2202,7.3807-4.0947m10.0979-12.1208c.5598,3.772,1.5538,8.9943-3.8547,10.1009-7.1167,1.4582-10.0451,3.9642-10.5979,8.3199,3.5957-2.507,7.9086-2.6813,12.0023-2.9871,5.3647-.4004,6.3986-2.4343,8.1954-4.7631-.7052,2.4662-2.4602,4.9553-3.8985,6.2502,6.2113.4801,13.3181-4.3517,5.2242-14.2593,1.9014,1.3935,5.2023,1.6733,9.2532-.0767-3.1704-.6932-6.4992-.9094-8.3299-4.3407-.7401-1.3885-1.2929-4.7113-3.1774-7.4524m-19.3033,4.8208c.4412-.1305,1.3307.0359,1.7759.6654.493.6972,1.8905.6424,2.3477.01.245-.3387.5727-.4213.9034-.4781m-3.9244-2.3556c1.248.5458,2.27.4841,3.0877.2839m-3.6734-6.4344c-1.7032.3715-5.2571,2.8487-4.6127,6.532.6454,3.6883-2.0449,4.1804-4.0937,4.283.2171,2.254,2.6345,2.509,4.1316,2.5339m5.5659-11.9575c-2.6694-2.8985-2.4562-8.5849-1.2869-8.9923,1.6833-.5877,1.9702,1.9253,2.3048,3.3467m-3.524,13.3718c.0259.9911.2092,2.2192-.4343,3.9413-.5817,1.5558.7072,2.4941,1.1594,3.6973-3.8109.8865-4.8408-2.4184-2.3536-6.5838m5.6396-8.6855c-1.4064-.498-4.3328,1.0907-4.7342,4.287-.251,1.9991-.9413,3.0638-2.1176,4.3407,1.8855-.1225,2.5429.0369,4.53-3.6674,1.6704-3.1156,2.013-2.2849,2.6435-2.9045m-.1843-4.6176c2.7072-2.277,7.0072-2.9333,11.7513-.5598m-11.3738,3.2003c-2.015.0538-3.5559-4.9832-.0418-6.2203-.4363,1.5996-.9472,3.1216.0418,6.2203Zm6.9623,1.6415c3.3367-6.036,14.4057-10.5282,14.6219-9.1925.2918,1.8098-2.5857,4.4682-6.2452,6.795m-4.7432.8357c1.516.3028.6156,2.52-1.75,3.3577m4.7252-3.1654c1.8626-1.1385,4.1774-2.4453,4.7631-1.1933.252.5379-.8735,2.9513-5.6326,3.0359,3.5359.4851.4412,2.9264-2.6485,2.3845m-3.6087,6.8259c.3984,2.2311-1.8327,3.0021-3.6834,3.9842,2.9045,1.0309,8.0809.6793,7.9783-3.9603m-8.2891-6.1665c4.3278,5.1695,10.2871,3.9632,13.2902,3.7073-10.2612,6.9823-15.862-1.8506-15.6149-7.8309-.1703-1.3765.0867-2.6007.756-2.9682,2.9443-1.6186,4.7003,3.2102,8.5909,6.2253,2.6594,1.9991,3.1634.5379,4.6266.8148-.4412,1.0618-3.3467,1.7779-6.4275.9333.2271,1.3715,1.7132,2.0429,2.6066,3.0449"/></svg>
Copied!