baseball 2 icon
baseball-2-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.
- Name
- baseball-2-line
- Set
- MingCute Icon
- Style
- Line
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
Use the baseball 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m15.768 18.133l.814-.582a1 1 0 0 0-.218-.22zm2.121-2.122l-.802.597a1 1 0 0 0 .22.217zm.064 4.18l.707.706zm-.76-.064l.813-.581zm2.754-1.93l-.707-.708zm-.063-.761l-.582.814zM10.023 5.433l-.803.596zm9.924 12.763l-.707-.707l-1.994 1.994l.707.707l.707.707l1.994-1.993zm-2.754 1.931l.813-.581l-1.424-1.995l-.814.582l-.814.58l1.425 1.995zm-1.425-1.994l.596-.803L5.787 9.464l-.597.802l-.597.803l10.58 7.866zm-5.745-12.7l-.803.596l7.867 10.579l.802-.597l.803-.596l-7.867-10.58zm7.866 10.578l-.581.814l1.994 1.425l.582-.814l.581-.814l-1.995-1.424zm-4.596.354l.707.707l2.828-2.828l-.707-.708l-.707-.707l-2.828 2.829zm5.95-11.021l-.707.707a1 1 0 0 1 0 1.414l.707.707l.707.707a3 3 0 0 0 0-4.242zm0 2.828l-.707-.707a1 1 0 0 1-1.415 0l-.707.707l-.707.707a3 3 0 0 0 4.243 0zm-2.829 0l.707-.707a1 1 0 0 1 0-1.414l-.707-.707l-.707-.707a3 3 0 0 0 0 4.242zm0-2.828l.707.707a1 1 0 0 1 1.415 0l.707-.707l.707-.707a3 3 0 0 0-4.243 0zm1.539 14.846l-.707-.707a.5.5 0 0 1 .76.063l-.814.581l-.813.581a1.5 1.5 0 0 0 2.281.19zm1.994-1.994l.707.707a1.5 1.5 0 0 0-.189-2.28l-.581.813l-.582.814a.5.5 0 0 1-.062-.76zM4.807 5.051l.708.707a2.455 2.455 0 0 1 3.705.271l.803-.596l.802-.597a4.455 4.455 0 0 0-6.724-.492zm0 0l-.706-.707a4.455 4.455 0 0 0 .491 6.725l.597-.803l.597-.802a2.455 2.455 0 0 1-.271-3.706z"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteBaseball2Line(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="m15.768 18.133l.814-.582a1 1 0 0 0-.218-.22zm2.121-2.122l-.802.597a1 1 0 0 0 .22.217zm.064 4.18l.707.706zm-.76-.064l.813-.581zm2.754-1.93l-.707-.708zm-.063-.761l-.582.814zM10.023 5.433l-.803.596zm9.924 12.763l-.707-.707l-1.994 1.994l.707.707l.707.707l1.994-1.993zm-2.754 1.931l.813-.581l-1.424-1.995l-.814.582l-.814.58l1.425 1.995zm-1.425-1.994l.596-.803L5.787 9.464l-.597.802l-.597.803l10.58 7.866zm-5.745-12.7l-.803.596l7.867 10.579l.802-.597l.803-.596l-7.867-10.58zm7.866 10.578l-.581.814l1.994 1.425l.582-.814l.581-.814l-1.995-1.424zm-4.596.354l.707.707l2.828-2.828l-.707-.708l-.707-.707l-2.828 2.829zm5.95-11.021l-.707.707a1 1 0 0 1 0 1.414l.707.707l.707.707a3 3 0 0 0 0-4.242zm0 2.828l-.707-.707a1 1 0 0 1-1.415 0l-.707.707l-.707.707a3 3 0 0 0 4.243 0zm-2.829 0l.707-.707a1 1 0 0 1 0-1.414l-.707-.707l-.707-.707a3 3 0 0 0 0 4.242zm0-2.828l.707.707a1 1 0 0 1 1.415 0l.707-.707l.707-.707a3 3 0 0 0-4.243 0zm1.539 14.846l-.707-.707a.5.5 0 0 1 .76.063l-.814.581l-.813.581a1.5 1.5 0 0 0 2.281.19zm1.994-1.994l.707.707a1.5 1.5 0 0 0-.189-2.28l-.581.813l-.582.814a.5.5 0 0 1-.062-.76zM4.807 5.051l.708.707a2.455 2.455 0 0 1 3.705.271l.803-.596l.802-.597a4.455 4.455 0 0 0-6.724-.492zm0 0l-.706-.707a4.455 4.455 0 0 0 .491 6.725l.597-.803l.597-.802a2.455 2.455 0 0 1-.271-3.706z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m15.768 18.133l.814-.582a1 1 0 0 0-.218-.22zm2.121-2.122l-.802.597a1 1 0 0 0 .22.217zm.064 4.18l.707.706zm-.76-.064l.813-.581zm2.754-1.93l-.707-.708zm-.063-.761l-.582.814zM10.023 5.433l-.803.596zm9.924 12.763l-.707-.707l-1.994 1.994l.707.707l.707.707l1.994-1.993zm-2.754 1.931l.813-.581l-1.424-1.995l-.814.582l-.814.58l1.425 1.995zm-1.425-1.994l.596-.803L5.787 9.464l-.597.802l-.597.803l10.58 7.866zm-5.745-12.7l-.803.596l7.867 10.579l.802-.597l.803-.596l-7.867-10.58zm7.866 10.578l-.581.814l1.994 1.425l.582-.814l.581-.814l-1.995-1.424zm-4.596.354l.707.707l2.828-2.828l-.707-.708l-.707-.707l-2.828 2.829zm5.95-11.021l-.707.707a1 1 0 0 1 0 1.414l.707.707l.707.707a3 3 0 0 0 0-4.242zm0 2.828l-.707-.707a1 1 0 0 1-1.415 0l-.707.707l-.707.707a3 3 0 0 0 4.243 0zm-2.829 0l.707-.707a1 1 0 0 1 0-1.414l-.707-.707l-.707-.707a3 3 0 0 0 0 4.242zm0-2.828l.707.707a1 1 0 0 1 1.415 0l.707-.707l.707-.707a3 3 0 0 0-4.243 0zm1.539 14.846l-.707-.707a.5.5 0 0 1 .76.063l-.814.581l-.813.581a1.5 1.5 0 0 0 2.281.19zm1.994-1.994l.707.707a1.5 1.5 0 0 0-.189-2.28l-.581.813l-.582.814a.5.5 0 0 1-.062-.76zM4.807 5.051l.708.707a2.455 2.455 0 0 1 3.705.271l.803-.596l.802-.597a4.455 4.455 0 0 0-6.724-.492zm0 0l-.706-.707a4.455 4.455 0 0 0 .491 6.725l.597-.803l.597-.802a2.455 2.455 0 0 1-.271-3.706z"/></svg> </template>
CSS
.icon-baseball-2-line {
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%22m15.768%2018.133l.814-.582a1%201%200%200%200-.218-.22zm2.121-2.122l-.802.597a1%201%200%200%200%20.22.217zm.064%204.18l.707.706zm-.76-.064l.813-.581zm2.754-1.93l-.707-.708zm-.063-.761l-.582.814zM10.023%205.433l-.803.596zm9.924%2012.763l-.707-.707l-1.994%201.994l.707.707l.707.707l1.994-1.993zm-2.754%201.931l.813-.581l-1.424-1.995l-.814.582l-.814.58l1.425%201.995zm-1.425-1.994l.596-.803L5.787%209.464l-.597.802l-.597.803l10.58%207.866zm-5.745-12.7l-.803.596l7.867%2010.579l.802-.597l.803-.596l-7.867-10.58zm7.866%2010.578l-.581.814l1.994%201.425l.582-.814l.581-.814l-1.995-1.424zm-4.596.354l.707.707l2.828-2.828l-.707-.708l-.707-.707l-2.828%202.829zm5.95-11.021l-.707.707a1%201%200%200%201%200%201.414l.707.707l.707.707a3%203%200%200%200%200-4.242zm0%202.828l-.707-.707a1%201%200%200%201-1.415%200l-.707.707l-.707.707a3%203%200%200%200%204.243%200zm-2.829%200l.707-.707a1%201%200%200%201%200-1.414l-.707-.707l-.707-.707a3%203%200%200%200%200%204.242zm0-2.828l.707.707a1%201%200%200%201%201.415%200l.707-.707l.707-.707a3%203%200%200%200-4.243%200zm1.539%2014.846l-.707-.707a.5.5%200%200%201%20.76.063l-.814.581l-.813.581a1.5%201.5%200%200%200%202.281.19zm1.994-1.994l.707.707a1.5%201.5%200%200%200-.189-2.28l-.581.813l-.582.814a.5.5%200%200%201-.062-.76zM4.807%205.051l.708.707a2.455%202.455%200%200%201%203.705.271l.803-.596l.802-.597a4.455%204.455%200%200%200-6.724-.492zm0%200l-.706-.707a4.455%204.455%200%200%200%20.491%206.725l.597-.803l.597-.802a2.455%202.455%200%200%201-.271-3.706z%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%22m15.768%2018.133l.814-.582a1%201%200%200%200-.218-.22zm2.121-2.122l-.802.597a1%201%200%200%200%20.22.217zm.064%204.18l.707.706zm-.76-.064l.813-.581zm2.754-1.93l-.707-.708zm-.063-.761l-.582.814zM10.023%205.433l-.803.596zm9.924%2012.763l-.707-.707l-1.994%201.994l.707.707l.707.707l1.994-1.993zm-2.754%201.931l.813-.581l-1.424-1.995l-.814.582l-.814.58l1.425%201.995zm-1.425-1.994l.596-.803L5.787%209.464l-.597.802l-.597.803l10.58%207.866zm-5.745-12.7l-.803.596l7.867%2010.579l.802-.597l.803-.596l-7.867-10.58zm7.866%2010.578l-.581.814l1.994%201.425l.582-.814l.581-.814l-1.995-1.424zm-4.596.354l.707.707l2.828-2.828l-.707-.708l-.707-.707l-2.828%202.829zm5.95-11.021l-.707.707a1%201%200%200%201%200%201.414l.707.707l.707.707a3%203%200%200%200%200-4.242zm0%202.828l-.707-.707a1%201%200%200%201-1.415%200l-.707.707l-.707.707a3%203%200%200%200%204.243%200zm-2.829%200l.707-.707a1%201%200%200%201%200-1.414l-.707-.707l-.707-.707a3%203%200%200%200%200%204.242zm0-2.828l.707.707a1%201%200%200%201%201.415%200l.707-.707l.707-.707a3%203%200%200%200-4.243%200zm1.539%2014.846l-.707-.707a.5.5%200%200%201%20.76.063l-.814.581l-.813.581a1.5%201.5%200%200%200%202.281.19zm1.994-1.994l.707.707a1.5%201.5%200%200%200-.189-2.28l-.581.813l-.582.814a.5.5%200%200%201-.062-.76zM4.807%205.051l.708.707a2.455%202.455%200%200%201%203.705.271l.803-.596l.802-.597a4.455%204.455%200%200%200-6.724-.492zm0%200l-.706-.707a4.455%204.455%200%200%200%20.491%206.725l.597-.803l.597-.802a2.455%202.455%200%200%201-.271-3.706z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/baseball-2-line.svg?color=%231a73e8&size=48