Supreme Alt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Supreme Alt 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/348056.svg" alt="Supreme Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348056.svg" alt="Supreme Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348056.svg" alt="Supreme Alt icon" :width="24" :height="24" />
CSS background
.icon-supreme-alt {
background-image: url('https://proicons.com/icon/348056.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="3.5" y="17.6923" width="41" height="12.6154"/><path class="c" d="M12.5147,21.8228l-.3782,2.7105c-.1266.9073.5193,1.6427,1.4427,1.6427s1.7745-.7355,1.901-1.6427l.3782-2.7105"/><line class="c" x1="15.4794" y1="24.5341" x2="15.2502" y2="26.1762"/><path class="c" d="M30.2635,23.4659c.1266-.9073.9777-1.6427,1.901-1.6427s1.5692.7355,1.4427,1.6427l-.3782,2.7105"/><line class="c" x1="30.4927" y1="21.8228" x2="29.8851" y2="26.1762"/><path class="c" d="M33.6066,23.4659c.1266-.9073.9777-1.6427,1.901-1.6427s1.5692.7355,1.4427,1.6427l-.3782,2.7105"/><path class="c" d="M22.1077,23.4659c.1266-.9073.9777-1.6427,1.901-1.6427"/><line class="c" x1="22.3369" y1="21.8228" x2="21.7292" y2="26.1762"/><path class="c" d="M6.1405,25.4571c.3369.5246.8238.72,1.5393.72h.9901c.9214,0,1.7707-.7339,1.8975-1.6427.1268-.9089-.5177-1.6427-1.4391-1.6427h-1.0922c-.9224,0-1.5676-.7347-1.441-1.6419.1266-.9073.9786-1.6436,1.903-1.6436h.9847c.7154,0,1.2024.1954,1.5393.72"/><path class="c" d="M28.2114,25.3477c-.357.4952-.9463.829-1.5683.829-.9234,0-1.5692-.7355-1.4427-1.6427l.149-1.0678c.1266-.9073.9777-1.6427,1.901-1.6427s1.5692.7355,1.4427,1.6427l-.0745.5339h-3.3437"/><path class="c" d="M41.3819,25.3477c-.357.4952-.9463.829-1.5683.829-.9234,0-1.5692-.7355-1.4427-1.6427l.149-1.0678c.1266-.9073.9777-1.6427,1.901-1.6427s1.5692.7355,1.4427,1.6427l-.0745.5339h-3.3437"/><path class="c" d="M17.0489,24.5341c-.1266.9073.5193,1.6427,1.4427,1.6427s1.7745-.7355,1.901-1.6427l.149-1.0678c.1266-.9073-.5193-1.6427-1.4427-1.6427s-1.7745.7355-1.901,1.6427"/><line class="c" x1="17.4263" y1="21.8228" x2="16.5096" y2="28.3944"/></svg>
Copied!