baseball diamond icon

baseball-diamond-outline from Material Design Icons by Pictogrammers · Outline · Sport · Apache-2.0 Free for personal and commercial use.

Name
baseball-diamond-outline
Set
Material Design Icons
Style
Outline
Category
Sport
Viewbox
24×24
License
Apache 2.0

1 other variant in Material Design Icons

More sport icons from Material Design Icons

Use the baseball diamond icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2C5 2 1 9 1 9l8.3 8.3c.44-.53 1.02-.93 1.7-1.13L7.83 13L12 8.83L16.17 13L13 16.17c.68.2 1.27.6 1.7 1.13L23 9s-4-7-11-7m5.59 9.59L12 6l-5.59 5.59l-2.82-2.83C4.95 7 7.89 4 12 4c4.08 0 7.03 3 8.4 4.77zM13 13c0 .55-.45 1-1 1s-1-.45-1-1s.45-1 1-1s1 .45 1 1m.5 7L12 21l-1.5-1v-2h3z"/></svg>

React

import type { SVGProps } from "react";

export function MdiBaseballDiamondOutline(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="M12 2C5 2 1 9 1 9l8.3 8.3c.44-.53 1.02-.93 1.7-1.13L7.83 13L12 8.83L16.17 13L13 16.17c.68.2 1.27.6 1.7 1.13L23 9s-4-7-11-7m5.59 9.59L12 6l-5.59 5.59l-2.82-2.83C4.95 7 7.89 4 12 4c4.08 0 7.03 3 8.4 4.77zM13 13c0 .55-.45 1-1 1s-1-.45-1-1s.45-1 1-1s1 .45 1 1m.5 7L12 21l-1.5-1v-2h3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2C5 2 1 9 1 9l8.3 8.3c.44-.53 1.02-.93 1.7-1.13L7.83 13L12 8.83L16.17 13L13 16.17c.68.2 1.27.6 1.7 1.13L23 9s-4-7-11-7m5.59 9.59L12 6l-5.59 5.59l-2.82-2.83C4.95 7 7.89 4 12 4c4.08 0 7.03 3 8.4 4.77zM13 13c0 .55-.45 1-1 1s-1-.45-1-1s.45-1 1-1s1 .45 1 1m.5 7L12 21l-1.5-1v-2h3z"/></svg>
</template>

CSS

.icon-baseball-diamond-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%22M12%202C5%202%201%209%201%209l8.3%208.3c.44-.53%201.02-.93%201.7-1.13L7.83%2013L12%208.83L16.17%2013L13%2016.17c.68.2%201.27.6%201.7%201.13L23%209s-4-7-11-7m5.59%209.59L12%206l-5.59%205.59l-2.82-2.83C4.95%207%207.89%204%2012%204c4.08%200%207.03%203%208.4%204.77zM13%2013c0%20.55-.45%201-1%201s-1-.45-1-1s.45-1%201-1s1%20.45%201%201m.5%207L12%2021l-1.5-1v-2h3z%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%22M12%202C5%202%201%209%201%209l8.3%208.3c.44-.53%201.02-.93%201.7-1.13L7.83%2013L12%208.83L16.17%2013L13%2016.17c.68.2%201.27.6%201.7%201.13L23%209s-4-7-11-7m5.59%209.59L12%206l-5.59%205.59l-2.82-2.83C4.95%207%207.89%204%2012%204c4.08%200%207.03%203%208.4%204.77zM13%2013c0%20.55-.45%201-1%201s-1-.45-1-1s.45-1%201-1s1%20.45%201%201m.5%207L12%2021l-1.5-1v-2h3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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