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

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

5 other variants in Material Symbols

The same icon in other sets

More social icons from Material Symbols

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 22q-.825 0-1.412-.587T5 20v-2q0-.575.3-1.037t.8-.738L11 13.75V12l-3.475 1.725q-.3.15-.625.225t-.65.075q-.775 0-1.463-.4t-1.062-1.15q-.35-.675-.3-1.437T3.9 9.625L7 5l-.975-1.45q-.35-.5-.05-1.025t.9-.525H11q3.325 0 5.663 2.325T19 10v10q0 .825-.587 1.413T17 22zm0-2h10V10q0-2.5-1.75-4.25T11 4H8.75l.3.45q.175.25.175.55t-.175.55l-3.475 5.2q-.125.2-.137.413t.087.412q.125.275.338.363t.412.087q.075 0 .375-.075l4.9-2.475q.5-.25.975.038t.475.862v3.4q0 .575-.3 1.038t-.8.737L7 18zm4-8"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsChessKnightOutlineRounded(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 22q-.825 0-1.412-.587T5 20v-2q0-.575.3-1.037t.8-.738L11 13.75V12l-3.475 1.725q-.3.15-.625.225t-.65.075q-.775 0-1.463-.4t-1.062-1.15q-.35-.675-.3-1.437T3.9 9.625L7 5l-.975-1.45q-.35-.5-.05-1.025t.9-.525H11q3.325 0 5.663 2.325T19 10v10q0 .825-.587 1.413T17 22zm0-2h10V10q0-2.5-1.75-4.25T11 4H8.75l.3.45q.175.25.175.55t-.175.55l-3.475 5.2q-.125.2-.137.413t.087.412q.125.275.338.363t.412.087q.075 0 .375-.075l4.9-2.475q.5-.25.975.038t.475.862v3.4q0 .575-.3 1.038t-.8.737L7 18zm4-8"/></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 22q-.825 0-1.412-.587T5 20v-2q0-.575.3-1.037t.8-.738L11 13.75V12l-3.475 1.725q-.3.15-.625.225t-.65.075q-.775 0-1.463-.4t-1.062-1.15q-.35-.675-.3-1.437T3.9 9.625L7 5l-.975-1.45q-.35-.5-.05-1.025t.9-.525H11q3.325 0 5.663 2.325T19 10v10q0 .825-.587 1.413T17 22zm0-2h10V10q0-2.5-1.75-4.25T11 4H8.75l.3.45q.175.25.175.55t-.175.55l-3.475 5.2q-.125.2-.137.413t.087.412q.125.275.338.363t.412.087q.075 0 .375-.075l4.9-2.475q.5-.25.975.038t.475.862v3.4q0 .575-.3 1.038t-.8.737L7 18zm4-8"/></svg>
</template>

CSS

.icon-chess-knight-outline-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%2022q-.825%200-1.412-.587T5%2020v-2q0-.575.3-1.037t.8-.738L11%2013.75V12l-3.475%201.725q-.3.15-.625.225t-.65.075q-.775%200-1.463-.4t-1.062-1.15q-.35-.675-.3-1.437T3.9%209.625L7%205l-.975-1.45q-.35-.5-.05-1.025t.9-.525H11q3.325%200%205.663%202.325T19%2010v10q0%20.825-.587%201.413T17%2022zm0-2h10V10q0-2.5-1.75-4.25T11%204H8.75l.3.45q.175.25.175.55t-.175.55l-3.475%205.2q-.125.2-.137.413t.087.412q.125.275.338.363t.412.087q.075%200%20.375-.075l4.9-2.475q.5-.25.975.038t.475.862v3.4q0%20.575-.3%201.038t-.8.737L7%2018zm4-8%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%2022q-.825%200-1.412-.587T5%2020v-2q0-.575.3-1.037t.8-.738L11%2013.75V12l-3.475%201.725q-.3.15-.625.225t-.65.075q-.775%200-1.463-.4t-1.062-1.15q-.35-.675-.3-1.437T3.9%209.625L7%205l-.975-1.45q-.35-.5-.05-1.025t.9-.525H11q3.325%200%205.663%202.325T19%2010v10q0%20.825-.587%201.413T17%2022zm0-2h10V10q0-2.5-1.75-4.25T11%204H8.75l.3.45q.175.25.175.55t-.175.55l-3.475%205.2q-.125.2-.137.413t.087.412q.125.275.338.363t.412.087q.075%200%20.375-.075l4.9-2.475q.5-.25.975.038t.475.862v3.4q0%20.575-.3%201.038t-.8.737L7%2018zm4-8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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