sports tennis icon
sports-tennis-rounded from Material Symbols by Google · Rounded · Activities · Apache-2.0 Free for personal and commercial use.
- Name
- sports-tennis-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Activities
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols
The same icon in other sets
More activities icons from Material Symbols
Use the sports tennis icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 14.55q-2.425 0-3.55.275T7.525 15.9l-3.4 3.4q-.275.275-.687.275t-.713-.275q-.3-.3-.3-.712t.3-.713L6.1 14.5q.775-.775 1.063-1.937T7.45 9q0-1.45.65-2.85t1.85-2.6q2.275-2.275 5.025-2.575T19.5 2.5q1.8 1.8 1.5 4.55t-2.55 5q-1.2 1.2-2.6 1.85t-2.85.65m-2.7-2.9q1.175 1.15 3.175.85t3.575-1.875q1.6-1.6 1.913-3.588T18.1 3.925q-1.2-1.2-3.137-.9t-3.563 1.9Q9.825 6.5 9.488 8.488t.812 3.162m4.875 10.175Q14 20.65 14 19t1.175-2.825T18 15t2.825 1.175T22 19t-1.175 2.825T18 23t-2.825-1.175"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSportsTennisRounded(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" d="M13 14.55q-2.425 0-3.55.275T7.525 15.9l-3.4 3.4q-.275.275-.687.275t-.713-.275q-.3-.3-.3-.712t.3-.713L6.1 14.5q.775-.775 1.063-1.937T7.45 9q0-1.45.65-2.85t1.85-2.6q2.275-2.275 5.025-2.575T19.5 2.5q1.8 1.8 1.5 4.55t-2.55 5q-1.2 1.2-2.6 1.85t-2.85.65m-2.7-2.9q1.175 1.15 3.175.85t3.575-1.875q1.6-1.6 1.913-3.588T18.1 3.925q-1.2-1.2-3.137-.9t-3.563 1.9Q9.825 6.5 9.488 8.488t.812 3.162m4.875 10.175Q14 20.65 14 19t1.175-2.825T18 15t2.825 1.175T22 19t-1.175 2.825T18 23t-2.825-1.175"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 14.55q-2.425 0-3.55.275T7.525 15.9l-3.4 3.4q-.275.275-.687.275t-.713-.275q-.3-.3-.3-.712t.3-.713L6.1 14.5q.775-.775 1.063-1.937T7.45 9q0-1.45.65-2.85t1.85-2.6q2.275-2.275 5.025-2.575T19.5 2.5q1.8 1.8 1.5 4.55t-2.55 5q-1.2 1.2-2.6 1.85t-2.85.65m-2.7-2.9q1.175 1.15 3.175.85t3.575-1.875q1.6-1.6 1.913-3.588T18.1 3.925q-1.2-1.2-3.137-.9t-3.563 1.9Q9.825 6.5 9.488 8.488t.812 3.162m4.875 10.175Q14 20.65 14 19t1.175-2.825T18 15t2.825 1.175T22 19t-1.175 2.825T18 23t-2.825-1.175"/></svg> </template>
CSS
.icon-sports-tennis-rounded {
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%20d%3D%22M13%2014.55q-2.425%200-3.55.275T7.525%2015.9l-3.4%203.4q-.275.275-.687.275t-.713-.275q-.3-.3-.3-.712t.3-.713L6.1%2014.5q.775-.775%201.063-1.937T7.45%209q0-1.45.65-2.85t1.85-2.6q2.275-2.275%205.025-2.575T19.5%202.5q1.8%201.8%201.5%204.55t-2.55%205q-1.2%201.2-2.6%201.85t-2.85.65m-2.7-2.9q1.175%201.15%203.175.85t3.575-1.875q1.6-1.6%201.913-3.588T18.1%203.925q-1.2-1.2-3.137-.9t-3.563%201.9Q9.825%206.5%209.488%208.488t.812%203.162m4.875%2010.175Q14%2020.65%2014%2019t1.175-2.825T18%2015t2.825%201.175T22%2019t-1.175%202.825T18%2023t-2.825-1.175%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%20d%3D%22M13%2014.55q-2.425%200-3.55.275T7.525%2015.9l-3.4%203.4q-.275.275-.687.275t-.713-.275q-.3-.3-.3-.712t.3-.713L6.1%2014.5q.775-.775%201.063-1.937T7.45%209q0-1.45.65-2.85t1.85-2.6q2.275-2.275%205.025-2.575T19.5%202.5q1.8%201.8%201.5%204.55t-2.55%205q-1.2%201.2-2.6%201.85t-2.85.65m-2.7-2.9q1.175%201.15%203.175.85t3.575-1.875q1.6-1.6%201.913-3.588T18.1%203.925q-1.2-1.2-3.137-.9t-3.563%201.9Q9.825%206.5%209.488%208.488t.812%203.162m4.875%2010.175Q14%2020.65%2014%2019t1.175-2.825T18%2015t2.825%201.175T22%2019t-1.175%202.825T18%2023t-2.825-1.175%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/sports-tennis-rounded.svg?color=%231a73e8&size=48