Score Sheets Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Score Sheets 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/347040.svg" alt="Score Sheets icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347040.svg" alt="Score Sheets icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347040.svg" alt="Score Sheets icon" :width="24" :height="24" />
CSS background
.icon-score-sheets {
background-image: url('https://proicons.com/icon/347040.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 xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="m39.469 39.999c-.24421 1.9787-1.9225 3.5009-3.9694 3.5009h-23c-2.216 0-4-1.784-4-4v-31c0-2.216 1.784-4 4-4h23c2.216 0 4 1.784 4 4v22.367"/><path class="a" d="m37.134 37.66-15.846-15.885v-4.5246h4.6323l15.785 15.828"/><path class="a" d="m44.315 37.985a1.6234 1.6234 0 000-2.2906l-2.61-2.6164-4.5706 4.5824 2.61 2.6164a1.6136 1.6136 0 002.2849 0z"/><line class="a" x1="13" x2="35" y1="10.5" y2="10.5"/><line class="a" x1="13" x2="21.288" y1="17.25" y2="17.25"/><line class="a" x1="32.652" x2="35" y1="24" y2="24"/><line class="a" x1="13" x2="23.508" y1="24" y2="24"/><line class="a" x1="13" x2="29.989" y1="30.75" y2="30.75"/><line class="a" x1="13" x2="35" y1="37.5" y2="37.5"/></svg>
Copied!