gamification icon

gamification from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.

Name
gamification
Set
Carbon
Style
Outline
Category
Organization
Viewbox
32×32
License
Apache 2.0

More organization icons from Carbon

Use the gamification icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23 23h-.131l.963-1.445A1 1 0 0 0 24 21v-9c0-9.885-7.92-10-8-10a1 1 0 0 0-1 1v2h-1a1 1 0 0 0-.581.187l-7 5a1 1 0 0 0-.368 1.13l1 3a1 1 0 0 0 1.09.673l4.87-.696l-3.86 6.176a1 1 0 0 0 .017 1.085L10.132 23H10a3.003 3.003 0 0 0-3 3v4h19v-4a3.003 3.003 0 0 0-3-3m-7.152-9.47a1 1 0 0 0-.99-1.52l-6.174.882l-.502-1.508L14.32 7h1.679a1 1 0 0 0 1-.999L17 4.129c1.501.335 4.217 1.541 4.86 5.871H19v2h3v2h-3v2h3v2h-3v2h3v.697L20.465 23h-7.93l-1.345-2.018ZM24 28H9v-2a1 1 0 0 1 1-1h13a1 1 0 0 1 1 1Z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonGamification(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23 23h-.131l.963-1.445A1 1 0 0 0 24 21v-9c0-9.885-7.92-10-8-10a1 1 0 0 0-1 1v2h-1a1 1 0 0 0-.581.187l-7 5a1 1 0 0 0-.368 1.13l1 3a1 1 0 0 0 1.09.673l4.87-.696l-3.86 6.176a1 1 0 0 0 .017 1.085L10.132 23H10a3.003 3.003 0 0 0-3 3v4h19v-4a3.003 3.003 0 0 0-3-3m-7.152-9.47a1 1 0 0 0-.99-1.52l-6.174.882l-.502-1.508L14.32 7h1.679a1 1 0 0 0 1-.999L17 4.129c1.501.335 4.217 1.541 4.86 5.871H19v2h3v2h-3v2h3v2h-3v2h3v.697L20.465 23h-7.93l-1.345-2.018ZM24 28H9v-2a1 1 0 0 1 1-1h13a1 1 0 0 1 1 1Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M23 23h-.131l.963-1.445A1 1 0 0 0 24 21v-9c0-9.885-7.92-10-8-10a1 1 0 0 0-1 1v2h-1a1 1 0 0 0-.581.187l-7 5a1 1 0 0 0-.368 1.13l1 3a1 1 0 0 0 1.09.673l4.87-.696l-3.86 6.176a1 1 0 0 0 .017 1.085L10.132 23H10a3.003 3.003 0 0 0-3 3v4h19v-4a3.003 3.003 0 0 0-3-3m-7.152-9.47a1 1 0 0 0-.99-1.52l-6.174.882l-.502-1.508L14.32 7h1.679a1 1 0 0 0 1-.999L17 4.129c1.501.335 4.217 1.541 4.86 5.871H19v2h3v2h-3v2h3v2h-3v2h3v.697L20.465 23h-7.93l-1.345-2.018ZM24 28H9v-2a1 1 0 0 1 1-1h13a1 1 0 0 1 1 1Z"/></svg>
</template>

CSS

.icon-gamification {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23%2023h-.131l.963-1.445A1%201%200%200%200%2024%2021v-9c0-9.885-7.92-10-8-10a1%201%200%200%200-1%201v2h-1a1%201%200%200%200-.581.187l-7%205a1%201%200%200%200-.368%201.13l1%203a1%201%200%200%200%201.09.673l4.87-.696l-3.86%206.176a1%201%200%200%200%20.017%201.085L10.132%2023H10a3.003%203.003%200%200%200-3%203v4h19v-4a3.003%203.003%200%200%200-3-3m-7.152-9.47a1%201%200%200%200-.99-1.52l-6.174.882l-.502-1.508L14.32%207h1.679a1%201%200%200%200%201-.999L17%204.129c1.501.335%204.217%201.541%204.86%205.871H19v2h3v2h-3v2h3v2h-3v2h3v.697L20.465%2023h-7.93l-1.345-2.018ZM24%2028H9v-2a1%201%200%200%201%201-1h13a1%201%200%200%201%201%201Z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23%2023h-.131l.963-1.445A1%201%200%200%200%2024%2021v-9c0-9.885-7.92-10-8-10a1%201%200%200%200-1%201v2h-1a1%201%200%200%200-.581.187l-7%205a1%201%200%200%200-.368%201.13l1%203a1%201%200%200%200%201.09.673l4.87-.696l-3.86%206.176a1%201%200%200%200%20.017%201.085L10.132%2023H10a3.003%203.003%200%200%200-3%203v4h19v-4a3.003%203.003%200%200%200-3-3m-7.152-9.47a1%201%200%200%200-.99-1.52l-6.174.882l-.502-1.508L14.32%207h1.679a1%201%200%200%200%201-.999L17%204.129c1.501.335%204.217%201.541%204.86%205.871H19v2h3v2h-3v2h3v2h-3v2h3v.697L20.465%2023h-7.93l-1.345-2.018ZM24%2028H9v-2a1%201%200%200%201%201-1h13a1%201%200%200%201%201%201Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/gamification.svg?color=%231a73e8&size=48