Padel icon

Padel 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

padel_outlined_fill0_wght400.svg

Padel 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=padel" />

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

Padel icon in React

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

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

Padel icon in Vue

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

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

Padel icon in Angular

With Angular Material and the font from the HTML tab:

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

Padel 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.padel, fill: 0, weight: 400)

Padel icon in Android

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

<!-- res/drawable/padel.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="M18.75 22 12.8 16l-.925 .925q-.575 .575-1.27 .85-.695 .275-1.425 .275-.73 0-1.442-.275T6.45 16.925L2.1 12.525q-.575-.575-.85-1.287T.975 9.8q0-.725 .275-1.437T2.1 7.075l2.9-2.925q.575-.575 1.288-.85t1.442-.275q.73 0 1.425 .275Q9.85 3.575 10.425 4.15l4.35 4.4q.575 .575 .85 1.282t.275 1.438q0 .73-.275 1.443T14.775 14l-.925 .925 5.95 6-1.05 1.075ZM9.151 16.55q.452 0 .888-.175T10.825 15.85l2.9-2.925q.35-.35 .525-.775t.175-.869q0-.443-.175-.887T13.725 9.6L9.375 5.225q-.35-.35-.775-.525t-.875-.175q-.45 0-.878 .175-.429 .175-.772 .525L3.175 8.15q-.352 .351-.513 .776Q2.5 9.35 2.5 9.794q0 .444 .163 .887T3.175 11.475l4.35 4.375q.35 .35 .763 .525t.863 .175ZM5 10.85q.2 0 .35-.15t.15-.354q0-.204-.15-.337-.15-.134-.35-.134t-.35 .134q-.15 .133-.15 .337 0 .204 .15 .354t.35 .15Zm1.625-1.65q.2 0 .35-.15t.15-.354q0-.204-.15-.337-.15-.134-.35-.134t-.35 .134q-.15 .133-.15 .337 0 .204 .15 .354t.35 .15Zm.175 3.475q.2 0 .35-.15t.15-.354q0-.204-.15-.337-.15-.134-.35-.134t-.35 .134q-.15 .133-.15 .337 0 .204 .15 .354t.35 .15Zm1.446-5.125q.204 0 .354-.134 .15-.133 .15-.337 0-.204-.15-.354t-.354-.15q-.204 0-.337 .15-.134 .15-.134 .354 0 .204 .134 .337 .133 .134 .337 .134ZM8.45 11.025q.2 0 .35-.133 .15-.134 .15-.338 0-.204-.15-.354t-.35-.15q-.2 0-.35 .15t-.15 .354q0 .204 .15 .338 .15 .133 .35 .133Zm.175 3.475q.2 0 .35-.15t.15-.354q0-.204-.15-.338-.15-.133-.35-.133t-.35 .133q-.15 .134-.15 .338 0 .204 .15 .354t.35 .15Zm1.45-5.125q.2 0 .35-.15t.15-.354q0-.204-.15-.337-.15-.134-.35-.134t-.35 .134q-.15 .133-.15 .337 0 .204 .15 .354t.35 .15Zm.175 3.475q.2 0 .35-.15t.15-.354q0-.204-.15-.337-.15-.134-.35-.134t-.35 .134q-.15 .133-.15 .337 0 .204 .15 .354t.35 .15Zm1.621-1.65q.204 0 .354-.133 .15-.134 .15-.338 0-.204-.15-.354t-.354-.15q-.204 0-.337 .15-.134 .15-.134 .354 0 .204 .134 .338 .133 .133 .337 .133ZM19.688 8.675q-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.175ZM8.45 10.55Zm11.25-5.225Z" />
</vector>

Padel icon in SVG

npm install @material-symbols/svg-400

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

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

Padel 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

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

Keywords

activitiesentertainmentsocialplayactivityequipmentleisuregamegearactiverecreationexercisesport

Related icons