Graded Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Graded 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/326746.svg" alt="Graded icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326746.svg" alt="Graded icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326746.svg" alt="Graded icon" :width="24" :height="24" />
CSS background
.icon-graded {
background-image: url('https://proicons.com/icon/326746.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m21.575,32.17c0,5.67,3.2,9.83,7.19,9.83h0c4,0,7.2-4.54,7.2-9.83h-7.2"/><path class="c" d="m21.575,19.06v6.18"/><path class="c" d="m35.965,16c0-5.53-3.2-10-7.2-10h0c-4,0-7.19,4.43-7.19,10v3.1"/><line class="c" x1="13.025" y1="37.49" x2="33.395" y2="8.85"/><line class="c" x1="15.665" y1="40.27" x2="35.465" y2="12.53"/><line class="c" x1="13.025" y1="37.49" x2="15.665" y2="40.27"/><polyline class="c" points="13.025 37.49 12.035 41.3 15.665 40.27"/></svg>
Copied!