Tennis Serve Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Tennis Serve icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/320841.svg" alt="Tennis Serve icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320841.svg" alt="Tennis Serve icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320841.svg" alt="Tennis Serve icon" :width="24" :height="24" />
CSS background
.icon-tennis-serve {
background-image: url('https://proicons.com/icon/320841.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 29.1.0, SVG Export Plug-In . SVG Version: 9.03 Build 55587) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> <path id="tennis--serve_00000046330832120524129980000007477423533062567103_" d="M22.355,31.06l-0.711-0.119 c0.01-0.055,0.853-5.271-0.656-8.246c-0.656,1.039-2.122,3.362-2.369,3.738C18.317,26.891,17.89,27.36,17,27.36h-4.5 c-1.025,0-1.86-0.835-1.86-1.86h0.72c0,0.548,0.436,1.14,1.14,1.14H17c0.464,0,0.721-0.152,1.018-0.603 c0.319-0.485,2.678-4.229,2.678-4.229c0.065-0.103,0.178-0.166,0.3-0.168c0.11-0.016,0.236,0.059,0.305,0.161 C23.354,24.884,22.396,30.809,22.355,31.06z M28.36,25h-0.72c0-4.527-2.605-7.437-2.902-7.754C24.675,17.18,24.64,17.092,24.64,17 V8.5c0-0.628-0.511-1.14-1.14-1.14s-1.14,0.512-1.14,1.14V14h-0.72V8.5c0-1.025,0.835-1.86,1.86-1.86s1.86,0.834,1.86,1.86v8.361 C25.945,17.522,28.36,20.523,28.36,25z M16,24.36h-5c-0.096,0-0.187-0.038-0.254-0.105l-0.954-0.954 c-0.469-0.214-1.59-0.707-2.009-0.819c-0.517-0.139-1.721-0.396-2.033-0.462c-0.732-0.141-1.43-0.521-1.993-1.09 c-1.342-1.357-1.494-3.392-0.338-4.534l0,0c1.157-1.14,3.188-0.964,4.529,0.394c0.512,0.519,0.851,1.135,1.01,1.763h0.001 c0,0,0.417,1.6,0.571,2.204c0.119,0.469,0.648,1.739,0.774,2.039l0.845,0.845h4.646l2.558-4.298 C18.237,19.354,18.119,19.36,18,19.36c-1.853,0-3.36-1.508-3.36-3.36s1.507-3.36,3.36-3.36s3.36,1.507,3.36,3.36 c0,1.373-0.828,2.557-2.012,3.077l-3.039,5.107C16.245,24.293,16.127,24.36,16,24.36z M7.75,21.73 c0.082,0.02,0.155,0.038,0.219,0.056c0.307,0.082,0.877,0.315,1.357,0.521c-0.195-0.488-0.416-1.066-0.494-1.374 c-0.019-0.074-0.042-0.164-0.068-0.264c-0.122,0.238-0.28,0.459-0.478,0.653C8.125,21.483,7.945,21.619,7.75,21.73z M5.892,21.313 c0.079,0.015,0.158,0.026,0.237,0.034c0.65,0.061,1.238-0.127,1.652-0.536c0.51-0.504,0.669-1.252,0.501-2.001 c-0.013-0.05-0.02-0.077-0.02-0.077l0.001-0.001c-0.129-0.507-0.407-1.012-0.828-1.438c-1.062-1.075-2.637-1.25-3.511-0.387l0,0 c-0.873,0.864-0.719,2.441,0.344,3.516c0.444,0.449,0.987,0.754,1.554,0.876v-0.001C5.823,21.299,5.848,21.305,5.892,21.313z M18,13.36c-1.456,0-2.64,1.185-2.64,2.64c0,1.456,1.185,2.64,2.64,2.64c1.456,0,2.64-1.184,2.64-2.64S19.456,13.36,18,13.36z M24,4.36c-0.75,0-1.36-0.61-1.36-1.36S23.25,1.64,24,1.64S25.36,2.25,25.36,3S24.75,4.36,24,4.36z M24,2.36 c-0.353,0-0.64,0.287-0.64,0.64S23.647,3.64,24,3.64S24.64,3.353,24.64,3S24.353,2.36,24,2.36z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!