Supreme Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Supreme 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/348055.svg" alt="Supreme icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348055.svg" alt="Supreme icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348055.svg" alt="Supreme icon" :width="24" :height="24" />
CSS background
.icon-supreme {
background-image: url('https://proicons.com/icon/348055.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="c" x="5.4996" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="c" d="M24.6916,18.452l-.5527,6.9084c-.185,2.3124,1.5109,4.1869,3.788,4.1869s4.2729-1.8745,4.4579-4.1869l.5527-6.9084"/><path class="c" d="M10.2596,27.713c.9043,1.337,2.1326,1.835,3.8968,1.835h2.4416c2.2721,0,4.2637-1.8705,4.449-4.1869s-1.507-4.1869-3.7791-4.1869h-2.6933c-2.2746,0-3.9686-1.8725-3.7836-4.1848.185-2.3124,2.183-4.189,4.4626-4.189h2.4282c1.7642,0,2.9926.498,3.8968,1.835"/><path class="c" d="M42.4996,19.292c-.6475-.5271-1.4803-.8396-2.4099-.8396-2.2771,0-4.2729,1.8745-4.4579,4.1869"/><path class="c" d="M35.4146,25.361c-.185,2.3124,1.5109,4.1869,3.788,4.1869,1.278,0,2.4674-.5905,3.2978-1.5175"/><line class="c" x1="35.9666" y1="18.452" x2="34.6276" y2="35.2"/></svg>
Copied!