chess icon
chess-line from Remix Icon by Remix Design · Line · Game & Sports · Apache-2.0 Free for personal and commercial use.
- Name
- chess-line
- Set
- Remix Icon
- Style
- Line
- Category
- Game & Sports
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Remix Icon
The same icon in other sets
chessAkar IconschessBoxIcons v2 SolidchessFont Awesome 6 SolidchessFont Awesome Solidchess-16-filledFluent UI System IconschessIconParkchessIconPark OutlinechessLine AwesomechessMaterial Icon ThemechessMaterial SymbolschessMaterial Symbols Lightchess-fillMingCute IconchessPixelarticonschessTabler Icons
More game & sports icons from Remix Icon
baseball-fillbasketball-fillbilliards-fillboxing-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 chess icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.5.287q-1.037.43-2 .987C8.419 4.215 5 9.708 5 16H4v4H3v2h17v-2h-1v-4h-1.192a5.4 5.4 0 0 0-.76-1.85c-.566-.858-1.421-1.562-2.658-2.131q-.196-.09-.396-.172a.174.174 0 0 1-.059-.282c.055-.055.122-.053.192-.04l1.753.351l2.413.483a1 1 0 0 0 1.065-.485l1.295-2.266a1 1 0 0 0-.105-1.142L15.5 2.5zM17 20H6v-2h11zM7 16c0-5.22 2.668-9.822 6.719-12.509l4.85 5.732l-.59 1.033l-3.497-.7a2.17 2.17 0 0 0-1.96.594c-1.133 1.133-.676 2.977.713 3.547c1.246.513 1.859 1.082 2.2 1.642c.118.193.22.41.303.661zm7-8a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/></svg>
React
import type { SVGProps } from "react";
export function RiChessLine(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.5.287q-1.037.43-2 .987C8.419 4.215 5 9.708 5 16H4v4H3v2h17v-2h-1v-4h-1.192a5.4 5.4 0 0 0-.76-1.85c-.566-.858-1.421-1.562-2.658-2.131q-.196-.09-.396-.172a.174.174 0 0 1-.059-.282c.055-.055.122-.053.192-.04l1.753.351l2.413.483a1 1 0 0 0 1.065-.485l1.295-2.266a1 1 0 0 0-.105-1.142L15.5 2.5zM17 20H6v-2h11zM7 16c0-5.22 2.668-9.822 6.719-12.509l4.85 5.732l-.59 1.033l-3.497-.7a2.17 2.17 0 0 0-1.96.594c-1.133 1.133-.676 2.977.713 3.547c1.246.513 1.859 1.082 2.2 1.642c.118.193.22.41.303.661zm7-8a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/></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.5.287q-1.037.43-2 .987C8.419 4.215 5 9.708 5 16H4v4H3v2h17v-2h-1v-4h-1.192a5.4 5.4 0 0 0-.76-1.85c-.566-.858-1.421-1.562-2.658-2.131q-.196-.09-.396-.172a.174.174 0 0 1-.059-.282c.055-.055.122-.053.192-.04l1.753.351l2.413.483a1 1 0 0 0 1.065-.485l1.295-2.266a1 1 0 0 0-.105-1.142L15.5 2.5zM17 20H6v-2h11zM7 16c0-5.22 2.668-9.822 6.719-12.509l4.85 5.732l-.59 1.033l-3.497-.7a2.17 2.17 0 0 0-1.96.594c-1.133 1.133-.676 2.977.713 3.547c1.246.513 1.859 1.082 2.2 1.642c.118.193.22.41.303.661zm7-8a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/></svg> </template>
CSS
.icon-chess-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.5.287q-1.037.43-2%20.987C8.419%204.215%205%209.708%205%2016H4v4H3v2h17v-2h-1v-4h-1.192a5.4%205.4%200%200%200-.76-1.85c-.566-.858-1.421-1.562-2.658-2.131q-.196-.09-.396-.172a.174.174%200%200%201-.059-.282c.055-.055.122-.053.192-.04l1.753.351l2.413.483a1%201%200%200%200%201.065-.485l1.295-2.266a1%201%200%200%200-.105-1.142L15.5%202.5zM17%2020H6v-2h11zM7%2016c0-5.22%202.668-9.822%206.719-12.509l4.85%205.732l-.59%201.033l-3.497-.7a2.17%202.17%200%200%200-1.96.594c-1.133%201.133-.676%202.977.713%203.547c1.246.513%201.859%201.082%202.2%201.642c.118.193.22.41.303.661zm7-8a1%201%200%201%200%200-2a1%201%200%200%200%200%202%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.5.287q-1.037.43-2%20.987C8.419%204.215%205%209.708%205%2016H4v4H3v2h17v-2h-1v-4h-1.192a5.4%205.4%200%200%200-.76-1.85c-.566-.858-1.421-1.562-2.658-2.131q-.196-.09-.396-.172a.174.174%200%200%201-.059-.282c.055-.055.122-.053.192-.04l1.753.351l2.413.483a1%201%200%200%200%201.065-.485l1.295-2.266a1%201%200%200%200-.105-1.142L15.5%202.5zM17%2020H6v-2h11zM7%2016c0-5.22%202.668-9.822%206.719-12.509l4.85%205.732l-.59%201.033l-3.497-.7a2.17%202.17%200%200%200-1.96.594c-1.133%201.133-.676%202.977.713%203.547c1.246.513%201.859%201.082%202.2%201.642c.118.193.22.41.303.661zm7-8a1%201%200%201%200%200-2a1%201%200%200%200%200%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/chess-line.svg?color=%231a73e8&size=48