white chess knight emoji

white-chess-knight from OpenMoji by OpenMoji · Default · Extras Unicode · CC-BY-SA-4.0 Attribution required.

Name
white-chess-knight
Set
OpenMoji
Style
Default
Category
Extras Unicode
Viewbox
72×72
License
CC BY-SA 4.0

More extras unicode icons from OpenMoji

Use the white chess knight emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="m22.8 11.6l1.785 6.502l-4.542 5.088L10.8 38.43l1.046 3.55l2.073.72l3.796.657l2.658-2.481l7.39-2.29s.253 1.037 5.687 5.105c.813.608 1.099 1.14 1.87 2.358l.497 3.28c.15 1.798-.455 3.845-1.069 5.542l-.745 1.64c-.38 1.052-1.8 1.96-2.485 2.844c-.434.56-1.093.973.449 1.637c4.822 2.075 17.76 3.669 29.03-1.956c-.411-7.75 1.068-15.09-1.262-17.86l-1.552-5.931l-1.996-4.05l-2.396-4.374l-3.145-4.476l-4.012-3.751l-5.167-4.167l-5.631-.944a7.8 7.8 0 0 0-2.03-.072l-3.438.327a3.2 3.2 0 0 1-2.03-.312l-1.13-.587a11.3 11.3 0 0 0-4.408-1.246z"/><path fill="#d0cfce" d="m29.67 13.11l1.28 3.676l6.734 2.659c5.559 2.111 18.37 25.06 10.05 44.16l13.26-4.563c1.33-6.222.72-13.14-2.039-20.82c-2.639-7.512-5.979-14.56-12.33-19.62c-4.895-5.933-10.91-5.843-16.97-5.489z"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M31.25 40.97s8.478 6.782 0 18.76"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M33.95 29.96c.549 8.356-9.322 9.703-11.95 10.33c-.332.08-.632.25-.874.492l-2.223 2.223a1.86 1.86 0 0 1-1.318.546h-3.512a2.8 2.8 0 0 1-2.652-1.911l-.53-1.593a2.8 2.8 0 0 1 .254-2.322l8.786-14.64l4.724-4.724l-2.115-6.905s7.803-.699 8.414 5.33c0 0 16.93 2.443 10.55 19.38c0 0-1.625 5.95 2.375 11.18"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M29.67 13.11s6.185-1.118 11.7 1.341"/><circle cx="23.17" cy="28.02" r="2"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M31.25 59.74c8.003 3.953 16.52 6.773 29.75-.7"/><path fill="none" stroke="#000" stroke-width="2" d="M41.36 14.45C61.19 26.29 63.25 53.11 61 59.04"/></svg>

React

import type { SVGProps } from "react";

