Emoji Identification Card Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Identification Card 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/325331.svg" alt="Emoji Identification Card icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325331.svg" alt="Emoji Identification Card icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325331.svg" alt="Emoji Identification Card icon" :width="24" :height="24" />
CSS background
.icon-emoji-identification-card {
background-image: url('https://proicons.com/icon/325331.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>.k{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="k" d="M23.0893,32.3437l2.8084-4.2489.749,3.7026,1.8915-2.4697.4595,2.0462c2.8602-1.5743,5.6893.878,7.9182.0689"/><path id="c" class="k" d="M18.3981,32.3437l-.106-1.9466c-.0862-1.656-1.4467-2.96-3.1077-2.9787h-3.5377c-1.6611.0185-3.0218,1.3226-3.108,2.9787l-.106,1.9465"/><path id="d" class="k" d="M8.433,15.6611h9.9651"/><path id="e" class="k" d="M23.3205,15.6611h16.2148"/><path id="f" class="k" d="M23.3639,20.1611h11.4428"/><path id="g" class="k" d="M23.3639,22.543h11.4428"/><path id="h" class="k" d="M23.3639,24.9248h11.4428"/><path id="i" class="k" d="M11.6655,23.2854c-.0005.987.8006,1.7876,1.7894,1.7881.9888.0005,1.7907-.7992,1.7912-1.7863v-.0018c.0005-.987-.8006-1.7876-1.7894-1.7881-.9888-.0005-1.7907.7992-1.7912,1.7863v.0018"/><path id="j" class="k" d="M7.5935,12.6811h32.8129c1.1562,0,2.0935.9357,2.0935,2.0899h0v18.458c0,1.1542-.9373,2.0899-2.0935,2.0899H7.5935c-1.1562,0-2.0935-.9357-2.0935-2.0899h0V14.771c0-1.1542.9373-2.0899,2.0935-2.0899h0"/></svg>
Copied!