Indigo Neo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Indigo Neo 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/341961.svg" alt="Indigo Neo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341961.svg" alt="Indigo Neo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341961.svg" alt="Indigo Neo icon" :width="24" :height="24" />
CSS background
.icon-indigo-neo {
background-image: url('https://proicons.com/icon/341961.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="a" 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><path class="c" d="M9.5,16.6835v7.0948M24.9667,16.6835v7.0948"/><path class="c" d="M11.522,23.7783v-7.0948l4.7003,7.0948v-7.0948"/><path class="c" d="M18.2443,23.7783v-7.0948h1.5963c1.685,0,3.104,1.419,3.104,3.104v.8869c0,1.685-1.419,3.104-3.104,3.104h-1.5963ZM36.1055,23.7783h0c-1.3303,0-2.3058-1.0642-2.3058-2.3058v-2.3945c0-1.3303,1.0642-2.3945,2.3058-2.3945h0c1.3303,0,2.3945,1.0642,2.3945,2.3945v2.3058c0,1.3303-1.0642,2.3945-2.3945,2.3945ZM31.7777,19.078c0-1.3303-1.0642-2.3945-2.3945-2.3945h0c-1.3303,0-2.3945,1.0642-2.3945,2.3945v2.3945c0,1.3303,1.0642,2.3058,2.3945,2.3058h0c1.3303,0,2.3945-1.0642,2.3945-2.3058h-2.3945"/><path class="c" d="M20.4526,31.3165v-2.9266c0-.9755-.7982-1.7737-1.7737-1.7737h0c-.9755,0-1.7737.7982-1.7737,1.7737M16.9052,31.3165v-4.789"/><path class="c" d="M25.5076,30.4297c-.2661.5321-.8869.8869-1.5076.8869h0c-.9755,0-1.7737-.7982-1.7737-1.7737v-1.1529c0-.9755.7982-1.7737,1.7737-1.7737h0c.9755,0,1.7737.7982,1.7737,1.7737v.6208h-3.5474M27.5474,28.3899c0-.9755.7982-1.7737,1.7737-1.7737s1.7737.7982,1.7737,1.7737v1.1529c0,.9755-.7982,1.7737-1.7737,1.7737s-1.7737-.7982-1.7737-1.7737v-1.1529Z"/><path id="b" class="c" d="M9.5,5.5h29c2.216,0,4,1.784,4,4v29c0,2.216-1.784,4-4,4H9.5c-2.216,0-4-1.784-4-4V9.5c0-2.216,1.784-4,4-4Z"/></svg>
Copied!