Nothing Adaptive Icon Pack Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nothing Adaptive Icon 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/344888.svg" alt="Nothing Adaptive Icon Pack icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344888.svg" alt="Nothing Adaptive Icon Pack icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344888.svg" alt="Nothing Adaptive Icon Pack icon" :width="24" :height="24" />
CSS background
.icon-nothing-adaptive-icon-pack {
background-image: url('https://proicons.com/icon/344888.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:#fff;stroke-linecap:round;stroke-linejoin:round;}.c{fill:#fff;stroke-width:0px;}</style></defs><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><circle class="c" cx="17.75" cy="27.75" r=".75"/><circle class="c" cx="17.75" cy="25.25" r=".75"/><circle class="c" cx="17.75" cy="22.75" r=".75"/><circle class="c" cx="17.75" cy="20.25" r=".75"/><circle class="c" cx="17.75" cy="17.75" r=".75"/><circle class="c" cx="17.75" cy="15.25" r=".75"/><circle class="c" cx="20.25" cy="30.25" r=".75"/><circle class="c" cx="20.25" cy="27.75" r=".75"/><circle class="c" cx="20.25" cy="25.25" r=".75"/><circle class="c" cx="20.25" cy="22.75" r=".75"/><circle class="c" cx="20.25" cy="20.25" r=".75"/><circle class="c" cx="20.25" cy="17.75" r=".75"/><circle class="c" cx="22.75" cy="32.75" r=".75"/><circle class="c" cx="22.75" cy="30.25" r=".75"/><circle class="c" cx="22.75" cy="27.75" r=".75"/><circle class="c" cx="22.75" cy="25.25" r=".75"/><circle class="c" cx="22.75" cy="22.75" r=".75"/><circle class="c" cx="22.75" cy="20.25" r=".75"/><path class="b" d="M25,15.781v12.438c-.0005.1991.0782.3902.2188.5312l4,4c.4728.4741,1.2826.1383,1.2812-.5312v-12.438c.0005-.1991-.0782-.3902-.2188-.5312l-4-4c-.2148-.2147-.5379-.2788-.8183-.1623-.2804.1164-.4631.3901-.4629.6936Z"/></svg>
Copied!