round sports handball icon

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

Name
round-sports-handball
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 handball icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.27 6c-.55.95-.22 2.18.73 2.73s2.18.22 2.73-.73s.22-2.18-.73-2.73s-2.18-.22-2.73.73"/><path fill="currentColor" d="m15.84 10.41l-2.6-1.5a5.024 5.024 0 0 1-2.18-6.07a.99.99 0 0 0-.43-1.21c-.53-.3-1.22-.07-1.43.5c-.95 2.51-.35 5.35 1.46 7.27l-4.65 8.05c-.28.48-.11 1.09.37 1.37s1.09.11 1.37-.37l1-1.73l1.73 1l-2.5 4.33c-.28.48-.11 1.09.37 1.37s1.09.11 1.37-.37l5.79-10.02a5.03 5.03 0 0 1 .66 4.72a.999.999 0 0 0 1.87.7c.97-2.62.41-5.84-2.2-8.04M12.75 3.8c.72.41 1.63.17 2.05-.55c.41-.72.17-1.63-.55-2.05a1.501 1.501 0 0 0-1.5 2.6"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundSportsHandball(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="M14.27 6c-.55.95-.22 2.18.73 2.73s2.18.22 2.73-.73s.22-2.18-.73-2.73s-2.18-.22-2.73.73"/><path fill="currentColor" d="m15.84 10.41l-2.6-1.5a5.024 5.024 0 0 1-2.18-6.07a.99.99 0 0 0-.43-1.21c-.53-.3-1.22-.07-1.43.5c-.95 2.51-.35 5.35 1.46 7.27l-4.65 8.05c-.28.48-.11 1.09.37 1.37s1.09.11 1.37-.37l1-1.73l1.73 1l-2.5 4.33c-.28.48-.11 1.09.37 1.37s1.09.11 1.37-.37l5.79-10.02a5.03 5.03 0 0 1 .66 4.72a.999.999 0 0 0 1.87.7c.97-2.62.41-5.84-2.2-8.04M12.75 3.8c.72.41 1.63.17 2.05-.55c.41-.72.17-1.63-.55-2.05a1.501 1.501 0 0 0-1.5 2.6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.27 6c-.55.95-.22 2.18.73 2.73s2.18.22 2.73-.73s.22-2.18-.73-2.73s-2.18-.22-2.73.73"/><path fill="currentColor" d="m15.84 10.41l-2.6-1.5a5.024 5.024 0 0 1-2.18-6.07a.99.99 0 0 0-.43-1.21c-.53-.3-1.22-.07-1.43.5c-.95 2.51-.35 5.35 1.46 7.27l-4.65 8.05c-.28.48-.11 1.09.37 1.37s1.09.11 1.37-.37l1-1.73l1.73 1l-2.5 4.33c-.28.48-.11 1.09.37 1.37s1.09.11 1.37-.37l5.79-10.02a5.03 5.03 0 0 1 .66 4.72a.999.999 0 0 0 1.87.7c.97-2.62.41-5.84-2.2-8.04M12.75 3.8c.72.41 1.63.17 2.05-.55c.41-.72.17-1.63-.55-2.05a1.501 1.501 0 0 0-1.5 2.6"/></svg>
</template>

CSS

.icon-round-sports-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%22M14.27%206c-.55.95-.22%202.18.73%202.73s2.18.22%202.73-.73s.22-2.18-.73-2.73s-2.18-.22-2.73.73%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m15.84%2010.41l-2.6-1.5a5.024%205.024%200%200%201-2.18-6.07a.99.99%200%200%200-.43-1.21c-.53-.3-1.22-.07-1.43.5c-.95%202.51-.35%205.35%201.46%207.27l-4.65%208.05c-.28.48-.11%201.09.37%201.37s1.09.11%201.37-.37l1-1.73l1.73%201l-2.5%204.33c-.28.48-.11%201.09.37%201.37s1.09.11%201.37-.37l5.79-10.02a5.03%205.03%200%200%201%20.66%204.72a.999.999%200%200%200%201.87.7c.97-2.62.41-5.84-2.2-8.04M12.75%203.8c.72.41%201.63.17%202.05-.55c.41-.72.17-1.63-.55-2.05a1.501%201.501%200%200%200-1.5%202.6%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%22M14.27%206c-.55.95-.22%202.18.73%202.73s2.18.22%202.73-.73s.22-2.18-.73-2.73s-2.18-.22-2.73.73%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m15.84%2010.41l-2.6-1.5a5.024%205.024%200%200%201-2.18-6.07a.99.99%200%200%200-.43-1.21c-.53-.3-1.22-.07-1.43.5c-.95%202.51-.35%205.35%201.46%207.27l-4.65%208.05c-.28.48-.11%201.09.37%201.37s1.09.11%201.37-.37l1-1.73l1.73%201l-2.5%204.33c-.28.48-.11%201.09.37%201.37s1.09.11%201.37-.37l5.79-10.02a5.03%205.03%200%200%201%20.66%204.72a.999.999%200%200%200%201.87.7c.97-2.62.41-5.84-2.2-8.04M12.75%203.8c.72.41%201.63.17%202.05-.55c.41-.72.17-1.63-.55-2.05a1.501%201.501%200%200%200-1.5%202.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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