tennis icon
tennis from css.gg by Astrit · Outline · MIT Free for personal and commercial use.
- Name
- tennis
- Set
- css.gg
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the tennis icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M19.071 19.071c3.905-3.905 3.905-10.237 0-14.142s-10.237-3.905-14.142 0s-3.905 10.237 0 14.142s10.237 3.905 14.142 0m.872-8.03a7.97 7.97 0 0 0-2.286-4.698a7.97 7.97 0 0 0-4.717-2.288l-.01.056a11.01 11.01 0 0 1-8.819 8.819l-.056.01a7.97 7.97 0 0 0 2.288 4.717a7.97 7.97 0 0 0 4.698 2.286l.012-.07a11.01 11.01 0 0 1 8.819-8.82zm-.071 2.388v-.334a9.01 9.01 0 0 0-6.777 6.777h.334a7.96 7.96 0 0 0 4.228-2.215a7.96 7.96 0 0 0 2.215-4.228m-15.76-2.54v-.223a7.96 7.96 0 0 1 2.231-4.323a7.96 7.96 0 0 1 4.323-2.232h.222a9.01 9.01 0 0 1-6.777 6.777" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function GgTennis(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" fillRule="evenodd" d="M19.071 19.071c3.905-3.905 3.905-10.237 0-14.142s-10.237-3.905-14.142 0s-3.905 10.237 0 14.142s10.237 3.905 14.142 0m.872-8.03a7.97 7.97 0 0 0-2.286-4.698a7.97 7.97 0 0 0-4.717-2.288l-.01.056a11.01 11.01 0 0 1-8.819 8.819l-.056.01a7.97 7.97 0 0 0 2.288 4.717a7.97 7.97 0 0 0 4.698 2.286l.012-.07a11.01 11.01 0 0 1 8.819-8.82zm-.071 2.388v-.334a9.01 9.01 0 0 0-6.777 6.777h.334a7.96 7.96 0 0 0 4.228-2.215a7.96 7.96 0 0 0 2.215-4.228m-15.76-2.54v-.223a7.96 7.96 0 0 1 2.231-4.323a7.96 7.96 0 0 1 4.323-2.232h.222a9.01 9.01 0 0 1-6.777 6.777" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M19.071 19.071c3.905-3.905 3.905-10.237 0-14.142s-10.237-3.905-14.142 0s-3.905 10.237 0 14.142s10.237 3.905 14.142 0m.872-8.03a7.97 7.97 0 0 0-2.286-4.698a7.97 7.97 0 0 0-4.717-2.288l-.01.056a11.01 11.01 0 0 1-8.819 8.819l-.056.01a7.97 7.97 0 0 0 2.288 4.717a7.97 7.97 0 0 0 4.698 2.286l.012-.07a11.01 11.01 0 0 1 8.819-8.82zm-.071 2.388v-.334a9.01 9.01 0 0 0-6.777 6.777h.334a7.96 7.96 0 0 0 4.228-2.215a7.96 7.96 0 0 0 2.215-4.228m-15.76-2.54v-.223a7.96 7.96 0 0 1 2.231-4.323a7.96 7.96 0 0 1 4.323-2.232h.222a9.01 9.01 0 0 1-6.777 6.777" clip-rule="evenodd"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M19.071%2019.071c3.905-3.905%203.905-10.237%200-14.142s-10.237-3.905-14.142%200s-3.905%2010.237%200%2014.142s10.237%203.905%2014.142%200m.872-8.03a7.97%207.97%200%200%200-2.286-4.698a7.97%207.97%200%200%200-4.717-2.288l-.01.056a11.01%2011.01%200%200%201-8.819%208.819l-.056.01a7.97%207.97%200%200%200%202.288%204.717a7.97%207.97%200%200%200%204.698%202.286l.012-.07a11.01%2011.01%200%200%201%208.819-8.82zm-.071%202.388v-.334a9.01%209.01%200%200%200-6.777%206.777h.334a7.96%207.96%200%200%200%204.228-2.215a7.96%207.96%200%200%200%202.215-4.228m-15.76-2.54v-.223a7.96%207.96%200%200%201%202.231-4.323a7.96%207.96%200%200%201%204.323-2.232h.222a9.01%209.01%200%200%201-6.777%206.777%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M19.071%2019.071c3.905-3.905%203.905-10.237%200-14.142s-10.237-3.905-14.142%200s-3.905%2010.237%200%2014.142s10.237%203.905%2014.142%200m.872-8.03a7.97%207.97%200%200%200-2.286-4.698a7.97%207.97%200%200%200-4.717-2.288l-.01.056a11.01%2011.01%200%200%201-8.819%208.819l-.056.01a7.97%207.97%200%200%200%202.288%204.717a7.97%207.97%200%200%200%204.698%202.286l.012-.07a11.01%2011.01%200%200%201%208.819-8.82zm-.071%202.388v-.334a9.01%209.01%200%200%200-6.777%206.777h.334a7.96%207.96%200%200%200%204.228-2.215a7.96%207.96%200%200%200%202.215-4.228m-15.76-2.54v-.223a7.96%207.96%200%200%201%202.231-4.323a7.96%207.96%200%200%201%204.323-2.232h.222a9.01%209.01%200%200%201-6.777%206.777%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/gg/tennis.svg?color=%231a73e8&size=48