chess queen icon

chess-queen-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.

Name
chess-queen-filled
Set
Tabler Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in Tabler Icons

The same icon in other sets

Related icons in Tabler Icons

Use the chess queen icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2a2 2 0 0 1 1.572 3.236l.793 1.983l1.702-1.702A2.003 2.003 0 0 1 18 3a2 2 0 0 1 .674 3.884l-1.69 9.295a1 1 0 0 1-.865.814L16 17H8a1 1 0 0 1-.956-.705l-.028-.116l-1.69-9.295a2 2 0 1 1 2.607-1.367l1.701 1.702l.794-1.983A2 2 0 0 1 12 2m6 16H6a1 1 0 0 0-1 1a2 2 0 0 0 2 2h10a2 2 0 0 0 1.987-1.768l.011-.174A1 1 0 0 0 18 18"/></svg>

React

import type { SVGProps } from "react";

export function TablerChessQueenFilled(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="M12 2a2 2 0 0 1 1.572 3.236l.793 1.983l1.702-1.702A2.003 2.003 0 0 1 18 3a2 2 0 0 1 .674 3.884l-1.69 9.295a1 1 0 0 1-.865.814L16 17H8a1 1 0 0 1-.956-.705l-.028-.116l-1.69-9.295a2 2 0 1 1 2.607-1.367l1.701 1.702l.794-1.983A2 2 0 0 1 12 2m6 16H6a1 1 0 0 0-1 1a2 2 0 0 0 2 2h10a2 2 0 0 0 1.987-1.768l.011-.174A1 1 0 0 0 18 18"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2a2 2 0 0 1 1.572 3.236l.793 1.983l1.702-1.702A2.003 2.003 0 0 1 18 3a2 2 0 0 1 .674 3.884l-1.69 9.295a1 1 0 0 1-.865.814L16 17H8a1 1 0 0 1-.956-.705l-.028-.116l-1.69-9.295a2 2 0 1 1 2.607-1.367l1.701 1.702l.794-1.983A2 2 0 0 1 12 2m6 16H6a1 1 0 0 0-1 1a2 2 0 0 0 2 2h10a2 2 0 0 0 1.987-1.768l.011-.174A1 1 0 0 0 18 18"/></svg>
</template>

CSS

.icon-chess-queen-filled {
  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%22M12%202a2%202%200%200%201%201.572%203.236l.793%201.983l1.702-1.702A2.003%202.003%200%200%201%2018%203a2%202%200%200%201%20.674%203.884l-1.69%209.295a1%201%200%200%201-.865.814L16%2017H8a1%201%200%200%201-.956-.705l-.028-.116l-1.69-9.295a2%202%200%201%201%202.607-1.367l1.701%201.702l.794-1.983A2%202%200%200%201%2012%202m6%2016H6a1%201%200%200%200-1%201a2%202%200%200%200%202%202h10a2%202%200%200%200%201.987-1.768l.011-.174A1%201%200%200%200%2018%2018%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%22M12%202a2%202%200%200%201%201.572%203.236l.793%201.983l1.702-1.702A2.003%202.003%200%200%201%2018%203a2%202%200%200%201%20.674%203.884l-1.69%209.295a1%201%200%200%201-.865.814L16%2017H8a1%201%200%200%201-.956-.705l-.028-.116l-1.69-9.295a2%202%200%201%201%202.607-1.367l1.701%201.702l.794-1.983A2%202%200%200%201%2012%202m6%2016H6a1%201%200%200%200-1%201a2%202%200%200%200%202%202h10a2%202%200%200%200%201.987-1.768l.011-.174A1%201%200%200%200%2018%2018%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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