export function OpenmojiWhiteChessKnight(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="m22.8 11.6l1.785 6.502l-4.542 5.088L10.8 38.43l1.046 3.55l2.073.72l3.796.657l2.658-2.481l7.39-2.29s.253 1.037 5.687 5.105c.813.608 1.099 1.14 1.87 2.358l.497 3.28c.15 1.798-.455 3.845-1.069 5.542l-.745 1.64c-.38 1.052-1.8 1.96-2.485 2.844c-.434.56-1.093.973.449 1.637c4.822 2.075 17.76 3.669 29.03-1.956c-.411-7.75 1.068-15.09-1.262-17.86l-1.552-5.931l-1.996-4.05l-2.396-4.374l-3.145-4.476l-4.012-3.751l-5.167-4.167l-5.631-.944a7.8 7.8 0 0 0-2.03-.072l-3.438.327a3.2 3.2 0 0 1-2.03-.312l-1.13-.587a11.3 11.3 0 0 0-4.408-1.246z"/><path fill="#d0cfce" d="m29.67 13.11l1.28 3.676l6.734 2.659c5.559 2.111 18.37 25.06 10.05 44.16l13.26-4.563c1.33-6.222.72-13.14-2.039-20.82c-2.639-7.512-5.979-14.56-12.33-19.62c-4.895-5.933-10.91-5.843-16.97-5.489z"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M31.25 40.97s8.478 6.782 0 18.76"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M33.95 29.96c.549 8.356-9.322 9.703-11.95 10.33c-.332.08-.632.25-.874.492l-2.223 2.223a1.86 1.86 0 0 1-1.318.546h-3.512a2.8 2.8 0 0 1-2.652-1.911l-.53-1.593a2.8 2.8 0 0 1 .254-2.322l8.786-14.64l4.724-4.724l-2.115-6.905s7.803-.699 8.414 5.33c0 0 16.93 2.443 10.55 19.38c0 0-1.625 5.95 2.375 11.18"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M29.67 13.11s6.185-1.118 11.7 1.341"/><circle cx="23.17" cy="28.02" r="2"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M31.25 59.74c8.003 3.953 16.52 6.773 29.75-.7"/><path fill="none" stroke="#000" strokeWidth="2" d="M41.36 14.45C61.19 26.29 63.25 53.11 61 59.04"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="m22.8 11.6l1.785 6.502l-4.542 5.088L10.8 38.43l1.046 3.55l2.073.72l3.796.657l2.658-2.481l7.39-2.29s.253 1.037 5.687 5.105c.813.608 1.099 1.14 1.87 2.358l.497 3.28c.15 1.798-.455 3.845-1.069 5.542l-.745 1.64c-.38 1.052-1.8 1.96-2.485 2.844c-.434.56-1.093.973.449 1.637c4.822 2.075 17.76 3.669 29.03-1.956c-.411-7.75 1.068-15.09-1.262-17.86l-1.552-5.931l-1.996-4.05l-2.396-4.374l-3.145-4.476l-4.012-3.751l-5.167-4.167l-5.631-.944a7.8 7.8 0 0 0-2.03-.072l-3.438.327a3.2 3.2 0 0 1-2.03-.312l-1.13-.587a11.3 11.3 0 0 0-4.408-1.246z"/><path fill="#d0cfce" d="m29.67 13.11l1.28 3.676l6.734 2.659c5.559 2.111 18.37 25.06 10.05 44.16l13.26-4.563c1.33-6.222.72-13.14-2.039-20.82c-2.639-7.512-5.979-14.56-12.33-19.62c-4.895-5.933-10.91-5.843-16.97-5.489z"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M31.25 40.97s8.478 6.782 0 18.76"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M33.95 29.96c.549 8.356-9.322 9.703-11.95 10.33c-.332.08-.632.25-.874.492l-2.223 2.223a1.86 1.86 0 0 1-1.318.546h-3.512a2.8 2.8 0 0 1-2.652-1.911l-.53-1.593a2.8 2.8 0 0 1 .254-2.322l8.786-14.64l4.724-4.724l-2.115-6.905s7.803-.699 8.414 5.33c0 0 16.93 2.443 10.55 19.38c0 0-1.625 5.95 2.375 11.18"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M29.67 13.11s6.185-1.118 11.7 1.341"/><circle cx="23.17" cy="28.02" r="2"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M31.25 59.74c8.003 3.953 16.52 6.773 29.75-.7"/><path fill="none" stroke="#000" stroke-width="2" d="M41.36 14.45C61.19 26.29 63.25 53.11 61 59.04"/></svg>
</template>

CSS

.icon-white-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%2072%2072%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m22.8%2011.6l1.785%206.502l-4.542%205.088L10.8%2038.43l1.046%203.55l2.073.72l3.796.657l2.658-2.481l7.39-2.29s.253%201.037%205.687%205.105c.813.608%201.099%201.14%201.87%202.358l.497%203.28c.15%201.798-.455%203.845-1.069%205.542l-.745%201.64c-.38%201.052-1.8%201.96-2.485%202.844c-.434.56-1.093.973.449%201.637c4.822%202.075%2017.76%203.669%2029.03-1.956c-.411-7.75%201.068-15.09-1.262-17.86l-1.552-5.931l-1.996-4.05l-2.396-4.374l-3.145-4.476l-4.012-3.751l-5.167-4.167l-5.631-.944a7.8%207.8%200%200%200-2.03-.072l-3.438.327a3.2%203.2%200%200%201-2.03-.312l-1.13-.587a11.3%2011.3%200%200%200-4.408-1.246z%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22m29.67%2013.11l1.28%203.676l6.734%202.659c5.559%202.111%2018.37%2025.06%2010.05%2044.16l13.26-4.563c1.33-6.222.72-13.14-2.039-20.82c-2.639-7.512-5.979-14.56-12.33-19.62c-4.895-5.933-10.91-5.843-16.97-5.489z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M31.25%2040.97s8.478%206.782%200%2018.76%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M33.95%2029.96c.549%208.356-9.322%209.703-11.95%2010.33c-.332.08-.632.25-.874.492l-2.223%202.223a1.86%201.86%200%200%201-1.318.546h-3.512a2.8%202.8%200%200%201-2.652-1.911l-.53-1.593a2.8%202.8%200%200%201%20.254-2.322l8.786-14.64l4.724-4.724l-2.115-6.905s7.803-.699%208.414%205.33c0%200%2016.93%202.443%2010.55%2019.38c0%200-1.625%205.95%202.375%2011.18%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M29.67%2013.11s6.185-1.118%2011.7%201.341%22%2F%3E%3Ccircle%20cx%3D%2223.17%22%20cy%3D%2228.02%22%20r%3D%222%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M31.25%2059.74c8.003%203.953%2016.52%206.773%2029.75-.7%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%20d%3D%22M41.36%2014.45C61.19%2026.29%2063.25%2053.11%2061%2059.04%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m22.8%2011.6l1.785%206.502l-4.542%205.088L10.8%2038.43l1.046%203.55l2.073.72l3.796.657l2.658-2.481l7.39-2.29s.253%201.037%205.687%205.105c.813.608%201.099%201.14%201.87%202.358l.497%203.28c.15%201.798-.455%203.845-1.069%205.542l-.745%201.64c-.38%201.052-1.8%201.96-2.485%202.844c-.434.56-1.093.973.449%201.637c4.822%202.075%2017.76%203.669%2029.03-1.956c-.411-7.75%201.068-15.09-1.262-17.86l-1.552-5.931l-1.996-4.05l-2.396-4.374l-3.145-4.476l-4.012-3.751l-5.167-4.167l-5.631-.944a7.8%207.8%200%200%200-2.03-.072l-3.438.327a3.2%203.2%200%200%201-2.03-.312l-1.13-.587a11.3%2011.3%200%200%200-4.408-1.246z%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22m29.67%2013.11l1.28%203.676l6.734%202.659c5.559%202.111%2018.37%2025.06%2010.05%2044.16l13.26-4.563c1.33-6.222.72-13.14-2.039-20.82c-2.639-7.512-5.979-14.56-12.33-19.62c-4.895-5.933-10.91-5.843-16.97-5.489z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M31.25%2040.97s8.478%206.782%200%2018.76%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M33.95%2029.96c.549%208.356-9.322%209.703-11.95%2010.33c-.332.08-.632.25-.874.492l-2.223%202.223a1.86%201.86%200%200%201-1.318.546h-3.512a2.8%202.8%200%200%201-2.652-1.911l-.53-1.593a2.8%202.8%200%200%201%20.254-2.322l8.786-14.64l4.724-4.724l-2.115-6.905s7.803-.699%208.414%205.33c0%200%2016.93%202.443%2010.55%2019.38c0%200-1.625%205.95%202.375%2011.18%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M29.67%2013.11s6.185-1.118%2011.7%201.341%22%2F%3E%3Ccircle%20cx%3D%2223.17%22%20cy%3D%2228.02%22%20r%3D%222%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M31.25%2059.74c8.003%203.953%2016.52%206.773%2029.75-.7%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%20d%3D%22M41.36%2014.45C61.19%2026.29%2063.25%2053.11%2061%2059.04%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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