rugby football emoji
rugby-football from Emoji One (Colored) by Emoji One · Default · Activities · CC-BY-4.0 Attribution required.
- Name
- rugby-football
- Set
- Emoji One (Colored)
- Style
- Default
- Category
- Activities
- Viewbox
- 64×64
- License
- CC BY 4.0
The same emoji in other sets
More activities icons from Emoji One (Colored)
Use the rugby football emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#e8e8e8" d="M59 5C53.4-.6 30.6.8 15.7 15.7S-.6 53.3 5 59c5.6 5.6 28.4 4.2 43.3-10.7S64.6 10.7 59 5"/><path fill="#c5d4d8" d="M58 14c-1.5 3.3-3.1 6.4-5 9.5c-3.6 5.9-7.9 11.6-12.4 16.9c-4.2 5-9.2 10.3-15.2 13.2c-3.1 1.5-6.3 1.7-9.5 2.4c-2.9.7-6.5 2.4-6.9 5.1c8.8 2.7 26.8-.3 39.3-12.8c12-12 15.2-29 13.1-38.2c-1.4.9-2.5 2.1-3.4 3.9"/><path fill="#4b53a2" d="M38.9 3.1q-2.25.45-4.5 1.2C28.3 7.2 22 11.7 17 16.6C2.3 31.4 1.2 53.7 4 56.4c4 4 23.9-1.8 38-17.7c11.6-13 17-27.3 17.6-33c-.3-.2-.5-.5-.6-.7c-3.1-3-11-4-20.1-1.9m.8 33.3c-12.8 12.8-29 16.5-32.6 12.9c-2.9-2.9.2-19.6 13-32.4C32.9 4 49.4.8 52.5 4c3.6 3.6 0 19.6-12.8 32.4"/><g fill="#cb2c41"><path d="M16.7 27.1c-4.6 7.4-5.8 14.5-4 16.3s8.9.5 16.3-4c-6.3 3.2-12.3 3.6-14.1 1.9c-1.8-1.9-1.4-7.9 1.8-14.2M29.8 14c6.3-3.2 12.3-3.6 14.1-1.9s1.3 7.8-1.9 14.1c4.6-7.4 5.8-14.5 4-16.3c-1.7-1.7-8.8-.5-16.2 4.1"/><path d="M59.5 5.7c-.6 5.8-6 20-17.6 33C27.8 54.6 8 60.5 4 56.4c-2.7-2.7-1.7-25 13.1-39.8c5-5 11.3-9.4 17.4-12.3c-6.5 2.1-13.2 5.8-18.8 11.4C.8 30.6-.6 53.4 5 59c1.8 1.8 5.5 2.9 10 3c8.6-2.5 21.5-8.2 32.5-23.7C53.8 29.7 58.7 20 62 14.4c-.2-3.8-1.1-6.8-2.5-8.7"/></g></svg>
React
import type { SVGProps } from "react";
export function EmojioneRugbyFootball(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#e8e8e8" d="M59 5C53.4-.6 30.6.8 15.7 15.7S-.6 53.3 5 59c5.6 5.6 28.4 4.2 43.3-10.7S64.6 10.7 59 5"/><path fill="#c5d4d8" d="M58 14c-1.5 3.3-3.1 6.4-5 9.5c-3.6 5.9-7.9 11.6-12.4 16.9c-4.2 5-9.2 10.3-15.2 13.2c-3.1 1.5-6.3 1.7-9.5 2.4c-2.9.7-6.5 2.4-6.9 5.1c8.8 2.7 26.8-.3 39.3-12.8c12-12 15.2-29 13.1-38.2c-1.4.9-2.5 2.1-3.4 3.9"/><path fill="#4b53a2" d="M38.9 3.1q-2.25.45-4.5 1.2C28.3 7.2 22 11.7 17 16.6C2.3 31.4 1.2 53.7 4 56.4c4 4 23.9-1.8 38-17.7c11.6-13 17-27.3 17.6-33c-.3-.2-.5-.5-.6-.7c-3.1-3-11-4-20.1-1.9m.8 33.3c-12.8 12.8-29 16.5-32.6 12.9c-2.9-2.9.2-19.6 13-32.4C32.9 4 49.4.8 52.5 4c3.6 3.6 0 19.6-12.8 32.4"/><g fill="#cb2c41"><path d="M16.7 27.1c-4.6 7.4-5.8 14.5-4 16.3s8.9.5 16.3-4c-6.3 3.2-12.3 3.6-14.1 1.9c-1.8-1.9-1.4-7.9 1.8-14.2M29.8 14c6.3-3.2 12.3-3.6 14.1-1.9s1.3 7.8-1.9 14.1c4.6-7.4 5.8-14.5 4-16.3c-1.7-1.7-8.8-.5-16.2 4.1"/><path d="M59.5 5.7c-.6 5.8-6 20-17.6 33C27.8 54.6 8 60.5 4 56.4c-2.7-2.7-1.7-25 13.1-39.8c5-5 11.3-9.4 17.4-12.3c-6.5 2.1-13.2 5.8-18.8 11.4C.8 30.6-.6 53.4 5 59c1.8 1.8 5.5 2.9 10 3c8.6-2.5 21.5-8.2 32.5-23.7C53.8 29.7 58.7 20 62 14.4c-.2-3.8-1.1-6.8-2.5-8.7"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#e8e8e8" d="M59 5C53.4-.6 30.6.8 15.7 15.7S-.6 53.3 5 59c5.6 5.6 28.4 4.2 43.3-10.7S64.6 10.7 59 5"/><path fill="#c5d4d8" d="M58 14c-1.5 3.3-3.1 6.4-5 9.5c-3.6 5.9-7.9 11.6-12.4 16.9c-4.2 5-9.2 10.3-15.2 13.2c-3.1 1.5-6.3 1.7-9.5 2.4c-2.9.7-6.5 2.4-6.9 5.1c8.8 2.7 26.8-.3 39.3-12.8c12-12 15.2-29 13.1-38.2c-1.4.9-2.5 2.1-3.4 3.9"/><path fill="#4b53a2" d="M38.9 3.1q-2.25.45-4.5 1.2C28.3 7.2 22 11.7 17 16.6C2.3 31.4 1.2 53.7 4 56.4c4 4 23.9-1.8 38-17.7c11.6-13 17-27.3 17.6-33c-.3-.2-.5-.5-.6-.7c-3.1-3-11-4-20.1-1.9m.8 33.3c-12.8 12.8-29 16.5-32.6 12.9c-2.9-2.9.2-19.6 13-32.4C32.9 4 49.4.8 52.5 4c3.6 3.6 0 19.6-12.8 32.4"/><g fill="#cb2c41"><path d="M16.7 27.1c-4.6 7.4-5.8 14.5-4 16.3s8.9.5 16.3-4c-6.3 3.2-12.3 3.6-14.1 1.9c-1.8-1.9-1.4-7.9 1.8-14.2M29.8 14c6.3-3.2 12.3-3.6 14.1-1.9s1.3 7.8-1.9 14.1c4.6-7.4 5.8-14.5 4-16.3c-1.7-1.7-8.8-.5-16.2 4.1"/><path d="M59.5 5.7c-.6 5.8-6 20-17.6 33C27.8 54.6 8 60.5 4 56.4c-2.7-2.7-1.7-25 13.1-39.8c5-5 11.3-9.4 17.4-12.3c-6.5 2.1-13.2 5.8-18.8 11.4C.8 30.6-.6 53.4 5 59c1.8 1.8 5.5 2.9 10 3c8.6-2.5 21.5-8.2 32.5-23.7C53.8 29.7 58.7 20 62 14.4c-.2-3.8-1.1-6.8-2.5-8.7"/></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%2064%2064%22%3E%3Cpath%20fill%3D%22%23e8e8e8%22%20d%3D%22M59%205C53.4-.6%2030.6.8%2015.7%2015.7S-.6%2053.3%205%2059c5.6%205.6%2028.4%204.2%2043.3-10.7S64.6%2010.7%2059%205%22%2F%3E%3Cpath%20fill%3D%22%23c5d4d8%22%20d%3D%22M58%2014c-1.5%203.3-3.1%206.4-5%209.5c-3.6%205.9-7.9%2011.6-12.4%2016.9c-4.2%205-9.2%2010.3-15.2%2013.2c-3.1%201.5-6.3%201.7-9.5%202.4c-2.9.7-6.5%202.4-6.9%205.1c8.8%202.7%2026.8-.3%2039.3-12.8c12-12%2015.2-29%2013.1-38.2c-1.4.9-2.5%202.1-3.4%203.9%22%2F%3E%3Cpath%20fill%3D%22%234b53a2%22%20d%3D%22M38.9%203.1q-2.25.45-4.5%201.2C28.3%207.2%2022%2011.7%2017%2016.6C2.3%2031.4%201.2%2053.7%204%2056.4c4%204%2023.9-1.8%2038-17.7c11.6-13%2017-27.3%2017.6-33c-.3-.2-.5-.5-.6-.7c-3.1-3-11-4-20.1-1.9m.8%2033.3c-12.8%2012.8-29%2016.5-32.6%2012.9c-2.9-2.9.2-19.6%2013-32.4C32.9%204%2049.4.8%2052.5%204c3.6%203.6%200%2019.6-12.8%2032.4%22%2F%3E%3Cg%20fill%3D%22%23cb2c41%22%3E%3Cpath%20d%3D%22M16.7%2027.1c-4.6%207.4-5.8%2014.5-4%2016.3s8.9.5%2016.3-4c-6.3%203.2-12.3%203.6-14.1%201.9c-1.8-1.9-1.4-7.9%201.8-14.2M29.8%2014c6.3-3.2%2012.3-3.6%2014.1-1.9s1.3%207.8-1.9%2014.1c4.6-7.4%205.8-14.5%204-16.3c-1.7-1.7-8.8-.5-16.2%204.1%22%2F%3E%3Cpath%20d%3D%22M59.5%205.7c-.6%205.8-6%2020-17.6%2033C27.8%2054.6%208%2060.5%204%2056.4c-2.7-2.7-1.7-25%2013.1-39.8c5-5%2011.3-9.4%2017.4-12.3c-6.5%202.1-13.2%205.8-18.8%2011.4C.8%2030.6-.6%2053.4%205%2059c1.8%201.8%205.5%202.9%2010%203c8.6-2.5%2021.5-8.2%2032.5-23.7C53.8%2029.7%2058.7%2020%2062%2014.4c-.2-3.8-1.1-6.8-2.5-8.7%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%2064%2064%22%3E%3Cpath%20fill%3D%22%23e8e8e8%22%20d%3D%22M59%205C53.4-.6%2030.6.8%2015.7%2015.7S-.6%2053.3%205%2059c5.6%205.6%2028.4%204.2%2043.3-10.7S64.6%2010.7%2059%205%22%2F%3E%3Cpath%20fill%3D%22%23c5d4d8%22%20d%3D%22M58%2014c-1.5%203.3-3.1%206.4-5%209.5c-3.6%205.9-7.9%2011.6-12.4%2016.9c-4.2%205-9.2%2010.3-15.2%2013.2c-3.1%201.5-6.3%201.7-9.5%202.4c-2.9.7-6.5%202.4-6.9%205.1c8.8%202.7%2026.8-.3%2039.3-12.8c12-12%2015.2-29%2013.1-38.2c-1.4.9-2.5%202.1-3.4%203.9%22%2F%3E%3Cpath%20fill%3D%22%234b53a2%22%20d%3D%22M38.9%203.1q-2.25.45-4.5%201.2C28.3%207.2%2022%2011.7%2017%2016.6C2.3%2031.4%201.2%2053.7%204%2056.4c4%204%2023.9-1.8%2038-17.7c11.6-13%2017-27.3%2017.6-33c-.3-.2-.5-.5-.6-.7c-3.1-3-11-4-20.1-1.9m.8%2033.3c-12.8%2012.8-29%2016.5-32.6%2012.9c-2.9-2.9.2-19.6%2013-32.4C32.9%204%2049.4.8%2052.5%204c3.6%203.6%200%2019.6-12.8%2032.4%22%2F%3E%3Cg%20fill%3D%22%23cb2c41%22%3E%3Cpath%20d%3D%22M16.7%2027.1c-4.6%207.4-5.8%2014.5-4%2016.3s8.9.5%2016.3-4c-6.3%203.2-12.3%203.6-14.1%201.9c-1.8-1.9-1.4-7.9%201.8-14.2M29.8%2014c6.3-3.2%2012.3-3.6%2014.1-1.9s1.3%207.8-1.9%2014.1c4.6-7.4%205.8-14.5%204-16.3c-1.7-1.7-8.8-.5-16.2%204.1%22%2F%3E%3Cpath%20d%3D%22M59.5%205.7c-.6%205.8-6%2020-17.6%2033C27.8%2054.6%208%2060.5%204%2056.4c-2.7-2.7-1.7-25%2013.1-39.8c5-5%2011.3-9.4%2017.4-12.3c-6.5%202.1-13.2%205.8-18.8%2011.4C.8%2030.6-.6%2053.4%205%2059c1.8%201.8%205.5%202.9%2010%203c8.6-2.5%2021.5-8.2%2032.5-23.7C53.8%2029.7%2058.7%2020%2062%2014.4c-.2-3.8-1.1-6.8-2.5-8.7%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/emojione/rugby-football.svg?color=%231a73e8&size=48