Interactjs Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Interactjs 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/314780.svg" alt="Interactjs icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314780.svg" alt="Interactjs icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314780.svg" alt="Interactjs icon" :width="24" :height="24" />
CSS background
.icon-interactjs {
background-image: url('https://proicons.com/icon/314780.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>InteractJS</title><path d="M12.382.01C12.255.006 12.128 0 12 0A11.999 11.999 0 0 0 1.804 18.327l9.911-17.17zm7.097 19.686L11.201 5.121 2.788 19.689l.007.007h16.684zm.184 1.538H4.337a11.998 11.998 0 0 0 15.326 0zm2.917-3.568A11.999 11.999 0 0 0 12.382.01l.667 1.148zM12.383.009l-.001.001h.001V.009z"/></svg>
Copied!