Genius Scan Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Genius Scan 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/326442.svg" alt="Genius Scan icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326442.svg" alt="Genius Scan icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326442.svg" alt="Genius Scan icon" :width="24" :height="24" />
CSS background
.icon-genius-scan {
background-image: url('https://proicons.com/icon/326442.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><circle class="b" cx="24" cy="24" r="21.5"/><line class="b" x1="15.7281" y1="11.6754" x2="44.2128" y2="16.6565"/><line class="b" x1="17.9711" y1="3.3575" x2="9.763" y2="33.7965"/><line class="b" x1="4.4976" y1="33.057" x2="34.3527" y2="37.25"/><line class="b" x1="34.2905" y1="42.8816" x2="34.5985" y2="14.9753"/></svg>
Copied!