Spectrum Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Spectrum 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/316116.svg" alt="Spectrum icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/316116.svg" alt="Spectrum icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/316116.svg" alt="Spectrum icon" :width="24" :height="24" />
CSS background
.icon-spectrum {
background-image: url('https://proicons.com/icon/316116.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>Spectrum</title><path d="M0 10.2A1.8 1.8 0 001.8 12h1.8a8.4 8.4 0 018.4 8.4v1.8a1.8 1.8 0 001.8 1.8h8.4a1.8 1.8 0 001.8-1.8v-1.8C24 9.133 14.867 0 3.6 0H1.8A1.8 1.8 0 000 1.8v8.4z"/></svg>
Spectrum in other icon packs
Copied!