Fairscan Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fairscan 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/325678.svg" alt="Fairscan icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325678.svg" alt="Fairscan icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325678.svg" alt="Fairscan icon" :width="24" :height="24" />
CSS background
.icon-fairscan {
background-image: url('https://proicons.com/icon/325678.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>.g{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="g" d="M33.8426,5.5h4.6574c2.216,0,4,1.784,4,4v4.3322M42.5,34.0928v4.4072c0,2.216-1.784,4-4,4h-4.6574M13.5821,42.5h-4.0821c-2.216,0-4-1.784-4-4v-4.4072M5.5,13.8322v-4.3322c0-2.216,1.784-4,4-4h4.0821"/><path id="d" class="g" d="M12.5931,8.7727v29.2895h22.8515V15.423s-6.0135-6.5795-6.155-6.6503-16.6964,0-16.6964,0Z"/><path id="e" class="g" d="M16.8379,22.71h12.4162"/><path id="f" class="g" d="M16.7318,26.7072h7.6761"/></svg>
Copied!