rugby from IconPark Solid by ByteDance · Solid · Apache-2.0 Free for personal and commercial use.

Name
rugby
Set
IconPark Solid
Style
Solid
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

Use the rugby icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><mask id="ipSRugby"><g fill="none"><g stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" clip-path="url(#ipSRugby1)"><path d="M33.9 33.9c9.372-9.373 12.538-21.403 7.07-26.87c-5.467-5.468-17.497-2.302-26.87 7.07c-9.372 9.373-12.538 21.403-7.07 26.87c5.467 5.468 17.497 2.302 26.87-7.07ZM21.171 21.172l5.657 5.656m-1.414-9.899l5.657 5.657M16.93 25.414l5.656 5.657m-9.894 4.249L35.32 12.692M5.615 28.243l14.142 14.142m8.486-36.77l14.142 14.142"/></g><defs><clipPath id="ipSRugby1"><path fill="#000" d="M0 0h48v48H0z"/></clipPath></defs></g></mask><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#ipSRugby)"/></svg>

React

import type { SVGProps } from "react";

export function IconParkSolidRugby(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><mask id="ipSRugby"><g fill="none"><g stroke="#fff" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" clipPath="url(#ipSRugby1)"><path d="M33.9 33.9c9.372-9.373 12.538-21.403 7.07-26.87c-5.467-5.468-17.497-2.302-26.87 7.07c-9.372 9.373-12.538 21.403-7.07 26.87c5.467 5.468 17.497 2.302 26.87-7.07ZM21.171 21.172l5.657 5.656m-1.414-9.899l5.657 5.657M16.93 25.414l5.656 5.657m-9.894 4.249L35.32 12.692M5.615 28.243l14.142 14.142m8.486-36.77l14.142 14.142"/></g><defs><clipPath id="ipSRugby1"><path fill="#000" d="M0 0h48v48H0z"/></clipPath></defs></g></mask><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#ipSRugby)"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><mask id="ipSRugby"><g fill="none"><g stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" clip-path="url(#ipSRugby1)"><path d="M33.9 33.9c9.372-9.373 12.538-21.403 7.07-26.87c-5.467-5.468-17.497-2.302-26.87 7.07c-9.372 9.373-12.538 21.403-7.07 26.87c5.467 5.468 17.497 2.302 26.87-7.07ZM21.171 21.172l5.657 5.656m-1.414-9.899l5.657 5.657M16.93 25.414l5.656 5.657m-9.894 4.249L35.32 12.692M5.615 28.243l14.142 14.142m8.486-36.77l14.142 14.142"/></g><defs><clipPath id="ipSRugby1"><path fill="#000" d="M0 0h48v48H0z"/></clipPath></defs></g></mask><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#ipSRugby)"/></svg>
</template>

CSS

.icon-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%2048%2048%22%3E%3Cmask%20id%3D%22ipSRugby%22%3E%3Cg%20fill%3D%22none%22%3E%3Cg%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20clip-path%3D%22url(%23ipSRugby1)%22%3E%3Cpath%20d%3D%22M33.9%2033.9c9.372-9.373%2012.538-21.403%207.07-26.87c-5.467-5.468-17.497-2.302-26.87%207.07c-9.372%209.373-12.538%2021.403-7.07%2026.87c5.467%205.468%2017.497%202.302%2026.87-7.07ZM21.171%2021.172l5.657%205.656m-1.414-9.899l5.657%205.657M16.93%2025.414l5.656%205.657m-9.894%204.249L35.32%2012.692M5.615%2028.243l14.142%2014.142m8.486-36.77l14.142%2014.142%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22ipSRugby1%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fmask%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h48v48H0z%22%20mask%3D%22url(%23ipSRugby)%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%2048%2048%22%3E%3Cmask%20id%3D%22ipSRugby%22%3E%3Cg%20fill%3D%22none%22%3E%3Cg%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20clip-path%3D%22url(%23ipSRugby1)%22%3E%3Cpath%20d%3D%22M33.9%2033.9c9.372-9.373%2012.538-21.403%207.07-26.87c-5.467-5.468-17.497-2.302-26.87%207.07c-9.372%209.373-12.538%2021.403-7.07%2026.87c5.467%205.468%2017.497%202.302%2026.87-7.07ZM21.171%2021.172l5.657%205.656m-1.414-9.899l5.657%205.657M16.93%2025.414l5.656%205.657m-9.894%204.249L35.32%2012.692M5.615%2028.243l14.142%2014.142m8.486-36.77l14.142%2014.142%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22ipSRugby1%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fmask%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h48v48H0z%22%20mask%3D%22url(%23ipSRugby)%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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