Instaddr Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Instaddr 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/327459.svg" alt="Instaddr icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327459.svg" alt="Instaddr icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327459.svg" alt="Instaddr icon" :width="24" :height="24" />
CSS background
.icon-instaddr {
background-image: url('https://proicons.com/icon/327459.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m11.2305,16.4057h24.5298v18.7857H11.2305v-18.7857Z"/><path class="b" d="m35.7602,16.4057l-12.0023,11.4771-12.5275-11.4771"/><path class="b" d="m34.5025,10.6981l-1.0503,3.1291h-4.1685"/><path class="b" d="m27.9265,42.5l-2.604-2.6149,2.604-2.604"/><path class="b" d="m6.5258,22.1388l4.7046-.5142v4.6937"/><path class="b" d="m22.4341,39.8851h-12.2539c-1.3859,0-2.2539-.3465-2.604-1.0394"/><path class="b" d="m6.2742,36.756c-1.5682-2.7863-1.8308-5.0475-.7878-6.7834l5.4815-8.0964"/><path class="b" d="m37.5874,21.0994l4.9563,8.8732c.6929,1.3932.7805,2.6988.2626,3.9169"/><path class="b" d="m42.0185,35.7056c-1.043,2.7863-2.6076,4.1795-4.6937,4.1795h-11.4881"/><path class="b" d="m14.1189,16.154l4.4202-7.3195c.6929-1.2181,1.4734-2.0897,2.3414-2.6149"/><path class="b" d="m22.5873,5.6725c2.3414-.5033,4.5538.0625,6.127,2.1226,1.1729,1.5359,4.738,6.0321,4.738,6.0321"/></svg>
Copied!