Uption Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Uption 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/349134.svg" alt="Uption icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349134.svg" alt="Uption icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349134.svg" alt="Uption icon" :width="24" :height="24" />
CSS background
.icon-uption {
background-image: url('https://proicons.com/icon/349134.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><circle class="b" cx="24" cy="24" r="21.5"/><path class="b" d="m35.6076,25.1169c-2.7774.8878-2.2834.5416-2.4179-.4565-9.2884,1.2975-16.4001,11.3585-12.174,15.794l.9963,1.0456-1.583-.4083c-10.7015-2.7603-1.1602-18.419,11.9746-20.9124,0,0,.4147-.0441.135-.5563-1.0542-1.931,5.5015,1.9257,7.2552,4.5318.4094.6083-1.8131.2031-4.186.9616l-.0002.0005Zm-9.1932,6.1411c-3.6235,3.2285-6.0514,10.0046,1.0793,9.7039-.9609-3.7078.5513-7.4027,4.5066-8.5068,2.4413-.6815,3.6331.9427,3.4013,2.4627l-.1958,1.2844c-.0648,1.0086,1.9859-1.8927,2.4382-3.2647,1.8611-5.6451-4.9958-7.2337-11.2299-1.6795h.0003Zm6.6016-14.4192c-9.9031,1.293-18.2356,9.8801-19.5147,15.0183m-2.8488-1.9731c1.7196-7.6866,11.3415-15.2038,18.09-16.2237m-15.2098,6.2095c.6331.5668,1.0545.9427.3544,1.277-.6995.334-2.324.786-4.2609,2.2704-1.5521,1.1895,1.3165-6.7728,1.9166-7.1605.15-.0969.396.8372.7694.4219,1.6582-1.844,13.6266-12.4661,21.369-5.2091-10.3097-2.479-20.8396,7.7811-20.1487,8.4003h.0003Zm-5.3756-2.5698c.5476-5.4858,8.046-10.4941,12.3983-10.8002"/></svg>
Copied!