All Gen Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The All Gen 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/321618.svg" alt="All Gen icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321618.svg" alt="All Gen icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321618.svg" alt="All Gen icon" :width="24" :height="24" />
CSS background
.icon-all-gen {
background-image: url('https://proicons.com/icon/321618.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:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</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"/><polyline class="c" points="9.5 37.1498 11.45 31.3712 13.4 37.1498"/><line class="c" x1="12.7494" y1="35.1998" x2="10.1506" y2="35.1998"/><polyline class="c" points="19.3739 31.3712 19.3739 37.1498 22.2628 37.1498"/><polyline class="c" points="14.9434 31.3712 14.9434 37.1498 17.8323 37.1498"/><path class="c" d="M28.6993,33.3212c.004-1.073-.8626-1.946-1.9355-1.95-.0051,0-.0103,0-.0154,0h0c-1.073-.004-1.946.8626-1.95,1.9355,0,.0048,0,.0097,0,.0145v1.9509c0,1.0834.8675,1.8777,1.95,1.8777h0c1.0843,0,1.9509-.8675,1.9509-1.8777h-1.9509"/><polyline class="c" points="33.1298 37.1498 30.2409 37.1498 30.2409 31.3712 33.1298 31.3712"/><line class="c" x1="30.2409" y1="34.261" x2="32.1186" y2="34.261"/><polyline class="c" points="34.6713 37.1498 34.6713 31.3712 38.5 37.1498 38.5 31.3712"/><line class="c" x1="9.5" y1="25.645" x2="38.5" y2="25.645"/><line class="c" x1="37.3212" y1="11.9773" x2="38.6711" y2="10.0816"/><path class="c" d="M34.3872,21.1236c-5.0947.3801-4.5846-4.7583-.4863-4.8664,2.9618-.0794,4.5915-1.3221,4.4079-2.8258"/><path class="c" d="M30.7575,13.5505c.4248-1.2824,1.6307-2.258,3.059-2.258h1.5126c1.7846,0,3.2218,1.4928,3.2218,3.2774v6.5538"/><path class="c" d="M19.7135,13.7956c.7732-1.4948,2.2412-2.5042,3.9265-2.5042,2.4873,0,4.5042,2.2005,4.5042,4.9151s-2.0168,4.9161-4.5042,4.9161c-2.3126,0-4.2173-1.9007-4.4744-4.3493h3.4044"/><path class="c" d="M15.8118,12.2919c-.6253-.6452-1.727-1.0968-2.9995-1.0005-3.7737.2859-4.7513,4.7702.4665,5.3657,2.04.2119,3.3369,1.0468,3.3369,2.3849,0,1.9456-1.9225,2.0716-4.9032,2.0716h-1.993v-2.397"/></svg>
Copied!