fingerprint minimal icon
fingerprint-minimal from Mage Icons by MageIcons · Outline · Apache-2.0 Free for personal and commercial use.
- Name
- fingerprint-minimal
- Set
- Mage Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- Apache 2.0
Use the fingerprint minimal icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M12.036 12.158s-.986 4.736 4.492 6.993"/><path d="M13.752 20.952c-2.871-1.621-5.086-4.726-4.725-8.127a4.05 4.05 0 0 1 1.737-3.306a2.935 2.935 0 0 1 3.9 1.261c.942 1.388.275 3.179.964 4.641c1.06 1.801 3.75 1.346 4.767-.297c1.526-2.352.715-5.943-.843-8.105c-2.447-3.337-6.043-5.107-11.14-3.338c-4.789 1.632-7.162 8.381-4.64 12.863"/><path d="M7.982 19.002a9 9 0 0 1-1.864-3.484a8.9 8.9 0 0 1-.183-3.933a6.4 6.4 0 0 1 .91-2.45A6.6 6.6 0 0 1 8.662 7.23a6.3 6.3 0 0 1 3.578-.869c.811.025 1.61.208 2.349.537s1.406.798 1.96 1.38a8.28 8.28 0 0 1 1.692 5.51"/></g></svg>
React
import type { SVGProps } from "react";
export function MageFingerprintMinimal(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M12.036 12.158s-.986 4.736 4.492 6.993"/><path d="M13.752 20.952c-2.871-1.621-5.086-4.726-4.725-8.127a4.05 4.05 0 0 1 1.737-3.306a2.935 2.935 0 0 1 3.9 1.261c.942 1.388.275 3.179.964 4.641c1.06 1.801 3.75 1.346 4.767-.297c1.526-2.352.715-5.943-.843-8.105c-2.447-3.337-6.043-5.107-11.14-3.338c-4.789 1.632-7.162 8.381-4.64 12.863"/><path d="M7.982 19.002a9 9 0 0 1-1.864-3.484a8.9 8.9 0 0 1-.183-3.933a6.4 6.4 0 0 1 .91-2.45A6.6 6.6 0 0 1 8.662 7.23a6.3 6.3 0 0 1 3.578-.869c.811.025 1.61.208 2.349.537s1.406.798 1.96 1.38a8.28 8.28 0 0 1 1.692 5.51"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M12.036 12.158s-.986 4.736 4.492 6.993"/><path d="M13.752 20.952c-2.871-1.621-5.086-4.726-4.725-8.127a4.05 4.05 0 0 1 1.737-3.306a2.935 2.935 0 0 1 3.9 1.261c.942 1.388.275 3.179.964 4.641c1.06 1.801 3.75 1.346 4.767-.297c1.526-2.352.715-5.943-.843-8.105c-2.447-3.337-6.043-5.107-11.14-3.338c-4.789 1.632-7.162 8.381-4.64 12.863"/><path d="M7.982 19.002a9 9 0 0 1-1.864-3.484a8.9 8.9 0 0 1-.183-3.933a6.4 6.4 0 0 1 .91-2.45A6.6 6.6 0 0 1 8.662 7.23a6.3 6.3 0 0 1 3.578-.869c.811.025 1.61.208 2.349.537s1.406.798 1.96 1.38a8.28 8.28 0 0 1 1.692 5.51"/></g></svg> </template>
CSS
.icon-fingerprint-minimal {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12.036%2012.158s-.986%204.736%204.492%206.993%22%2F%3E%3Cpath%20d%3D%22M13.752%2020.952c-2.871-1.621-5.086-4.726-4.725-8.127a4.05%204.05%200%200%201%201.737-3.306a2.935%202.935%200%200%201%203.9%201.261c.942%201.388.275%203.179.964%204.641c1.06%201.801%203.75%201.346%204.767-.297c1.526-2.352.715-5.943-.843-8.105c-2.447-3.337-6.043-5.107-11.14-3.338c-4.789%201.632-7.162%208.381-4.64%2012.863%22%2F%3E%3Cpath%20d%3D%22M7.982%2019.002a9%209%200%200%201-1.864-3.484a8.9%208.9%200%200%201-.183-3.933a6.4%206.4%200%200%201%20.91-2.45A6.6%206.6%200%200%201%208.662%207.23a6.3%206.3%200%200%201%203.578-.869c.811.025%201.61.208%202.349.537s1.406.798%201.96%201.38a8.28%208.28%200%200%201%201.692%205.51%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12.036%2012.158s-.986%204.736%204.492%206.993%22%2F%3E%3Cpath%20d%3D%22M13.752%2020.952c-2.871-1.621-5.086-4.726-4.725-8.127a4.05%204.05%200%200%201%201.737-3.306a2.935%202.935%200%200%201%203.9%201.261c.942%201.388.275%203.179.964%204.641c1.06%201.801%203.75%201.346%204.767-.297c1.526-2.352.715-5.943-.843-8.105c-2.447-3.337-6.043-5.107-11.14-3.338c-4.789%201.632-7.162%208.381-4.64%2012.863%22%2F%3E%3Cpath%20d%3D%22M7.982%2019.002a9%209%200%200%201-1.864-3.484a8.9%208.9%200%200%201-.183-3.933a6.4%206.4%200%200%201%20.91-2.45A6.6%206.6%200%200%201%208.662%207.23a6.3%206.3%200%200%201%203.578-.869c.811.025%201.61.208%202.349.537s1.406.798%201.96%201.38a8.28%208.28%200%200%201%201.692%205.51%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/fingerprint-minimal.svg?color=%231a73e8&size=48