Thefinals Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Thefinals 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/316306.svg" alt="Thefinals icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/316306.svg" alt="Thefinals icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/316306.svg" alt="Thefinals icon" :width="24" :height="24" />
CSS background
.icon-thefinals {
background-image: url('https://proicons.com/icon/316306.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>THE FINALS</title><path d="M18.523 19.319H24L14.965 6.295c-.626-.904-1.51-1.614-2.847-1.614-1.38 0-2.264.775-2.889 1.614L0 19.319h5.261l3.372-4.759 3.256 4.759h5.478l-5.934-8.712.599-.846 6.491 9.558Zm0 0"/></svg>
Copied!