Trustdock Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Trustdock 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/334308.svg" alt="Trustdock icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334308.svg" alt="Trustdock icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334308.svg" alt="Trustdock icon" :width="24" :height="24" />
CSS background
.icon-trustdock {
background-image: url('https://proicons.com/icon/334308.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="M39.25,26.53V7.47l-15.25-2.94-15.25,2.94v19.06c0,3.1708,1.6213,6.1742,3.8125,8.7469V10.4259s11.438-2.205,11.438-2.205l11.438,2.205v24.851c-1.1626,1.3649-2.4855,2.6086-3.8119,3.6917l-.0005-25.588-7.625-1.47-7.625,1.47-.0005,25.588c1.3202,1.078,2.6438,1.997,3.8159,2.7181l-.0029-25.35,3.8125-.735,3.8125.735-.0029,25.35c-1.8499,1.138-3.3226,1.7833-3.8096,1.7833v-24.178"/></svg>
Copied!