boxing icon
boxing from IconPark by ByteDance · Color · Sports · Apache-2.0 Free for personal and commercial use.
- Name
- boxing
- 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 boxing 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-linecap="round" stroke-width="4"><path stroke-linejoin="round" stroke-miterlimit="2" d="M38 36V42C38 43.1 37.11 44 36 44H17C15.9 44 15 43.11 15 42V36"/><path fill="#2F88FF" stroke-linejoin="round" stroke-miterlimit="2" d="M11 15V10C11 6.68629 13.6863 4 17 4H28H38C41.3137 4 44 6.68629 44 10V30C44 33.3137 41.3198 36 38.006 36C30.9668 36 19.6598 36 15 36C8 36 4 28 4 23C4 18 4 15 4 15H11Z"/><line x1="11" x2="11" y1="14" y2="22"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkBoxing(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" strokeLinecap="round" strokeWidth="4"><path strokeLinejoin="round" strokeMiterlimit="2" d="M38 36V42C38 43.1 37.11 44 36 44H17C15.9 44 15 43.11 15 42V36"/><path fill="#2F88FF" strokeLinejoin="round" strokeMiterlimit="2" d="M11 15V10C11 6.68629 13.6863 4 17 4H28H38C41.3137 4 44 6.68629 44 10V30C44 33.3137 41.3198 36 38.006 36C30.9668 36 19.6598 36 15 36C8 36 4 28 4 23C4 18 4 15 4 15H11Z"/><line x1="11" x2="11" y1="14" y2="22"/></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-linecap="round" stroke-width="4"><path stroke-linejoin="round" stroke-miterlimit="2" d="M38 36V42C38 43.1 37.11 44 36 44H17C15.9 44 15 43.11 15 42V36"/><path fill="#2F88FF" stroke-linejoin="round" stroke-miterlimit="2" d="M11 15V10C11 6.68629 13.6863 4 17 4H28H38C41.3137 4 44 6.68629 44 10V30C44 33.3137 41.3198 36 38.006 36C30.9668 36 19.6598 36 15 36C8 36 4 28 4 23C4 18 4 15 4 15H11Z"/><line x1="11" x2="11" y1="14" y2="22"/></g></svg> </template>
CSS
.icon-boxing {
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-linecap%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%222%22%20d%3D%22M38%2036V42C38%2043.1%2037.11%2044%2036%2044H17C15.9%2044%2015%2043.11%2015%2042V36%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%222%22%20d%3D%22M11%2015V10C11%206.68629%2013.6863%204%2017%204H28H38C41.3137%204%2044%206.68629%2044%2010V30C44%2033.3137%2041.3198%2036%2038.006%2036C30.9668%2036%2019.6598%2036%2015%2036C8%2036%204%2028%204%2023C4%2018%204%2015%204%2015H11Z%22%2F%3E%3Cline%20x1%3D%2211%22%20x2%3D%2211%22%20y1%3D%2214%22%20y2%3D%2222%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-linecap%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%222%22%20d%3D%22M38%2036V42C38%2043.1%2037.11%2044%2036%2044H17C15.9%2044%2015%2043.11%2015%2042V36%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%222%22%20d%3D%22M11%2015V10C11%206.68629%2013.6863%204%2017%204H28H38C41.3137%204%2044%206.68629%2044%2010V30C44%2033.3137%2041.3198%2036%2038.006%2036C30.9668%2036%2019.6598%2036%2015%2036C8%2036%204%2028%204%2023C4%2018%204%2015%204%2015H11Z%22%2F%3E%3Cline%20x1%3D%2211%22%20x2%3D%2211%22%20y1%3D%2214%22%20y2%3D%2222%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/boxing.svg?color=%231a73e8&size=48