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

Name
sports-baseball-outline
Set
Material Symbols Light
Style
Outline
Category
Activities
Viewbox
24×24
License
Apache 2.0
Aliases
sports-baseball-outline-rounded, sports-baseball-outline-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.908 17.223q1.24-.913 1.916-2.298T8.5 12t-.676-2.925t-1.916-2.298q-.93 1.107-1.419 2.438T4 12t.49 2.785t1.418 2.438m8.956 2.253q1.374-.524 2.482-1.534q-1.348-1.111-2.097-2.653Q14.5 13.748 14.5 12t.749-3.29q.749-1.54 2.097-2.652q-1.107-1.01-2.481-1.534T12 4t-2.864.524t-2.482 1.534Q8.002 7.169 8.75 8.71q.75 1.542.75 3.29t-.749 3.29q-.749 1.54-2.097 2.652q1.107 1.01 2.481 1.534T12 20t2.865-.524m3.227-2.253q.93-1.107 1.419-2.439Q20 13.454 20 12t-.49-2.784t-1.418-2.439q-1.24.914-1.916 2.298T15.5 12t.676 2.925t1.916 2.298M8.494 20.29q-1.642-.711-2.858-1.926q-1.215-1.216-1.926-2.858T3 12t.71-3.506q.711-1.642 1.927-2.857Q6.852 4.42 8.494 3.71T12 3t3.506.71q1.642.711 2.857 1.927q1.216 1.215 1.926 2.857Q21 10.137 21 12t-.71 3.506q-.711 1.642-1.926 2.857q-1.216 1.216-2.858 1.926Q13.864 21 12 21t-3.506-.71"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightSportsBaseballOutline(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.908 17.223q1.24-.913 1.916-2.298T8.5 12t-.676-2.925t-1.916-2.298q-.93 1.107-1.419 2.438T4 12t.49 2.785t1.418 2.438m8.956 2.253q1.374-.524 2.482-1.534q-1.348-1.111-2.097-2.653Q14.5 13.748 14.5 12t.749-3.29q.749-1.54 2.097-2.652q-1.107-1.01-2.481-1.534T12 4t-2.864.524t-2.482 1.534Q8.002 7.169 8.75 8.71q.75 1.542.75 3.29t-.749 3.29q-.749 1.54-2.097 2.652q1.107 1.01 2.481 1.534T12 20t2.865-.524m3.227-2.253q.93-1.107 1.419-2.439Q20 13.454 20 12t-.49-2.784t-1.418-2.439q-1.24.914-1.916 2.298T15.5 12t.676 2.925t1.916 2.298M8.494 20.29q-1.642-.711-2.858-1.926q-1.215-1.216-1.926-2.858T3 12t.71-3.506q.711-1.642 1.927-2.857Q6.852 4.42 8.494 3.71T12 3t3.506.71q1.642.711 2.857 1.927q1.216 1.215 1.926 2.857Q21 10.137 21 12t-.71 3.506q-.711 1.642-1.926 2.857q-1.216 1.216-2.858 1.926Q13.864 21 12 21t-3.506-.71"/></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.908 17.223q1.24-.913 1.916-2.298T8.5 12t-.676-2.925t-1.916-2.298q-.93 1.107-1.419 2.438T4 12t.49 2.785t1.418 2.438m8.956 2.253q1.374-.524 2.482-1.534q-1.348-1.111-2.097-2.653Q14.5 13.748 14.5 12t.749-3.29q.749-1.54 2.097-2.652q-1.107-1.01-2.481-1.534T12 4t-2.864.524t-2.482 1.534Q8.002 7.169 8.75 8.71q.75 1.542.75 3.29t-.749 3.29q-.749 1.54-2.097 2.652q1.107 1.01 2.481 1.534T12 20t2.865-.524m3.227-2.253q.93-1.107 1.419-2.439Q20 13.454 20 12t-.49-2.784t-1.418-2.439q-1.24.914-1.916 2.298T15.5 12t.676 2.925t1.916 2.298M8.494 20.29q-1.642-.711-2.858-1.926q-1.215-1.216-1.926-2.858T3 12t.71-3.506q.711-1.642 1.927-2.857Q6.852 4.42 8.494 3.71T12 3t3.506.71q1.642.711 2.857 1.927q1.216 1.215 1.926 2.857Q21 10.137 21 12t-.71 3.506q-.711 1.642-1.926 2.857q-1.216 1.216-2.858 1.926Q13.864 21 12 21t-3.506-.71"/></svg>
</template>

CSS

.icon-sports-baseball-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%22M5.908%2017.223q1.24-.913%201.916-2.298T8.5%2012t-.676-2.925t-1.916-2.298q-.93%201.107-1.419%202.438T4%2012t.49%202.785t1.418%202.438m8.956%202.253q1.374-.524%202.482-1.534q-1.348-1.111-2.097-2.653Q14.5%2013.748%2014.5%2012t.749-3.29q.749-1.54%202.097-2.652q-1.107-1.01-2.481-1.534T12%204t-2.864.524t-2.482%201.534Q8.002%207.169%208.75%208.71q.75%201.542.75%203.29t-.749%203.29q-.749%201.54-2.097%202.652q1.107%201.01%202.481%201.534T12%2020t2.865-.524m3.227-2.253q.93-1.107%201.419-2.439Q20%2013.454%2020%2012t-.49-2.784t-1.418-2.439q-1.24.914-1.916%202.298T15.5%2012t.676%202.925t1.916%202.298M8.494%2020.29q-1.642-.711-2.858-1.926q-1.215-1.216-1.926-2.858T3%2012t.71-3.506q.711-1.642%201.927-2.857Q6.852%204.42%208.494%203.71T12%203t3.506.71q1.642.711%202.857%201.927q1.216%201.215%201.926%202.857Q21%2010.137%2021%2012t-.71%203.506q-.711%201.642-1.926%202.857q-1.216%201.216-2.858%201.926Q13.864%2021%2012%2021t-3.506-.71%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.908%2017.223q1.24-.913%201.916-2.298T8.5%2012t-.676-2.925t-1.916-2.298q-.93%201.107-1.419%202.438T4%2012t.49%202.785t1.418%202.438m8.956%202.253q1.374-.524%202.482-1.534q-1.348-1.111-2.097-2.653Q14.5%2013.748%2014.5%2012t.749-3.29q.749-1.54%202.097-2.652q-1.107-1.01-2.481-1.534T12%204t-2.864.524t-2.482%201.534Q8.002%207.169%208.75%208.71q.75%201.542.75%203.29t-.749%203.29q-.749%201.54-2.097%202.652q1.107%201.01%202.481%201.534T12%2020t2.865-.524m3.227-2.253q.93-1.107%201.419-2.439Q20%2013.454%2020%2012t-.49-2.784t-1.418-2.439q-1.24.914-1.916%202.298T15.5%2012t.676%202.925t1.916%202.298M8.494%2020.29q-1.642-.711-2.858-1.926q-1.215-1.216-1.926-2.858T3%2012t.71-3.506q.711-1.642%201.927-2.857Q6.852%204.42%208.494%203.71T12%203t3.506.71q1.642.711%202.857%201.927q1.216%201.215%201.926%202.857Q21%2010.137%2021%2012t-.71%203.506q-.711%201.642-1.926%202.857q-1.216%201.216-2.858%201.926Q13.864%2021%2012%2021t-3.506-.71%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-outline.svg?color=%231a73e8&size=48