Fordpass Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fordpass 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/340707.svg" alt="Fordpass icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340707.svg" alt="Fordpass icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340707.svg" alt="Fordpass icon" :width="24" :height="24" />
CSS background
.icon-fordpass {
background-image: url('https://proicons.com/icon/340707.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="24" cy="24" r="21.5"/><path class="c" d="m4.1155,32.0216c.8954-1.7841,1.7908-3.5683,3.1266-4.9566,1.3358-1.3883,3.047-2.3445,4.3977-2.6226,1.3508-.2781,2.2108.1947,2.5708.7165.36.5217.2198,1.0924-.1019,1.441s-.8249.4751-1.6613,1.0604-2.0057,1.6294-2.5945,3.17c-.5889,1.5406-.596,3.2793-.0389,4.6611.5571,1.3818,1.6796,2.1056,3.6084,2.075,1.9288-.0305,4.5802-.7914,7.1336-2.4898,2.5534-1.6985,4.8499-4.2378,7.348-7.4119s5.1663-6.9483,7.1079-9.5071c1.9416-2.5588,3.1565-3.9018,4.0785-4.829.922-.9272,1.5512-1.4384,2.1803-1.9496"/><path class="c" d="m16.1611,43.9846c1.6278-.3487,3.2555-.6975,5.0907-1.7004,1.8352-1.0029,3.8775-2.6599,6.4427-5.9934s5.6527-8.343,8.0301-12.1095,4.0441-6.2895,5.135-7.7555,1.6059-1.8752,2.1209-2.2842"/><path class="c" d="m31.7928,22.5355c-.6769.1096-1.3538.2192-2.0116.4079s-1.2962.4568-1.9182.8355c-.622.3787-1.2274.8682-1.8057,1.1686-.5783.3004-1.1293.4118-1.4815.1167-.3522-.2951-.5054-.9965-.0794-1.6262.4259-.6296,1.431-1.1873,2.4688-1.6582,1.0378-.4708,2.1082-.8547,3.2013-1.1206s2.2087-.4138,3.3243-.5616"/><path class="c" d="m37.3221,21.9873c1.3192-.0904,2.6383-.1808,3.623-.25.9847-.0692,1.6348-.1173,2.3102-.1621s1.3761-.0866,2.0769-.1283"/><path class="c" d="m38.8505,19.7471c.5902-.0711,1.1804-.1423,2.1865-.2103,1.0061-.068,2.4281-.1329,3.8501-.1978"/><path class="c" d="m35.9307,6.3112c-1.5692.0517-3.1383.1034-4.6745.2611s-3.0393.4215-4.3532.8063-2.4385.8906-3.3368,1.4554c-.8983.5648-1.5702,1.1885-2.1237,1.8535-.5535.665-.9884,1.3714-.9588,2.5468.0296,1.1755.4842,2.689,1.9034,3.0857,1.4192.3967,3.3432-.3477,4.7219-1.3565,1.3787-1.0089,1.6455-1.8579,2.1135-2.4954.468-.6374,1.0034-.8314,1.4524-.6875.449.1439.7772.6379.6413,1.4392-.1358.8013-.7357,1.9096-1.4411,3.0137-.7054,1.104-1.5163,2.2036-2.5656,3.1418s-2.3369,1.7149-3.824,2.2957c-1.4871.5807-3.0672.9411-4.4963.7103s-2.5413-1.0392-3.6686-2.4564c-1.1273-1.4171-2.0207-3.0241-1.2097-5.705s2.4479-4.316,4.8006-6.1945c2.3527-1.8785,4.2459-2.828,6.2165-3.3765,1.9706-.5484,4.0024-.6922,6.0479-.837"/></svg>
Copied!