S Trust Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The S Trust 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/332312.svg" alt="S Trust icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332312.svg" alt="S Trust icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332312.svg" alt="S Trust icon" :width="24" :height="24" />
CSS background
.icon-s-trust {
background-image: url('https://proicons.com/icon/332312.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><path class="a" d="M24,43.5c1.6926,0,15.2735-7.782,15.2735-16.9661V6.5031C35.2673,6.5031,24,4.5,24,4.5S12.7227,6.5031,8.7265,6.5031V26.5339C8.7265,35.718,22.3074,43.5,24,43.5Z"/><rect class="a" x="14.3377" y="16.7666" width="19.3246" height="16.718" rx="4.7463"/><line class="a" x1="18.8446" y1="22.3392" x2="33.6623" y2="22.3392"/><line class="a" x1="14.3377" y1="27.9119" x2="29.1554" y2="27.9119"/><circle class="a" cx="23.9872" cy="11.6561" r="3.2101"/></svg>
Copied!