joker emoji
joker from OpenMoji by OpenMoji · Default · Activities · CC-BY-SA-4.0 Attribution required.
- Name
- joker
- Set
- OpenMoji
- Style
- Default
- Category
- Activities
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
More activities icons from OpenMoji
Use the joker emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" d="M16.5 4.8h39v62.4h-39z"/><path fill="#ea5a47" d="m35.806 48.602l-8.963 2.513l1.087-4.5l-6.647-.149l2.956-2.461l4.029-1.503l17.045.278l5.025 3.529l-6.281.306l1.444 4.5z"/><path fill="#d22f27" d="M41.925 50.188c.629.836 3.576.927 3.576.927l-1.444-4.5l6.281-.306l-5.025-3.529l-2.925-.09c-.616.363-1.092 6.663-.463 7.498"/><path fill="#ea5a47" d="M21.02 23.286c-.672.15 3.942-6.425 11.427-2.527c0 0 4.5-10.779 14.41-6.75c0 0-8.169 6.263-6.026 5.992c8.258-1.042 9.357 4.385 9.357 4.385c-10.071-2.839-4.378 5.601-4.378 5.601c-6.854-6.84-14.474-5.717-19.954-.724c0 0 2.964-7.716-4.835-5.977"/><path fill="#d22f27" d="M40.83 20.001c8.259-1.042 9.358 4.385 9.358 4.385c-10.071-2.839-4.378 5.601-4.378 5.601c-2.025-2.02-6.032-2.39-6.165-4.066c-.259-3.274-.324-5.73 1.186-5.92"/><path fill="#fcea2b" d="M44.889 28.89c-.298-2.086-11.353-6.956-18.084-.656c0 0-.256 4.377-.256 5.312c0 6.373 4.133 11.54 9.232 11.54s9.231-5.167 9.231-11.54a26.5 26.5 0 0 0-.123-4.656"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.5 4.8h39v62.4h-39z"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21.02 23.286c-.672.15 3.942-6.425 11.427-2.527c0 0 4.5-10.779 14.41-6.75c0 0-8.169 6.263-6.026 5.992c8.258-1.042 9.357 4.385 9.357 4.385c-10.071-2.839-4.378 5.601-4.378 5.601c-6.854-6.84-14.474-5.717-19.954-.724c0 0 2.964-7.716-4.835-5.977m4.975 19.494c-1.21.004-6.32 3.438-6.32 5.003c0 0 6.57-1.77 8.254-1.168c0 0-1.94 3.815-1.819 5.86c0 0 6.372-3.142 9.882-3.142m9.997-6.553c1.211.004 6.32 3.438 6.32 5.003c0 0-6.57-1.77-8.254-1.168c0 0 1.94 3.815 1.819 5.86c0 0-6.372-3.142-9.882-3.142M23.37 7.35v4.5a2.5 2.5 0 0 1-2.5 2.5h0a2.5 2.5 0 0 1-1.673-.642M48.63 64.217v-4.5a2.5 2.5 0 0 1 2.5-2.5h0a2.5 2.5 0 0 1 1.673.641"/><circle cx="50.782" cy="27.475" r="1.949"/><circle cx="48.833" cy="16.482" r="1.949"/><circle cx="20.68" cy="26.467" r="1.949"/><path d="M41.772 31.097a1.949 1.949 0 1 1-1.95-1.95a1.95 1.95 0 0 1 1.95 1.95m-7.796 0a1.949 1.949 0 1 1-1.949-1.95a1.95 1.95 0 0 1 1.95 1.95m1.948 9.746a7.46 7.46 0 0 1-3.36-.836a.975.975 0 1 1 .873-1.743a5.24 5.24 0 0 0 4.974 0a.975.975 0 1 1 .872 1.743a7.46 7.46 0 0 1-3.359.836"/></svg>
React
import type { SVGProps } from "react";
export function OpenmojiJoker(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" d="M16.5 4.8h39v62.4h-39z"/><path fill="#ea5a47" d="m35.806 48.602l-8.963 2.513l1.087-4.5l-6.647-.149l2.956-2.461l4.029-1.503l17.045.278l5.025 3.529l-6.281.306l1.444 4.5z"/><path fill="#d22f27" d="M41.925 50.188c.629.836 3.576.927 3.576.927l-1.444-4.5l6.281-.306l-5.025-3.529l-2.925-.09c-.616.363-1.092 6.663-.463 7.498"/><path fill="#ea5a47" d="M21.02 23.286c-.672.15 3.942-6.425 11.427-2.527c0 0 4.5-10.779 14.41-6.75c0 0-8.169 6.263-6.026 5.992c8.258-1.042 9.357 4.385 9.357 4.385c-10.071-2.839-4.378 5.601-4.378 5.601c-6.854-6.84-14.474-5.717-19.954-.724c0 0 2.964-7.716-4.835-5.977"/><path fill="#d22f27" d="M40.83 20.001c8.259-1.042 9.358 4.385 9.358 4.385c-10.071-2.839-4.378 5.601-4.378 5.601c-2.025-2.02-6.032-2.39-6.165-4.066c-.259-3.274-.324-5.73 1.186-5.92"/><path fill="#fcea2b" d="M44.889 28.89c-.298-2.086-11.353-6.956-18.084-.656c0 0-.256 4.377-.256 5.312c0 6.373 4.133 11.54 9.232 11.54s9.231-5.167 9.231-11.54a26.5 26.5 0 0 0-.123-4.656"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M16.5 4.8h39v62.4h-39z"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M21.02 23.286c-.672.15 3.942-6.425 11.427-2.527c0 0 4.5-10.779 14.41-6.75c0 0-8.169 6.263-6.026 5.992c8.258-1.042 9.357 4.385 9.357 4.385c-10.071-2.839-4.378 5.601-4.378 5.601c-6.854-6.84-14.474-5.717-19.954-.724c0 0 2.964-7.716-4.835-5.977m4.975 19.494c-1.21.004-6.32 3.438-6.32 5.003c0 0 6.57-1.77 8.254-1.168c0 0-1.94 3.815-1.819 5.86c0 0 6.372-3.142 9.882-3.142m9.997-6.553c1.211.004 6.32 3.438 6.32 5.003c0 0-6.57-1.77-8.254-1.168c0 0 1.94 3.815 1.819 5.86c0 0-6.372-3.142-9.882-3.142M23.37 7.35v4.5a2.5 2.5 0 0 1-2.5 2.5h0a2.5 2.5 0 0 1-1.673-.642M48.63 64.217v-4.5a2.5 2.5 0 0 1 2.5-2.5h0a2.5 2.5 0 0 1 1.673.641"/><circle cx="50.782" cy="27.475" r="1.949"/><circle cx="48.833" cy="16.482" r="1.949"/><circle cx="20.68" cy="26.467" r="1.949"/><path d="M41.772 31.097a1.949 1.949 0 1 1-1.95-1.95a1.95 1.95 0 0 1 1.95 1.95m-7.796 0a1.949 1.949 0 1 1-1.949-1.95a1.95 1.95 0 0 1 1.95 1.95m1.948 9.746a7.46 7.46 0 0 1-3.36-.836a.975.975 0 1 1 .873-1.743a5.24 5.24 0 0 0 4.974 0a.975.975 0 1 1 .872 1.743a7.46 7.46 0 0 1-3.359.836"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" d="M16.5 4.8h39v62.4h-39z"/><path fill="#ea5a47" d="m35.806 48.602l-8.963 2.513l1.087-4.5l-6.647-.149l2.956-2.461l4.029-1.503l17.045.278l5.025 3.529l-6.281.306l1.444 4.5z"/><path fill="#d22f27" d="M41.925 50.188c.629.836 3.576.927 3.576.927l-1.444-4.5l6.281-.306l-5.025-3.529l-2.925-.09c-.616.363-1.092 6.663-.463 7.498"/><path fill="#ea5a47" d="M21.02 23.286c-.672.15 3.942-6.425 11.427-2.527c0 0 4.5-10.779 14.41-6.75c0 0-8.169 6.263-6.026 5.992c8.258-1.042 9.357 4.385 9.357 4.385c-10.071-2.839-4.378 5.601-4.378 5.601c-6.854-6.84-14.474-5.717-19.954-.724c0 0 2.964-7.716-4.835-5.977"/><path fill="#d22f27" d="M40.83 20.001c8.259-1.042 9.358 4.385 9.358 4.385c-10.071-2.839-4.378 5.601-4.378 5.601c-2.025-2.02-6.032-2.39-6.165-4.066c-.259-3.274-.324-5.73 1.186-5.92"/><path fill="#fcea2b" d="M44.889 28.89c-.298-2.086-11.353-6.956-18.084-.656c0 0-.256 4.377-.256 5.312c0 6.373 4.133 11.54 9.232 11.54s9.231-5.167 9.231-11.54a26.5 26.5 0 0 0-.123-4.656"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.5 4.8h39v62.4h-39z"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21.02 23.286c-.672.15 3.942-6.425 11.427-2.527c0 0 4.5-10.779 14.41-6.75c0 0-8.169 6.263-6.026 5.992c8.258-1.042 9.357 4.385 9.357 4.385c-10.071-2.839-4.378 5.601-4.378 5.601c-6.854-6.84-14.474-5.717-19.954-.724c0 0 2.964-7.716-4.835-5.977m4.975 19.494c-1.21.004-6.32 3.438-6.32 5.003c0 0 6.57-1.77 8.254-1.168c0 0-1.94 3.815-1.819 5.86c0 0 6.372-3.142 9.882-3.142m9.997-6.553c1.211.004 6.32 3.438 6.32 5.003c0 0-6.57-1.77-8.254-1.168c0 0 1.94 3.815 1.819 5.86c0 0-6.372-3.142-9.882-3.142M23.37 7.35v4.5a2.5 2.5 0 0 1-2.5 2.5h0a2.5 2.5 0 0 1-1.673-.642M48.63 64.217v-4.5a2.5 2.5 0 0 1 2.5-2.5h0a2.5 2.5 0 0 1 1.673.641"/><circle cx="50.782" cy="27.475" r="1.949"/><circle cx="48.833" cy="16.482" r="1.949"/><circle cx="20.68" cy="26.467" r="1.949"/><path d="M41.772 31.097a1.949 1.949 0 1 1-1.95-1.95a1.95 1.95 0 0 1 1.95 1.95m-7.796 0a1.949 1.949 0 1 1-1.949-1.95a1.95 1.95 0 0 1 1.95 1.95m1.948 9.746a7.46 7.46 0 0 1-3.36-.836a.975.975 0 1 1 .873-1.743a5.24 5.24 0 0 0 4.974 0a.975.975 0 1 1 .872 1.743a7.46 7.46 0 0 1-3.359.836"/></svg> </template>
CSS
.icon-joker {
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%2072%2072%22%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M16.5%204.8h39v62.4h-39z%22%2F%3E%3Cpath%20fill%3D%22%23ea5a47%22%20d%3D%22m35.806%2048.602l-8.963%202.513l1.087-4.5l-6.647-.149l2.956-2.461l4.029-1.503l17.045.278l5.025%203.529l-6.281.306l1.444%204.5z%22%2F%3E%3Cpath%20fill%3D%22%23d22f27%22%20d%3D%22M41.925%2050.188c.629.836%203.576.927%203.576.927l-1.444-4.5l6.281-.306l-5.025-3.529l-2.925-.09c-.616.363-1.092%206.663-.463%207.498%22%2F%3E%3Cpath%20fill%3D%22%23ea5a47%22%20d%3D%22M21.02%2023.286c-.672.15%203.942-6.425%2011.427-2.527c0%200%204.5-10.779%2014.41-6.75c0%200-8.169%206.263-6.026%205.992c8.258-1.042%209.357%204.385%209.357%204.385c-10.071-2.839-4.378%205.601-4.378%205.601c-6.854-6.84-14.474-5.717-19.954-.724c0%200%202.964-7.716-4.835-5.977%22%2F%3E%3Cpath%20fill%3D%22%23d22f27%22%20d%3D%22M40.83%2020.001c8.259-1.042%209.358%204.385%209.358%204.385c-10.071-2.839-4.378%205.601-4.378%205.601c-2.025-2.02-6.032-2.39-6.165-4.066c-.259-3.274-.324-5.73%201.186-5.92%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M44.889%2028.89c-.298-2.086-11.353-6.956-18.084-.656c0%200-.256%204.377-.256%205.312c0%206.373%204.133%2011.54%209.232%2011.54s9.231-5.167%209.231-11.54a26.5%2026.5%200%200%200-.123-4.656%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M16.5%204.8h39v62.4h-39z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M21.02%2023.286c-.672.15%203.942-6.425%2011.427-2.527c0%200%204.5-10.779%2014.41-6.75c0%200-8.169%206.263-6.026%205.992c8.258-1.042%209.357%204.385%209.357%204.385c-10.071-2.839-4.378%205.601-4.378%205.601c-6.854-6.84-14.474-5.717-19.954-.724c0%200%202.964-7.716-4.835-5.977m4.975%2019.494c-1.21.004-6.32%203.438-6.32%205.003c0%200%206.57-1.77%208.254-1.168c0%200-1.94%203.815-1.819%205.86c0%200%206.372-3.142%209.882-3.142m9.997-6.553c1.211.004%206.32%203.438%206.32%205.003c0%200-6.57-1.77-8.254-1.168c0%200%201.94%203.815%201.819%205.86c0%200-6.372-3.142-9.882-3.142M23.37%207.35v4.5a2.5%202.5%200%200%201-2.5%202.5h0a2.5%202.5%200%200%201-1.673-.642M48.63%2064.217v-4.5a2.5%202.5%200%200%201%202.5-2.5h0a2.5%202.5%200%200%201%201.673.641%22%2F%3E%3Ccircle%20cx%3D%2250.782%22%20cy%3D%2227.475%22%20r%3D%221.949%22%2F%3E%3Ccircle%20cx%3D%2248.833%22%20cy%3D%2216.482%22%20r%3D%221.949%22%2F%3E%3Ccircle%20cx%3D%2220.68%22%20cy%3D%2226.467%22%20r%3D%221.949%22%2F%3E%3Cpath%20d%3D%22M41.772%2031.097a1.949%201.949%200%201%201-1.95-1.95a1.95%201.95%200%200%201%201.95%201.95m-7.796%200a1.949%201.949%200%201%201-1.949-1.95a1.95%201.95%200%200%201%201.95%201.95m1.948%209.746a7.46%207.46%200%200%201-3.36-.836a.975.975%200%201%201%20.873-1.743a5.24%205.24%200%200%200%204.974%200a.975.975%200%201%201%20.872%201.743a7.46%207.46%200%200%201-3.359.836%22%2F%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M16.5%204.8h39v62.4h-39z%22%2F%3E%3Cpath%20fill%3D%22%23ea5a47%22%20d%3D%22m35.806%2048.602l-8.963%202.513l1.087-4.5l-6.647-.149l2.956-2.461l4.029-1.503l17.045.278l5.025%203.529l-6.281.306l1.444%204.5z%22%2F%3E%3Cpath%20fill%3D%22%23d22f27%22%20d%3D%22M41.925%2050.188c.629.836%203.576.927%203.576.927l-1.444-4.5l6.281-.306l-5.025-3.529l-2.925-.09c-.616.363-1.092%206.663-.463%207.498%22%2F%3E%3Cpath%20fill%3D%22%23ea5a47%22%20d%3D%22M21.02%2023.286c-.672.15%203.942-6.425%2011.427-2.527c0%200%204.5-10.779%2014.41-6.75c0%200-8.169%206.263-6.026%205.992c8.258-1.042%209.357%204.385%209.357%204.385c-10.071-2.839-4.378%205.601-4.378%205.601c-6.854-6.84-14.474-5.717-19.954-.724c0%200%202.964-7.716-4.835-5.977%22%2F%3E%3Cpath%20fill%3D%22%23d22f27%22%20d%3D%22M40.83%2020.001c8.259-1.042%209.358%204.385%209.358%204.385c-10.071-2.839-4.378%205.601-4.378%205.601c-2.025-2.02-6.032-2.39-6.165-4.066c-.259-3.274-.324-5.73%201.186-5.92%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M44.889%2028.89c-.298-2.086-11.353-6.956-18.084-.656c0%200-.256%204.377-.256%205.312c0%206.373%204.133%2011.54%209.232%2011.54s9.231-5.167%209.231-11.54a26.5%2026.5%200%200%200-.123-4.656%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M16.5%204.8h39v62.4h-39z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M21.02%2023.286c-.672.15%203.942-6.425%2011.427-2.527c0%200%204.5-10.779%2014.41-6.75c0%200-8.169%206.263-6.026%205.992c8.258-1.042%209.357%204.385%209.357%204.385c-10.071-2.839-4.378%205.601-4.378%205.601c-6.854-6.84-14.474-5.717-19.954-.724c0%200%202.964-7.716-4.835-5.977m4.975%2019.494c-1.21.004-6.32%203.438-6.32%205.003c0%200%206.57-1.77%208.254-1.168c0%200-1.94%203.815-1.819%205.86c0%200%206.372-3.142%209.882-3.142m9.997-6.553c1.211.004%206.32%203.438%206.32%205.003c0%200-6.57-1.77-8.254-1.168c0%200%201.94%203.815%201.819%205.86c0%200-6.372-3.142-9.882-3.142M23.37%207.35v4.5a2.5%202.5%200%200%201-2.5%202.5h0a2.5%202.5%200%200%201-1.673-.642M48.63%2064.217v-4.5a2.5%202.5%200%200%201%202.5-2.5h0a2.5%202.5%200%200%201%201.673.641%22%2F%3E%3Ccircle%20cx%3D%2250.782%22%20cy%3D%2227.475%22%20r%3D%221.949%22%2F%3E%3Ccircle%20cx%3D%2248.833%22%20cy%3D%2216.482%22%20r%3D%221.949%22%2F%3E%3Ccircle%20cx%3D%2220.68%22%20cy%3D%2226.467%22%20r%3D%221.949%22%2F%3E%3Cpath%20d%3D%22M41.772%2031.097a1.949%201.949%200%201%201-1.95-1.95a1.95%201.95%200%200%201%201.95%201.95m-7.796%200a1.949%201.949%200%201%201-1.949-1.95a1.95%201.95%200%200%201%201.95%201.95m1.948%209.746a7.46%207.46%200%200%201-3.36-.836a.975.975%200%201%201%20.873-1.743a5.24%205.24%200%200%200%204.974%200a.975.975%200%201%201%20.872%201.743a7.46%207.46%200%200%201-3.359.836%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/joker.svg?color=%231a73e8&size=48