Trustmanager Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Trustmanager 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/334310.svg" alt="Trustmanager icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334310.svg" alt="Trustmanager icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334310.svg" alt="Trustmanager icon" :width="24" :height="24" />
CSS background
.icon-trustmanager {
background-image: url('https://proicons.com/icon/334310.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polyline class="a" points="18.181 19.852 18.181 14.25 12.848 13.496 12.794 17.967 7.946 17.32 7.03 4.5 24 7.14 24 19.852"/><polyline class="a" points="24 32.996 24 43.5 18.181 40.807 18.181 32.996"/><polyline class="a" points="29.819 19.852 29.819 14.25 35.152 13.496 35.206 17.967 40.054 17.32 40.97 4.5 24 7.14 24 19.852"/><polyline class="a" points="24 32.996 24 43.5 29.819 40.807 29.819 32.996"/><polygon class="a" points="30.572 19.852 17.428 19.852 17.428 32.996 18.343 32.996 30.572 32.996 30.572 19.852"/><line class="a" x1="21.3213" y1="30.276" x2="21.3213" y2="26.2998"/><path class="a" d="M21.3213,22.3h3.3574a2,2,0,0,1,2,2h0a2,2,0,0,1-2,2H21.3213"/><path class="a" d="M21.3213,26.3h3.3574a2,2,0,0,1,2,2h0a2,2,0,0,1-2,2H21.3213"/></svg>
Copied!