Masters Leader Board Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Masters Leader Board 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/320341.svg" alt="Masters Leader Board icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320341.svg" alt="Masters Leader Board icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320341.svg" alt="Masters Leader Board icon" :width="24" :height="24" />
CSS background
.icon-masters-leader-board {
background-image: url('https://proicons.com/icon/320341.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 29.1.0, SVG Export Plug-In . SVG Version: 9.03 Build 55587) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> <path id="masters-leader-board_00000124853783863523794560000012818358255876799128_" d="M17,28.36h-2 c-0.199,0-0.36-0.161-0.36-0.36v-6.641H5.027c-0.009,0-0.018,0.001-0.027,0.001H3c-0.199,0-0.36-0.161-0.36-0.36V9 c0-0.199,0.161-0.36,0.36-0.36h1.838c2.861-3.18,6.919-5,11.162-5s8.301,1.82,11.161,5H29c0.199,0,0.36,0.161,0.36,0.36v12 c0,0.199-0.161,0.36-0.36,0.36h-2c-0.009,0-0.018-0.001-0.026-0.001H17.36V28C17.36,28.199,17.199,28.36,17,28.36z M15.36,27.64 h1.28v-6.28h-1.28V27.64z M27.36,20.64h1.279V9.36H27.36V20.64z M3.36,20.64h1.28V9.36H3.36V20.64z M5.36,20.639h21.28V9.137 C23.915,6.1,20.045,4.36,16,4.36S8.085,6.1,5.36,9.137V20.639z M28,8.36c-0.75,0-1.36-0.61-1.36-1.36S27.25,5.64,28,5.64 S29.36,6.25,29.36,7S28.75,8.36,28,8.36z M28,6.36c-0.353,0-0.64,0.287-0.64,0.64S27.647,7.64,28,7.64S28.64,7.353,28.64,7 S28.353,6.36,28,6.36z M4,8.36C3.25,8.36,2.64,7.75,2.64,7S3.25,5.64,4,5.64S5.36,6.25,5.36,7S4.75,8.36,4,8.36z M4,6.36 C3.647,6.36,3.36,6.647,3.36,7S3.647,7.64,4,7.64S4.64,7.353,4.64,7S4.353,6.36,4,6.36z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!