Quadrix Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Quadrix 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/331789.svg" alt="Quadrix icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331789.svg" alt="Quadrix icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331789.svg" alt="Quadrix icon" :width="24" :height="24" />
CSS background
.icon-quadrix {
background-image: url('https://proicons.com/icon/331789.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><rect class="b" x="14.3899" y="14.3899" width="19.2202" height="19.2202"/><path class="b" d="m44.7397,44.7225c-3.5313-.8939-7.5516-2.2565-10.0698-2.2565l-24.1191-.0063c-2.7609-.0007-4.9987-2.2391-4.9987-5V10.5347c0-2.7614,2.2386-5,5-5h26.5507c2.9772,0,5.3739,2.3968,5.3739,5.3739l.0251,24.2927c0,2.4116,1.3171,6.2058,2.2378,9.5212Z"/></svg>
Copied!