tennis2 icon
tennis2-duotone from Reicon by REICON · Duotone · Sports · MIT Free for personal and commercial use.
- Name
- tennis2-duotone
- Set
- Reicon
- Style
- Duotone
- Category
- Sports
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More sports icons from Reicon
Use the tennis2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M3.34 17c2.76 4.783 8.876 6.42 13.66 3.66a9.96 9.96 0 0 0 4.196-4.731a9.99 9.99 0 0 0-.536-8.93a9.99 9.99 0 0 0-7.465-4.928A9.96 9.96 0 0 0 7 3.339C2.217 6.101.578 12.217 3.34 17" opacity=".5"/><path d="M13.94 2.19a10 10 0 0 0-1.5-.182l-.033.158a10 10 0 0 0-.116.736a.75.75 0 1 0 1.49.178a8 8 0 0 1 .13-.776l.008-.035l.002-.005v-.001zM2.534 8.775a10 10 0 0 1 .593-1.39q.063.018.154.05c.168.056.406.144.695.267a.75.75 0 0 1-.59 1.38a8 8 0 0 0-.772-.286l-.005-.001zm9.026 13.216a10 10 0 0 1-1.5-.181l.02-.074v-.001l.001-.005a2 2 0 0 0 .042-.19c.028-.14.065-.35.097-.621a.75.75 0 1 1 1.49.178a10 10 0 0 1-.15.894m9.906-6.767a10 10 0 0 1-.593 1.39l-.153-.05a10 10 0 0 1-.695-.268a.75.75 0 1 1 .59-1.379a8 8 0 0 0 .737.275l.035.01l.004.002zm-7.712-9.81a.75.75 0 1 0-1.494.136c.055.605.158 1.264.33 1.958a.75.75 0 0 0 1.456-.361a11.6 11.6 0 0 1-.292-1.733M6.285 9a.75.75 0 1 0-.865 1.225c.44.31.9.68 1.355 1.12a.75.75 0 1 0 1.04-1.081A13 13 0 0 0 6.286 9m8.551.347a.75.75 0 1 0-1.352.65a13 13 0 0 0 .992 1.718a.75.75 0 1 0 1.239-.846a11.6 11.6 0 0 1-.879-1.522m-5.314 2.937a.75.75 0 0 0-1.238.846a11.6 11.6 0 0 1 .878 1.522a.75.75 0 0 0 1.352-.65a13 13 0 0 0-.992-1.718m7.702.371a.75.75 0 1 0-1.04 1.08a13 13 0 0 0 1.53 1.264a.75.75 0 1 0 .865-1.226c-.44-.31-.9-.68-1.355-1.118m-5.814 3.836a.75.75 0 1 0-1.456.36c.152.614.243 1.198.292 1.734a.75.75 0 0 0 1.494-.136a13 13 0 0 0-.33-1.958"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconTennis2Duotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M3.34 17c2.76 4.783 8.876 6.42 13.66 3.66a9.96 9.96 0 0 0 4.196-4.731a9.99 9.99 0 0 0-.536-8.93a9.99 9.99 0 0 0-7.465-4.928A9.96 9.96 0 0 0 7 3.339C2.217 6.101.578 12.217 3.34 17" opacity=".5"/><path d="M13.94 2.19a10 10 0 0 0-1.5-.182l-.033.158a10 10 0 0 0-.116.736a.75.75 0 1 0 1.49.178a8 8 0 0 1 .13-.776l.008-.035l.002-.005v-.001zM2.534 8.775a10 10 0 0 1 .593-1.39q.063.018.154.05c.168.056.406.144.695.267a.75.75 0 0 1-.59 1.38a8 8 0 0 0-.772-.286l-.005-.001zm9.026 13.216a10 10 0 0 1-1.5-.181l.02-.074v-.001l.001-.005a2 2 0 0 0 .042-.19c.028-.14.065-.35.097-.621a.75.75 0 1 1 1.49.178a10 10 0 0 1-.15.894m9.906-6.767a10 10 0 0 1-.593 1.39l-.153-.05a10 10 0 0 1-.695-.268a.75.75 0 1 1 .59-1.379a8 8 0 0 0 .737.275l.035.01l.004.002zm-7.712-9.81a.75.75 0 1 0-1.494.136c.055.605.158 1.264.33 1.958a.75.75 0 0 0 1.456-.361a11.6 11.6 0 0 1-.292-1.733M6.285 9a.75.75 0 1 0-.865 1.225c.44.31.9.68 1.355 1.12a.75.75 0 1 0 1.04-1.081A13 13 0 0 0 6.286 9m8.551.347a.75.75 0 1 0-1.352.65a13 13 0 0 0 .992 1.718a.75.75 0 1 0 1.239-.846a11.6 11.6 0 0 1-.879-1.522m-5.314 2.937a.75.75 0 0 0-1.238.846a11.6 11.6 0 0 1 .878 1.522a.75.75 0 0 0 1.352-.65a13 13 0 0 0-.992-1.718m7.702.371a.75.75 0 1 0-1.04 1.08a13 13 0 0 0 1.53 1.264a.75.75 0 1 0 .865-1.226c-.44-.31-.9-.68-1.355-1.118m-5.814 3.836a.75.75 0 1 0-1.456.36c.152.614.243 1.198.292 1.734a.75.75 0 0 0 1.494-.136a13 13 0 0 0-.33-1.958"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M3.34 17c2.76 4.783 8.876 6.42 13.66 3.66a9.96 9.96 0 0 0 4.196-4.731a9.99 9.99 0 0 0-.536-8.93a9.99 9.99 0 0 0-7.465-4.928A9.96 9.96 0 0 0 7 3.339C2.217 6.101.578 12.217 3.34 17" opacity=".5"/><path d="M13.94 2.19a10 10 0 0 0-1.5-.182l-.033.158a10 10 0 0 0-.116.736a.75.75 0 1 0 1.49.178a8 8 0 0 1 .13-.776l.008-.035l.002-.005v-.001zM2.534 8.775a10 10 0 0 1 .593-1.39q.063.018.154.05c.168.056.406.144.695.267a.75.75 0 0 1-.59 1.38a8 8 0 0 0-.772-.286l-.005-.001zm9.026 13.216a10 10 0 0 1-1.5-.181l.02-.074v-.001l.001-.005a2 2 0 0 0 .042-.19c.028-.14.065-.35.097-.621a.75.75 0 1 1 1.49.178a10 10 0 0 1-.15.894m9.906-6.767a10 10 0 0 1-.593 1.39l-.153-.05a10 10 0 0 1-.695-.268a.75.75 0 1 1 .59-1.379a8 8 0 0 0 .737.275l.035.01l.004.002zm-7.712-9.81a.75.75 0 1 0-1.494.136c.055.605.158 1.264.33 1.958a.75.75 0 0 0 1.456-.361a11.6 11.6 0 0 1-.292-1.733M6.285 9a.75.75 0 1 0-.865 1.225c.44.31.9.68 1.355 1.12a.75.75 0 1 0 1.04-1.081A13 13 0 0 0 6.286 9m8.551.347a.75.75 0 1 0-1.352.65a13 13 0 0 0 .992 1.718a.75.75 0 1 0 1.239-.846a11.6 11.6 0 0 1-.879-1.522m-5.314 2.937a.75.75 0 0 0-1.238.846a11.6 11.6 0 0 1 .878 1.522a.75.75 0 0 0 1.352-.65a13 13 0 0 0-.992-1.718m7.702.371a.75.75 0 1 0-1.04 1.08a13 13 0 0 0 1.53 1.264a.75.75 0 1 0 .865-1.226c-.44-.31-.9-.68-1.355-1.118m-5.814 3.836a.75.75 0 1 0-1.456.36c.152.614.243 1.198.292 1.734a.75.75 0 0 0 1.494-.136a13 13 0 0 0-.33-1.958"/></g></svg> </template>
CSS
.icon-tennis2-duotone {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M3.34%2017c2.76%204.783%208.876%206.42%2013.66%203.66a9.96%209.96%200%200%200%204.196-4.731a9.99%209.99%200%200%200-.536-8.93a9.99%209.99%200%200%200-7.465-4.928A9.96%209.96%200%200%200%207%203.339C2.217%206.101.578%2012.217%203.34%2017%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M13.94%202.19a10%2010%200%200%200-1.5-.182l-.033.158a10%2010%200%200%200-.116.736a.75.75%200%201%200%201.49.178a8%208%200%200%201%20.13-.776l.008-.035l.002-.005v-.001zM2.534%208.775a10%2010%200%200%201%20.593-1.39q.063.018.154.05c.168.056.406.144.695.267a.75.75%200%200%201-.59%201.38a8%208%200%200%200-.772-.286l-.005-.001zm9.026%2013.216a10%2010%200%200%201-1.5-.181l.02-.074v-.001l.001-.005a2%202%200%200%200%20.042-.19c.028-.14.065-.35.097-.621a.75.75%200%201%201%201.49.178a10%2010%200%200%201-.15.894m9.906-6.767a10%2010%200%200%201-.593%201.39l-.153-.05a10%2010%200%200%201-.695-.268a.75.75%200%201%201%20.59-1.379a8%208%200%200%200%20.737.275l.035.01l.004.002zm-7.712-9.81a.75.75%200%201%200-1.494.136c.055.605.158%201.264.33%201.958a.75.75%200%200%200%201.456-.361a11.6%2011.6%200%200%201-.292-1.733M6.285%209a.75.75%200%201%200-.865%201.225c.44.31.9.68%201.355%201.12a.75.75%200%201%200%201.04-1.081A13%2013%200%200%200%206.286%209m8.551.347a.75.75%200%201%200-1.352.65a13%2013%200%200%200%20.992%201.718a.75.75%200%201%200%201.239-.846a11.6%2011.6%200%200%201-.879-1.522m-5.314%202.937a.75.75%200%200%200-1.238.846a11.6%2011.6%200%200%201%20.878%201.522a.75.75%200%200%200%201.352-.65a13%2013%200%200%200-.992-1.718m7.702.371a.75.75%200%201%200-1.04%201.08a13%2013%200%200%200%201.53%201.264a.75.75%200%201%200%20.865-1.226c-.44-.31-.9-.68-1.355-1.118m-5.814%203.836a.75.75%200%201%200-1.456.36c.152.614.243%201.198.292%201.734a.75.75%200%200%200%201.494-.136a13%2013%200%200%200-.33-1.958%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M3.34%2017c2.76%204.783%208.876%206.42%2013.66%203.66a9.96%209.96%200%200%200%204.196-4.731a9.99%209.99%200%200%200-.536-8.93a9.99%209.99%200%200%200-7.465-4.928A9.96%209.96%200%200%200%207%203.339C2.217%206.101.578%2012.217%203.34%2017%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M13.94%202.19a10%2010%200%200%200-1.5-.182l-.033.158a10%2010%200%200%200-.116.736a.75.75%200%201%200%201.49.178a8%208%200%200%201%20.13-.776l.008-.035l.002-.005v-.001zM2.534%208.775a10%2010%200%200%201%20.593-1.39q.063.018.154.05c.168.056.406.144.695.267a.75.75%200%200%201-.59%201.38a8%208%200%200%200-.772-.286l-.005-.001zm9.026%2013.216a10%2010%200%200%201-1.5-.181l.02-.074v-.001l.001-.005a2%202%200%200%200%20.042-.19c.028-.14.065-.35.097-.621a.75.75%200%201%201%201.49.178a10%2010%200%200%201-.15.894m9.906-6.767a10%2010%200%200%201-.593%201.39l-.153-.05a10%2010%200%200%201-.695-.268a.75.75%200%201%201%20.59-1.379a8%208%200%200%200%20.737.275l.035.01l.004.002zm-7.712-9.81a.75.75%200%201%200-1.494.136c.055.605.158%201.264.33%201.958a.75.75%200%200%200%201.456-.361a11.6%2011.6%200%200%201-.292-1.733M6.285%209a.75.75%200%201%200-.865%201.225c.44.31.9.68%201.355%201.12a.75.75%200%201%200%201.04-1.081A13%2013%200%200%200%206.286%209m8.551.347a.75.75%200%201%200-1.352.65a13%2013%200%200%200%20.992%201.718a.75.75%200%201%200%201.239-.846a11.6%2011.6%200%200%201-.879-1.522m-5.314%202.937a.75.75%200%200%200-1.238.846a11.6%2011.6%200%200%201%20.878%201.522a.75.75%200%200%200%201.352-.65a13%2013%200%200%200-.992-1.718m7.702.371a.75.75%200%201%200-1.04%201.08a13%2013%200%200%200%201.53%201.264a.75.75%200%201%200%20.865-1.226c-.44-.31-.9-.68-1.355-1.118m-5.814%203.836a.75.75%200%201%200-1.456.36c.152.614.243%201.198.292%201.734a.75.75%200%200%200%201.494-.136a13%2013%200%200%200-.33-1.958%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/tennis2-duotone.svg?color=%231a73e8&size=48