twotone sports rugby icon

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

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

More social icons from Google Material Icons

Use the twotone sports rugby icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.29 5.71c-1.93.64-5.02 2.19-7.7 4.88c-2.71 2.71-4.24 5.81-4.87 7.7c1.93-.64 5.03-2.2 7.7-4.87c2.71-2.72 4.24-5.82 4.87-7.71M9.17 9.17c2.15-2.15 4.56-3.67 6.61-4.61c-1.68.08-5.38.56-8.02 3.2c-2.32 2.32-3.1 5.58-3.2 8.04c.94-2.05 2.45-4.47 4.61-6.63m5.66 5.66a23.2 23.2 0 0 1-6.61 4.61c1.68-.08 5.39-.55 8.03-3.19c2.32-2.32 3.1-5.58 3.2-8.04c-.95 2.04-2.46 4.46-4.62 6.62" opacity=".3"/><path fill="currentColor" d="M20.49 3.51c-.56-.56-2.15-.97-4.16-.97c-3.08 0-7.15.96-9.98 3.79c-4.69 4.7-4.25 12.74-2.84 14.16c.56.56 2.15.97 4.16.97c3.08 0 7.15-.96 9.98-3.79c4.69-4.7 4.25-12.74 2.84-14.16M5.71 18.29c.63-1.89 2.16-4.99 4.87-7.7c2.68-2.68 5.78-4.23 7.7-4.88c-.63 1.89-2.16 4.99-4.88 7.7c-2.66 2.68-5.76 4.23-7.69 4.88M7.76 7.76c2.64-2.64 6.34-3.12 8.03-3.19c-2.05.94-4.46 2.46-6.61 4.61a23.2 23.2 0 0 0-4.61 6.63c.09-2.48.87-5.74 3.19-8.05m8.48 8.48c-2.64 2.64-6.34 3.12-8.03 3.19c2.05-.94 4.46-2.46 6.61-4.61c2.16-2.16 3.67-4.58 4.62-6.63c-.1 2.48-.88 5.74-3.2 8.05"/></svg>

React

import type { SVGProps } from "react";

