Iris Go Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Iris Go 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/327544.svg" alt="Iris Go icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327544.svg" alt="Iris Go icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327544.svg" alt="Iris Go icon" :width="24" :height="24" />
CSS background
.icon-iris-go {
background-image: url('https://proicons.com/icon/327544.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:#000;}.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="c" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="c" d="M17.575,24.981c0-1.6476,1.3187-2.9832,2.9454-2.9832"/><line class="c" x1="17.575" y1="21.998" x2="17.575" y2="29.903"/><circle class="b" cx="15.229" cy="18.343" r=".75"/><line class="c" x1="12.884" y1="21.998" x2="12.884" y2="29.903"/><circle class="b" cx="27.556" cy="18.343" r=".75"/><line class="c" x1="25.21" y1="21.998" x2="25.21" y2="29.903"/><path class="c" d="M30.086,29.237c.5378.4573,1.1184.667,2.4224.667h.6608c1.0754,0,1.9471-.8848,1.9471-1.9764s-.8717-1.9764-1.9471-1.9764h-1.3216c-1.0754,0-1.9471-.8848-1.9471-1.9764s.8717-1.9764,1.9471-1.9764h.6608c1.3039,0,1.8846.2096,2.4224.667"/></svg>
Copied!