sharp sports baseball icon

sharp-sports-baseball from Google Material Icons by Material Design Authors · Baseline · Social · Apache-2.0 Free for personal and commercial use.

Name
sharp-sports-baseball
Set
Google Material Icons
Style
Baseline
Category
Social
Viewbox
24×24
License
Apache 2.0

More social icons from Google Material Icons

Use the sharp sports baseball icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.81 6.28C2.67 7.9 2 9.87 2 12s.67 4.1 1.81 5.72C6.23 16.95 8 14.68 8 12S6.23 7.05 3.81 6.28m16.38 0C17.77 7.05 16 9.32 16 12s1.77 4.95 4.19 5.72C21.33 16.1 22 14.13 22 12s-.67-4.1-1.81-5.72"/><path fill="currentColor" d="M14 12c0-3.28 1.97-6.09 4.79-7.33C17.01 3.02 14.63 2 12 2S6.99 3.02 5.21 4.67C8.03 5.91 10 8.72 10 12s-1.97 6.09-4.79 7.33C6.99 20.98 9.37 22 12 22s5.01-1.02 6.79-2.67A8 8 0 0 1 14 12"/></svg>

React

import type { SVGProps } from "react";

export function IcSharpSportsBaseball(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="M3.81 6.28C2.67 7.9 2 9.87 2 12s.67 4.1 1.81 5.72C6.23 16.95 8 14.68 8 12S6.23 7.05 3.81 6.28m16.38 0C17.77 7.05 16 9.32 16 12s1.77 4.95 4.19 5.72C21.33 16.1 22 14.13 22 12s-.67-4.1-1.81-5.72"/><path fill="currentColor" d="M14 12c0-3.28 1.97-6.09 4.79-7.33C17.01 3.02 14.63 2 12 2S6.99 3.02 5.21 4.67C8.03 5.91 10 8.72 10 12s-1.97 6.09-4.79 7.33C6.99 20.98 9.37 22 12 22s5.01-1.02 6.79-2.67A8 8 0 0 1 14 12"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.81 6.28C2.67 7.9 2 9.87 2 12s.67 4.1 1.81 5.72C6.23 16.95 8 14.68 8 12S6.23 7.05 3.81 6.28m16.38 0C17.77 7.05 16 9.32 16 12s1.77 4.95 4.19 5.72C21.33 16.1 22 14.13 22 12s-.67-4.1-1.81-5.72"/><path fill="currentColor" d="M14 12c0-3.28 1.97-6.09 4.79-7.33C17.01 3.02 14.63 2 12 2S6.99 3.02 5.21 4.67C8.03 5.91 10 8.72 10 12s-1.97 6.09-4.79 7.33C6.99 20.98 9.37 22 12 22s5.01-1.02 6.79-2.67A8 8 0 0 1 14 12"/></svg>
</template>

CSS

.icon-sharp-sports-baseball {
  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%22M3.81%206.28C2.67%207.9%202%209.87%202%2012s.67%204.1%201.81%205.72C6.23%2016.95%208%2014.68%208%2012S6.23%207.05%203.81%206.28m16.38%200C17.77%207.05%2016%209.32%2016%2012s1.77%204.95%204.19%205.72C21.33%2016.1%2022%2014.13%2022%2012s-.67-4.1-1.81-5.72%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%2012c0-3.28%201.97-6.09%204.79-7.33C17.01%203.02%2014.63%202%2012%202S6.99%203.02%205.21%204.67C8.03%205.91%2010%208.72%2010%2012s-1.97%206.09-4.79%207.33C6.99%2020.98%209.37%2022%2012%2022s5.01-1.02%206.79-2.67A8%208%200%200%201%2014%2012%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%22M3.81%206.28C2.67%207.9%202%209.87%202%2012s.67%204.1%201.81%205.72C6.23%2016.95%208%2014.68%208%2012S6.23%207.05%203.81%206.28m16.38%200C17.77%207.05%2016%209.32%2016%2012s1.77%204.95%204.19%205.72C21.33%2016.1%2022%2014.13%2022%2012s-.67-4.1-1.81-5.72%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%2012c0-3.28%201.97-6.09%204.79-7.33C17.01%203.02%2014.63%202%2012%202S6.99%203.02%205.21%204.67C8.03%205.91%2010%208.72%2010%2012s-1.97%206.09-4.79%207.33C6.99%2020.98%209.37%2022%2012%2022s5.01-1.02%206.79-2.67A8%208%200%200%201%2014%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/sharp-sports-baseball.svg?color=%231a73e8&size=48