Addy Io Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Addy Io 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/321368.svg" alt="Addy Io icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321368.svg" alt="Addy Io icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321368.svg" alt="Addy Io icon" :width="24" :height="24" />
CSS background
.icon-addy-io {
background-image: url('https://proicons.com/icon/321368.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="c" x="18.1267" y="23.5307" width="11.7467" height="11.7467" rx="2.3493" ry="2.3493"/><path class="c" d="m26.3493,43.5h-8.2227c-4.5412,0-8.2227-3.6814-8.2227-8.2227v-11.7467c0-4.5412,3.6814-8.2227,8.2227-8.2227h11.7467c4.5412,0,8.2227,3.6814,8.2227,8.2227v3.524c0,4.5412-3.6814,8.2227-8.2227,8.2227h-2.3493"/><path class="c" d="m15.2901,15.8123v-2.5614c0-4.833,3.9179-8.7508,8.7508-8.7508s8.7508,3.9179,8.7508,8.7508v2.5614"/></svg>
Copied!