chess-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
chess-02
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the chess 02 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M11.926 10.97c0 .801.513 2.096 1.609 3c1.647 1.361 2.471 2.041 2.636 2.292c.188.288.149.203.248.536c.086.29.086.707.086 1.54v.08c0 .197 0 .295.017.388q.038.206.151.378c.051.078.118.147.252.286c.659.682.988 1.023 1.05 1.306c.091.413-.077.841-.419 1.069c-.234.155-.697.155-1.624.155H8.544c-.961 0-1.442 0-1.681-.166a1.02 1.02 0 0 1-.407-1.046c.06-.293.404-.645 1.092-1.349c.14-.142.209-.214.262-.295q.11-.169.149-.37c.018-.097.018-.198.018-.402v-2.656c0-.712.02-.68-.464-1.338c-2.813-3.827-1.34-7.544 1.451-8.981c0-1.745.949-2.684 1.86-3.152c.422-.216.633-.325.867-.177c.55.345.517 1.932.235 2.932c1.208 0 2.192 1 2.192 2l1.87 1.889c.345.41.686.84.425 1.412c-.168.369-.57.693-.861.963a.973.973 0 0 1-1.329 0c-.342-.317-.594-.582-1.089-.485c-.403.078-.794.215-1.208.192m0 0c-.555-.03-1.21-.287-1.905-.97"/><path d="M8 19h8"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsChess02(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path strokeLinejoin="round" d="M11.926 10.97c0 .801.513 2.096 1.609 3c1.647 1.361 2.471 2.041 2.636 2.292c.188.288.149.203.248.536c.086.29.086.707.086 1.54v.08c0 .197 0 .295.017.388q.038.206.151.378c.051.078.118.147.252.286c.659.682.988 1.023 1.05 1.306c.091.413-.077.841-.419 1.069c-.234.155-.697.155-1.624.155H8.544c-.961 0-1.442 0-1.681-.166a1.02 1.02 0 0 1-.407-1.046c.06-.293.404-.645 1.092-1.349c.14-.142.209-.214.262-.295q.11-.169.149-.37c.018-.097.018-.198.018-.402v-2.656c0-.712.02-.68-.464-1.338c-2.813-3.827-1.34-7.544 1.451-8.981c0-1.745.949-2.684 1.86-3.152c.422-.216.633-.325.867-.177c.55.345.517 1.932.235 2.932c1.208 0 2.192 1 2.192 2l1.87 1.889c.345.41.686.84.425 1.412c-.168.369-.57.693-.861.963a.973.973 0 0 1-1.329 0c-.342-.317-.594-.582-1.089-.485c-.403.078-.794.215-1.208.192m0 0c-.555-.03-1.21-.287-1.905-.97"/><path d="M8 19h8"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M11.926 10.97c0 .801.513 2.096 1.609 3c1.647 1.361 2.471 2.041 2.636 2.292c.188.288.149.203.248.536c.086.29.086.707.086 1.54v.08c0 .197 0 .295.017.388q.038.206.151.378c.051.078.118.147.252.286c.659.682.988 1.023 1.05 1.306c.091.413-.077.841-.419 1.069c-.234.155-.697.155-1.624.155H8.544c-.961 0-1.442 0-1.681-.166a1.02 1.02 0 0 1-.407-1.046c.06-.293.404-.645 1.092-1.349c.14-.142.209-.214.262-.295q.11-.169.149-.37c.018-.097.018-.198.018-.402v-2.656c0-.712.02-.68-.464-1.338c-2.813-3.827-1.34-7.544 1.451-8.981c0-1.745.949-2.684 1.86-3.152c.422-.216.633-.325.867-.177c.55.345.517 1.932.235 2.932c1.208 0 2.192 1 2.192 2l1.87 1.889c.345.41.686.84.425 1.412c-.168.369-.57.693-.861.963a.973.973 0 0 1-1.329 0c-.342-.317-.594-.582-1.089-.485c-.403.078-.794.215-1.208.192m0 0c-.555-.03-1.21-.287-1.905-.97"/><path d="M8 19h8"/></g></svg>
</template>

CSS

.icon-chess-02 {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M11.926%2010.97c0%20.801.513%202.096%201.609%203c1.647%201.361%202.471%202.041%202.636%202.292c.188.288.149.203.248.536c.086.29.086.707.086%201.54v.08c0%20.197%200%20.295.017.388q.038.206.151.378c.051.078.118.147.252.286c.659.682.988%201.023%201.05%201.306c.091.413-.077.841-.419%201.069c-.234.155-.697.155-1.624.155H8.544c-.961%200-1.442%200-1.681-.166a1.02%201.02%200%200%201-.407-1.046c.06-.293.404-.645%201.092-1.349c.14-.142.209-.214.262-.295q.11-.169.149-.37c.018-.097.018-.198.018-.402v-2.656c0-.712.02-.68-.464-1.338c-2.813-3.827-1.34-7.544%201.451-8.981c0-1.745.949-2.684%201.86-3.152c.422-.216.633-.325.867-.177c.55.345.517%201.932.235%202.932c1.208%200%202.192%201%202.192%202l1.87%201.889c.345.41.686.84.425%201.412c-.168.369-.57.693-.861.963a.973.973%200%200%201-1.329%200c-.342-.317-.594-.582-1.089-.485c-.403.078-.794.215-1.208.192m0%200c-.555-.03-1.21-.287-1.905-.97%22%2F%3E%3Cpath%20d%3D%22M8%2019h8%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M11.926%2010.97c0%20.801.513%202.096%201.609%203c1.647%201.361%202.471%202.041%202.636%202.292c.188.288.149.203.248.536c.086.29.086.707.086%201.54v.08c0%20.197%200%20.295.017.388q.038.206.151.378c.051.078.118.147.252.286c.659.682.988%201.023%201.05%201.306c.091.413-.077.841-.419%201.069c-.234.155-.697.155-1.624.155H8.544c-.961%200-1.442%200-1.681-.166a1.02%201.02%200%200%201-.407-1.046c.06-.293.404-.645%201.092-1.349c.14-.142.209-.214.262-.295q.11-.169.149-.37c.018-.097.018-.198.018-.402v-2.656c0-.712.02-.68-.464-1.338c-2.813-3.827-1.34-7.544%201.451-8.981c0-1.745.949-2.684%201.86-3.152c.422-.216.633-.325.867-.177c.55.345.517%201.932.235%202.932c1.208%200%202.192%201%202.192%202l1.87%201.889c.345.41.686.84.425%201.412c-.168.369-.57.693-.861.963a.973.973%200%200%201-1.329%200c-.342-.317-.594-.582-1.089-.485c-.403.078-.794.215-1.208.192m0%200c-.555-.03-1.21-.287-1.905-.97%22%2F%3E%3Cpath%20d%3D%22M8%2019h8%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/chess-02.svg?color=%231a73e8&size=48