Adaptive Pack Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Adaptive Pack 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/321353.svg" alt="Adaptive Pack icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321353.svg" alt="Adaptive Pack icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321353.svg" alt="Adaptive Pack icon" :width="24" :height="24" />
CSS background
.icon-adaptive-pack {
background-image: url('https://proicons.com/icon/321353.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g><path class="b" d="m19.5,2.9797C11.2397,4.7401,4.74,11.2397,2.9797,19.5"/><path class="b" d="m45.0203,19.5c-1.7603-8.2603-8.26-14.7599-16.5203-16.5203"/><path class="b" d="m28.5,45.0203c8.2603-1.7603,14.76-8.2599,16.5203-16.5203"/><path class="b" d="m2.9797,28.5c1.7603,8.2603,8.26,14.7599,16.5203,16.5203"/></g><g><path class="b" d="m18.3942,29.0962c-1.0818.0079-1.9652-.8627-1.9731-1.9445s.8627-1.9652,1.9445-1.9731,1.9652.8627,1.9731,1.9445c.0002.0313-.0003.0626-.0016.0939-.0344,1.0481-.8943,1.8798-1.9429,1.8792Z"/><path class="b" d="m29.7332,29.0962c-1.0818.0079-1.9652-.8627-1.9731-1.9445s.8627-1.9652,1.9445-1.9731,1.9652.8627,1.9731,1.9445c.0002.0313-.0003.0626-.0016.0939-.0344,1.0481-.8943,1.8798-1.9429,1.8792Z"/><path class="b" d="m24.0319,17.1043h0c7.6696,0,13.887,6.2174,13.887,13.887h0c0,1.0906-.8841,1.9748-1.9748,1.9748H12.0559c-1.0906,0-1.9748-.8841-1.9748-1.9748h0c0-7.6696,6.2173-13.8871,13.8869-13.8872.0213,0,.0426,0,.0638,0h.0001Z"/><line class="b" x1="12.0559" y1="15.0339" x2="16.0054" y2="19.6683"/><line class="b" x1="36.0397" y1="15.0339" x2="32.1061" y2="19.6683"/></g></svg>
Copied!