Units Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Units 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/349080.svg" alt="Units icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349080.svg" alt="Units icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349080.svg" alt="Units icon" :width="24" :height="24" />
CSS background
.icon-units {
background-image: url('https://proicons.com/icon/349080.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="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/><path class="c" d="M28.004,34.2993c0-1.45,1.1754-2.6254,2.6254-2.6254h0c1.45,0,2.6254,1.1754,2.6254,2.6254v4.2007"/><line class="c" x1="28.004" y1="31.6739" x2="28.004" y2="38.5"/><path class="c" d="M33.2548,34.2993c0-1.45,1.1754-2.6254,2.6254-2.6254h0c1.45,0,2.6254,1.1754,2.6254,2.6254v4.2007"/><circle class="d" cx="9.514" cy="10.3908" r=".75"/><line class="c" x1="9.514" y1="13.6069" x2="9.514" y2="20.5643"/><path class="c" d="M24.9051,37.1777c-.4526.7901-1.304,1.3223-2.2797,1.3223h0c-1.45,0-2.6254-1.1754-2.6254-2.6254v-1.7065c0-1.45,1.1754-2.6254,2.6254-2.6254h0c.9739,0,1.8239.5302,2.2771,1.3178"/><path class="c" d="M17.8637,20.5643v-4.3319c0-1.45-1.1754-2.6254-2.6254-2.6254h0c-1.45,0-2.6254,1.1754-2.6254,2.6254v4.3319"/><line class="c" x1="12.6129" y1="16.2323" x2="12.6129" y2="13.6069"/><path class="c" d="M17.0234,35.0371h-3.0175c-2.4808,0-4.4918-2.0111-4.4918-4.4918h0c0-2.4808,2.0111-4.4918,4.4918-4.4918h20.008c2.4808,0,4.4918-2.0111,4.4918-4.4918h0c0-2.4808-2.0111-4.4918-4.4918-4.4918h-13.1914"/><polyline class="c" points="15.321 33.3347 17.0234 35.0371 15.321 36.7395"/><polyline class="c" points="22.5248 18.7722 20.8224 17.0698 22.5248 15.3674"/></svg>
Copied!