Assoluto Racing Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Assoluto Racing 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/336661.svg" alt="Assoluto Racing icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336661.svg" alt="Assoluto Racing icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336661.svg" alt="Assoluto Racing icon" :width="24" :height="24" />
CSS background
.icon-assoluto-racing {
background-image: url('https://proicons.com/icon/336661.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>.j{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="c"><path id="d" class="j" d="M15.375,25.4863L4.5,14.0629h20.08l4.2873,4.5035"/><path id="e" class="j" d="M40.9139,31.2205l2.5861,2.7165h-20.08l-5.8323-6.1264"/></g><g id="f"><path id="g" class="j" d="M35.1953,23.3883l6.0529,6.3582"/><path id="h" class="j" d="M15.2756,29.7466l4.8277-12.4066h1.7937s4.8277,12.4063,4.8277,12.4063"/><path id="i" class="j" d="M30.3436,29.7463l.0006-12.4063h8.8275c1.7339,0,3.1298,1.3488,3.1298,3.0242s-1.3959,3.0242-3.1298,3.0242h-8.827"/></g></svg>
Copied!