Brand Readernaut Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Brand 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/305208.svg" alt="Brand Readernaut icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305208.svg" alt="Brand Readernaut icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305208.svg" alt="Brand Readernaut icon" :width="24" :height="24" />
CSS background
.icon-brand-readernaut {
background-image: url('https://proicons.com/icon/305208.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="M36 403c24-79 87-94 98-96C196 161 342 59 512 59c171 0 317 103 379 249 1 0 3 1 6 2V114c-22-9-38-30-38-55 0-33 27-59 60-59s60 26 60 59c0 28-19 51-46 58v211c20 14 40 37 51 75 0 0 20 97-13 122 0 0-16 22-62 40-4 14-8 27-13 40-18 3-36 6-56 10 29-50 45-107 45-167 0-195-169-352-377-352S132 253 132 448c0 62 17 120 47 171-17-4-33-7-49-10-5-14-10-28-14-43h-1c-49-18-66-41-66-41-33-25-13-122-13-122zm464 434C356 663 0 648 0 648v132c322 2 500 220 500 220s178-218 500-220V648s-356 15-500 189zm340-328c0 42-8 81-22 118-110 25-243 72-318 163-72-87-197-134-304-160-15-38-24-78-24-121 0-182 150-329 334-329 185 0 334 147 334 329zm-491-52c0-20-17-37-38-37s-37 17-37 37 16 37 37 37 38-17 38-37zm89-93c0-32-26-57-58-57s-58 25-58 57 26 56 58 56 58-25 58-56z"/></svg>
Copied!