Indie Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Indie 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/327400.svg" alt="Indie icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327400.svg" alt="Indie icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327400.svg" alt="Indie icon" :width="24" :height="24" />
CSS background
.icon-indie {
background-image: url('https://proicons.com/icon/327400.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polyline class="d" points="13.0015 29.3494 13.0015 18.6506 18.4445 29.3494 18.4445 18.6506"/><line class="d" x1="34.3921" y1="24.2191" x2="38.5" y2="24.2191"/><polyline class="d" points="38.5 29.3494 34.3921 29.3494 34.3921 19.0888 38.5 19.0888"/><path class="d" d="M21.9461,29.3494v-10.6988h3.7035c.9607,0,1.7395.7788,1.7395,1.7395v7.2198c0,.9607-.7788,1.7395-1.7395,1.7395h-3.7035Z"/><line class="d" x1="9.5" y1="18.6506" x2="9.5" y2="29.3494"/><line class="d" x1="30.8906" y1="18.6506" x2="30.8906" y2="29.3494"/><rect id="c" class="d" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!