sports-baseball from Material Symbols Light by Google · Regular · Activities · Apache-2.0 Free for personal and commercial use.

Name
sports-baseball
Set
Material Symbols Light
Style
Regular
Category
Activities
Viewbox
24×24
License
Apache 2.0
Aliases
sports-baseball-rounded, sports-baseball-sharp

1 other variant in Material Symbols Light

The same icon in other sets

More activities icons from Material Symbols Light

Use the 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.194 17.917q-1.069-1.234-1.631-2.754T3 12t.563-3.162t1.631-2.755q1.412 1.029 2.17 2.599T8.12 12t-.757 3.318t-2.17 2.6m3.551 2.473q-1.55-.61-2.785-1.76q1.494-1.233 2.325-2.951q.83-1.719.83-3.68t-.83-3.68T5.96 5.37q1.234-1.15 2.785-1.76T12 3t3.255.61q1.55.61 2.785 1.76q-1.494 1.232-2.324 2.95q-.831 1.719-.831 3.68t.83 3.68t2.326 2.95q-1.235 1.15-2.786 1.76T12 21t-3.255-.61m10.06-2.473q-1.41-1.029-2.168-2.599T15.879 12t.758-3.318t2.169-2.6q1.069 1.235 1.631 2.756T21 12t-.562 3.163t-1.632 2.754"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightSportsBaseball(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.194 17.917q-1.069-1.234-1.631-2.754T3 12t.563-3.162t1.631-2.755q1.412 1.029 2.17 2.599T8.12 12t-.757 3.318t-2.17 2.6m3.551 2.473q-1.55-.61-2.785-1.76q1.494-1.233 2.325-2.951q.83-1.719.83-3.68t-.83-3.68T5.96 5.37q1.234-1.15 2.785-1.76T12 3t3.255.61q1.55.61 2.785 1.76q-1.494 1.232-2.324 2.95q-.831 1.719-.831 3.68t.83 3.68t2.326 2.95q-1.235 1.15-2.786 1.76T12 21t-3.255-.61m10.06-2.473q-1.41-1.029-2.168-2.599T15.879 12t.758-3.318t2.169-2.6q1.069 1.235 1.631 2.756T21 12t-.562 3.163t-1.632 2.754"/></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.194 17.917q-1.069-1.234-1.631-2.754T3 12t.563-3.162t1.631-2.755q1.412 1.029 2.17 2.599T8.12 12t-.757 3.318t-2.17 2.6m3.551 2.473q-1.55-.61-2.785-1.76q1.494-1.233 2.325-2.951q.83-1.719.83-3.68t-.83-3.68T5.96 5.37q1.234-1.15 2.785-1.76T12 3t3.255.61q1.55.61 2.785 1.76q-1.494 1.232-2.324 2.95q-.831 1.719-.831 3.68t.83 3.68t2.326 2.95q-1.235 1.15-2.786 1.76T12 21t-3.255-.61m10.06-2.473q-1.41-1.029-2.168-2.599T15.879 12t.758-3.318t2.169-2.6q1.069 1.235 1.631 2.756T21 12t-.562 3.163t-1.632 2.754"/></svg>
</template>

CSS

.icon-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.194%2017.917q-1.069-1.234-1.631-2.754T3%2012t.563-3.162t1.631-2.755q1.412%201.029%202.17%202.599T8.12%2012t-.757%203.318t-2.17%202.6m3.551%202.473q-1.55-.61-2.785-1.76q1.494-1.233%202.325-2.951q.83-1.719.83-3.68t-.83-3.68T5.96%205.37q1.234-1.15%202.785-1.76T12%203t3.255.61q1.55.61%202.785%201.76q-1.494%201.232-2.324%202.95q-.831%201.719-.831%203.68t.83%203.68t2.326%202.95q-1.235%201.15-2.786%201.76T12%2021t-3.255-.61m10.06-2.473q-1.41-1.029-2.168-2.599T15.879%2012t.758-3.318t2.169-2.6q1.069%201.235%201.631%202.756T21%2012t-.562%203.163t-1.632%202.754%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.194%2017.917q-1.069-1.234-1.631-2.754T3%2012t.563-3.162t1.631-2.755q1.412%201.029%202.17%202.599T8.12%2012t-.757%203.318t-2.17%202.6m3.551%202.473q-1.55-.61-2.785-1.76q1.494-1.233%202.325-2.951q.83-1.719.83-3.68t-.83-3.68T5.96%205.37q1.234-1.15%202.785-1.76T12%203t3.255.61q1.55.61%202.785%201.76q-1.494%201.232-2.324%202.95q-.831%201.719-.831%203.68t.83%203.68t2.326%202.95q-1.235%201.15-2.786%201.76T12%2021t-3.255-.61m10.06-2.473q-1.41-1.029-2.168-2.599T15.879%2012t.758-3.318t2.169-2.6q1.069%201.235%201.631%202.756T21%2012t-.562%203.163t-1.632%202.754%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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