My Link Manager Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The My Link Manager icon is commonly used in URL inputs, reference sections and developer tools. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/329757.svg" alt="My Link Manager icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329757.svg" alt="My Link Manager icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329757.svg" alt="My Link Manager icon" :width="24" :height="24" />
CSS background
.icon-my-link-manager {
background-image: url('https://proicons.com/icon/329757.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="c" x="11.9909" y="4.6262" width="30.7661" height="30.7661" rx="4" ry="4"/><path class="c" d="M5.757,12.0823v25.5439c0,2.2091,1.7909,4,4,4h25.5439"/><polygon class="c" points="38.6084 8.7748 29.5267 8.7748 29.5267 24.5239 34.0675 21.7134 38.6084 24.5239 38.6084 8.7748"/></svg>
Copied!