paddle from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
paddle
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the paddle logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.363 7.904v.849a3.95 3.95 0 0 1 3.65 2.425c.198.476.3.987.299 1.502h.791c0-1.04.416-2.037 1.157-2.772a3.96 3.96 0 0 1 2.792-1.149V7.91a3.96 3.96 0 0 1-3.65-2.425a3.9 3.9 0 0 1-.299-1.502h-.791c0 1.04-.416 2.037-1.157 2.772a3.96 3.96 0 0 1-2.792 1.149M13.105 2.51H6.312V0h6.793c4.772 0 8.532 3.735 8.532 8.314s-3.76 8.314-8.532 8.314H9.156V24H6.312v-9.882h6.793c3.319 0 5.688-2.352 5.688-5.804c0-3.451-2.37-5.804-5.688-5.804"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsPaddle(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="M2.363 7.904v.849a3.95 3.95 0 0 1 3.65 2.425c.198.476.3.987.299 1.502h.791c0-1.04.416-2.037 1.157-2.772a3.96 3.96 0 0 1 2.792-1.149V7.91a3.96 3.96 0 0 1-3.65-2.425a3.9 3.9 0 0 1-.299-1.502h-.791c0 1.04-.416 2.037-1.157 2.772a3.96 3.96 0 0 1-2.792 1.149M13.105 2.51H6.312V0h6.793c4.772 0 8.532 3.735 8.532 8.314s-3.76 8.314-8.532 8.314H9.156V24H6.312v-9.882h6.793c3.319 0 5.688-2.352 5.688-5.804c0-3.451-2.37-5.804-5.688-5.804"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.363 7.904v.849a3.95 3.95 0 0 1 3.65 2.425c.198.476.3.987.299 1.502h.791c0-1.04.416-2.037 1.157-2.772a3.96 3.96 0 0 1 2.792-1.149V7.91a3.96 3.96 0 0 1-3.65-2.425a3.9 3.9 0 0 1-.299-1.502h-.791c0 1.04-.416 2.037-1.157 2.772a3.96 3.96 0 0 1-2.792 1.149M13.105 2.51H6.312V0h6.793c4.772 0 8.532 3.735 8.532 8.314s-3.76 8.314-8.532 8.314H9.156V24H6.312v-9.882h6.793c3.319 0 5.688-2.352 5.688-5.804c0-3.451-2.37-5.804-5.688-5.804"/></svg>
</template>

CSS

.icon-paddle {
  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%22M2.363%207.904v.849a3.95%203.95%200%200%201%203.65%202.425c.198.476.3.987.299%201.502h.791c0-1.04.416-2.037%201.157-2.772a3.96%203.96%200%200%201%202.792-1.149V7.91a3.96%203.96%200%200%201-3.65-2.425a3.9%203.9%200%200%201-.299-1.502h-.791c0%201.04-.416%202.037-1.157%202.772a3.96%203.96%200%200%201-2.792%201.149M13.105%202.51H6.312V0h6.793c4.772%200%208.532%203.735%208.532%208.314s-3.76%208.314-8.532%208.314H9.156V24H6.312v-9.882h6.793c3.319%200%205.688-2.352%205.688-5.804c0-3.451-2.37-5.804-5.688-5.804%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%22M2.363%207.904v.849a3.95%203.95%200%200%201%203.65%202.425c.198.476.3.987.299%201.502h.791c0-1.04.416-2.037%201.157-2.772a3.96%203.96%200%200%201%202.792-1.149V7.91a3.96%203.96%200%200%201-3.65-2.425a3.9%203.9%200%200%201-.299-1.502h-.791c0%201.04-.416%202.037-1.157%202.772a3.96%203.96%200%200%201-2.792%201.149M13.105%202.51H6.312V0h6.793c4.772%200%208.532%203.735%208.532%208.314s-3.76%208.314-8.532%208.314H9.156V24H6.312v-9.882h6.793c3.319%200%205.688-2.352%205.688-5.804c0-3.451-2.37-5.804-5.688-5.804%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/paddle.svg?color=%231a73e8&size=48