handicap from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.

Name
handicap
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT
Aliases
bx-handicap

Use the handicap icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="9" cy="4" r="2" fill="currentColor"/><path fill="currentColor" d="M16.98 14.804A1 1 0 0 0 16 14h-4.133l-.429-3H16V9h-4.847l-.163-1.142A1 1 0 0 0 10 7H9a1.003 1.003 0 0 0-.99 1.142l.877 6.142A2.01 2.01 0 0 0 10.867 16h4.313l.839 4.196c.094.467.504.804.981.804h3v-2h-2.181z"/><path fill="currentColor" d="M12.51 17.5c-.739 1.476-2.25 2.5-4.01 2.5A4.505 4.505 0 0 1 4 15.5a4.5 4.5 0 0 1 2.817-4.167l-.289-2.025C3.905 10.145 2 12.604 2 15.5C2 19.084 4.916 22 8.5 22a6.5 6.5 0 0 0 5.545-3.126l-.274-1.374z"/></svg>

React

import type { SVGProps } from "react";

export function BxHandicap(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="9" cy="4" r="2" fill="currentColor"/><path fill="currentColor" d="M16.98 14.804A1 1 0 0 0 16 14h-4.133l-.429-3H16V9h-4.847l-.163-1.142A1 1 0 0 0 10 7H9a1.003 1.003 0 0 0-.99 1.142l.877 6.142A2.01 2.01 0 0 0 10.867 16h4.313l.839 4.196c.094.467.504.804.981.804h3v-2h-2.181z"/><path fill="currentColor" d="M12.51 17.5c-.739 1.476-2.25 2.5-4.01 2.5A4.505 4.505 0 0 1 4 15.5a4.5 4.5 0 0 1 2.817-4.167l-.289-2.025C3.905 10.145 2 12.604 2 15.5C2 19.084 4.916 22 8.5 22a6.5 6.5 0 0 0 5.545-3.126l-.274-1.374z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="9" cy="4" r="2" fill="currentColor"/><path fill="currentColor" d="M16.98 14.804A1 1 0 0 0 16 14h-4.133l-.429-3H16V9h-4.847l-.163-1.142A1 1 0 0 0 10 7H9a1.003 1.003 0 0 0-.99 1.142l.877 6.142A2.01 2.01 0 0 0 10.867 16h4.313l.839 4.196c.094.467.504.804.981.804h3v-2h-2.181z"/><path fill="currentColor" d="M12.51 17.5c-.739 1.476-2.25 2.5-4.01 2.5A4.505 4.505 0 0 1 4 15.5a4.5 4.5 0 0 1 2.817-4.167l-.289-2.025C3.905 10.145 2 12.604 2 15.5C2 19.084 4.916 22 8.5 22a6.5 6.5 0 0 0 5.545-3.126l-.274-1.374z"/></svg>
</template>

CSS

.icon-handicap {
  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%3Ccircle%20cx%3D%229%22%20cy%3D%224%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.98%2014.804A1%201%200%200%200%2016%2014h-4.133l-.429-3H16V9h-4.847l-.163-1.142A1%201%200%200%200%2010%207H9a1.003%201.003%200%200%200-.99%201.142l.877%206.142A2.01%202.01%200%200%200%2010.867%2016h4.313l.839%204.196c.094.467.504.804.981.804h3v-2h-2.181z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.51%2017.5c-.739%201.476-2.25%202.5-4.01%202.5A4.505%204.505%200%200%201%204%2015.5a4.5%204.5%200%200%201%202.817-4.167l-.289-2.025C3.905%2010.145%202%2012.604%202%2015.5C2%2019.084%204.916%2022%208.5%2022a6.5%206.5%200%200%200%205.545-3.126l-.274-1.374z%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%2024%2024%22%3E%3Ccircle%20cx%3D%229%22%20cy%3D%224%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.98%2014.804A1%201%200%200%200%2016%2014h-4.133l-.429-3H16V9h-4.847l-.163-1.142A1%201%200%200%200%2010%207H9a1.003%201.003%200%200%200-.99%201.142l.877%206.142A2.01%202.01%200%200%200%2010.867%2016h4.313l.839%204.196c.094.467.504.804.981.804h3v-2h-2.181z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.51%2017.5c-.739%201.476-2.25%202.5-4.01%202.5A4.505%204.505%200%200%201%204%2015.5a4.5%204.5%200%200%201%202.817-4.167l-.289-2.025C3.905%2010.145%202%2012.604%202%2015.5C2%2019.084%204.916%2022%208.5%2022a6.5%206.5%200%200%200%205.545-3.126l-.274-1.374z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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