Unlink Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Unlink 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/319162.svg" alt="Unlink icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319162.svg" alt="Unlink icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319162.svg" alt="Unlink icon" :width="24" :height="24" />
CSS background
.icon-unlink {
background-image: url('https://proicons.com/icon/319162.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><style>.cls-1{fill:none;}</style></defs><title>unlink</title><rect x="5" y="3.59" width="2" height="4.83" transform="translate(-2.49 6) rotate(-45.01)"/><rect x="25" y="23.58" width="2" height="4.83" transform="translate(-10.77 25.99) rotate(-44.99)"/><rect x="11" y="2" width="2" height="4"/><rect x="2" y="11" width="4" height="2"/><rect x="26" y="19" width="4" height="2"/><rect x="19" y="26" width="2" height="4"/><path d="M16.58,21.07l-3.71,3.72a4,4,0,1,1-5.66-5.66l3.72-3.72L9.51,14,5.8,17.72a6,6,0,0,0-.06,8.54A6,6,0,0,0,10,28a6.07,6.07,0,0,0,4.32-1.8L18,22.49Z"/><path d="M15.41,10.93l3.72-3.72a4,4,0,1,1,5.66,5.66l-3.72,3.72L22.49,18l3.71-3.72a6,6,0,0,0,.06-8.54A6,6,0,0,0,22,4a6.07,6.07,0,0,0-4.32,1.8L14,9.51Z"/><rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/></svg>
Copied!