pickleball-outline from Material Symbols Light by Google · Outline · Activities · Apache-2.0 Free for personal and commercial use.

Name
pickleball-outline
Set
Material Symbols Light
Style
Outline
Category
Activities
Viewbox
24×24
License
Apache 2.0
Aliases
pickleball-outline-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More activities icons from Material Symbols Light

Use the pickleball icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.017 14.764q.495.513 1.127.757t1.297.244q.701 0 1.373-.273q.67-.273 1.223-.825l.669-.669q.533-.533.806-1.204t.273-1.373q0-.663-.254-1.293t-.748-1.144L9.175 5.359q-.423-.396-1.005-.396t-.978.415L3.416 9.16Q3 9.575 3 10.158t.416.998zM18.267 21l-5.586-5.606q-.687.689-1.549 1.017q-.862.33-1.736.33q-.851 0-1.65-.318q-.798-.317-1.437-.952L2.702 11.85q-.348-.348-.525-.785T2 10.169t.177-.907t.525-.816l3.783-3.802q.348-.348.785-.525t.896-.177t.907.177t.816.545L13.47 8.27q.635.639.952 1.437q.318.798.318 1.65q0 .88-.342 1.749q-.341.868-1.01 1.574l5.592 5.611zm.864-12.23q-1.197 0-2.029-.846q-.833-.847-.833-2.043t.833-2.039T19.131 3t2.043.846t.845 2.042t-.845 2.039t-2.043.842m.005-1q.778 0 1.33-.548q.553-.549.553-1.332t-.548-1.336T19.139 4t-1.326.548q-.544.549-.544 1.332q0 .784.545 1.336q.544.553 1.322.553M8.323 10.285"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightPickleballOutline(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="M7.017 14.764q.495.513 1.127.757t1.297.244q.701 0 1.373-.273q.67-.273 1.223-.825l.669-.669q.533-.533.806-1.204t.273-1.373q0-.663-.254-1.293t-.748-1.144L9.175 5.359q-.423-.396-1.005-.396t-.978.415L3.416 9.16Q3 9.575 3 10.158t.416.998zM18.267 21l-5.586-5.606q-.687.689-1.549 1.017q-.862.33-1.736.33q-.851 0-1.65-.318q-.798-.317-1.437-.952L2.702 11.85q-.348-.348-.525-.785T2 10.169t.177-.907t.525-.816l3.783-3.802q.348-.348.785-.525t.896-.177t.907.177t.816.545L13.47 8.27q.635.639.952 1.437q.318.798.318 1.65q0 .88-.342 1.749q-.341.868-1.01 1.574l5.592 5.611zm.864-12.23q-1.197 0-2.029-.846q-.833-.847-.833-2.043t.833-2.039T19.131 3t2.043.846t.845 2.042t-.845 2.039t-2.043.842m.005-1q.778 0 1.33-.548q.553-.549.553-1.332t-.548-1.336T19.139 4t-1.326.548q-.544.549-.544 1.332q0 .784.545 1.336q.544.553 1.322.553M8.323 10.285"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.017 14.764q.495.513 1.127.757t1.297.244q.701 0 1.373-.273q.67-.273 1.223-.825l.669-.669q.533-.533.806-1.204t.273-1.373q0-.663-.254-1.293t-.748-1.144L9.175 5.359q-.423-.396-1.005-.396t-.978.415L3.416 9.16Q3 9.575 3 10.158t.416.998zM18.267 21l-5.586-5.606q-.687.689-1.549 1.017q-.862.33-1.736.33q-.851 0-1.65-.318q-.798-.317-1.437-.952L2.702 11.85q-.348-.348-.525-.785T2 10.169t.177-.907t.525-.816l3.783-3.802q.348-.348.785-.525t.896-.177t.907.177t.816.545L13.47 8.27q.635.639.952 1.437q.318.798.318 1.65q0 .88-.342 1.749q-.341.868-1.01 1.574l5.592 5.611zm.864-12.23q-1.197 0-2.029-.846q-.833-.847-.833-2.043t.833-2.039T19.131 3t2.043.846t.845 2.042t-.845 2.039t-2.043.842m.005-1q.778 0 1.33-.548q.553-.549.553-1.332t-.548-1.336T19.139 4t-1.326.548q-.544.549-.544 1.332q0 .784.545 1.336q.544.553 1.322.553M8.323 10.285"/></svg>
</template>

CSS

.icon-pickleball-outline {
  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%22M7.017%2014.764q.495.513%201.127.757t1.297.244q.701%200%201.373-.273q.67-.273%201.223-.825l.669-.669q.533-.533.806-1.204t.273-1.373q0-.663-.254-1.293t-.748-1.144L9.175%205.359q-.423-.396-1.005-.396t-.978.415L3.416%209.16Q3%209.575%203%2010.158t.416.998zM18.267%2021l-5.586-5.606q-.687.689-1.549%201.017q-.862.33-1.736.33q-.851%200-1.65-.318q-.798-.317-1.437-.952L2.702%2011.85q-.348-.348-.525-.785T2%2010.169t.177-.907t.525-.816l3.783-3.802q.348-.348.785-.525t.896-.177t.907.177t.816.545L13.47%208.27q.635.639.952%201.437q.318.798.318%201.65q0%20.88-.342%201.749q-.341.868-1.01%201.574l5.592%205.611zm.864-12.23q-1.197%200-2.029-.846q-.833-.847-.833-2.043t.833-2.039T19.131%203t2.043.846t.845%202.042t-.845%202.039t-2.043.842m.005-1q.778%200%201.33-.548q.553-.549.553-1.332t-.548-1.336T19.139%204t-1.326.548q-.544.549-.544%201.332q0%20.784.545%201.336q.544.553%201.322.553M8.323%2010.285%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%22M7.017%2014.764q.495.513%201.127.757t1.297.244q.701%200%201.373-.273q.67-.273%201.223-.825l.669-.669q.533-.533.806-1.204t.273-1.373q0-.663-.254-1.293t-.748-1.144L9.175%205.359q-.423-.396-1.005-.396t-.978.415L3.416%209.16Q3%209.575%203%2010.158t.416.998zM18.267%2021l-5.586-5.606q-.687.689-1.549%201.017q-.862.33-1.736.33q-.851%200-1.65-.318q-.798-.317-1.437-.952L2.702%2011.85q-.348-.348-.525-.785T2%2010.169t.177-.907t.525-.816l3.783-3.802q.348-.348.785-.525t.896-.177t.907.177t.816.545L13.47%208.27q.635.639.952%201.437q.318.798.318%201.65q0%20.88-.342%201.749q-.341.868-1.01%201.574l5.592%205.611zm.864-12.23q-1.197%200-2.029-.846q-.833-.847-.833-2.043t.833-2.039T19.131%203t2.043.846t.845%202.042t-.845%202.039t-2.043.842m.005-1q.778%200%201.33-.548q.553-.549.553-1.332t-.548-1.336T19.139%204t-1.326.548q-.544.549-.544%201.332q0%20.784.545%201.336q.544.553%201.322.553M8.323%2010.285%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/pickleball-outline.svg?color=%231a73e8&size=48