Trueid Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Trueid 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/348853.svg" alt="Trueid icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348853.svg" alt="Trueid icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348853.svg" alt="Trueid icon" :width="24" :height="24" />
CSS background
.icon-trueid {
background-image: url('https://proicons.com/icon/348853.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g><path class="c" d="m22.0676,7.8418v4.83c0,1.61,1.3173,2.9273,2.9273,2.9273s2.9273-1.3173,2.9273-2.9273v-4.83"/><line class="c" x1="27.9221" y1="12.8181" x2="27.9221" y2="15.7454"/><path class="c" d="m16.502,10.7691c0-1.61,1.3173-2.9273,2.9273-2.9273"/><line class="c" x1="16.502" y1="7.8418" x2="16.502" y2="15.7454"/><path class="c" d="m11.9609,5.5v8.7818c0,.8782.5855,1.4636,1.4636,1.4636h.4391"/><line class="c" x1="10.3509" y1="7.8418" x2="13.5709" y2="7.8418"/><path class="c" d="m35.9758,14.2818c-.4391.8782-1.4636,1.4636-2.4882,1.4636-1.61,0-2.9273-1.3173-2.9273-2.9273v-1.9027c0-1.61,1.3173-2.9273,2.9273-2.9273s2.9273,1.3173,2.9273,2.9273v1.0245h-5.8545"/></g><path class="c" d="m13.2856,42.4985c2.0454,0,3.692-1.6436,3.692-3.689v-4.6057c0-1.5912-1.0143-2.8957-2.4022-3.4621-.9281-.3788-.7925-2.3866-.0441-2.7853,1.466-.7811,2.4519-2.3381,2.4519-4.1159,0-2.5841-2.0948-4.6764-4.6039-4.6764s-4.6039,2.0923-4.6039,4.6764c0,1.7779.9858,3.3348,2.4519,4.1159.7484.3987.884,2.4065-.0441,2.7853-1.3879.5664-2.4022,1.8709-2.4022,3.4621v4.6057c0,2.0454,1.6466,3.689,3.692,3.689h1.8127Z"/><path class="c" d="m29.7163,42.5h-10.4469v-8.376c0-2.0525,3.6338-2.9962,4.7488-1.2913.3543.5418.4105.8651.7238,1.2618.9713,1.2301,2.4694,2.0349,4.1646,2.0349,2.9039,0,5.258-2.3393,5.258-5.2981s-2.3541-5.2981-5.258-5.2981c-1.6952,0-3.1932.8048-4.1646,2.0349-.3132.3967-.3694.72-.7238,1.2618-1.115,1.7049-4.7488.7612-4.7488-1.2913v-8.376h10.4469c5.8036,0,10.5083,5.1914,10.5083,11.6688s-4.7047,11.6688-10.5083,11.6688Z"/></svg>
Copied!