twotone sports baseball icon

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

Name
twotone-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 twotone 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="M5.61 7.22C4.6 8.55 4 10.2 4 12s.6 3.45 1.61 4.78a5.975 5.975 0 0 0 0-9.56" opacity=".3"/><path fill="currentColor" d="M14 12c0-2.52 1.17-4.77 3-6.24C15.63 4.66 13.89 4 12 4s-3.63.66-5 1.76c1.83 1.47 3 3.71 3 6.24s-1.17 4.77-3 6.24c1.37 1.1 3.11 1.76 5 1.76s3.63-.66 5-1.76c-1.83-1.47-3-3.72-3-6.24" opacity=".3"/><path fill="currentColor" d="M18.39 7.22a5.975 5.975 0 0 0 0 9.56C19.4 15.45 20 13.8 20 12s-.6-3.45-1.61-4.78" opacity=".3"/><path fill="currentColor" d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10s10-4.48 10-10S17.52 2 12 2M5.61 16.78C4.6 15.45 4 13.8 4 12s.6-3.45 1.61-4.78a5.975 5.975 0 0 1 0 9.56M12 20c-1.89 0-3.63-.66-5-1.76c1.83-1.47 3-3.71 3-6.24S8.83 7.23 7 5.76C8.37 4.66 10.11 4 12 4s3.63.66 5 1.76c-1.83 1.47-3 3.71-3 6.24s1.17 4.77 3 6.24A7.96 7.96 0 0 1 12 20m6.39-3.22a5.975 5.975 0 0 1 0-9.56C19.4 8.55 20 10.2 20 12s-.6 3.45-1.61 4.78"/></svg>

React

import type { SVGProps } from "react";

