Instagram Lite Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Instagram Lite 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/342022.svg" alt="Instagram Lite icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342022.svg" alt="Instagram Lite icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342022.svg" alt="Instagram Lite icon" :width="24" :height="24" />
CSS background
.icon-instagram-lite {
background-image: url('https://proicons.com/icon/342022.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>.g{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="g" d="M8,4c-2.216,0-4,1.784-4,4v29c0,2.216,1.784,4,4,4h23.2715c-.823-1.1719-1.2668-2.568-1.2715-4,0-3.866,3.134-7,7-7,1.4305.0007,2.8265.4397,4,1.2578V8c0-2.216-1.784-4-4-4H8Z"/><circle id="c" class="g" cx="33.8501" cy="11.1498" r="2.25"/><circle id="d" class="g" cx="22.5" cy="22.5" r="8.25"/><circle id="e" class="g" cx="37" cy="37" r="7"/><polyline id="f" class="g" points="35 33 35 41 39 41"/></svg>
Copied!