Trust Money Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Trust Money 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/334305.svg" alt="Trust Money icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334305.svg" alt="Trust Money icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334305.svg" alt="Trust Money icon" :width="24" :height="24" />
CSS background
.icon-trust-money {
background-image: url('https://proicons.com/icon/334305.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m24.7371,22.4153l-5.6575,10.3736c-.5658,1.0374-.2514,1.7289.786,1.7289h.5187"/><line class="b" x1="21.3265" y1="25.1816" x2="25.1302" y2="25.1816"/><ellipse class="b" cx="22.2419" cy="27.7369" rx="11.0515" ry="10.9846"/><ellipse class="b" cx="22.2419" cy="22.1107" rx="16.7127" ry="16.6107"/><path class="b" d="m37.3469,15.0015h5.1239v27.4985H9.893v-9.1966"/></svg>
Copied!