Uala Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Uala 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/348988.svg" alt="Uala icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348988.svg" alt="Uala icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348988.svg" alt="Uala icon" :width="24" :height="24" />
CSS background
.icon-uala {
background-image: url('https://proicons.com/icon/348988.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.d{fill:#fff;stroke-width:0px;}</style></defs><path class="c" d="M24.125,19.775v8h4"/><path class="c" d="M9.604,19.775v5.3c0,1.5,1.2,2.7,2.6,2.7s2.7-1.2,2.7-2.7v-5.3"/><path class="c" d="M21.0066,25.075h-3.6M16.5066,27.775l2.7-8,2.7,8"/><path class="c" d="M34.535,25.075h-3.6M30.035,27.775l2.7-8,2.7,8"/><circle class="d" cx="37.646" cy="27.475" r=".75"/><path id="b" class="c" d="M9.5,5.5h29c2.216,0,4,1.784,4,4v29c0,2.216-1.784,4-4,4H9.5c-2.216,0-4-1.784-4-4V9.5c0-2.216,1.784-4,4-4Z"/></svg>
Copied!