Readernaut Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Readernaut 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/306324.svg" alt="Readernaut icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306324.svg" alt="Readernaut icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306324.svg" alt="Readernaut icon" :width="24" :height="24" />
CSS background
.icon-readernaut {
background-image: url('https://proicons.com/icon/306324.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M94 415c21-69 76-82 85-84 55-127 182-217 331-217 150 0 278 90 332 218 1 0 3 1 5 1V162c-19-8-33-26-33-48 0-28 24-52 53-52s52 24 52 52c0 25-17 45-40 50v185c17 13 35 33 44 66 0 0 18 85-11 107 0 0-14 19-55 35-3 12-7 23-11 35-15 2-31 5-49 9 25-44 40-94 40-147 0-170-148-308-330-308S178 284 178 454c0 55 15 106 41 150-15-3-29-6-43-9-5-12-9-24-12-37h-1c-43-16-58-36-58-36-28-22-11-107-11-107zm406 380C374 643 63 629 63 629v116c281 2 437 193 437 193s156-191 438-193V629s-312 14-438 166zm298-287c0 36-7 71-20 103-96 22-212 63-278 143-63-76-173-118-266-140-13-33-21-69-21-106 0-159 131-288 293-288 161 0 292 129 292 288zm-430-46c0-17-15-32-33-32s-33 15-33 32 15 33 33 33 33-15 33-33zm77-81c0-28-22-50-50-50s-51 22-51 50c0 27 23 49 51 49s50-22 50-49z"/></svg>
Copied!