Unchained Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Unchained 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/334496.svg" alt="Unchained icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334496.svg" alt="Unchained icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334496.svg" alt="Unchained icon" :width="24" :height="24" />
CSS background
.icon-unchained {
background-image: url('https://proicons.com/icon/334496.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M28.0581,28.7134a12.4389,12.4389,0,1,1-15.69-12.006"/><path class="a" d="M20.0091,18A12.4386,12.4386,0,1,1,36.6152,30.9815"/><path class="a" d="M14.5531,11.0114l20.943,27.483"/><path class="a" d="M14.1391,27.5434l8.075-6.4786"/><circle class="a" cx="12.1171" cy="29.0034" r="2.443"/></svg>
Copied!