Forza Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Forza 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/326173.svg" alt="Forza icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326173.svg" alt="Forza icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326173.svg" alt="Forza icon" :width="24" :height="24" />
CSS background
.icon-forza {
background-image: url('https://proicons.com/icon/326173.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="m28.5098,27.3721c-1.4791,1.92-3.494,3.6465-6.093,5.0214l2.1414,5.1414c2.4512.0856,4.7014-.2112,7.0837-.9256,1.7581-1.866,2.3814-3.9591,2.1553-6.4019-1.7123-1.0355-3.4772-1.9816-5.2874-2.8344v-.0009Z"/><path class="b" d="m14.6521,21.9246c-.2074,2.5637.1488,5.1172.7981,7.2112-1.4809.9349-2.6949,1.6335-4.1405,2.6102-1.9851-1.8865-2.853-2.8744-3.8047-5.5451.1898-2.254.9433-4.2837,2.2688-6.0567l4.8781,1.7805Z"/><path class="b" d="m21.1098,11.3219c-.6791,1.853-.8967,3.7088-.6372,6.1581,2.4744.8186,4.9693,1.8605,7.026,2.9488,1.373-1.7172,2.9498-3.2623,4.614-4.733-.7647-1.9321-1.9563-3.9442-4.2186-5.3507-2.7581-.3042-4.5944.0298-6.7842.9767Z"/><path class="b" d="m24,44H5.8679c-1.029.0026-1.8653-.8295-1.8679-1.8586,0-.0031,0-.0062,0-.0093v-18.1321"/><path class="b" d="m37.9926,38.2912c-3.7381,3.6597-8.7613,5.7091-13.9926,5.7088"/><path class="b" d="m4,24c0-5.2323,2.0505-10.2563,5.7116-13.9944"/><path class="b" d="m9.7116,10.0056c3.762-3.841,8.912-6.0056,14.2884-6.0056,11.0457,0,20,8.9543,20,20h0c0,5.3773-2.1653,10.5281-6.0074,14.2902"/><path class="b" d="m31.7079,8.2837c3.3542,1.6508,6.0947,4.328,7.8233,7.6428"/><path class="b" d="m41.1535,27.4902c-1.6186,7.9926-8.6828,14.0093-17.1526,14.0093-.8558,0-1.6977-.0605-2.5209-.1795"/><path class="b" d="m12.4568,37.1526c-3.7905-3.3196-5.9619-8.1149-5.9563-13.1535,0-3.654,1.12-7.0465,3.0353-9.853"/><path class="b" d="m16.8577,8.0186c-.3451.5516-.507,1.2214-.6726,1.7395-2.186.9163-4.4419,2.3209-5.9535,4.4791l-.6958-.0912"/><path class="b" d="m16.8577,8.0186c2.2475-1.005,4.6823-1.5227,7.1442-1.5191,1.7284,0,3.3981.2512,4.9767.7172l1.0242,1.0912,1.706-.0242"/><path class="b" d="m41.1535,27.4902c-.3851-.7907-1.2037-1.293-2.174-1.693-.0065-2.6242-.4242-5.04-1.2744-7.2121,1.0028-.9963,1.76-1.9237,1.827-2.6586"/><path class="b" d="m12.4558,37.1535l1.0381-.1637c1.987,1.64,4.3814,2.6977,6.893,2.8716.2651.7758.547,1.066,1.093,1.4605"/></svg>
Copied!