joker emoji
joker from Fluent Emoji High Contrast by Microsoft Corporation · Default · Activities · MIT Free for personal and commercial use.
- Name
- joker
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- Activities
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More activities icons from Fluent Emoji High Contrast
Use the joker emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M17.5 19c0 .69-.673 1.25-1.5 1.25s-1.5-.56-1.5-1.25z"/><path d="M16.736 9.74a1.25 1.25 0 1 0-1.471 0l-.5 2.053c-1.352-1.025-3.524-1.148-5 .176l-1.187 1.075a1.25 1.25 0 1 0 .89.923l.91-.532c.745-.432 1.622.043 1.622.834v3.896l-2.465 2.277l-.005.004c-.499.467-.702 1.215-.364 1.903c.323.67 1.008.951 1.597.951h1.239l.002 1.058v.018c.03.767.577 1.304 1.155 1.513a1.78 1.78 0 0 0 1.777-.315l1.06-.812l1.056.817c.481.395 1.17.544 1.811.294c.54-.206 1.137-.76 1.137-1.564V23.3h1.294c.78-.024 1.334-.572 1.565-1.077l.003-.006c.304-.675.086-1.415-.426-1.871L20 18.17V15h-.001v-.73c0-.792 1.007-1.267 1.75-.835l.8.467a1.25 1.25 0 1 0 .963-.88L22.35 11.97c-1.51-1.358-3.754-1.194-5.095-.095zm2.256 5.908v2.436H19v.259c0 .647-.271 1.268-.738 1.747c-.538.547-1.335.91-2.262.91c-.914 0-1.707-.36-2.247-.903c-.475-.48-.753-1.106-.753-1.754v-.259h.008v-2.42c.777-.41 1.834-.664 3.003-.664c1.156 0 2.206.246 2.981.648m.85 3.721l1.928 1.723c.222.198.286.48.18.715c-.116.254-.38.484-.687.493H19v2.01c0 .272-.222.527-.497.63a.82.82 0 0 1-.825-.141L16 23.5l-1.695 1.299a.78.78 0 0 1-.805.15c-.286-.103-.485-.339-.496-.611L13 22.3h-2.237c-.307 0-.582-.145-.698-.39c-.127-.253-.063-.536.148-.733l1.95-1.801C12.652 20.89 14.188 22 16 22c1.756 0 3.242-1.026 3.782-2.46a4 4 0 0 0 .06-.17"/><path d="M6.5 1A2.5 2.5 0 0 0 4 3.5v25A2.5 2.5 0 0 0 6.5 31h19a2.5 2.5 0 0 0 2.5-2.5v-25A2.5 2.5 0 0 0 25.5 1zM6 3.5a.5.5 0 0 1 .5-.5h19a.5.5 0 0 1 .5.5v25a.5.5 0 0 1-.5.5h-19a.5.5 0 0 1-.5-.5z"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastJoker(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M17.5 19c0 .69-.673 1.25-1.5 1.25s-1.5-.56-1.5-1.25z"/><path d="M16.736 9.74a1.25 1.25 0 1 0-1.471 0l-.5 2.053c-1.352-1.025-3.524-1.148-5 .176l-1.187 1.075a1.25 1.25 0 1 0 .89.923l.91-.532c.745-.432 1.622.043 1.622.834v3.896l-2.465 2.277l-.005.004c-.499.467-.702 1.215-.364 1.903c.323.67 1.008.951 1.597.951h1.239l.002 1.058v.018c.03.767.577 1.304 1.155 1.513a1.78 1.78 0 0 0 1.777-.315l1.06-.812l1.056.817c.481.395 1.17.544 1.811.294c.54-.206 1.137-.76 1.137-1.564V23.3h1.294c.78-.024 1.334-.572 1.565-1.077l.003-.006c.304-.675.086-1.415-.426-1.871L20 18.17V15h-.001v-.73c0-.792 1.007-1.267 1.75-.835l.8.467a1.25 1.25 0 1 0 .963-.88L22.35 11.97c-1.51-1.358-3.754-1.194-5.095-.095zm2.256 5.908v2.436H19v.259c0 .647-.271 1.268-.738 1.747c-.538.547-1.335.91-2.262.91c-.914 0-1.707-.36-2.247-.903c-.475-.48-.753-1.106-.753-1.754v-.259h.008v-2.42c.777-.41 1.834-.664 3.003-.664c1.156 0 2.206.246 2.981.648m.85 3.721l1.928 1.723c.222.198.286.48.18.715c-.116.254-.38.484-.687.493H19v2.01c0 .272-.222.527-.497.63a.82.82 0 0 1-.825-.141L16 23.5l-1.695 1.299a.78.78 0 0 1-.805.15c-.286-.103-.485-.339-.496-.611L13 22.3h-2.237c-.307 0-.582-.145-.698-.39c-.127-.253-.063-.536.148-.733l1.95-1.801C12.652 20.89 14.188 22 16 22c1.756 0 3.242-1.026 3.782-2.46a4 4 0 0 0 .06-.17"/><path d="M6.5 1A2.5 2.5 0 0 0 4 3.5v25A2.5 2.5 0 0 0 6.5 31h19a2.5 2.5 0 0 0 2.5-2.5v-25A2.5 2.5 0 0 0 25.5 1zM6 3.5a.5.5 0 0 1 .5-.5h19a.5.5 0 0 1 .5.5v25a.5.5 0 0 1-.5.5h-19a.5.5 0 0 1-.5-.5z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M17.5 19c0 .69-.673 1.25-1.5 1.25s-1.5-.56-1.5-1.25z"/><path d="M16.736 9.74a1.25 1.25 0 1 0-1.471 0l-.5 2.053c-1.352-1.025-3.524-1.148-5 .176l-1.187 1.075a1.25 1.25 0 1 0 .89.923l.91-.532c.745-.432 1.622.043 1.622.834v3.896l-2.465 2.277l-.005.004c-.499.467-.702 1.215-.364 1.903c.323.67 1.008.951 1.597.951h1.239l.002 1.058v.018c.03.767.577 1.304 1.155 1.513a1.78 1.78 0 0 0 1.777-.315l1.06-.812l1.056.817c.481.395 1.17.544 1.811.294c.54-.206 1.137-.76 1.137-1.564V23.3h1.294c.78-.024 1.334-.572 1.565-1.077l.003-.006c.304-.675.086-1.415-.426-1.871L20 18.17V15h-.001v-.73c0-.792 1.007-1.267 1.75-.835l.8.467a1.25 1.25 0 1 0 .963-.88L22.35 11.97c-1.51-1.358-3.754-1.194-5.095-.095zm2.256 5.908v2.436H19v.259c0 .647-.271 1.268-.738 1.747c-.538.547-1.335.91-2.262.91c-.914 0-1.707-.36-2.247-.903c-.475-.48-.753-1.106-.753-1.754v-.259h.008v-2.42c.777-.41 1.834-.664 3.003-.664c1.156 0 2.206.246 2.981.648m.85 3.721l1.928 1.723c.222.198.286.48.18.715c-.116.254-.38.484-.687.493H19v2.01c0 .272-.222.527-.497.63a.82.82 0 0 1-.825-.141L16 23.5l-1.695 1.299a.78.78 0 0 1-.805.15c-.286-.103-.485-.339-.496-.611L13 22.3h-2.237c-.307 0-.582-.145-.698-.39c-.127-.253-.063-.536.148-.733l1.95-1.801C12.652 20.89 14.188 22 16 22c1.756 0 3.242-1.026 3.782-2.46a4 4 0 0 0 .06-.17"/><path d="M6.5 1A2.5 2.5 0 0 0 4 3.5v25A2.5 2.5 0 0 0 6.5 31h19a2.5 2.5 0 0 0 2.5-2.5v-25A2.5 2.5 0 0 0 25.5 1zM6 3.5a.5.5 0 0 1 .5-.5h19a.5.5 0 0 1 .5.5v25a.5.5 0 0 1-.5.5h-19a.5.5 0 0 1-.5-.5z"/></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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M17.5%2019c0%20.69-.673%201.25-1.5%201.25s-1.5-.56-1.5-1.25z%22%2F%3E%3Cpath%20d%3D%22M16.736%209.74a1.25%201.25%200%201%200-1.471%200l-.5%202.053c-1.352-1.025-3.524-1.148-5%20.176l-1.187%201.075a1.25%201.25%200%201%200%20.89.923l.91-.532c.745-.432%201.622.043%201.622.834v3.896l-2.465%202.277l-.005.004c-.499.467-.702%201.215-.364%201.903c.323.67%201.008.951%201.597.951h1.239l.002%201.058v.018c.03.767.577%201.304%201.155%201.513a1.78%201.78%200%200%200%201.777-.315l1.06-.812l1.056.817c.481.395%201.17.544%201.811.294c.54-.206%201.137-.76%201.137-1.564V23.3h1.294c.78-.024%201.334-.572%201.565-1.077l.003-.006c.304-.675.086-1.415-.426-1.871L20%2018.17V15h-.001v-.73c0-.792%201.007-1.267%201.75-.835l.8.467a1.25%201.25%200%201%200%20.963-.88L22.35%2011.97c-1.51-1.358-3.754-1.194-5.095-.095zm2.256%205.908v2.436H19v.259c0%20.647-.271%201.268-.738%201.747c-.538.547-1.335.91-2.262.91c-.914%200-1.707-.36-2.247-.903c-.475-.48-.753-1.106-.753-1.754v-.259h.008v-2.42c.777-.41%201.834-.664%203.003-.664c1.156%200%202.206.246%202.981.648m.85%203.721l1.928%201.723c.222.198.286.48.18.715c-.116.254-.38.484-.687.493H19v2.01c0%20.272-.222.527-.497.63a.82.82%200%200%201-.825-.141L16%2023.5l-1.695%201.299a.78.78%200%200%201-.805.15c-.286-.103-.485-.339-.496-.611L13%2022.3h-2.237c-.307%200-.582-.145-.698-.39c-.127-.253-.063-.536.148-.733l1.95-1.801C12.652%2020.89%2014.188%2022%2016%2022c1.756%200%203.242-1.026%203.782-2.46a4%204%200%200%200%20.06-.17%22%2F%3E%3Cpath%20d%3D%22M6.5%201A2.5%202.5%200%200%200%204%203.5v25A2.5%202.5%200%200%200%206.5%2031h19a2.5%202.5%200%200%200%202.5-2.5v-25A2.5%202.5%200%200%200%2025.5%201zM6%203.5a.5.5%200%200%201%20.5-.5h19a.5.5%200%200%201%20.5.5v25a.5.5%200%200%201-.5.5h-19a.5.5%200%200%201-.5-.5z%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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M17.5%2019c0%20.69-.673%201.25-1.5%201.25s-1.5-.56-1.5-1.25z%22%2F%3E%3Cpath%20d%3D%22M16.736%209.74a1.25%201.25%200%201%200-1.471%200l-.5%202.053c-1.352-1.025-3.524-1.148-5%20.176l-1.187%201.075a1.25%201.25%200%201%200%20.89.923l.91-.532c.745-.432%201.622.043%201.622.834v3.896l-2.465%202.277l-.005.004c-.499.467-.702%201.215-.364%201.903c.323.67%201.008.951%201.597.951h1.239l.002%201.058v.018c.03.767.577%201.304%201.155%201.513a1.78%201.78%200%200%200%201.777-.315l1.06-.812l1.056.817c.481.395%201.17.544%201.811.294c.54-.206%201.137-.76%201.137-1.564V23.3h1.294c.78-.024%201.334-.572%201.565-1.077l.003-.006c.304-.675.086-1.415-.426-1.871L20%2018.17V15h-.001v-.73c0-.792%201.007-1.267%201.75-.835l.8.467a1.25%201.25%200%201%200%20.963-.88L22.35%2011.97c-1.51-1.358-3.754-1.194-5.095-.095zm2.256%205.908v2.436H19v.259c0%20.647-.271%201.268-.738%201.747c-.538.547-1.335.91-2.262.91c-.914%200-1.707-.36-2.247-.903c-.475-.48-.753-1.106-.753-1.754v-.259h.008v-2.42c.777-.41%201.834-.664%203.003-.664c1.156%200%202.206.246%202.981.648m.85%203.721l1.928%201.723c.222.198.286.48.18.715c-.116.254-.38.484-.687.493H19v2.01c0%20.272-.222.527-.497.63a.82.82%200%200%201-.825-.141L16%2023.5l-1.695%201.299a.78.78%200%200%201-.805.15c-.286-.103-.485-.339-.496-.611L13%2022.3h-2.237c-.307%200-.582-.145-.698-.39c-.127-.253-.063-.536.148-.733l1.95-1.801C12.652%2020.89%2014.188%2022%2016%2022c1.756%200%203.242-1.026%203.782-2.46a4%204%200%200%200%20.06-.17%22%2F%3E%3Cpath%20d%3D%22M6.5%201A2.5%202.5%200%200%200%204%203.5v25A2.5%202.5%200%200%200%206.5%2031h19a2.5%202.5%200%200%200%202.5-2.5v-25A2.5%202.5%200%200%200%2025.5%201zM6%203.5a.5.5%200%200%201%20.5-.5h19a.5.5%200%200%201%20.5.5v25a.5.5%200%200%201-.5.5h-19a.5.5%200%200%201-.5-.5z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/joker.svg?color=%231a73e8&size=48