Agoradesk Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Agoradesk 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/336014.svg" alt="Agoradesk icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336014.svg" alt="Agoradesk icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336014.svg" alt="Agoradesk icon" :width="24" :height="24" />
CSS background
.icon-agoradesk {
background-image: url('https://proicons.com/icon/336014.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m9.7138,9.2845c5.1684-3.1364,17.4931-6.9354,29.7291-1.0267-8.5695,2.0869-16.2559,16.3111-4.2846,25.8086-17.0514,5.0359-29.5969-10.5135-25.4445-24.7819Z"/><path class="c" d="m36.6603,38.1746c-.8736,1.5896-1.3281,2.4253-3.1285,3.467-2.0745,1.2002-6.7561,1.1785-8.8564,1.1968-6.1662.0538-18.606-.3789-15.6794-12.2839,4.3622,7.8852,16.3335,12.5014,27.6643,7.6201Z"/></svg>
Copied!