Freeagent Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Freeagent 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/326237.svg" alt="Freeagent icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326237.svg" alt="Freeagent icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326237.svg" alt="Freeagent icon" :width="24" :height="24" />
CSS background
.icon-freeagent {
background-image: url('https://proicons.com/icon/326237.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><g><line class="c" x1="37.2956" y1="31.4526" x2="24.5675" y2="31.4526"/><polyline class="c" points="15.2265 42.4019 28.4787 9.475 41.731 42.5"/></g><path class="c" d="m28.4787,9.475c1.4226-3.5347,3.8781-5.1785,8.3335-2.9801"/><path class="c" d="m6.269,7.6967c4.602,3.0525,9.3506.6449,14.0991.6449,5.1589,0,4.3089,7.0935,3.8399,11.7835-1.5242-2.9019-3.5175-3.752-5.3055-3.4002-1.788.3517-5.5986,1.5242-7.1522.2052s-4.7779-5.1044-5.4814-9.2333Z"/></svg>
Copied!