chess-knight-rounded from Material Symbols Light by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.

Name
chess-knight-rounded
Set
Material Symbols Light
Style
Rounded
Category
Social
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More social icons from Material Symbols Light

Use the chess knight icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.5 21.02q-.69 0-1.153-.475q-.463-.474-.463-1.139v-1.613q0-.464.233-.84t.637-.593l4.669-2.418V11.29l-3.821 1.955q-.223.131-.471.187t-.497.056q-.62 0-1.145-.323t-.822-.9q-.273-.541-.234-1.141q.04-.601.37-1.113l3.005-4.625l-.749-1.15q-.269-.396-.032-.816T7.74 3H11q2.894 0 4.928 2.075t2.033 5.04v9.289q0 .666-.474 1.14t-1.14.475z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightChessKnightRounded(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="M7.5 21.02q-.69 0-1.153-.475q-.463-.474-.463-1.139v-1.613q0-.464.233-.84t.637-.593l4.669-2.418V11.29l-3.821 1.955q-.223.131-.471.187t-.497.056q-.62 0-1.145-.323t-.822-.9q-.273-.541-.234-1.141q.04-.601.37-1.113l3.005-4.625l-.749-1.15q-.269-.396-.032-.816T7.74 3H11q2.894 0 4.928 2.075t2.033 5.04v9.289q0 .666-.474 1.14t-1.14.475z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.5 21.02q-.69 0-1.153-.475q-.463-.474-.463-1.139v-1.613q0-.464.233-.84t.637-.593l4.669-2.418V11.29l-3.821 1.955q-.223.131-.471.187t-.497.056q-.62 0-1.145-.323t-.822-.9q-.273-.541-.234-1.141q.04-.601.37-1.113l3.005-4.625l-.749-1.15q-.269-.396-.032-.816T7.74 3H11q2.894 0 4.928 2.075t2.033 5.04v9.289q0 .666-.474 1.14t-1.14.475z"/></svg>
</template>

CSS

.icon-chess-knight-rounded {
  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%22M7.5%2021.02q-.69%200-1.153-.475q-.463-.474-.463-1.139v-1.613q0-.464.233-.84t.637-.593l4.669-2.418V11.29l-3.821%201.955q-.223.131-.471.187t-.497.056q-.62%200-1.145-.323t-.822-.9q-.273-.541-.234-1.141q.04-.601.37-1.113l3.005-4.625l-.749-1.15q-.269-.396-.032-.816T7.74%203H11q2.894%200%204.928%202.075t2.033%205.04v9.289q0%20.666-.474%201.14t-1.14.475z%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%22M7.5%2021.02q-.69%200-1.153-.475q-.463-.474-.463-1.139v-1.613q0-.464.233-.84t.637-.593l4.669-2.418V11.29l-3.821%201.955q-.223.131-.471.187t-.497.056q-.62%200-1.145-.323t-.822-.9q-.273-.541-.234-1.141q.04-.601.37-1.113l3.005-4.625l-.749-1.15q-.269-.396-.032-.816T7.74%203H11q2.894%200%204.928%202.075t2.033%205.04v9.289q0%20.666-.474%201.14t-1.14.475z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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