Adaptive You Icon Pack Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Adaptive You 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/321355.svg" alt="Adaptive You Icon Pack icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321355.svg" alt="Adaptive You Icon Pack icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321355.svg" alt="Adaptive You Icon Pack icon" :width="24" :height="24" />
CSS background
.icon-adaptive-you-icon-pack {
background-image: url('https://proicons.com/icon/321355.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><circle class="b" cx="23.9996" cy="24" r="2.5196"/><circle class="b" cx="15.4328" cy="24" r="2.5196"/><circle class="b" cx="32.5664" cy="24" r="2.5196"/><path class="b" d="M29.6083,3.0695c1.6771.4494,2.6391,3.1732,4.1427,4.0413,1.5036.8681,4.3436.3393,5.5712,1.567,1.2277,1.2277.6989,4.0676,1.567,5.5712.8681,1.5036,3.5919,2.4656,4.0413,4.1427.4494,1.6771-1.4285,3.8721-1.4285,5.6083s1.8779,3.9312,1.4285,5.6083-3.1732,2.6391-4.0413,4.1427c-.8681,1.5036-.3393,4.3436-1.567,5.5712-1.2277,1.2277-4.0676.6989-5.5712,1.567s-2.4656,3.5919-4.1427,4.0413c-1.6771.4494-3.8721-1.4285-5.6083-1.4285s-3.9312,1.8779-5.6083,1.4285-2.6391-3.1732-4.1427-4.0413c-1.5036-.8681-4.3436-.3393-5.5712-1.567-1.2277-1.2277-.6989-4.0676-1.567-5.5712-.8681-1.5036-3.5919-2.4656-4.0413-4.1427-.4494-1.6771,1.4285-3.8721,1.4285-5.6083s-1.8779-3.9312-1.4285-5.6083c.4494-1.6771,3.1732-2.6391,4.0413-4.1427.8681-1.5036.3393-4.3436,1.567-5.5712,1.2277-1.2277,4.0676-.6989,5.5712-1.567,1.5036-.8681,2.4656-3.5919,4.1427-4.0413,1.6771-.4494,3.8721,1.4285,5.6083,1.4285s3.9312-1.8779,5.6083-1.4285Z"/></svg>
Copied!