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

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

1 other variant in Material Symbols Light

The same icon in other sets

More activities icons from Material Symbols Light

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 20.5q-1.252 0-2.22-.177q-.966-.177-1.288-.504q-.315-.321-.479-1.284T3.5 16.327q0-2.721.936-5.215q.935-2.493 2.556-4.12q1.622-1.62 4.12-2.556q2.5-.936 5.238-.936q1.252 0 2.22.177q.966.177 1.288.504q.315.321.478 1.284q.164.964.164 2.208q0 2.721-.936 5.215q-.935 2.493-2.556 4.12q-1.622 1.62-4.12 2.557q-2.5.935-5.238.935m-3.1-3.035q.806-2.396 2.039-4.416t2.83-3.63q1.579-1.579 3.609-2.811q2.03-1.233 4.426-2.058q-2.795-.194-5.472.688T7.712 7.71q-1.59 1.58-2.477 4.278q-.885 2.698-.685 5.476m2.035 1.985q2.736.194 5.424-.687t4.28-2.474q1.59-1.58 2.475-4.297q.886-2.717.686-5.496q-.825 2.416-2.045 4.445t-2.824 3.64q-1.598 1.598-3.618 2.83t-4.378 2.04m-1.462-.534q2.404-.675 4.71-2t4.028-3.054q1.708-1.702 3.033-4.018t1.983-4.76q-2.404.676-4.71 2T10.14 10.14q-1.71 1.7-3.034 4.016t-1.983 4.76M12 12"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightSportsRugbyOutline(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 20.5q-1.252 0-2.22-.177q-.966-.177-1.288-.504q-.315-.321-.479-1.284T3.5 16.327q0-2.721.936-5.215q.935-2.493 2.556-4.12q1.622-1.62 4.12-2.556q2.5-.936 5.238-.936q1.252 0 2.22.177q.966.177 1.288.504q.315.321.478 1.284q.164.964.164 2.208q0 2.721-.936 5.215q-.935 2.493-2.556 4.12q-1.622 1.62-4.12 2.557q-2.5.935-5.238.935m-3.1-3.035q.806-2.396 2.039-4.416t2.83-3.63q1.579-1.579 3.609-2.811q2.03-1.233 4.426-2.058q-2.795-.194-5.472.688T7.712 7.71q-1.59 1.58-2.477 4.278q-.885 2.698-.685 5.476m2.035 1.985q2.736.194 5.424-.687t4.28-2.474q1.59-1.58 2.475-4.297q.886-2.717.686-5.496q-.825 2.416-2.045 4.445t-2.824 3.64q-1.598 1.598-3.618 2.83t-4.378 2.04m-1.462-.534q2.404-.675 4.71-2t4.028-3.054q1.708-1.702 3.033-4.018t1.983-4.76q-2.404.676-4.71 2T10.14 10.14q-1.71 1.7-3.034 4.016t-1.983 4.76M12 12"/></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 20.5q-1.252 0-2.22-.177q-.966-.177-1.288-.504q-.315-.321-.479-1.284T3.5 16.327q0-2.721.936-5.215q.935-2.493 2.556-4.12q1.622-1.62 4.12-2.556q2.5-.936 5.238-.936q1.252 0 2.22.177q.966.177 1.288.504q.315.321.478 1.284q.164.964.164 2.208q0 2.721-.936 5.215q-.935 2.493-2.556 4.12q-1.622 1.62-4.12 2.557q-2.5.935-5.238.935m-3.1-3.035q.806-2.396 2.039-4.416t2.83-3.63q1.579-1.579 3.609-2.811q2.03-1.233 4.426-2.058q-2.795-.194-5.472.688T7.712 7.71q-1.59 1.58-2.477 4.278q-.885 2.698-.685 5.476m2.035 1.985q2.736.194 5.424-.687t4.28-2.474q1.59-1.58 2.475-4.297q.886-2.717.686-5.496q-.825 2.416-2.045 4.445t-2.824 3.64q-1.598 1.598-3.618 2.83t-4.378 2.04m-1.462-.534q2.404-.675 4.71-2t4.028-3.054q1.708-1.702 3.033-4.018t1.983-4.76q-2.404.676-4.71 2T10.14 10.14q-1.71 1.7-3.034 4.016t-1.983 4.76M12 12"/></svg>
</template>

CSS

.icon-sports-rugby-outline {
  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%2020.5q-1.252%200-2.22-.177q-.966-.177-1.288-.504q-.315-.321-.479-1.284T3.5%2016.327q0-2.721.936-5.215q.935-2.493%202.556-4.12q1.622-1.62%204.12-2.556q2.5-.936%205.238-.936q1.252%200%202.22.177q.966.177%201.288.504q.315.321.478%201.284q.164.964.164%202.208q0%202.721-.936%205.215q-.935%202.493-2.556%204.12q-1.622%201.62-4.12%202.557q-2.5.935-5.238.935m-3.1-3.035q.806-2.396%202.039-4.416t2.83-3.63q1.579-1.579%203.609-2.811q2.03-1.233%204.426-2.058q-2.795-.194-5.472.688T7.712%207.71q-1.59%201.58-2.477%204.278q-.885%202.698-.685%205.476m2.035%201.985q2.736.194%205.424-.687t4.28-2.474q1.59-1.58%202.475-4.297q.886-2.717.686-5.496q-.825%202.416-2.045%204.445t-2.824%203.64q-1.598%201.598-3.618%202.83t-4.378%202.04m-1.462-.534q2.404-.675%204.71-2t4.028-3.054q1.708-1.702%203.033-4.018t1.983-4.76q-2.404.676-4.71%202T10.14%2010.14q-1.71%201.7-3.034%204.016t-1.983%204.76M12%2012%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%2020.5q-1.252%200-2.22-.177q-.966-.177-1.288-.504q-.315-.321-.479-1.284T3.5%2016.327q0-2.721.936-5.215q.935-2.493%202.556-4.12q1.622-1.62%204.12-2.556q2.5-.936%205.238-.936q1.252%200%202.22.177q.966.177%201.288.504q.315.321.478%201.284q.164.964.164%202.208q0%202.721-.936%205.215q-.935%202.493-2.556%204.12q-1.622%201.62-4.12%202.557q-2.5.935-5.238.935m-3.1-3.035q.806-2.396%202.039-4.416t2.83-3.63q1.579-1.579%203.609-2.811q2.03-1.233%204.426-2.058q-2.795-.194-5.472.688T7.712%207.71q-1.59%201.58-2.477%204.278q-.885%202.698-.685%205.476m2.035%201.985q2.736.194%205.424-.687t4.28-2.474q1.59-1.58%202.475-4.297q.886-2.717.686-5.496q-.825%202.416-2.045%204.445t-2.824%203.64q-1.598%201.598-3.618%202.83t-4.378%202.04m-1.462-.534q2.404-.675%204.71-2t4.028-3.054q1.708-1.702%203.033-4.018t1.983-4.76q-2.404.676-4.71%202T10.14%2010.14q-1.71%201.7-3.034%204.016t-1.983%204.76M12%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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