sports-rugby from Material Symbols by Google · Regular · Activities · Apache-2.0 Free for personal and commercial use.

Name
sports-rugby
Set
Material Symbols
Style
Regular
Category
Activities
Viewbox
24×24
License
Apache 2.0
Aliases
sports-rugby-rounded, sports-rugby-sharp

1 other variant in Material Symbols

The same icon in other sets

More activities icons from Material Symbols

Use the 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="M7.65 21.5q-1.425 0-2.575-.225T3.45 20.55q-.45-.475-.7-1.65t-.25-2.65q0-2.875 1.013-5.512T6.3 6.3q1.775-1.775 4.438-2.787T16.35 2.5q1.425 0 2.575.225t1.625.725q.45.475.7 1.65t.25 2.65q0 2.875-1.012 5.513T17.7 17.7q-1.775 1.775-4.437 2.788T7.65 21.5m-3.1-5.65q.825-1.8 2-3.512t2.6-3.188q1.425-1.425 3.138-2.6t3.512-2q-2.275.075-4.462.938T7.75 7.75q-1.475 1.425-2.312 3.575T4.55 15.85m3.65 3.6q2.275-.075 4.463-.937t3.587-2.263q1.475-1.425 2.313-3.575t.887-4.525q-.825 1.8-2 3.513t-2.6 3.187q-1.425 1.425-3.137 2.6t-3.513 2"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSportsRugby(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="M7.65 21.5q-1.425 0-2.575-.225T3.45 20.55q-.45-.475-.7-1.65t-.25-2.65q0-2.875 1.013-5.512T6.3 6.3q1.775-1.775 4.438-2.787T16.35 2.5q1.425 0 2.575.225t1.625.725q.45.475.7 1.65t.25 2.65q0 2.875-1.012 5.513T17.7 17.7q-1.775 1.775-4.437 2.788T7.65 21.5m-3.1-5.65q.825-1.8 2-3.512t2.6-3.188q1.425-1.425 3.138-2.6t3.512-2q-2.275.075-4.462.938T7.75 7.75q-1.475 1.425-2.312 3.575T4.55 15.85m3.65 3.6q2.275-.075 4.463-.937t3.587-2.263q1.475-1.425 2.313-3.575t.887-4.525q-.825 1.8-2 3.513t-2.6 3.187q-1.425 1.425-3.137 2.6t-3.513 2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.65 21.5q-1.425 0-2.575-.225T3.45 20.55q-.45-.475-.7-1.65t-.25-2.65q0-2.875 1.013-5.512T6.3 6.3q1.775-1.775 4.438-2.787T16.35 2.5q1.425 0 2.575.225t1.625.725q.45.475.7 1.65t.25 2.65q0 2.875-1.012 5.513T17.7 17.7q-1.775 1.775-4.437 2.788T7.65 21.5m-3.1-5.65q.825-1.8 2-3.512t2.6-3.188q1.425-1.425 3.138-2.6t3.512-2q-2.275.075-4.462.938T7.75 7.75q-1.475 1.425-2.312 3.575T4.55 15.85m3.65 3.6q2.275-.075 4.463-.937t3.587-2.263q1.475-1.425 2.313-3.575t.887-4.525q-.825 1.8-2 3.513t-2.6 3.187q-1.425 1.425-3.137 2.6t-3.513 2"/></svg>
</template>

CSS

.icon-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%22M7.65%2021.5q-1.425%200-2.575-.225T3.45%2020.55q-.45-.475-.7-1.65t-.25-2.65q0-2.875%201.013-5.512T6.3%206.3q1.775-1.775%204.438-2.787T16.35%202.5q1.425%200%202.575.225t1.625.725q.45.475.7%201.65t.25%202.65q0%202.875-1.012%205.513T17.7%2017.7q-1.775%201.775-4.437%202.788T7.65%2021.5m-3.1-5.65q.825-1.8%202-3.512t2.6-3.188q1.425-1.425%203.138-2.6t3.512-2q-2.275.075-4.462.938T7.75%207.75q-1.475%201.425-2.312%203.575T4.55%2015.85m3.65%203.6q2.275-.075%204.463-.937t3.587-2.263q1.475-1.425%202.313-3.575t.887-4.525q-.825%201.8-2%203.513t-2.6%203.187q-1.425%201.425-3.137%202.6t-3.513%202%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%22M7.65%2021.5q-1.425%200-2.575-.225T3.45%2020.55q-.45-.475-.7-1.65t-.25-2.65q0-2.875%201.013-5.512T6.3%206.3q1.775-1.775%204.438-2.787T16.35%202.5q1.425%200%202.575.225t1.625.725q.45.475.7%201.65t.25%202.65q0%202.875-1.012%205.513T17.7%2017.7q-1.775%201.775-4.437%202.788T7.65%2021.5m-3.1-5.65q.825-1.8%202-3.512t2.6-3.188q1.425-1.425%203.138-2.6t3.512-2q-2.275.075-4.462.938T7.75%207.75q-1.475%201.425-2.312%203.575T4.55%2015.85m3.65%203.6q2.275-.075%204.463-.937t3.587-2.263q1.475-1.425%202.313-3.575t.887-4.525q-.825%201.8-2%203.513t-2.6%203.187q-1.425%201.425-3.137%202.6t-3.513%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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