joker icon
joker from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- joker
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the joker 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-width="1.5"><path d="M4 7a2 2 0 1 0 0-4a2 2 0 0 0 0 4Zm16 2a2 2 0 1 0 0-4a2 2 0 0 0 0 4Z"/><path stroke-linecap="round" d="M4.967 17c-3.524-5.5 4.023-6-.008-10m1.42-2c1.104 0 3.62 1 3.62 3"/><path stroke-linecap="round" stroke-linejoin="round" d="M5 17c5.217 1.452 8.328 1.209 14 0M4 20c5.963 1.452 9.518 1.209 16 0"/><path stroke-linecap="round" stroke-linejoin="round" d="M18.029 6.045c-2.365.434-7.819 3.74-6.98 11.193m7.202-9.149c-1.215.573-3.126 1.799-.653 4.824c.78.955 1.688 2.967 1.353 3.956"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsJoker(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" strokeWidth="1.5"><path d="M4 7a2 2 0 1 0 0-4a2 2 0 0 0 0 4Zm16 2a2 2 0 1 0 0-4a2 2 0 0 0 0 4Z"/><path strokeLinecap="round" d="M4.967 17c-3.524-5.5 4.023-6-.008-10m1.42-2c1.104 0 3.62 1 3.62 3"/><path strokeLinecap="round" strokeLinejoin="round" d="M5 17c5.217 1.452 8.328 1.209 14 0M4 20c5.963 1.452 9.518 1.209 16 0"/><path strokeLinecap="round" strokeLinejoin="round" d="M18.029 6.045c-2.365.434-7.819 3.74-6.98 11.193m7.202-9.149c-1.215.573-3.126 1.799-.653 4.824c.78.955 1.688 2.967 1.353 3.956"/></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-width="1.5"><path d="M4 7a2 2 0 1 0 0-4a2 2 0 0 0 0 4Zm16 2a2 2 0 1 0 0-4a2 2 0 0 0 0 4Z"/><path stroke-linecap="round" d="M4.967 17c-3.524-5.5 4.023-6-.008-10m1.42-2c1.104 0 3.62 1 3.62 3"/><path stroke-linecap="round" stroke-linejoin="round" d="M5 17c5.217 1.452 8.328 1.209 14 0M4 20c5.963 1.452 9.518 1.209 16 0"/><path stroke-linecap="round" stroke-linejoin="round" d="M18.029 6.045c-2.365.434-7.819 3.74-6.98 11.193m7.202-9.149c-1.215.573-3.126 1.799-.653 4.824c.78.955 1.688 2.967 1.353 3.956"/></g></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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M4%207a2%202%200%201%200%200-4a2%202%200%200%200%200%204Zm16%202a2%202%200%201%200%200-4a2%202%200%200%200%200%204Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M4.967%2017c-3.524-5.5%204.023-6-.008-10m1.42-2c1.104%200%203.62%201%203.62%203%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M5%2017c5.217%201.452%208.328%201.209%2014%200M4%2020c5.963%201.452%209.518%201.209%2016%200%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M18.029%206.045c-2.365.434-7.819%203.74-6.98%2011.193m7.202-9.149c-1.215.573-3.126%201.799-.653%204.824c.78.955%201.688%202.967%201.353%203.956%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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M4%207a2%202%200%201%200%200-4a2%202%200%200%200%200%204Zm16%202a2%202%200%201%200%200-4a2%202%200%200%200%200%204Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M4.967%2017c-3.524-5.5%204.023-6-.008-10m1.42-2c1.104%200%203.62%201%203.62%203%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M5%2017c5.217%201.452%208.328%201.209%2014%200M4%2020c5.963%201.452%209.518%201.209%2016%200%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M18.029%206.045c-2.365.434-7.819%203.74-6.98%2011.193m7.202-9.149c-1.215.573-3.126%201.799-.653%204.824c.78.955%201.688%202.967%201.353%203.956%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/joker.svg?color=%231a73e8&size=48