Antutu Benchmark Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Antutu Benchmark 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/336413.svg" alt="Antutu Benchmark icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336413.svg" alt="Antutu Benchmark icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336413.svg" alt="Antutu Benchmark icon" :width="24" :height="24" />
CSS background
.icon-antutu-benchmark {
background-image: url('https://proicons.com/icon/336413.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M16.501,32.062l5.64,1.335c-.03,1.45-2.761,2.004-3.498,1.15l-2.142-2.485ZM31.362,32.215l-5.64,1.334c.03,1.45,2.762,2.004,3.499,1.15l2.141-2.484ZM11.088,37.649c.33-3.933,2.873-7.291,6.519-9.174M37.581,36.731c-.648-3.683-3.23-6.74-6.76-8.436.957-2.93.645-6.186-.158-9.098-.77-1.46-2.062-1.174-2.951-1.03-1.356.293-2.545.894-1.61,2.565,1.531,2.737,1.983,4.57,2.614,6.75M28.716,27.482c-1.403-.4172-2.8593-.628-4.323-.626-1.642,0-3.218.26-4.676.736.853-4.853.172-9.013-1.508-9.463-1.94-.52-4.135.093-3.525,2.123.73,2.427,2.67,5.08,2.922,8.222M21.089,12.122c-1.32-1.192-1.553-2.807-1.204-4.824-2.629,2.111-5.467,4.813-5.429,9.321-1.243.127-2.177-.399-2.655-2.07-2.979,2.196-5.22,7.656-5.216,10.916.013,9.96,7.686,18.035,17.343,18.035s17.487-8.075,17.487-18.035c0-6.228-3.06-11.718-7.714-14.958-.469,1.077-.797,1.888-2.14,2.765-.127-5.416-4.298-6.537-7.38-8.772.496,3.098-.506,6.555-3.092,7.622Z"/></svg>
Copied!