Trademe Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Trademe 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/348748.svg" alt="Trademe icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348748.svg" alt="Trademe icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348748.svg" alt="Trademe icon" :width="24" :height="24" />
CSS background
.icon-trademe {
background-image: url('https://proicons.com/icon/348748.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.j{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><circle id="c" class="j" cx="24.9698" cy="17.64" r="1.8627"/></g><g id="d"><g id="e"><path id="f" class="j" d="m4.5,21.7792s4.5428-3.2473,6.7346-4.5182c3.0903-1.7919,8.5173-4.5291,11.2977-4.9066,2.0843-.283,3.2596.0306,4.6946.6966,2.0612.9567,4.187,3.8864,4.0282,6.5421-.1818,3.0417-.847,4.1226-2.3624,5.6638-1.0604,1.0784-2.6949,2.623-3.6451,3.7997-4.1393,5.1263-5.1265,13.634-5.1265,13.634"/><path id="g" class="j" d="m27.9835,13.5354c3.559-2.5068,9.8863-6.6014,14.0236-8.0831.5083-.1478,1.0751-.0817,1.3645.4522.235.4336.1777,1.1639-.4256,1.5129-11.6901,6.7616-12.8118,8.3897-12.8118,8.3897"/><path id="h" class="j" d="m18.0195,10.6283c3.3922-3.9828,7.6326-2.0748,8.5563-1.2418s1.3175,2.6653,1.3175,2.6653m0,0s.8783-1.2569.9389-1.8475c.0606-.5906.6209-2.423-1.045-3.8465-1.6658-1.4236-3.3013-.9843-3.3013-.9843"/></g><circle id="i" class="j" cx="23.7005" cy="19.6655" r="4.2405"/></g></svg>
Copied!