round sports kabaddi icon

round-sports-kabaddi from Google Material Icons by Material Design Authors · Baseline · Social · Apache-2.0 Free for personal and commercial use.

Name
round-sports-kabaddi
Set
Google Material Icons
Style
Baseline
Category
Social
Viewbox
24×24
License
Apache 2.0

More social icons from Google Material Icons

Use the round sports kabaddi icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="16.5" cy="2.38" r="2" fill="currentColor"/><path fill="currentColor" d="M24 10.88v-3.7l-4.99-2.11c-.98-.41-2.12-.07-2.71.81l-1 1.6c-.67 1.18-1.91 2.06-3.41 2.32l.06.06c.69.69 1.52 1.07 2.46 1.17c.8-.42 1.52-.98 2.09-1.64l.6 3l-1.16 1.1l-.94.89v6.5c0 .55.45 1 1 1s1-.45 1-1v-5l2.1-2l1.62 7.19c.11.47.53.81 1.02.81c.66 0 1.15-.6 1.02-1.24l-1.94-9.76l-.62-3.1l1.8.7v2.4c0 .55.45 1 1 1s1-.45 1-1M10.29 8.09c.22.15.47.24.72.29c.13.02.25.04.38.04s.26-.01.38-.04c.13-.02.25-.06.37-.11c.24-.1.47-.24.66-.44c.49-.49.67-1.17.55-1.8c-.07-.37-.25-.74-.55-1.03c-.19-.19-.42-.34-.66-.44c-.12-.05-.24-.09-.37-.11s-.25-.04-.38-.04c-.12 0-.23.01-.35.03c-.14.02-.28.06-.41.11c-.23.11-.46.26-.65.45c-.3.29-.48.66-.55 1.03c-.12.63.06 1.31.55 1.8c.09.1.2.18.31.26"/><path fill="currentColor" d="m11.24 10.56l-2-2c-.1-.1-.2-.18-.31-.26a1.9 1.9 0 0 0-.72-.28c-.13-.03-.25-.04-.38-.04c-.51 0-1.02.2-1.41.59l-3.34 3.34c-.41.41-.62.98-.58 1.54c0 .18.04.37.11.55l1.07 2.95l-2.92 2.92a.996.996 0 1 0 1.41 1.41l3.54-3.54v-2.22L7 16.75v4.13c0 .55.45 1 1 1s1-.45 1-1v-5l-2.12-2.12l2.36-2.36l.71.71c1.02 1 2.28 1.69 3.79 1.94c.64.11 1.21-.45 1.16-1.1c-.03-.48-.4-.87-.87-.94c-1.13-.18-2.06-.72-2.79-1.45"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundSportsKabaddi(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="16.5" cy="2.38" r="2" fill="currentColor"/><path fill="currentColor" d="M24 10.88v-3.7l-4.99-2.11c-.98-.41-2.12-.07-2.71.81l-1 1.6c-.67 1.18-1.91 2.06-3.41 2.32l.06.06c.69.69 1.52 1.07 2.46 1.17c.8-.42 1.52-.98 2.09-1.64l.6 3l-1.16 1.1l-.94.89v6.5c0 .55.45 1 1 1s1-.45 1-1v-5l2.1-2l1.62 7.19c.11.47.53.81 1.02.81c.66 0 1.15-.6 1.02-1.24l-1.94-9.76l-.62-3.1l1.8.7v2.4c0 .55.45 1 1 1s1-.45 1-1M10.29 8.09c.22.15.47.24.72.29c.13.02.25.04.38.04s.26-.01.38-.04c.13-.02.25-.06.37-.11c.24-.1.47-.24.66-.44c.49-.49.67-1.17.55-1.8c-.07-.37-.25-.74-.55-1.03c-.19-.19-.42-.34-.66-.44c-.12-.05-.24-.09-.37-.11s-.25-.04-.38-.04c-.12 0-.23.01-.35.03c-.14.02-.28.06-.41.11c-.23.11-.46.26-.65.45c-.3.29-.48.66-.55 1.03c-.12.63.06 1.31.55 1.8c.09.1.2.18.31.26"/><path fill="currentColor" d="m11.24 10.56l-2-2c-.1-.1-.2-.18-.31-.26a1.9 1.9 0 0 0-.72-.28c-.13-.03-.25-.04-.38-.04c-.51 0-1.02.2-1.41.59l-3.34 3.34c-.41.41-.62.98-.58 1.54c0 .18.04.37.11.55l1.07 2.95l-2.92 2.92a.996.996 0 1 0 1.41 1.41l3.54-3.54v-2.22L7 16.75v4.13c0 .55.45 1 1 1s1-.45 1-1v-5l-2.12-2.12l2.36-2.36l.71.71c1.02 1 2.28 1.69 3.79 1.94c.64.11 1.21-.45 1.16-1.1c-.03-.48-.4-.87-.87-.94c-1.13-.18-2.06-.72-2.79-1.45"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="16.5" cy="2.38" r="2" fill="currentColor"/><path fill="currentColor" d="M24 10.88v-3.7l-4.99-2.11c-.98-.41-2.12-.07-2.71.81l-1 1.6c-.67 1.18-1.91 2.06-3.41 2.32l.06.06c.69.69 1.52 1.07 2.46 1.17c.8-.42 1.52-.98 2.09-1.64l.6 3l-1.16 1.1l-.94.89v6.5c0 .55.45 1 1 1s1-.45 1-1v-5l2.1-2l1.62 7.19c.11.47.53.81 1.02.81c.66 0 1.15-.6 1.02-1.24l-1.94-9.76l-.62-3.1l1.8.7v2.4c0 .55.45 1 1 1s1-.45 1-1M10.29 8.09c.22.15.47.24.72.29c.13.02.25.04.38.04s.26-.01.38-.04c.13-.02.25-.06.37-.11c.24-.1.47-.24.66-.44c.49-.49.67-1.17.55-1.8c-.07-.37-.25-.74-.55-1.03c-.19-.19-.42-.34-.66-.44c-.12-.05-.24-.09-.37-.11s-.25-.04-.38-.04c-.12 0-.23.01-.35.03c-.14.02-.28.06-.41.11c-.23.11-.46.26-.65.45c-.3.29-.48.66-.55 1.03c-.12.63.06 1.31.55 1.8c.09.1.2.18.31.26"/><path fill="currentColor" d="m11.24 10.56l-2-2c-.1-.1-.2-.18-.31-.26a1.9 1.9 0 0 0-.72-.28c-.13-.03-.25-.04-.38-.04c-.51 0-1.02.2-1.41.59l-3.34 3.34c-.41.41-.62.98-.58 1.54c0 .18.04.37.11.55l1.07 2.95l-2.92 2.92a.996.996 0 1 0 1.41 1.41l3.54-3.54v-2.22L7 16.75v4.13c0 .55.45 1 1 1s1-.45 1-1v-5l-2.12-2.12l2.36-2.36l.71.71c1.02 1 2.28 1.69 3.79 1.94c.64.11 1.21-.45 1.16-1.1c-.03-.48-.4-.87-.87-.94c-1.13-.18-2.06-.72-2.79-1.45"/></svg>
</template>

CSS

.icon-round-sports-kabaddi {
  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%2216.5%22%20cy%3D%222.38%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%2010.88v-3.7l-4.99-2.11c-.98-.41-2.12-.07-2.71.81l-1%201.6c-.67%201.18-1.91%202.06-3.41%202.32l.06.06c.69.69%201.52%201.07%202.46%201.17c.8-.42%201.52-.98%202.09-1.64l.6%203l-1.16%201.1l-.94.89v6.5c0%20.55.45%201%201%201s1-.45%201-1v-5l2.1-2l1.62%207.19c.11.47.53.81%201.02.81c.66%200%201.15-.6%201.02-1.24l-1.94-9.76l-.62-3.1l1.8.7v2.4c0%20.55.45%201%201%201s1-.45%201-1M10.29%208.09c.22.15.47.24.72.29c.13.02.25.04.38.04s.26-.01.38-.04c.13-.02.25-.06.37-.11c.24-.1.47-.24.66-.44c.49-.49.67-1.17.55-1.8c-.07-.37-.25-.74-.55-1.03c-.19-.19-.42-.34-.66-.44c-.12-.05-.24-.09-.37-.11s-.25-.04-.38-.04c-.12%200-.23.01-.35.03c-.14.02-.28.06-.41.11c-.23.11-.46.26-.65.45c-.3.29-.48.66-.55%201.03c-.12.63.06%201.31.55%201.8c.09.1.2.18.31.26%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m11.24%2010.56l-2-2c-.1-.1-.2-.18-.31-.26a1.9%201.9%200%200%200-.72-.28c-.13-.03-.25-.04-.38-.04c-.51%200-1.02.2-1.41.59l-3.34%203.34c-.41.41-.62.98-.58%201.54c0%20.18.04.37.11.55l1.07%202.95l-2.92%202.92a.996.996%200%201%200%201.41%201.41l3.54-3.54v-2.22L7%2016.75v4.13c0%20.55.45%201%201%201s1-.45%201-1v-5l-2.12-2.12l2.36-2.36l.71.71c1.02%201%202.28%201.69%203.79%201.94c.64.11%201.21-.45%201.16-1.1c-.03-.48-.4-.87-.87-.94c-1.13-.18-2.06-.72-2.79-1.45%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%2216.5%22%20cy%3D%222.38%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%2010.88v-3.7l-4.99-2.11c-.98-.41-2.12-.07-2.71.81l-1%201.6c-.67%201.18-1.91%202.06-3.41%202.32l.06.06c.69.69%201.52%201.07%202.46%201.17c.8-.42%201.52-.98%202.09-1.64l.6%203l-1.16%201.1l-.94.89v6.5c0%20.55.45%201%201%201s1-.45%201-1v-5l2.1-2l1.62%207.19c.11.47.53.81%201.02.81c.66%200%201.15-.6%201.02-1.24l-1.94-9.76l-.62-3.1l1.8.7v2.4c0%20.55.45%201%201%201s1-.45%201-1M10.29%208.09c.22.15.47.24.72.29c.13.02.25.04.38.04s.26-.01.38-.04c.13-.02.25-.06.37-.11c.24-.1.47-.24.66-.44c.49-.49.67-1.17.55-1.8c-.07-.37-.25-.74-.55-1.03c-.19-.19-.42-.34-.66-.44c-.12-.05-.24-.09-.37-.11s-.25-.04-.38-.04c-.12%200-.23.01-.35.03c-.14.02-.28.06-.41.11c-.23.11-.46.26-.65.45c-.3.29-.48.66-.55%201.03c-.12.63.06%201.31.55%201.8c.09.1.2.18.31.26%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m11.24%2010.56l-2-2c-.1-.1-.2-.18-.31-.26a1.9%201.9%200%200%200-.72-.28c-.13-.03-.25-.04-.38-.04c-.51%200-1.02.2-1.41.59l-3.34%203.34c-.41.41-.62.98-.58%201.54c0%20.18.04.37.11.55l1.07%202.95l-2.92%202.92a.996.996%200%201%200%201.41%201.41l3.54-3.54v-2.22L7%2016.75v4.13c0%20.55.45%201%201%201s1-.45%201-1v-5l-2.12-2.12l2.36-2.36l.71.71c1.02%201%202.28%201.69%203.79%201.94c.64.11%201.21-.45%201.16-1.1c-.03-.48-.4-.87-.87-.94c-1.13-.18-2.06-.72-2.79-1.45%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-sports-kabaddi.svg?color=%231a73e8&size=48