Fingerprint Minimal Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Fingerprint Minimal 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/310723.svg" alt="Fingerprint Minimal icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310723.svg" alt="Fingerprint Minimal icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310723.svg" alt="Fingerprint Minimal icon" :width="24" :height="24" />
CSS background
.icon-fingerprint-minimal {
background-image: url('https://proicons.com/icon/310723.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12.0358 12.1577C12.0358 12.1577 11.0504 16.8938 16.5282 19.1506" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M13.7522 20.9518C10.8809 19.3307 8.66649 16.2263 9.02673 12.8252C9.0296 12.1751 9.18902 11.5353 9.49148 10.9599C9.79394 10.3845 10.2305 9.89039 10.7644 9.51942C11.4503 9.17954 12.242 9.12115 12.9704 9.35669C13.6988 9.59224 14.3064 10.1031 14.6634 10.7803C15.6064 12.1683 14.9389 13.9589 15.6276 15.421C16.6872 17.2222 19.3784 16.7666 20.3955 15.1244C21.9212 12.7722 21.11 9.18082 19.5525 7.01937C17.105 3.68184 13.5086 1.91197 8.4122 3.6814C3.62311 5.31308 1.24975 12.0623 3.77144 16.5441" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M7.98245 19.0023C7.10854 17.9895 6.47208 16.8 6.11826 15.5182C5.76444 14.2364 5.70193 12.8938 5.93517 11.5855C6.06746 10.7164 6.37716 9.88261 6.84566 9.13424C7.31415 8.38588 7.93174 7.73843 8.66129 7.23084C9.73653 6.59119 10.9842 6.28818 12.2386 6.36203C13.05 6.38738 13.8483 6.56981 14.5879 6.89889C15.3275 7.22796 15.9938 7.69721 16.5487 8.27978C17.7563 9.86238 18.3556 11.8141 18.2404 13.7894" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!