Inderix Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Inderix 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/327389.svg" alt="Inderix icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327389.svg" alt="Inderix icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327389.svg" alt="Inderix icon" :width="24" :height="24" />
CSS background
.icon-inderix {
background-image: url('https://proicons.com/icon/327389.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>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="f" d="M37.8153,16.8931l6.386,6.3859c.3982.3982.3982,1.0438,0,1.442l-11.4114,11.4114"/><path class="f" d="M20.6576,6.8424h16.138c.5632,0,1.0197.4565,1.0197,1.0197v16.1379c0,9.4759-7.6818,17.1576-17.1577,17.1576S3.5,33.4759,3.5,24,11.1817,6.8424,20.6576,6.8424Z"/><path class="f" d="M13.2407,16.901v14.1981"/><path class="f" d="M20.6576,16.901v14.1981"/></svg>
Copied!