tennis emoji
tennis from OpenMoji by OpenMoji · Default · Activities · CC-BY-SA-4.0 Attribution required.
- Name
- tennis
- 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 tennis emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M43.7 63.9c.3-4.4 1.9-6.6 5.4-10.1c3.3-3.3 5.5-7.4 5.5-12.2c0-9.5-8.3-17.2-18.6-17.2s-18.6 7.7-18.6 17.2c0 4.8 2.2 8.9 5.5 12.2c3.5 3.5 5.1 5.7 5.4 10.1"/><circle cx="36" cy="36" r="29" fill="#fcea2b"/><path fill="#f1b31c" d="M50.7 11c4.8 5.2 7.8 12.1 7.8 19.8c0 16-13 29-29 29c-5.4 0-10.4-1.5-14.7-4C20.1 61.4 27.7 65 36 65c16 0 29-13 29-29c0-10.7-5.7-20-14.3-25"/><path fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M43.7 63.9c.3-4.4 1.9-6.6 5.4-10.1c3.3-3.3 5.5-7.4 5.5-12.2c0-9.5-8.3-17.2-18.6-17.2s-18.6 7.7-18.6 17.2c0 4.8 2.2 8.9 5.5 12.2c3.5 3.5 5.1 5.7 5.4 10.1"/><circle cx="36" cy="36" r="29" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"/></svg>
React
import type { SVGProps } from "react";
export function OpenmojiTennis(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="M43.7 63.9c.3-4.4 1.9-6.6 5.4-10.1c3.3-3.3 5.5-7.4 5.5-12.2c0-9.5-8.3-17.2-18.6-17.2s-18.6 7.7-18.6 17.2c0 4.8 2.2 8.9 5.5 12.2c3.5 3.5 5.1 5.7 5.4 10.1"/><circle cx="36" cy="36" r="29" fill="#fcea2b"/><path fill="#f1b31c" d="M50.7 11c4.8 5.2 7.8 12.1 7.8 19.8c0 16-13 29-29 29c-5.4 0-10.4-1.5-14.7-4C20.1 61.4 27.7 65 36 65c16 0 29-13 29-29c0-10.7-5.7-20-14.3-25"/><path fill="none" stroke="#fff" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="M43.7 63.9c.3-4.4 1.9-6.6 5.4-10.1c3.3-3.3 5.5-7.4 5.5-12.2c0-9.5-8.3-17.2-18.6-17.2s-18.6 7.7-18.6 17.2c0 4.8 2.2 8.9 5.5 12.2c3.5 3.5 5.1 5.7 5.4 10.1"/><circle cx="36" cy="36" r="29" fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M43.7 63.9c.3-4.4 1.9-6.6 5.4-10.1c3.3-3.3 5.5-7.4 5.5-12.2c0-9.5-8.3-17.2-18.6-17.2s-18.6 7.7-18.6 17.2c0 4.8 2.2 8.9 5.5 12.2c3.5 3.5 5.1 5.7 5.4 10.1"/><circle cx="36" cy="36" r="29" fill="#fcea2b"/><path fill="#f1b31c" d="M50.7 11c4.8 5.2 7.8 12.1 7.8 19.8c0 16-13 29-29 29c-5.4 0-10.4-1.5-14.7-4C20.1 61.4 27.7 65 36 65c16 0 29-13 29-29c0-10.7-5.7-20-14.3-25"/><path fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M43.7 63.9c.3-4.4 1.9-6.6 5.4-10.1c3.3-3.3 5.5-7.4 5.5-12.2c0-9.5-8.3-17.2-18.6-17.2s-18.6 7.7-18.6 17.2c0 4.8 2.2 8.9 5.5 12.2c3.5 3.5 5.1 5.7 5.4 10.1"/><circle cx="36" cy="36" r="29" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"/></svg> </template>
CSS
.icon-tennis {
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%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%20d%3D%22M43.7%2063.9c.3-4.4%201.9-6.6%205.4-10.1c3.3-3.3%205.5-7.4%205.5-12.2c0-9.5-8.3-17.2-18.6-17.2s-18.6%207.7-18.6%2017.2c0%204.8%202.2%208.9%205.5%2012.2c3.5%203.5%205.1%205.7%205.4%2010.1%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%2229%22%20fill%3D%22%23fcea2b%22%2F%3E%3Cpath%20fill%3D%22%23f1b31c%22%20d%3D%22M50.7%2011c4.8%205.2%207.8%2012.1%207.8%2019.8c0%2016-13%2029-29%2029c-5.4%200-10.4-1.5-14.7-4C20.1%2061.4%2027.7%2065%2036%2065c16%200%2029-13%2029-29c0-10.7-5.7-20-14.3-25%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M43.7%2063.9c.3-4.4%201.9-6.6%205.4-10.1c3.3-3.3%205.5-7.4%205.5-12.2c0-9.5-8.3-17.2-18.6-17.2s-18.6%207.7-18.6%2017.2c0%204.8%202.2%208.9%205.5%2012.2c3.5%203.5%205.1%205.7%205.4%2010.1%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%2229%22%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%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%2072%2072%22%3E%3Cpath%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%20d%3D%22M43.7%2063.9c.3-4.4%201.9-6.6%205.4-10.1c3.3-3.3%205.5-7.4%205.5-12.2c0-9.5-8.3-17.2-18.6-17.2s-18.6%207.7-18.6%2017.2c0%204.8%202.2%208.9%205.5%2012.2c3.5%203.5%205.1%205.7%205.4%2010.1%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%2229%22%20fill%3D%22%23fcea2b%22%2F%3E%3Cpath%20fill%3D%22%23f1b31c%22%20d%3D%22M50.7%2011c4.8%205.2%207.8%2012.1%207.8%2019.8c0%2016-13%2029-29%2029c-5.4%200-10.4-1.5-14.7-4C20.1%2061.4%2027.7%2065%2036%2065c16%200%2029-13%2029-29c0-10.7-5.7-20-14.3-25%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M43.7%2063.9c.3-4.4%201.9-6.6%205.4-10.1c3.3-3.3%205.5-7.4%205.5-12.2c0-9.5-8.3-17.2-18.6-17.2s-18.6%207.7-18.6%2017.2c0%204.8%202.2%208.9%205.5%2012.2c3.5%203.5%205.1%205.7%205.4%2010.1%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%2229%22%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%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/tennis.svg?color=%231a73e8&size=48