boxing icon
boxing-fill from Remix Icon by Remix Design · Fill · Game & Sports · Apache-2.0 Free for personal and commercial use.
- Name
- boxing-fill
- Set
- Remix Icon
- Style
- Fill
- Category
- Game & Sports
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Remix Icon
The same icon in other sets
More game & sports icons from Remix Icon
baseball-fillbasketball-fillbilliards-fillchess-filldice-1-filldice-2-filldice-3-filldice-4-filldice-5-filldice-6-filldice-fillfootball-fillgame-2-fillgame-fillgolf-ball-fillpiano-fillpiano-grand-fillping-pong-fillpoker-clubs-fillpoker-diamonds-fillpoker-hearts-fillpoker-spades-fillsword-filltarget-fill
Use the boxing icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m9.501 11l.144.007a1.5 1.5 0 0 1 1.35 1.348L11 12.5l-.007.145a1.5 1.5 0 0 1-1.349 1.348L9.501 14h-3.5v2h3.5c1.7 0 3.117-1.212 3.434-2.819l.03-.18L19.001 13c.711 0 1.388-.149 2-.416V17a3 3 0 0 1-2 2.829V21a1 1 0 0 1-1 1h-12a1 1 0 0 1-1-1v-1.17a3 3 0 0 1-2-2.83v-4a2 2 0 0 1 2-2zm12.5-3.5V8l-.005.176a3 3 0 0 1-2.819 2.819l-.176.005h-6.337A3.5 3.5 0 0 0 9.71 9.006L9.5 9H5a4 4 0 0 0-2.001.536L3.001 6a4 4 0 0 1 4-4h9.5a5.5 5.5 0 0 1 5.5 5.5"/></svg>
React
import type { SVGProps } from "react";
export function RiBoxingFill(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="m9.501 11l.144.007a1.5 1.5 0 0 1 1.35 1.348L11 12.5l-.007.145a1.5 1.5 0 0 1-1.349 1.348L9.501 14h-3.5v2h3.5c1.7 0 3.117-1.212 3.434-2.819l.03-.18L19.001 13c.711 0 1.388-.149 2-.416V17a3 3 0 0 1-2 2.829V21a1 1 0 0 1-1 1h-12a1 1 0 0 1-1-1v-1.17a3 3 0 0 1-2-2.83v-4a2 2 0 0 1 2-2zm12.5-3.5V8l-.005.176a3 3 0 0 1-2.819 2.819l-.176.005h-6.337A3.5 3.5 0 0 0 9.71 9.006L9.5 9H5a4 4 0 0 0-2.001.536L3.001 6a4 4 0 0 1 4-4h9.5a5.5 5.5 0 0 1 5.5 5.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m9.501 11l.144.007a1.5 1.5 0 0 1 1.35 1.348L11 12.5l-.007.145a1.5 1.5 0 0 1-1.349 1.348L9.501 14h-3.5v2h3.5c1.7 0 3.117-1.212 3.434-2.819l.03-.18L19.001 13c.711 0 1.388-.149 2-.416V17a3 3 0 0 1-2 2.829V21a1 1 0 0 1-1 1h-12a1 1 0 0 1-1-1v-1.17a3 3 0 0 1-2-2.83v-4a2 2 0 0 1 2-2zm12.5-3.5V8l-.005.176a3 3 0 0 1-2.819 2.819l-.176.005h-6.337A3.5 3.5 0 0 0 9.71 9.006L9.5 9H5a4 4 0 0 0-2.001.536L3.001 6a4 4 0 0 1 4-4h9.5a5.5 5.5 0 0 1 5.5 5.5"/></svg> </template>
CSS
.icon-boxing-fill {
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%22m9.501%2011l.144.007a1.5%201.5%200%200%201%201.35%201.348L11%2012.5l-.007.145a1.5%201.5%200%200%201-1.349%201.348L9.501%2014h-3.5v2h3.5c1.7%200%203.117-1.212%203.434-2.819l.03-.18L19.001%2013c.711%200%201.388-.149%202-.416V17a3%203%200%200%201-2%202.829V21a1%201%200%200%201-1%201h-12a1%201%200%200%201-1-1v-1.17a3%203%200%200%201-2-2.83v-4a2%202%200%200%201%202-2zm12.5-3.5V8l-.005.176a3%203%200%200%201-2.819%202.819l-.176.005h-6.337A3.5%203.5%200%200%200%209.71%209.006L9.5%209H5a4%204%200%200%200-2.001.536L3.001%206a4%204%200%200%201%204-4h9.5a5.5%205.5%200%200%201%205.5%205.5%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%22m9.501%2011l.144.007a1.5%201.5%200%200%201%201.35%201.348L11%2012.5l-.007.145a1.5%201.5%200%200%201-1.349%201.348L9.501%2014h-3.5v2h3.5c1.7%200%203.117-1.212%203.434-2.819l.03-.18L19.001%2013c.711%200%201.388-.149%202-.416V17a3%203%200%200%201-2%202.829V21a1%201%200%200%201-1%201h-12a1%201%200%200%201-1-1v-1.17a3%203%200%200%201-2-2.83v-4a2%202%200%200%201%202-2zm12.5-3.5V8l-.005.176a3%203%200%200%201-2.819%202.819l-.176.005h-6.337A3.5%203.5%200%200%200%209.71%209.006L9.5%209H5a4%204%200%200%200-2.001.536L3.001%206a4%204%200%200%201%204-4h9.5a5.5%205.5%200%200%201%205.5%205.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/boxing-fill.svg?color=%231a73e8&size=48