My Universe Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The My Universe 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/344354.svg" alt="My Universe icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344354.svg" alt="My Universe icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344354.svg" alt="My Universe icon" :width="24" :height="24" />
CSS background
.icon-my-universe {
background-image: url('https://proicons.com/icon/344354.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M23.9409,9.1463c5.9482.1836,5.9468,8.8172,0,9-5.9481-.1837-5.9467-8.8172,0-9Z"/><path class="b" d="M19.2789,24.9263c.3206.2559.7959.5391.9034,1.0961.0755.3697.0404.8281-.2238,1.1415-.6258.6102-1.4482.1868-2.1198-.3231-.5892-.5195-1.6049-1.2181-1.6326-1.9339.0076-.5823.0462-.8119.4114-1.4353,1.5003-2.5019,3.522-5.3187,6.7666-5.0765.9155.0699,2.0076-.1186,2.9408.2041,1.8284.5738,3.1466,1.9001,4.1239,3.4945,1.1716,1.5289,1.9137,3.0631.0717,4.4322-.5583.4004-1.2037,1.0873-1.9058,1.0013-1.2487-.2355-1.1515-1.4092-.355-2.1399.3753-.4415.8345-.5648.3629-1.0139-.242-.2717-.7752-.9694-1.0422-1.2204-.1489-.135-.2008-.1008-.2259-.0282.0229,1.5596.2844,3.5782.5196,6.2563.2242,2.7072.7143,5.7029.7003,7.4802-.1237.673-1.0642,1.3247-1.7602,1.2109-.2358-.0319-.4206-.1346-.5993-.3079s-.3515-.417-.6728-1.784c-.3214-1.367-.7913-3.8571-1.0403-5.1726-.3321-1.5376-.1699-1.4304-.4888-1.824-.0659-.0421-.1385-.034-.1977.065s-.1048.2888-.3624,1.6111c-.4013,1.6613-.889,5.5677-1.5583,6.849-.6288.8801-2.2417.6377-2.4739-.4823-.0275-2.297.7657-9.0161.9357-11.6632.1568-2.1749.2403-2.0968.0696-2.1477-.4011.0038-.9713.8333-1.2583,1.1364-.2995.4003-.1408.3685.1112.5742h0Z"/><path class="b" d="M8.9049,39.2803c3.0295-2.1546,6.9566-3.5824,10.5859-4.1268"/><path class="b" d="M22.6889,34.6533c.8524-.141,1.694-.129,2.5468-.0842"/><path class="b" d="M28.4359,34.7303c4.0346.1778,7.7102,1.785,11.3765,3.8457"/><path class="b" d="M6.9489,37.0623l4.4322-6.702-4.9971-2.2605,7.7786-7.0105-2.6984-2.7259"/><path class="b" d="M14.1629,21.0893l-1.7126,16.154"/><path class="b" d="M44.8059,29.4853l-10.196-5.9974,9.2982-7.6698"/><path class="b" d="M34.6069,23.4883l2.6318,13.609"/><path class="b" d="M11.3819,30.3603l-.828,7.8381"/><path class="b" d="M40.2105,22.0177l-.0064,2.6478,1.97.2162-.5536-2.5741,1.0638-.853-1.4426-.3608-1.0312.9239Z"/><path class="b" d="M40.2105,22.0177l1.4101.2899"/><path class="b" d="M42.6845,21.4547l1.3794,2.1489-1.8896,1.2782"/><path class="b" d="M8.4048,18.6463l3.0599-.2833,1.2641-1.5568-2.4549-3.1599,1.0518-.6888-2.4463-4.2361"/><path class="b" d="M4.6572,14.6393l3.8466.1878,1.7701-1.1804"/><path class="b" d="M4.6572,14.6393l3.7477,4.0074"/><path class="b" d="M8.4048,18.6463l-3.6026,3.1423-2.1147-.4958"/><circle class="b" cx="24" cy="24" r="21.5"/></svg>
Copied!