softball icon
softball from IconPark by ByteDance · Color · Sports · Apache-2.0 Free for personal and commercial use.
- Name
- softball
- Set
- IconPark
- Style
- Color
- Category
- Sports
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More sports icons from IconPark
Use the softball icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linejoin="round" stroke-miterlimit="2" stroke-width="4"><path d="M24 44C35.05 44 44 35.05 44 24C44 12.95 35.05 4 24 4C12.95 4 4 12.95 4 24C4 35.05 12.95 44 24 44Z"/><path stroke-linecap="round" d="M10 38C13.7 34.37 16 29.59 16 24C16 18.48 13.62 13.62 10 10"/><path stroke-linecap="round" d="M38 38C34.3 34.37 32 29.59 32 24C32 18.48 34.38 13.62 38 10"/><path stroke-linecap="round" d="M28 24H36"/><path stroke-linecap="round" d="M12 24H20"/><path stroke-linecap="round" d="M30 34L36 31"/><path stroke-linecap="round" d="M36 17L30 14"/><path stroke-linecap="round" d="M18 34L12 31"/><path stroke-linecap="round" d="M12 17L18 14"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkSoftball(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeLinejoin="round" strokeMiterlimit="2" strokeWidth="4"><path d="M24 44C35.05 44 44 35.05 44 24C44 12.95 35.05 4 24 4C12.95 4 4 12.95 4 24C4 35.05 12.95 44 24 44Z"/><path strokeLinecap="round" d="M10 38C13.7 34.37 16 29.59 16 24C16 18.48 13.62 13.62 10 10"/><path strokeLinecap="round" d="M38 38C34.3 34.37 32 29.59 32 24C32 18.48 34.38 13.62 38 10"/><path strokeLinecap="round" d="M28 24H36"/><path strokeLinecap="round" d="M12 24H20"/><path strokeLinecap="round" d="M30 34L36 31"/><path strokeLinecap="round" d="M36 17L30 14"/><path strokeLinecap="round" d="M18 34L12 31"/><path strokeLinecap="round" d="M12 17L18 14"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linejoin="round" stroke-miterlimit="2" stroke-width="4"><path d="M24 44C35.05 44 44 35.05 44 24C44 12.95 35.05 4 24 4C12.95 4 4 12.95 4 24C4 35.05 12.95 44 24 44Z"/><path stroke-linecap="round" d="M10 38C13.7 34.37 16 29.59 16 24C16 18.48 13.62 13.62 10 10"/><path stroke-linecap="round" d="M38 38C34.3 34.37 32 29.59 32 24C32 18.48 34.38 13.62 38 10"/><path stroke-linecap="round" d="M28 24H36"/><path stroke-linecap="round" d="M12 24H20"/><path stroke-linecap="round" d="M30 34L36 31"/><path stroke-linecap="round" d="M36 17L30 14"/><path stroke-linecap="round" d="M18 34L12 31"/><path stroke-linecap="round" d="M12 17L18 14"/></g></svg> </template>
CSS
.icon-softball {
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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%222%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M24%2044C35.05%2044%2044%2035.05%2044%2024C44%2012.95%2035.05%204%2024%204C12.95%204%204%2012.95%204%2024C4%2035.05%2012.95%2044%2024%2044Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M10%2038C13.7%2034.37%2016%2029.59%2016%2024C16%2018.48%2013.62%2013.62%2010%2010%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M38%2038C34.3%2034.37%2032%2029.59%2032%2024C32%2018.48%2034.38%2013.62%2038%2010%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M28%2024H36%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2024H20%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M30%2034L36%2031%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M36%2017L30%2014%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M18%2034L12%2031%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2017L18%2014%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%222%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M24%2044C35.05%2044%2044%2035.05%2044%2024C44%2012.95%2035.05%204%2024%204C12.95%204%204%2012.95%204%2024C4%2035.05%2012.95%2044%2024%2044Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M10%2038C13.7%2034.37%2016%2029.59%2016%2024C16%2018.48%2013.62%2013.62%2010%2010%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M38%2038C34.3%2034.37%2032%2029.59%2032%2024C32%2018.48%2034.38%2013.62%2038%2010%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M28%2024H36%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2024H20%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M30%2034L36%2031%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M36%2017L30%2014%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M18%2034L12%2031%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2017L18%2014%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/softball.svg?color=%231a73e8&size=48