chess knight icon

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

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

The same icon in other sets

Related icons in Huge Icons

Use the chess knight 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="M16.5 22h-10c-.465 0-.697 0-.888-.051a1.5 1.5 0 0 1-1.06-1.06C4.5 20.697 4.5 20.464 4.5 20a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2c0 .465 0 .698-.051.888a1.5 1.5 0 0 1-1.06 1.06c-.191.052-.424.052-.889.052m.041-4l2.066-5.401c.388-1.017.582-1.525.682-1.921c1.03-4.091-1.833-8.14-6.103-8.63C12.772 2 12.218 2 11.11 2c-.172 0-.258 0-.33.007a1.515 1.515 0 0 0-1.379 1.35c-.007.072-.007.156-.007.324V4.5L5.283 6.918c-.273.16-.41.24-.507.343a1 1 0 0 0-.275.729c.006.139.057.287.157.583c.183.535.274.803.417 1.019a2.04 2.04 0 0 0 1.194.843c.253.065.542.065 1.118.065h2.79c.374 0 .561 0 .734-.02a3.07 3.07 0 0 0 2.22-1.345c.095-.143.178-.307.345-.635"/><path d="M6.5 18c0-.181 0-.272.004-.358a4 4 0 0 1 1.234-2.72c.063-.06.13-.12.267-.239l.99-.866c.136-.12.204-.179.267-.239a4 4 0 0 0 1.234-2.72c.004-.086.004-.177.004-.358"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsChessKnight(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="M16.5 22h-10c-.465 0-.697 0-.888-.051a1.5 1.5 0 0 1-1.06-1.06C4.5 20.697 4.5 20.464 4.5 20a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2c0 .465 0 .698-.051.888a1.5 1.5 0 0 1-1.06 1.06c-.191.052-.424.052-.889.052m.041-4l2.066-5.401c.388-1.017.582-1.525.682-1.921c1.03-4.091-1.833-8.14-6.103-8.63C12.772 2 12.218 2 11.11 2c-.172 0-.258 0-.33.007a1.515 1.515 0 0 0-1.379 1.35c-.007.072-.007.156-.007.324V4.5L5.283 6.918c-.273.16-.41.24-.507.343a1 1 0 0 0-.275.729c.006.139.057.287.157.583c.183.535.274.803.417 1.019a2.04 2.04 0 0 0 1.194.843c.253.065.542.065 1.118.065h2.79c.374 0 .561 0 .734-.02a3.07 3.07 0 0 0 2.22-1.345c.095-.143.178-.307.345-.635"/><path d="M6.5 18c0-.181 0-.272.004-.358a4 4 0 0 1 1.234-2.72c.063-.06.13-.12.267-.239l.99-.866c.136-.12.204-.179.267-.239a4 4 0 0 0 1.234-2.72c.004-.086.004-.177.004-.358"/></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="M16.5 22h-10c-.465 0-.697 0-.888-.051a1.5 1.5 0 0 1-1.06-1.06C4.5 20.697 4.5 20.464 4.5 20a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2c0 .465 0 .698-.051.888a1.5 1.5 0 0 1-1.06 1.06c-.191.052-.424.052-.889.052m.041-4l2.066-5.401c.388-1.017.582-1.525.682-1.921c1.03-4.091-1.833-8.14-6.103-8.63C12.772 2 12.218 2 11.11 2c-.172 0-.258 0-.33.007a1.515 1.515 0 0 0-1.379 1.35c-.007.072-.007.156-.007.324V4.5L5.283 6.918c-.273.16-.41.24-.507.343a1 1 0 0 0-.275.729c.006.139.057.287.157.583c.183.535.274.803.417 1.019a2.04 2.04 0 0 0 1.194.843c.253.065.542.065 1.118.065h2.79c.374 0 .561 0 .734-.02a3.07 3.07 0 0 0 2.22-1.345c.095-.143.178-.307.345-.635"/><path d="M6.5 18c0-.181 0-.272.004-.358a4 4 0 0 1 1.234-2.72c.063-.06.13-.12.267-.239l.99-.866c.136-.12.204-.179.267-.239a4 4 0 0 0 1.234-2.72c.004-.086.004-.177.004-.358"/></g></svg>
</template>

CSS

.icon-chess-knight {
  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%22M16.5%2022h-10c-.465%200-.697%200-.888-.051a1.5%201.5%200%200%201-1.06-1.06C4.5%2020.697%204.5%2020.464%204.5%2020a2%202%200%200%201%202-2h10a2%202%200%200%201%202%202c0%20.465%200%20.698-.051.888a1.5%201.5%200%200%201-1.06%201.06c-.191.052-.424.052-.889.052m.041-4l2.066-5.401c.388-1.017.582-1.525.682-1.921c1.03-4.091-1.833-8.14-6.103-8.63C12.772%202%2012.218%202%2011.11%202c-.172%200-.258%200-.33.007a1.515%201.515%200%200%200-1.379%201.35c-.007.072-.007.156-.007.324V4.5L5.283%206.918c-.273.16-.41.24-.507.343a1%201%200%200%200-.275.729c.006.139.057.287.157.583c.183.535.274.803.417%201.019a2.04%202.04%200%200%200%201.194.843c.253.065.542.065%201.118.065h2.79c.374%200%20.561%200%20.734-.02a3.07%203.07%200%200%200%202.22-1.345c.095-.143.178-.307.345-.635%22%2F%3E%3Cpath%20d%3D%22M6.5%2018c0-.181%200-.272.004-.358a4%204%200%200%201%201.234-2.72c.063-.06.13-.12.267-.239l.99-.866c.136-.12.204-.179.267-.239a4%204%200%200%200%201.234-2.72c.004-.086.004-.177.004-.358%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%22M16.5%2022h-10c-.465%200-.697%200-.888-.051a1.5%201.5%200%200%201-1.06-1.06C4.5%2020.697%204.5%2020.464%204.5%2020a2%202%200%200%201%202-2h10a2%202%200%200%201%202%202c0%20.465%200%20.698-.051.888a1.5%201.5%200%200%201-1.06%201.06c-.191.052-.424.052-.889.052m.041-4l2.066-5.401c.388-1.017.582-1.525.682-1.921c1.03-4.091-1.833-8.14-6.103-8.63C12.772%202%2012.218%202%2011.11%202c-.172%200-.258%200-.33.007a1.515%201.515%200%200%200-1.379%201.35c-.007.072-.007.156-.007.324V4.5L5.283%206.918c-.273.16-.41.24-.507.343a1%201%200%200%200-.275.729c.006.139.057.287.157.583c.183.535.274.803.417%201.019a2.04%202.04%200%200%200%201.194.843c.253.065.542.065%201.118.065h2.79c.374%200%20.561%200%20.734-.02a3.07%203.07%200%200%200%202.22-1.345c.095-.143.178-.307.345-.635%22%2F%3E%3Cpath%20d%3D%22M6.5%2018c0-.181%200-.272.004-.358a4%204%200%200%201%201.234-2.72c.063-.06.13-.12.267-.239l.99-.866c.136-.12.204-.179.267-.239a4%204%200%200%200%201.234-2.72c.004-.086.004-.177.004-.358%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-knight.svg?color=%231a73e8&size=48