Randonautica Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Randonautica 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/346492.svg" alt="Randonautica icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346492.svg" alt="Randonautica icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346492.svg" alt="Randonautica icon" :width="24" :height="24" />
CSS background
.icon-randonautica {
background-image: url('https://proicons.com/icon/346492.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>.i{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="e" class="i" d="M39.01599932,19.49600029c0-8.28200054-6.7159996-14.99600029-15.01599884-14.99600029s-15.01599979,6.71399975-15.01599979,14.99600029c0,7.47399902,6.41100025,18.23800087,15.01599979,24.00399971,8.60499954-5.76599884,15.01599884-16.52899933,15.01599884-24.00399971Z"/><path id="f" class="i" d="M21.10600138,20.22400093c-2.12899971,1.13999939-4.44199944-.27499962-3.70800018-2.88699913,1.47800064-.32900047,3.84700012.40999985,3.84700012,1.8029995v2.08500099c.00600052.90100098,1.56299973,3.00799942,2.75499916,4.1269989,1.19199944-1.12000084,2.74900055-3.22599983,2.75500107-4.1269989v-2.0850029c0-1.39400101,2.36999893-2.13199997,3.84700012-1.8029995.73399925,2.61199951-1.57999992,4.02700043-3.70800018,2.88699913"/><path id="g" class="i" d="M31.60100031,11.47799969c1.91008186,1.97294521,2.97799873,4.61117458,2.97799873,7.3569994h0c0,5.84167671-4.7362175,10.57744789-10.57899857,10.57800102-5.84317207,0-10.57999992-4.7359314-10.57999992-10.57800102h0c.00003529-2.7477684,1.06949139-5.38769627,2.98200035-7.36100006"/><path id="h" class="i" d="M32.45999956,12.60999966c-3.2859993-.1420002-6.2329998.55599976-8.45999908,2.64000034-2.22699928-2.08399963-5.17399979-2.78199959-8.46000004-2.64000034"/></svg>
Copied!