Trustdevice Fingerprint Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Trustdevice Fingerprint 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/334307.svg" alt="Trustdevice Fingerprint icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334307.svg" alt="Trustdevice Fingerprint icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334307.svg" alt="Trustdevice Fingerprint icon" :width="24" :height="24" />
CSS background
.icon-trustdevice-fingerprint {
background-image: url('https://proicons.com/icon/334307.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="m35.422,15.922l-3.2913-3.2913-2.5925-2.6-1.6381,1.6381-.9543.9543-2.2468,2.2543-.6988.6989-.6988-.6989-2.2468-2.2543-.9543-.9543-1.6381-1.6307-5.8838,5.8838c-6.3121,6.3046-6.3121,16.5393,0,22.8439,6.3046,6.3121,16.5393,6.3121,22.8439,0,6.3121-6.3046,6.3121-16.5393,0-22.8439Zm-11.422,4.8393l3.2913,3.2913c1.8185,1.8185,1.8185,4.7642,0,6.5827s-4.7642,1.8185-6.5827,0-1.8185-4.7642,0-6.5827l3.2913-3.2913Zm8.8295,15.4121c-4.8769,4.8844-12.7821,4.8844-17.659,0-4.8844-4.8769-4.8844-12.7821,0-17.659l3.2913-3.2913,2.9456,2.9457-3.2913,3.2913c-3.2537,3.2462-3.2537,8.5214,0,11.7677.8041.8041,1.7283,1.4127,2.7202,1.8185,1.007.4133,2.089.6237,3.1636.6237,1.3676,0,2.7277-.3306,3.9526-.9994.6913-.3757,1.3451-.8567,1.9312-1.4428,3.2537-3.2462,3.2537-8.5214,0-11.7677l-3.2913-3.2913,2.9456-2.9457,3.2913,3.2913c4.8844,4.8769,4.8844,12.7821,0,17.659Z"/><polygon class="b" points="27.4162 7.9063 24 11.3226 20.5838 7.9162 24 4.5 27.4162 7.9063"/><line class="b" x1="24" y1="15.5763" x2="21.4075" y2="18.1688"/><polyline class="b" points="24 20.7613 25.5931 19.1682 26.5925 18.1688"/><polygon class="b" points="27.4162 7.9063 24 11.3226 20.5838 7.9162 24 4.5 27.4162 7.9063"/></svg>
Copied!