Pickleball icon

Pickleball is a Google Material Symbol from the Activities category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

pickleball_outlined_fill0_wght400.svg

Pickleball icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=pickleball" />

<span class="material-symbols-outlined">pickleball</span>

Pickleball icon in React

// With the font from the HTML tab:
export function PickleballIcon() {
  return (
    <span className="material-symbols-outlined">
      pickleball
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import PickleballIcon from "@material-symbols/svg-400/outlined/pickleball.svg?react";

Pickleball icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">pickleball</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import PickleballIcon from "@material-symbols/svg-400/outlined/pickleball.svg?component"; -->

Pickleball icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">pickleball</mat-icon>

Pickleball icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.pickleball, fill: 0, weight: 400)

Pickleball icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/pickleball.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M6.75 14.8q.5 .525 1.163 .788T9.25 15.85q.675 0 1.338-.262T11.75 14.8l.925-.925q.525-.525 .788-1.187T13.725 11.35q0-.675-.262-1.325T12.675 8.85L8.775 4.925q-.375-.375-.912-.387T6.95 4.925L2.875 9.025q-.4 .402-.4 .939Q2.475 10.5 2.875 10.875l3.875 3.925ZM18.75 22 12.7 15.925q-.725 .725-1.612 1.075T9.25 17.35q-.95 0-1.887-.375T5.7 15.875L1.8 11.95q-.4-.425-.6-.937T1 9.95q0-.55 .2-1.062T1.8 7.95l4.075-4.1q.425-.425 .938-.625t1.062-.2q.55 0 1.05 .2t.925 .625l3.875 3.925q.738 .75 1.106 1.688T15.2 11.375q0 .95-.349 1.846Q14.502 14.118 13.775 14.85l6.025 6.075-1.05 1.075Zm.938-13.325q-1.388 0-2.35-.978-.963-.979-.963-2.363Q16.375 3.95 17.342 2.975q.966-.975 2.333-.975 1.4 0 2.363 .974T23 5.325q0 1.388-.962 2.369Q21.075 8.675 19.688 8.675Zm-.006-1.5q.758 0 1.288-.54Q21.5 6.094 21.5 5.322T20.97 4.025q-.53-.525-1.288-.525Q18.925 3.5 18.4 4.025t-.525 1.297q0 .772 .525 1.313T19.682 7.175Zm.018-1.85ZM8.025 10.125Z" />
</vector>

Pickleball icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/pickleball.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/pickleball.svg" width="24" height="24" alt="Pickleball">

Pickleball icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NamePickleball
Ligaturepickleball
Code pointU+F2A6
CategoryActivities
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/pickleball.svg, pickleball-fill.svg
FlutterSymbols.pickleball
LicenseApache License 2.0 (© Google LLC)

Keywords

activitiesentertainmentsocialplaymovementactivityequipmentleisuregameoutdooractiverecreationexercise

Related icons