handball from Material Design Icons by Pictogrammers · Filled · People / Family · Apache-2.0 Free for personal and commercial use.

Name
handball
Set
Material Design Icons
Style
Filled
Category
People / Family
Viewbox
24×24
License
Apache 2.0
Aliases
human-handball

More people / family icons from Material Design Icons

Use the handball icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.83 10.43a6.93 6.93 0 0 1 2.56 4.43a6.64 6.64 0 0 1-.89 4.64l-1.72-1a5 5 0 0 0 .66-2.5a5.2 5.2 0 0 0-.98-2.94L9.18 23.93l-1.74-.98l3-5.2l-1.73-.99l-1.5 2.58l-1.71-.98l5.13-8.91A7 7 0 0 1 8.8 5.46a6.9 6.9 0 0 1 .89-4.36l1.74 1.03a4.84 4.84 0 0 0-.52 3.77a4.74 4.74 0 0 0 2.3 3.03M16 5a2 2 0 1 0 2 2a2 2 0 0 0-2-2m-2.5-4A1.5 1.5 0 1 0 15 2.5A1.5 1.5 0 0 0 13.5 1"/></svg>

React

import type { SVGProps } from "react";

export function MdiHandball(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.83 10.43a6.93 6.93 0 0 1 2.56 4.43a6.64 6.64 0 0 1-.89 4.64l-1.72-1a5 5 0 0 0 .66-2.5a5.2 5.2 0 0 0-.98-2.94L9.18 23.93l-1.74-.98l3-5.2l-1.73-.99l-1.5 2.58l-1.71-.98l5.13-8.91A7 7 0 0 1 8.8 5.46a6.9 6.9 0 0 1 .89-4.36l1.74 1.03a4.84 4.84 0 0 0-.52 3.77a4.74 4.74 0 0 0 2.3 3.03M16 5a2 2 0 1 0 2 2a2 2 0 0 0-2-2m-2.5-4A1.5 1.5 0 1 0 15 2.5A1.5 1.5 0 0 0 13.5 1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.83 10.43a6.93 6.93 0 0 1 2.56 4.43a6.64 6.64 0 0 1-.89 4.64l-1.72-1a5 5 0 0 0 .66-2.5a5.2 5.2 0 0 0-.98-2.94L9.18 23.93l-1.74-.98l3-5.2l-1.73-.99l-1.5 2.58l-1.71-.98l5.13-8.91A7 7 0 0 1 8.8 5.46a6.9 6.9 0 0 1 .89-4.36l1.74 1.03a4.84 4.84 0 0 0-.52 3.77a4.74 4.74 0 0 0 2.3 3.03M16 5a2 2 0 1 0 2 2a2 2 0 0 0-2-2m-2.5-4A1.5 1.5 0 1 0 15 2.5A1.5 1.5 0 0 0 13.5 1"/></svg>
</template>

CSS

.icon-handball {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.83%2010.43a6.93%206.93%200%200%201%202.56%204.43a6.64%206.64%200%200%201-.89%204.64l-1.72-1a5%205%200%200%200%20.66-2.5a5.2%205.2%200%200%200-.98-2.94L9.18%2023.93l-1.74-.98l3-5.2l-1.73-.99l-1.5%202.58l-1.71-.98l5.13-8.91A7%207%200%200%201%208.8%205.46a6.9%206.9%200%200%201%20.89-4.36l1.74%201.03a4.84%204.84%200%200%200-.52%203.77a4.74%204.74%200%200%200%202.3%203.03M16%205a2%202%200%201%200%202%202a2%202%200%200%200-2-2m-2.5-4A1.5%201.5%200%201%200%2015%202.5A1.5%201.5%200%200%200%2013.5%201%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.83%2010.43a6.93%206.93%200%200%201%202.56%204.43a6.64%206.64%200%200%201-.89%204.64l-1.72-1a5%205%200%200%200%20.66-2.5a5.2%205.2%200%200%200-.98-2.94L9.18%2023.93l-1.74-.98l3-5.2l-1.73-.99l-1.5%202.58l-1.71-.98l5.13-8.91A7%207%200%200%201%208.8%205.46a6.9%206.9%200%200%201%20.89-4.36l1.74%201.03a4.84%204.84%200%200%200-.52%203.77a4.74%204.74%200%200%200%202.3%203.03M16%205a2%202%200%201%200%202%202a2%202%200%200%200-2-2m-2.5-4A1.5%201.5%200%201%200%2015%202.5A1.5%201.5%200%200%200%2013.5%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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