export function IcTwotoneSportsRugby(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="M18.29 5.71c-1.93.64-5.02 2.19-7.7 4.88c-2.71 2.71-4.24 5.81-4.87 7.7c1.93-.64 5.03-2.2 7.7-4.87c2.71-2.72 4.24-5.82 4.87-7.71M9.17 9.17c2.15-2.15 4.56-3.67 6.61-4.61c-1.68.08-5.38.56-8.02 3.2c-2.32 2.32-3.1 5.58-3.2 8.04c.94-2.05 2.45-4.47 4.61-6.63m5.66 5.66a23.2 23.2 0 0 1-6.61 4.61c1.68-.08 5.39-.55 8.03-3.19c2.32-2.32 3.1-5.58 3.2-8.04c-.95 2.04-2.46 4.46-4.62 6.62" opacity=".3"/><path fill="currentColor" d="M20.49 3.51c-.56-.56-2.15-.97-4.16-.97c-3.08 0-7.15.96-9.98 3.79c-4.69 4.7-4.25 12.74-2.84 14.16c.56.56 2.15.97 4.16.97c3.08 0 7.15-.96 9.98-3.79c4.69-4.7 4.25-12.74 2.84-14.16M5.71 18.29c.63-1.89 2.16-4.99 4.87-7.7c2.68-2.68 5.78-4.23 7.7-4.88c-.63 1.89-2.16 4.99-4.88 7.7c-2.66 2.68-5.76 4.23-7.69 4.88M7.76 7.76c2.64-2.64 6.34-3.12 8.03-3.19c-2.05.94-4.46 2.46-6.61 4.61a23.2 23.2 0 0 0-4.61 6.63c.09-2.48.87-5.74 3.19-8.05m8.48 8.48c-2.64 2.64-6.34 3.12-8.03 3.19c2.05-.94 4.46-2.46 6.61-4.61c2.16-2.16 3.67-4.58 4.62-6.63c-.1 2.48-.88 5.74-3.2 8.05"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.29 5.71c-1.93.64-5.02 2.19-7.7 4.88c-2.71 2.71-4.24 5.81-4.87 7.7c1.93-.64 5.03-2.2 7.7-4.87c2.71-2.72 4.24-5.82 4.87-7.71M9.17 9.17c2.15-2.15 4.56-3.67 6.61-4.61c-1.68.08-5.38.56-8.02 3.2c-2.32 2.32-3.1 5.58-3.2 8.04c.94-2.05 2.45-4.47 4.61-6.63m5.66 5.66a23.2 23.2 0 0 1-6.61 4.61c1.68-.08 5.39-.55 8.03-3.19c2.32-2.32 3.1-5.58 3.2-8.04c-.95 2.04-2.46 4.46-4.62 6.62" opacity=".3"/><path fill="currentColor" d="M20.49 3.51c-.56-.56-2.15-.97-4.16-.97c-3.08 0-7.15.96-9.98 3.79c-4.69 4.7-4.25 12.74-2.84 14.16c.56.56 2.15.97 4.16.97c3.08 0 7.15-.96 9.98-3.79c4.69-4.7 4.25-12.74 2.84-14.16M5.71 18.29c.63-1.89 2.16-4.99 4.87-7.7c2.68-2.68 5.78-4.23 7.7-4.88c-.63 1.89-2.16 4.99-4.88 7.7c-2.66 2.68-5.76 4.23-7.69 4.88M7.76 7.76c2.64-2.64 6.34-3.12 8.03-3.19c-2.05.94-4.46 2.46-6.61 4.61a23.2 23.2 0 0 0-4.61 6.63c.09-2.48.87-5.74 3.19-8.05m8.48 8.48c-2.64 2.64-6.34 3.12-8.03 3.19c2.05-.94 4.46-2.46 6.61-4.61c2.16-2.16 3.67-4.58 4.62-6.63c-.1 2.48-.88 5.74-3.2 8.05"/></svg>
</template>

CSS

.icon-twotone-sports-rugby {
  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%22M18.29%205.71c-1.93.64-5.02%202.19-7.7%204.88c-2.71%202.71-4.24%205.81-4.87%207.7c1.93-.64%205.03-2.2%207.7-4.87c2.71-2.72%204.24-5.82%204.87-7.71M9.17%209.17c2.15-2.15%204.56-3.67%206.61-4.61c-1.68.08-5.38.56-8.02%203.2c-2.32%202.32-3.1%205.58-3.2%208.04c.94-2.05%202.45-4.47%204.61-6.63m5.66%205.66a23.2%2023.2%200%200%201-6.61%204.61c1.68-.08%205.39-.55%208.03-3.19c2.32-2.32%203.1-5.58%203.2-8.04c-.95%202.04-2.46%204.46-4.62%206.62%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.49%203.51c-.56-.56-2.15-.97-4.16-.97c-3.08%200-7.15.96-9.98%203.79c-4.69%204.7-4.25%2012.74-2.84%2014.16c.56.56%202.15.97%204.16.97c3.08%200%207.15-.96%209.98-3.79c4.69-4.7%204.25-12.74%202.84-14.16M5.71%2018.29c.63-1.89%202.16-4.99%204.87-7.7c2.68-2.68%205.78-4.23%207.7-4.88c-.63%201.89-2.16%204.99-4.88%207.7c-2.66%202.68-5.76%204.23-7.69%204.88M7.76%207.76c2.64-2.64%206.34-3.12%208.03-3.19c-2.05.94-4.46%202.46-6.61%204.61a23.2%2023.2%200%200%200-4.61%206.63c.09-2.48.87-5.74%203.19-8.05m8.48%208.48c-2.64%202.64-6.34%203.12-8.03%203.19c2.05-.94%204.46-2.46%206.61-4.61c2.16-2.16%203.67-4.58%204.62-6.63c-.1%202.48-.88%205.74-3.2%208.05%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%22M18.29%205.71c-1.93.64-5.02%202.19-7.7%204.88c-2.71%202.71-4.24%205.81-4.87%207.7c1.93-.64%205.03-2.2%207.7-4.87c2.71-2.72%204.24-5.82%204.87-7.71M9.17%209.17c2.15-2.15%204.56-3.67%206.61-4.61c-1.68.08-5.38.56-8.02%203.2c-2.32%202.32-3.1%205.58-3.2%208.04c.94-2.05%202.45-4.47%204.61-6.63m5.66%205.66a23.2%2023.2%200%200%201-6.61%204.61c1.68-.08%205.39-.55%208.03-3.19c2.32-2.32%203.1-5.58%203.2-8.04c-.95%202.04-2.46%204.46-4.62%206.62%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.49%203.51c-.56-.56-2.15-.97-4.16-.97c-3.08%200-7.15.96-9.98%203.79c-4.69%204.7-4.25%2012.74-2.84%2014.16c.56.56%202.15.97%204.16.97c3.08%200%207.15-.96%209.98-3.79c4.69-4.7%204.25-12.74%202.84-14.16M5.71%2018.29c.63-1.89%202.16-4.99%204.87-7.7c2.68-2.68%205.78-4.23%207.7-4.88c-.63%201.89-2.16%204.99-4.88%207.7c-2.66%202.68-5.76%204.23-7.69%204.88M7.76%207.76c2.64-2.64%206.34-3.12%208.03-3.19c-2.05.94-4.46%202.46-6.61%204.61a23.2%2023.2%200%200%200-4.61%206.63c.09-2.48.87-5.74%203.19-8.05m8.48%208.48c-2.64%202.64-6.34%203.12-8.03%203.19c2.05-.94%204.46-2.46%206.61-4.61c2.16-2.16%203.67-4.58%204.62-6.63c-.1%202.48-.88%205.74-3.2%208.05%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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