104ua Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The 104ua 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/321120.svg" alt="104ua icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321120.svg" alt="104ua icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321120.svg" alt="104ua icon" :width="24" :height="24" />
CSS background
.icon-104ua {
background-image: url('https://proicons.com/icon/321120.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,.d{fill:none;stroke:#000;stroke-linejoin:round;}.d{stroke-linecap:round;}.e{fill:#000;stroke-width:0px;}</style></defs><path class="d" d="M9.5,12.7496l3.6715-1.9989v14.686"/><path class="d" d="M24.9498,12.4797l-7.4386,11.2272"/><path class="c" d="M21.2362,25.436c-2.687,0-4.8644-2.1781-4.8644-4.8644v-4.9565c0-2.687,2.1781-4.8644,4.8644-4.8644s4.8644,2.1781,4.8644,4.8644v4.9565c0,2.687-2.1781,4.8644-4.8644,4.8644Z"/><path class="d" d="M36.6532,25.436v-14.686l-7.8827,9.8658h9.7295"/><circle class="e" cx="17.2116" cy="36.9683" r=".75"/><path class="d" d="M19.9412,28.4364v5.4669c-.0002,1.8298,1.4829,3.3133,3.3127,3.3135,1.8298.0002,3.3133-1.4829,3.3135-3.3127v-5.4677M26.5682,33.9033v3.3131M36.6596,33.9033c.0004,1.8294-1.4823,3.3127-3.3117,3.3131h-.0014c-1.8294.0004-3.3127-1.4823-3.3131-3.3117v-2.1552c-.0004-1.8294,1.4823-3.3127,3.3117-3.3131h.0014c1.8294-.0004,3.3127,1.4823,3.3131,3.3117v.0014"/><path class="d" d="M36.6596,37.2164v-8.78"/><rect class="d" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!