chess queen icon
chess-queen from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- chess-queen
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge 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="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m15.5 9l1.5 9H7l1.5-9M17 22H7c-.465 0-.697 0-.888-.051a1.5 1.5 0 0 1-1.06-1.06C5 20.697 5 20.464 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.06C17.697 22 17.464 22 17 22M8.31 9l-.966-3.582c-.05-.18-.073-.27-.082-.33a1.05 1.05 0 0 1 1.336-1.156c.058.017.145.053.319.125c.078.033.117.05.152.061c.426.144.896.003 1.171-.35c.023-.029.047-.064.094-.134l.247-.367c.48-.715.72-1.072 1.025-1.193c.25-.099.529-.099.779 0c.305.12.545.478 1.025 1.193l.253.376c.055.083.083.124.11.159c.267.332.709.47 1.12.352c.042-.012.088-.03.182-.066c.207-.08.31-.119.381-.135a1.05 1.05 0 0 1 1.285 1.151c-.01.072-.038.178-.097.39L15.681 9M7 9h10"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsChessQueen(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="m15.5 9l1.5 9H7l1.5-9M17 22H7c-.465 0-.697 0-.888-.051a1.5 1.5 0 0 1-1.06-1.06C5 20.697 5 20.464 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.06C17.697 22 17.464 22 17 22M8.31 9l-.966-3.582c-.05-.18-.073-.27-.082-.33a1.05 1.05 0 0 1 1.336-1.156c.058.017.145.053.319.125c.078.033.117.05.152.061c.426.144.896.003 1.171-.35c.023-.029.047-.064.094-.134l.247-.367c.48-.715.72-1.072 1.025-1.193c.25-.099.529-.099.779 0c.305.12.545.478 1.025 1.193l.253.376c.055.083.083.124.11.159c.267.332.709.47 1.12.352c.042-.012.088-.03.182-.066c.207-.08.31-.119.381-.135a1.05 1.05 0 0 1 1.285 1.151c-.01.072-.038.178-.097.39L15.681 9M7 9h10"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m15.5 9l1.5 9H7l1.5-9M17 22H7c-.465 0-.697 0-.888-.051a1.5 1.5 0 0 1-1.06-1.06C5 20.697 5 20.464 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.06C17.697 22 17.464 22 17 22M8.31 9l-.966-3.582c-.05-.18-.073-.27-.082-.33a1.05 1.05 0 0 1 1.336-1.156c.058.017.145.053.319.125c.078.033.117.05.152.061c.426.144.896.003 1.171-.35c.023-.029.047-.064.094-.134l.247-.367c.48-.715.72-1.072 1.025-1.193c.25-.099.529-.099.779 0c.305.12.545.478 1.025 1.193l.253.376c.055.083.083.124.11.159c.267.332.709.47 1.12.352c.042-.012.088-.03.182-.066c.207-.08.31-.119.381-.135a1.05 1.05 0 0 1 1.285 1.151c-.01.072-.038.178-.097.39L15.681 9M7 9h10"/></svg> </template>
CSS
.icon-chess-queen {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m15.5%209l1.5%209H7l1.5-9M17%2022H7c-.465%200-.697%200-.888-.051a1.5%201.5%200%200%201-1.06-1.06C5%2020.697%205%2020.464%205%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.06C17.697%2022%2017.464%2022%2017%2022M8.31%209l-.966-3.582c-.05-.18-.073-.27-.082-.33a1.05%201.05%200%200%201%201.336-1.156c.058.017.145.053.319.125c.078.033.117.05.152.061c.426.144.896.003%201.171-.35c.023-.029.047-.064.094-.134l.247-.367c.48-.715.72-1.072%201.025-1.193c.25-.099.529-.099.779%200c.305.12.545.478%201.025%201.193l.253.376c.055.083.083.124.11.159c.267.332.709.47%201.12.352c.042-.012.088-.03.182-.066c.207-.08.31-.119.381-.135a1.05%201.05%200%200%201%201.285%201.151c-.01.072-.038.178-.097.39L15.681%209M7%209h10%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m15.5%209l1.5%209H7l1.5-9M17%2022H7c-.465%200-.697%200-.888-.051a1.5%201.5%200%200%201-1.06-1.06C5%2020.697%205%2020.464%205%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.06C17.697%2022%2017.464%2022%2017%2022M8.31%209l-.966-3.582c-.05-.18-.073-.27-.082-.33a1.05%201.05%200%200%201%201.336-1.156c.058.017.145.053.319.125c.078.033.117.05.152.061c.426.144.896.003%201.171-.35c.023-.029.047-.064.094-.134l.247-.367c.48-.715.72-1.072%201.025-1.193c.25-.099.529-.099.779%200c.305.12.545.478%201.025%201.193l.253.376c.055.083.083.124.11.159c.267.332.709.47%201.12.352c.042-.012.088-.03.182-.066c.207-.08.31-.119.381-.135a1.05%201.05%200%200%201%201.285%201.151c-.01.072-.038.178-.097.39L15.681%209M7%209h10%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/chess-queen.svg?color=%231a73e8&size=48