Uno Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Uno 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/334535.svg" alt="Uno icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334535.svg" alt="Uno icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334535.svg" alt="Uno icon" :width="24" :height="24" />
CSS background
.icon-uno {
background-image: url('https://proicons.com/icon/334535.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:#000;}.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="40.2432" cy="23.1818" r=".7498" transform="translate(16.3575 63.0113) rotate(-88.9927)"/><line class="d" x1="35.0324" y1="11.8012" x2="38.9079" y2="20.2655"/><polyline class="d" points="22.0041 31.1363 17.5821 21.4784 28.4025 28.2067 23.9804 18.5488"/><path class="d" d="m8.3905,25.6869l2.9572,6.4587c.809,1.7669,2.8971,2.5434,4.664,1.7344,1.7669-.809,2.5434-2.8971,1.7344-4.664l-2.9572-6.4587"/><rect class="d" x="28.5822" y="15.361" width="7.0371" height="10.6221" rx="3.5186" ry="3.5186" transform="translate(-5.6919 15.2402) rotate(-24.6015)"/><path class="d" d="m42.6924,15.4683c1.2281,2.6424,1.2285,5.6298.2205,8.5859-1.7107,5.0171-6.3257,9.9438-12.7719,12.9399-10.2444,4.7614-21.2345,2.8438-24.5469-4.2831-1.0839-2.3321-1.2115-4.9331-.5335-7.544,1.3939-5.3681,6.1927-10.7784,13.0849-13.9818,6.6915-3.1101,13.7011-3.3706,18.6814-1.191,2.6444,1.1573,4.7167,3.0024,5.8655,5.4742Z"/></svg>
Copied!