rugby football emoji
rugby-football from OpenMoji by OpenMoji · Default · Activities · CC-BY-SA-4.0 Attribution required.
- Name
- rugby-football
- Set
- OpenMoji
- Style
- Default
- Category
- Activities
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
More activities icons from OpenMoji
Use the rugby football emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#f4aa41" d="M58.62 13.226c-12.33-3.232-26-.017-35.662 9.646c-9.683 9.683-12.892 23.39-9.626 35.739l.049.048c12.329 3.233 25.998.017 35.661-9.646c9.683-9.683 12.892-23.39 9.626-35.738"/><path fill="#e27022" d="M60.019 20.353c-1.468 9.65-6.762 19.759-15.397 25.79c-9.744 6.808-21.628 8.26-32.162 4.981c.134 2.53.515 5.048 1.167 7.511l.048.049c12.283 3.22 25.901.017 35.528-9.61c7.608-7.608 11.231-18.757 10.816-28.721"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path d="M58.62 13.226c-12.33-3.232-26-.017-35.662 9.646c-9.683 9.683-12.892 23.39-9.626 35.739l.049.048c12.329 3.233 25.998.017 35.661-9.646c9.683-9.683 12.892-23.39 9.626-35.738m.001.001L13.333 58.612m28.242-24.165l-4.079-4.08m7.615.544l-4.08-4.079m-2.991 11.15l-4.08-4.079m.544 7.615l-4.079-4.079m.543 7.614l-4.079-4.079"/><path d="M26.016 36.08c0-1.8.475-3.488 1.306-4.946m13.686 13.612a9.95 9.95 0 0 1-4.992 1.333m10-9.999c0 1.82-.486 3.526-1.336 4.995M30.986 27.434a9.95 9.95 0 0 1 4.955-1.354"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiRugbyFootball(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#f4aa41" d="M58.62 13.226c-12.33-3.232-26-.017-35.662 9.646c-9.683 9.683-12.892 23.39-9.626 35.739l.049.048c12.329 3.233 25.998.017 35.661-9.646c9.683-9.683 12.892-23.39 9.626-35.738"/><path fill="#e27022" d="M60.019 20.353c-1.468 9.65-6.762 19.759-15.397 25.79c-9.744 6.808-21.628 8.26-32.162 4.981c.134 2.53.515 5.048 1.167 7.511l.048.049c12.283 3.22 25.901.017 35.528-9.61c7.608-7.608 11.231-18.757 10.816-28.721"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2"><path d="M58.62 13.226c-12.33-3.232-26-.017-35.662 9.646c-9.683 9.683-12.892 23.39-9.626 35.739l.049.048c12.329 3.233 25.998.017 35.661-9.646c9.683-9.683 12.892-23.39 9.626-35.738m.001.001L13.333 58.612m28.242-24.165l-4.079-4.08m7.615.544l-4.08-4.079m-2.991 11.15l-4.08-4.079m.544 7.615l-4.079-4.079m.543 7.614l-4.079-4.079"/><path d="M26.016 36.08c0-1.8.475-3.488 1.306-4.946m13.686 13.612a9.95 9.95 0 0 1-4.992 1.333m10-9.999c0 1.82-.486 3.526-1.336 4.995M30.986 27.434a9.95 9.95 0 0 1 4.955-1.354"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#f4aa41" d="M58.62 13.226c-12.33-3.232-26-.017-35.662 9.646c-9.683 9.683-12.892 23.39-9.626 35.739l.049.048c12.329 3.233 25.998.017 35.661-9.646c9.683-9.683 12.892-23.39 9.626-35.738"/><path fill="#e27022" d="M60.019 20.353c-1.468 9.65-6.762 19.759-15.397 25.79c-9.744 6.808-21.628 8.26-32.162 4.981c.134 2.53.515 5.048 1.167 7.511l.048.049c12.283 3.22 25.901.017 35.528-9.61c7.608-7.608 11.231-18.757 10.816-28.721"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path d="M58.62 13.226c-12.33-3.232-26-.017-35.662 9.646c-9.683 9.683-12.892 23.39-9.626 35.739l.049.048c12.329 3.233 25.998.017 35.661-9.646c9.683-9.683 12.892-23.39 9.626-35.738m.001.001L13.333 58.612m28.242-24.165l-4.079-4.08m7.615.544l-4.08-4.079m-2.991 11.15l-4.08-4.079m.544 7.615l-4.079-4.079m.543 7.614l-4.079-4.079"/><path d="M26.016 36.08c0-1.8.475-3.488 1.306-4.946m13.686 13.612a9.95 9.95 0 0 1-4.992 1.333m10-9.999c0 1.82-.486 3.526-1.336 4.995M30.986 27.434a9.95 9.95 0 0 1 4.955-1.354"/></g></svg> </template>
CSS
.icon-rugby-football {
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%2072%2072%22%3E%3Cpath%20fill%3D%22%23f4aa41%22%20d%3D%22M58.62%2013.226c-12.33-3.232-26-.017-35.662%209.646c-9.683%209.683-12.892%2023.39-9.626%2035.739l.049.048c12.329%203.233%2025.998.017%2035.661-9.646c9.683-9.683%2012.892-23.39%209.626-35.738%22%2F%3E%3Cpath%20fill%3D%22%23e27022%22%20d%3D%22M60.019%2020.353c-1.468%209.65-6.762%2019.759-15.397%2025.79c-9.744%206.808-21.628%208.26-32.162%204.981c.134%202.53.515%205.048%201.167%207.511l.048.049c12.283%203.22%2025.901.017%2035.528-9.61c7.608-7.608%2011.231-18.757%2010.816-28.721%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M58.62%2013.226c-12.33-3.232-26-.017-35.662%209.646c-9.683%209.683-12.892%2023.39-9.626%2035.739l.049.048c12.329%203.233%2025.998.017%2035.661-9.646c9.683-9.683%2012.892-23.39%209.626-35.738m.001.001L13.333%2058.612m28.242-24.165l-4.079-4.08m7.615.544l-4.08-4.079m-2.991%2011.15l-4.08-4.079m.544%207.615l-4.079-4.079m.543%207.614l-4.079-4.079%22%2F%3E%3Cpath%20d%3D%22M26.016%2036.08c0-1.8.475-3.488%201.306-4.946m13.686%2013.612a9.95%209.95%200%200%201-4.992%201.333m10-9.999c0%201.82-.486%203.526-1.336%204.995M30.986%2027.434a9.95%209.95%200%200%201%204.955-1.354%22%2F%3E%3C%2Fg%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23f4aa41%22%20d%3D%22M58.62%2013.226c-12.33-3.232-26-.017-35.662%209.646c-9.683%209.683-12.892%2023.39-9.626%2035.739l.049.048c12.329%203.233%2025.998.017%2035.661-9.646c9.683-9.683%2012.892-23.39%209.626-35.738%22%2F%3E%3Cpath%20fill%3D%22%23e27022%22%20d%3D%22M60.019%2020.353c-1.468%209.65-6.762%2019.759-15.397%2025.79c-9.744%206.808-21.628%208.26-32.162%204.981c.134%202.53.515%205.048%201.167%207.511l.048.049c12.283%203.22%2025.901.017%2035.528-9.61c7.608-7.608%2011.231-18.757%2010.816-28.721%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M58.62%2013.226c-12.33-3.232-26-.017-35.662%209.646c-9.683%209.683-12.892%2023.39-9.626%2035.739l.049.048c12.329%203.233%2025.998.017%2035.661-9.646c9.683-9.683%2012.892-23.39%209.626-35.738m.001.001L13.333%2058.612m28.242-24.165l-4.079-4.08m7.615.544l-4.08-4.079m-2.991%2011.15l-4.08-4.079m.544%207.615l-4.079-4.079m.543%207.614l-4.079-4.079%22%2F%3E%3Cpath%20d%3D%22M26.016%2036.08c0-1.8.475-3.488%201.306-4.946m13.686%2013.612a9.95%209.95%200%200%201-4.992%201.333m10-9.999c0%201.82-.486%203.526-1.336%204.995M30.986%2027.434a9.95%209.95%200%200%201%204.955-1.354%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/rugby-football.svg?color=%231a73e8&size=48