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

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

More people / family icons from Material Design Icons

Use the biathlon icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.88 3.64c.77 0 1.4.63 1.4 1.4s-.63 1.4-1.4 1.4s-1.38-.63-1.38-1.4s.61-1.4 1.38-1.4M15 13h1.5v6H15zm0-4.5h1.5V10H15zm-4.96-5.9L8 2.04L6.06 8.58L3.9 11.42l3.27.95zm9.63 15.95c-.36.38-.79.95-1.27 1.15c-.49.22-.86.3-1.4.3h-3.5l-.07-3c-.01-.17-.06-.33-.15-.5l-2.4-4.26l.88-2.74a246 246 0 0 0 1.3 2.33c.15.17.39.3.63.3h2.21a.81.81 0 0 0 .81-.81c0-.42-.33-.76-.75-.79l-1.67-.13L12.4 7s-.4-.58-1.26-.58c-.87 0-1.14.42-1.31 1L6 20H3v2h14c1.37 0 2.53-.66 3.5-1.63zm-9.92-4.16l1.87 3l.13 2.61h-4z"/></svg>

React

import type { SVGProps } from "react";

export function MdiBiathlon(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="M12.88 3.64c.77 0 1.4.63 1.4 1.4s-.63 1.4-1.4 1.4s-1.38-.63-1.38-1.4s.61-1.4 1.38-1.4M15 13h1.5v6H15zm0-4.5h1.5V10H15zm-4.96-5.9L8 2.04L6.06 8.58L3.9 11.42l3.27.95zm9.63 15.95c-.36.38-.79.95-1.27 1.15c-.49.22-.86.3-1.4.3h-3.5l-.07-3c-.01-.17-.06-.33-.15-.5l-2.4-4.26l.88-2.74a246 246 0 0 0 1.3 2.33c.15.17.39.3.63.3h2.21a.81.81 0 0 0 .81-.81c0-.42-.33-.76-.75-.79l-1.67-.13L12.4 7s-.4-.58-1.26-.58c-.87 0-1.14.42-1.31 1L6 20H3v2h14c1.37 0 2.53-.66 3.5-1.63zm-9.92-4.16l1.87 3l.13 2.61h-4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.88 3.64c.77 0 1.4.63 1.4 1.4s-.63 1.4-1.4 1.4s-1.38-.63-1.38-1.4s.61-1.4 1.38-1.4M15 13h1.5v6H15zm0-4.5h1.5V10H15zm-4.96-5.9L8 2.04L6.06 8.58L3.9 11.42l3.27.95zm9.63 15.95c-.36.38-.79.95-1.27 1.15c-.49.22-.86.3-1.4.3h-3.5l-.07-3c-.01-.17-.06-.33-.15-.5l-2.4-4.26l.88-2.74a246 246 0 0 0 1.3 2.33c.15.17.39.3.63.3h2.21a.81.81 0 0 0 .81-.81c0-.42-.33-.76-.75-.79l-1.67-.13L12.4 7s-.4-.58-1.26-.58c-.87 0-1.14.42-1.31 1L6 20H3v2h14c1.37 0 2.53-.66 3.5-1.63zm-9.92-4.16l1.87 3l.13 2.61h-4z"/></svg>
</template>

CSS

.icon-biathlon {
  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%22M12.88%203.64c.77%200%201.4.63%201.4%201.4s-.63%201.4-1.4%201.4s-1.38-.63-1.38-1.4s.61-1.4%201.38-1.4M15%2013h1.5v6H15zm0-4.5h1.5V10H15zm-4.96-5.9L8%202.04L6.06%208.58L3.9%2011.42l3.27.95zm9.63%2015.95c-.36.38-.79.95-1.27%201.15c-.49.22-.86.3-1.4.3h-3.5l-.07-3c-.01-.17-.06-.33-.15-.5l-2.4-4.26l.88-2.74a246%20246%200%200%200%201.3%202.33c.15.17.39.3.63.3h2.21a.81.81%200%200%200%20.81-.81c0-.42-.33-.76-.75-.79l-1.67-.13L12.4%207s-.4-.58-1.26-.58c-.87%200-1.14.42-1.31%201L6%2020H3v2h14c1.37%200%202.53-.66%203.5-1.63zm-9.92-4.16l1.87%203l.13%202.61h-4z%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%22M12.88%203.64c.77%200%201.4.63%201.4%201.4s-.63%201.4-1.4%201.4s-1.38-.63-1.38-1.4s.61-1.4%201.38-1.4M15%2013h1.5v6H15zm0-4.5h1.5V10H15zm-4.96-5.9L8%202.04L6.06%208.58L3.9%2011.42l3.27.95zm9.63%2015.95c-.36.38-.79.95-1.27%201.15c-.49.22-.86.3-1.4.3h-3.5l-.07-3c-.01-.17-.06-.33-.15-.5l-2.4-4.26l.88-2.74a246%20246%200%200%200%201.3%202.33c.15.17.39.3.63.3h2.21a.81.81%200%200%200%20.81-.81c0-.42-.33-.76-.75-.79l-1.67-.13L12.4%207s-.4-.58-1.26-.58c-.87%200-1.14.42-1.31%201L6%2020H3v2h14c1.37%200%202.53-.66%203.5-1.63zm-9.92-4.16l1.87%203l.13%202.61h-4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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