Ai Score Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ai Score 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/321474.svg" alt="Ai Score icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321474.svg" alt="Ai Score icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321474.svg" alt="Ai Score icon" :width="24" :height="24" />
CSS background
.icon-ai-score {
background-image: url('https://proicons.com/icon/321474.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;}.c{fill:#000;stroke-width:0px;}</style></defs><circle class="b" cx="24" cy="24" r="21.5"/><polygon class="b" points="24 13.8936 13.6639 21.4032 17.612 33.5539 30.388 33.5539 34.3361 21.4032 24 13.8936"/><path class="b" d="m30.76,32.41c1.78,3.22,4.57,5.79,7.92,7.28"/><path class="b" d="m29.65,17.99c1.6-4.33,4.88-7.83,9.03-9.68"/><line class="b" x1="45.5" y1="24" x2="33.4923" y2="24"/><polyline class="b" points="7.13 10.69 8.23 18.66 2.51 24.5"/><polyline class="b" points="8.14 38.5 14.58 38.5 17.32 44.43"/><line class="b" x1="17.612" y1="33.5539" x2="14.5802" y2="38.5029"/><line class="b" x1="13.6639" y1="21.4032" x2="8.2293" y2="18.6557"/><line class="b" x1="24" y1="45.5" x2="24" y2="33.55"/><polyline class="b" points="24 2.5 24 7.89 24 13.89"/><line class="b" x1="24" y1="7.89" x2="17.45" y2="3.52"/><circle class="c" cx="27.0755" cy="21.624" r=".75"/><line class="b" x1="27.0755" y1="23.3774" x2="27.0755" y2="27.3226"/><line class="b" x1="24.29" y1="25.35" x2="21.6598" y2="25.35"/><polyline class="b" points="21.0023 27.3226 22.9749 21.4778 24.9475 27.3226"/></svg>
Copied!