export function IcTwotoneSportsBaseball(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="M5.61 7.22C4.6 8.55 4 10.2 4 12s.6 3.45 1.61 4.78a5.975 5.975 0 0 0 0-9.56" opacity=".3"/><path fill="currentColor" d="M14 12c0-2.52 1.17-4.77 3-6.24C15.63 4.66 13.89 4 12 4s-3.63.66-5 1.76c1.83 1.47 3 3.71 3 6.24s-1.17 4.77-3 6.24c1.37 1.1 3.11 1.76 5 1.76s3.63-.66 5-1.76c-1.83-1.47-3-3.72-3-6.24" opacity=".3"/><path fill="currentColor" d="M18.39 7.22a5.975 5.975 0 0 0 0 9.56C19.4 15.45 20 13.8 20 12s-.6-3.45-1.61-4.78" opacity=".3"/><path fill="currentColor" d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10s10-4.48 10-10S17.52 2 12 2M5.61 16.78C4.6 15.45 4 13.8 4 12s.6-3.45 1.61-4.78a5.975 5.975 0 0 1 0 9.56M12 20c-1.89 0-3.63-.66-5-1.76c1.83-1.47 3-3.71 3-6.24S8.83 7.23 7 5.76C8.37 4.66 10.11 4 12 4s3.63.66 5 1.76c-1.83 1.47-3 3.71-3 6.24s1.17 4.77 3 6.24A7.96 7.96 0 0 1 12 20m6.39-3.22a5.975 5.975 0 0 1 0-9.56C19.4 8.55 20 10.2 20 12s-.6 3.45-1.61 4.78"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.61 7.22C4.6 8.55 4 10.2 4 12s.6 3.45 1.61 4.78a5.975 5.975 0 0 0 0-9.56" opacity=".3"/><path fill="currentColor" d="M14 12c0-2.52 1.17-4.77 3-6.24C15.63 4.66 13.89 4 12 4s-3.63.66-5 1.76c1.83 1.47 3 3.71 3 6.24s-1.17 4.77-3 6.24c1.37 1.1 3.11 1.76 5 1.76s3.63-.66 5-1.76c-1.83-1.47-3-3.72-3-6.24" opacity=".3"/><path fill="currentColor" d="M18.39 7.22a5.975 5.975 0 0 0 0 9.56C19.4 15.45 20 13.8 20 12s-.6-3.45-1.61-4.78" opacity=".3"/><path fill="currentColor" d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10s10-4.48 10-10S17.52 2 12 2M5.61 16.78C4.6 15.45 4 13.8 4 12s.6-3.45 1.61-4.78a5.975 5.975 0 0 1 0 9.56M12 20c-1.89 0-3.63-.66-5-1.76c1.83-1.47 3-3.71 3-6.24S8.83 7.23 7 5.76C8.37 4.66 10.11 4 12 4s3.63.66 5 1.76c-1.83 1.47-3 3.71-3 6.24s1.17 4.77 3 6.24A7.96 7.96 0 0 1 12 20m6.39-3.22a5.975 5.975 0 0 1 0-9.56C19.4 8.55 20 10.2 20 12s-.6 3.45-1.61 4.78"/></svg>
</template>

CSS

.icon-twotone-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%22M5.61%207.22C4.6%208.55%204%2010.2%204%2012s.6%203.45%201.61%204.78a5.975%205.975%200%200%200%200-9.56%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%2012c0-2.52%201.17-4.77%203-6.24C15.63%204.66%2013.89%204%2012%204s-3.63.66-5%201.76c1.83%201.47%203%203.71%203%206.24s-1.17%204.77-3%206.24c1.37%201.1%203.11%201.76%205%201.76s3.63-.66%205-1.76c-1.83-1.47-3-3.72-3-6.24%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.39%207.22a5.975%205.975%200%200%200%200%209.56C19.4%2015.45%2020%2013.8%2020%2012s-.6-3.45-1.61-4.78%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010s10-4.48%2010-10S17.52%202%2012%202M5.61%2016.78C4.6%2015.45%204%2013.8%204%2012s.6-3.45%201.61-4.78a5.975%205.975%200%200%201%200%209.56M12%2020c-1.89%200-3.63-.66-5-1.76c1.83-1.47%203-3.71%203-6.24S8.83%207.23%207%205.76C8.37%204.66%2010.11%204%2012%204s3.63.66%205%201.76c-1.83%201.47-3%203.71-3%206.24s1.17%204.77%203%206.24A7.96%207.96%200%200%201%2012%2020m6.39-3.22a5.975%205.975%200%200%201%200-9.56C19.4%208.55%2020%2010.2%2020%2012s-.6%203.45-1.61%204.78%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%22M5.61%207.22C4.6%208.55%204%2010.2%204%2012s.6%203.45%201.61%204.78a5.975%205.975%200%200%200%200-9.56%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%2012c0-2.52%201.17-4.77%203-6.24C15.63%204.66%2013.89%204%2012%204s-3.63.66-5%201.76c1.83%201.47%203%203.71%203%206.24s-1.17%204.77-3%206.24c1.37%201.1%203.11%201.76%205%201.76s3.63-.66%205-1.76c-1.83-1.47-3-3.72-3-6.24%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.39%207.22a5.975%205.975%200%200%200%200%209.56C19.4%2015.45%2020%2013.8%2020%2012s-.6-3.45-1.61-4.78%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010s10-4.48%2010-10S17.52%202%2012%202M5.61%2016.78C4.6%2015.45%204%2013.8%204%2012s.6-3.45%201.61-4.78a5.975%205.975%200%200%201%200%209.56M12%2020c-1.89%200-3.63-.66-5-1.76c1.83-1.47%203-3.71%203-6.24S8.83%207.23%207%205.76C8.37%204.66%2010.11%204%2012%204s3.63.66%205%201.76c-1.83%201.47-3%203.71-3%206.24s1.17%204.77%203%206.24A7.96%207.96%200%200%201%2012%2020m6.39-3.22a5.975%205.975%200%200%201%200-9.56C19.4%208.55%2020%2010.2%2020%2012s-.6%203.45-1.61%204.78%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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