F1 Clash Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The F1 Clash 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/340212.svg" alt="F1 Clash icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340212.svg" alt="F1 Clash icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340212.svg" alt="F1 Clash icon" :width="24" :height="24" />
CSS background
.icon-f1-clash {
background-image: url('https://proicons.com/icon/340212.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M37.8668,13.569l5.6332.0007-10.8336,10.8326h-5.6332l10.8336-10.8333Z"/><path class="b" d="M37.8668,13.569h-19.7752c-1.766-.0001-3.4598.7013-4.7086,1.95l-8.883,8.8834h5.6334l6.2475-6.2471c.6244-.6244,1.4712-.9751,2.3542-.9751h15.5213"/><path class="b" d="M10.1328,24.4026h5.6334l3.1933-3.1932c.2676-.2676.6305-.418,1.009-.418h10.6757"/><path class="b" d="M12.2891,26.6342h-3.3332c-2.2974,0-3.7007,2.1956-3.7007,3.8984,0,1.7028,1.2477,3.8984,3.7007,3.8984h3.3332"/><path class="b" d="M14.5406,26.6342v7.7969h2.9137"/><path class="b" d="M19.411,34.4305l6.8404-7.7963v5.9894"/><path class="b" d="M22.2628,34.4305h10.4997c1.4651,0,2.1599-.9573,2.1649-1.9491.005-.9798-.9334-1.9491-2.1192-1.9491-1.2041,0-2.087-.9854-2.0578-1.9491.0314-1.0371,1.0106-1.9491,2.3371-1.9491h1.8399"/><path class="b" d="M37.3874,26.6342v7.7969"/><path class="b" d="M42.7438,26.6342v7.7968"/><path class="b" d="M37.3874,30.5323h5.3562"/></svg>
Copied!